The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 7 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 12 | ![]() |
JavadocMethod | 23 | ![]() |
JavadocType | 9 | ![]() |
JavadocVariable | 35 | ![]() |
JavadocStyle | 3 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 92 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 4 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 9 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 7 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 7 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 3 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 27 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 3 | ![]() |
VisibilityModifier | 1 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 52 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | interfaces should describe a type and hence have methods. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | interfaces should describe a type and hence have methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter projectDir should be final. | 52 |
![]() | Parameter state should be final. | 52 |
![]() | 'state' hides a field. | 52 |
![]() | Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter folder should be final. | 57 |
![]() | Parameter create should be final. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'getProjectDirectory' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | First sentence should end with a period. | 94 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Parameter action should be final. | 122 |
![]() | Parameter lookup should be final. | 122 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Parameter command should be final. | 127 |
![]() | Parameter lookup should be final. | 127 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 127 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter project should be final. | 164 |
![]() | 'project' hides a field. | 164 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Parameter arg0 should be final. | 174 |
![]() | Parameter arg1 should be final. | 174 |
![]() | Parameter arg2 should be final. | 174 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter arg0 should be final. | 212 |
![]() | Parameter arg0 should be final. | 218 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Expected an @return tag. | 47 |
![]() | Method 'isProject' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter projectDirectory should be final. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'loadProject' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter dir should be final. | 60 |
![]() | Parameter state should be final. | 60 |
![]() | Avoid inline conditionals. | 61 |
![]() | Method 'saveProject' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter project should be final. | 65 |
![]() | Redundant throws: 'ClassCastException' is unchecked exception. | 65 |
![]() | Line is longer than 80 characters. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter webPhotosProject should be final. | 44 |
![]() | 'webPhotosProject' hides a field. | 44 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 71 |
![]() | First sentence should end with a period. | 72 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Variable 'project' must be private and have accessor methods. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter node should be final. | 79 |
![]() | Parameter project should be final. | 79 |
![]() | 'project' hides a field. | 79 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Parameter arg0 should be final. | 91 |
![]() | '7' is a magic number. | 92 |
![]() | '5' is a magic number. | 96 |
![]() | '6' is a magic number. | 97 |
![]() | Parameter type should be final. | 102 |
![]() | Parameter type should be final. | 107 |
![]() | Parameter root should be final. | 119 |
![]() | Parameter target should be final. | 119 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter panel should be final. | 34 |
![]() | 'panel' hides a field. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Method 'getProjectName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter evt should be final. | 72 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '191' is a magic number. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | '191' is a magic number. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | '191' is a magic number. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 116 |
![]() | '213' is a magic number. | 117 |
![]() | '}' is not followed by whitespace. | 119 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter evt should be final. | 121 |
![]() | '{' is not followed by whitespace. | 121 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '}' is not followed by whitespace. | 141 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Method 'addNotify' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Method 'valid' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter wizardDescriptor should be final. | 159 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Method 'store' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter d should be final. | 202 |
![]() | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Parameter settings should be final. | 210 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Parameter d should be final. | 227 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Parameter e should be final. | 235 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Parameter e should be final. | 243 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Parameter e should be final. | 251 |
![]() | Line is longer than 80 characters. | 254 |
![]() | First sentence should end with a period. | 258 |
![]() | Parameter e should be final. | 261 |
![]() | Expected @param tag for 'e'. | 261 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line is longer than 80 characters. | 272 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 70 |
![]() | ',' is not followed by whitespace. | 72 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'instantiate' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter wiz should be final. | 111 |
![]() | 'wiz' hides a field. | 111 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'uninitialize' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter wiz should be final. | 136 |
![]() | 'wiz' hides a field. | 136 |
![]() | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Method 'hasPrevious' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Method 'nextPanel' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Method 'previousPanel' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Method 'current' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter l should be final. | 182 |
![]() | Parameter l should be final. | 186 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter source should be final. | 189 |
![]() | Parameter projectRoot should be final. | 189 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter str should be final. | 211 |
![]() | Parameter fo should be final. | 211 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Parameter fo should be final. | 220 |
![]() | Parameter str should be final. | 220 |
![]() | Parameter name should be final. | 220 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 229 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'getHelp' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter l should be final. | 63 |
![]() | Parameter l should be final. | 70 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Method 'readSettings' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter settings should be final. | 88 |
![]() | Method 'storeSettings' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter settings should be final. | 94 |
![]() | Method 'isFinishPanel' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 104 |