The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
20 | 0 | 0 | 1586 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 104 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 80 | ![]() |
JavadocStyle | 20 | ![]() |
ConstantName | 11 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 33 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 3 | ![]() |
UnusedImports | 4 | ![]() |
FileLength | 0 | ![]() |
LineLength | 44 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 15 | ![]() |
ParenPad | 447 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 288 | ![]() |
WhitespaceAfter | 58 | ![]() |
WhitespaceAround | 180 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 21 | ![]() |
RightCurly | 14 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 12 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 3 | ![]() |
MagicNumber | 12 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 2 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 42 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 10 | ![]() |
ArrayTypeStyle | 1 | ![]() |
FinalParameters | 78 | ![]() |
GenericIllegalRegexp
| 84 | ![]() |
TodoComment | 11 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - javax.swing.border.*. | 26 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 28 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'graphDrawImage' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter title should be final. | 46 |
![]() | Expected @param tag for 'title'. | 46 |
![]() | Parameter mainFrame should be final. | 46 |
![]() | 'mainFrame' hides a field. | 46 |
![]() | Expected @param tag for 'mainFrame'. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line has trailing spaces. | 61 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Expected an @return tag. | 69 |
![]() | Method 'getTabColors' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'repaint' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for OutOfRangeRequestException. | 0 |
![]() | First sentence should end with a period. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Parameter path should be final. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 68 |
![]() | Parameter values should be final. | 68 |
![]() | 'values' hides a field. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Expected an @return tag. | 78 |
![]() | Expected @param tag for 'x'. | 78 |
![]() | Expected @throws tag for 'OutOfRangeRequestException'. | 78 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 232 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | ';' is preceded with whitespace. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.event.*. | 26 |
![]() | Unused import - java.awt.Dimension. | 30 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 31 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'mainFrame' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | First sentence should end with a period. | 51 |
![]() | Name 'loadAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Name 'saveAsAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name 'exitAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'interferencesAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name 'aboutAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name 'helperAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name 'computeAction' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Name 'imageSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Name 'labelSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Name 'actionSuffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | '(' is followed by whitespace. | 97 |
![]() | Parameter mainFrame should be final. | 97 |
![]() | 'mainFrame' hides a field. | 97 |
![]() | Expected @param tag for 'mainFrame'. | 97 |
![]() | Parameter calculator should be final. | 97 |
![]() | 'calculator' hides a field. | 97 |
![]() | Expected @param tag for 'calculator'. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | Expected an @return tag. | 138 |
![]() | Parameter key should be final. | 138 |
![]() | Expected @param tag for 'key'. | 138 |
![]() | '}' should be on the same line. | 145 |
![]() | Expected an @return tag. | 160 |
![]() | Parameter cmd should be final. | 160 |
![]() | Expected @param tag for 'cmd'. | 160 |
![]() | '}' should be on the same line. | 179 |
![]() | Expected an @return tag. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | Parameter cmd should be final. | 190 |
![]() | Expected @param tag for 'cmd'. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | 'cast' is not followed by whitespace. | 191 |
![]() | '(' is followed by whitespace. | 191 |
![]() | ')' is preceded with whitespace. | 191 |
![]() | Line has trailing spaces. | 193 |
![]() | Expected an @return tag. | 199 |
![]() | Line has trailing spaces. | 202 |
![]() | Expected an @return tag. | 208 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Parameter cmd should be final. | 208 |
![]() | Expected @param tag for 'cmd'. | 208 |
![]() | Expected an @return tag. | 220 |
![]() | Parameter input should be final. | 220 |
![]() | Expected @param tag for 'input'. | 220 |
![]() | Array brackets at illegal position. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | 'while' construct must use '{}'s. | 225 |
![]() | 'for' construct must use '{}'s. | 228 |
![]() | Line has trailing spaces. | 230 |
![]() | Line has trailing spaces. | 233 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Line has trailing spaces. | 240 |
![]() | Missing a Javadoc comment. | 242 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Parameter e should be final. | 246 |
![]() | '(' is followed by whitespace. | 247 |
![]() | ')' is preceded with whitespace. | 247 |
![]() | 'if' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | '(' is followed by whitespace. | 253 |
![]() | ')' is preceded with whitespace. | 253 |
![]() | '}' should be on the same line. | 254 |
![]() | '(' is followed by whitespace. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | 'if' construct must use '{}'s. | 268 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | '(' is followed by whitespace. | 272 |
![]() | ')' is preceded with whitespace. | 272 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Line has trailing spaces. | 282 |
![]() | Missing a Javadoc comment. | 284 |
![]() | '(' is followed by whitespace. | 285 |
![]() | ')' is preceded with whitespace. | 285 |
![]() | Missing a Javadoc comment. | 288 |
![]() | Parameter e should be final. | 288 |
![]() | '(' is followed by whitespace. | 289 |
![]() | ')' is preceded with whitespace. | 289 |
![]() | 'if' is not followed by whitespace. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | ')' is preceded with whitespace. | 293 |
![]() | '(' is followed by whitespace. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | '}' should be on the same line. | 296 |
![]() | '(' is followed by whitespace. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | '(' is followed by whitespace. | 301 |
![]() | ')' is preceded with whitespace. | 301 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | 'if' construct must use '{}'s. | 310 |
![]() | 'if' is not followed by whitespace. | 310 |
![]() | '(' is followed by whitespace. | 310 |
![]() | ')' is preceded with whitespace. | 310 |
![]() | '(' is followed by whitespace. | 314 |
![]() | ')' is preceded with whitespace. | 314 |
![]() | Missing a Javadoc comment. | 324 |
![]() | '(' is followed by whitespace. | 325 |
![]() | ')' is preceded with whitespace. | 325 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Parameter e should be final. | 328 |
![]() | '(' is followed by whitespace. | 329 |
![]() | ')' is preceded with whitespace. | 329 |
![]() | Line contains a tab character. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Variable 'customDial' must be private and have accessor methods. | 342 |
![]() | Line has trailing spaces. | 343 |
![]() | Line contains a tab character. | 343 |
![]() | Missing a Javadoc comment. | 344 |
![]() | '(' is followed by whitespace. | 345 |
![]() | ')' is preceded with whitespace. | 345 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Parameter e should be final. | 348 |
![]() | '(' is followed by whitespace. | 349 |
![]() | ')' is preceded with whitespace. | 349 |
![]() | Line contains a tab character. | 351 |
![]() | '(' is followed by whitespace. | 351 |
![]() | ')' is preceded with whitespace. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line has trailing spaces. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Comment matches to-do format 'TODO:'. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line has trailing spaces. | 368 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line has trailing spaces. | 370 |
![]() | Line contains a tab character. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Line contains a tab character. | 373 |
![]() | Line has trailing spaces. | 374 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line has trailing spaces. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line has trailing spaces. | 381 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | First sentence should end with a period. | 398 |
![]() | Missing a Javadoc comment. | 401 |
![]() | '(' is followed by whitespace. | 410 |
![]() | ')' is preceded with whitespace. | 410 |
![]() | Line is longer than 80 characters. | 415 |
![]() | '(' is followed by whitespace. | 415 |
![]() | '(' is followed by whitespace. | 417 |
![]() | ',' is not followed by whitespace. | 419 |
![]() | Line has trailing spaces. | 431 |
![]() | Missing a Javadoc comment. | 435 |
![]() | Parameter e should be final. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line contains a tab character. | 437 |
![]() | Missing a Javadoc comment. | 450 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Parameter e should be final. | 454 |
![]() | 'if' is not followed by whitespace. | 456 |
![]() | '(' is followed by whitespace. | 456 |
![]() | ')' is preceded with whitespace. | 456 |
![]() | '(' is followed by whitespace. | 457 |
![]() | '+' should be on a new line. | 457 |
![]() | '(' is followed by whitespace. | 458 |
![]() | ')' is preceded with whitespace. | 460 |
![]() | '}' should be on the same line. | 461 |
![]() | Parameter e should be final. | 487 |
![]() | Expected @param tag for 'e'. | 487 |
![]() | '(' is followed by whitespace. | 488 |
![]() | ')' is preceded with whitespace. | 488 |
![]() | Line has trailing spaces. | 493 |
![]() | Comment matches to-do format 'TODO:'. | 494 |
![]() | Line contains a tab character. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | '(' is followed by whitespace. | 500 |
![]() | ')' is preceded with whitespace. | 500 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.io.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 26 |
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter path should be final. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '(' is followed by whitespace. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line has trailing spaces. | 61 |
![]() | 'while' is not followed by whitespace. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | '&&' should be on a new line. | 64 |
![]() | Inner assignments should be avoided. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | 'catch' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | '+' should be on a new line. | 69 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '}' should be on the same line. | 72 |
![]() | 'catch' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '(' is followed by whitespace. | 74 |
![]() | '+' should be on a new line. | 74 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Expected an @return tag. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | Parameter st should be final. | 88 |
![]() | Expected @param tag for 'st'. | 88 |
![]() | Parameter path should be final. | 88 |
![]() | Expected @param tag for 'path'. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Expected @throws tag for 'IOException'. | 89 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | ',' is not followed by whitespace. | 92 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Inner assignments should be avoided. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '||' should be on a new line. | 94 |
![]() | Inner assignments should be avoided. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | ',' is not followed by whitespace. | 102 |
![]() | Expected an @return tag. | 108 |
![]() | Line has trailing spaces. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | Parameter st should be final. | 108 |
![]() | Expected @param tag for 'st'. | 108 |
![]() | Parameter path should be final. | 108 |
![]() | Expected @param tag for 'path'. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Expected @throws tag for 'IOException'. | 109 |
![]() | 'if' is not followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | '(' is followed by whitespace. | 114 |
![]() | '+' should be on a new line. | 114 |
![]() | ')' is preceded with whitespace. | 115 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'x' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'y' must be private and have accessor methods. | 32 |
![]() | '(' is followed by whitespace. | 37 |
![]() | Parameter x should be final. | 37 |
![]() | 'x' hides a field. | 37 |
![]() | Expected @param tag for 'x'. | 37 |
![]() | Parameter y should be final. | 37 |
![]() | 'y' hides a field. | 37 |
![]() | Expected @param tag for 'y'. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Expected an @return tag. | 45 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Expected an @return tag. | 52 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Expected an @return tag. | 59 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - javax.swing.border.*. | 26 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 28 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter title should be final. | 46 |
![]() | Expected @param tag for 'title'. | 46 |
![]() | Parameter mainFrame should be final. | 46 |
![]() | 'mainFrame' hides a field. | 46 |
![]() | Expected @param tag for 'mainFrame'. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line has trailing spaces. | 61 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
![]() | First sentence should end with a period. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | 'private' modifier out of order with the JLS suggestions. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | '256' is a magic number. | 44 |
![]() | 'for' construct must use '{}'s. | 45 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | ',' is not followed by whitespace. | 46 |
![]() | ',' is not followed by whitespace. | 46 |
![]() | Line contains a tab character. | 52 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter title should be final. | 56 |
![]() | Parameter mainFrame should be final. | 56 |
![]() | 'mainFrame' hides a field. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter g should be final. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | 'for' construct must use '{}'s. | 84 |
![]() | 'for' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | 'cast' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | ',' is not followed by whitespace. | 88 |
![]() | ',' is not followed by whitespace. | 88 |
![]() | ',' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 91 |
![]() | '+' is not followed by whitespace. | 91 |
![]() | '-' is not preceded with whitespace. | 91 |
![]() | '-' is not followed by whitespace. | 91 |
![]() | '+' is not preceded with whitespace. | 91 |
![]() | '+' is not followed by whitespace. | 91 |
![]() | Expected an @return tag. | 99 |
![]() | Method 'getTabColors' is not designed for extension - needs to be abstract, final or empty. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for OutOfRangeRequestException. | 0 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | First sentence should end with a period. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | '(' is followed by whitespace. | 68 |
![]() | Parameter mainFrame should be final. | 68 |
![]() | 'mainFrame' hides a field. | 68 |
![]() | Expected @param tag for 'mainFrame'. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'setInputSignal' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter signal should be final. | 79 |
![]() | Expected @param tag for 'signal'. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Method 'setWavelet' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | Parameter index should be final. | 88 |
![]() | Expected @param tag for 'index'. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line has trailing spaces. | 94 |
![]() | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Parameter current should be final. | 111 |
![]() | Parameter size should be final. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | '||' should be on a new line. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | '||' should be on a new line. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 120 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'else' construct must use '{}'s. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not followed by whitespace. | 125 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' is not followed by whitespace. | 126 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Expected an @return tag. | 140 |
![]() | Method 'getTabPoints' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | Parameter size should be final. | 140 |
![]() | Expected @param tag for 'size'. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | Line contains a tab character. | 146 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | Expression can be simplified. | 147 |
![]() | '||' should be on a new line. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Expression can be simplified. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Expected an @return tag. | 160 |
![]() | Method 'getCoeffs' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | Parameter size should be final. | 160 |
![]() | Expected @param tag for 'size'. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | 'if' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Comment matches to-do format 'TODO:'. | 175 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 183 |
![]() | Line has trailing spaces. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Method 'getCoeffsOK' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | '-' is not preceded with whitespace. | 207 |
![]() | '-' is not followed by whitespace. | 207 |
![]() | '-' is not preceded with whitespace. | 209 |
![]() | '-' is not followed by whitespace. | 209 |
![]() | ',' is not followed by whitespace. | 210 |
![]() | 'for' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | 'cast' is not followed by whitespace. | 218 |
![]() | '*' is not preceded with whitespace. | 218 |
![]() | '*' is not followed by whitespace. | 218 |
![]() | '-' is not preceded with whitespace. | 218 |
![]() | '-' is not followed by whitespace. | 218 |
![]() | '/' is not preceded with whitespace. | 218 |
![]() | '/' is not followed by whitespace. | 218 |
![]() | '-' is not preceded with whitespace. | 218 |
![]() | '-' is not followed by whitespace. | 218 |
![]() | 'cast' is not followed by whitespace. | 219 |
![]() | '*' is not preceded with whitespace. | 219 |
![]() | '*' is not followed by whitespace. | 219 |
![]() | '-' is not preceded with whitespace. | 219 |
![]() | '-' is not followed by whitespace. | 219 |
![]() | '/' is not preceded with whitespace. | 219 |
![]() | '/' is not followed by whitespace. | 219 |
![]() | '-' is not preceded with whitespace. | 219 |
![]() | '-' is not followed by whitespace. | 219 |
![]() | ',' is not followed by whitespace. | 222 |
![]() | Method 'computeCoeffs' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | Expected @param tag for 'size'. | 231 |
![]() | ')' is preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line has trailing spaces. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | '-' is not preceded with whitespace. | 256 |
![]() | '-' is not followed by whitespace. | 256 |
![]() | '/' should be on a new line. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | '-' is not preceded with whitespace. | 258 |
![]() | '-' is not followed by whitespace. | 258 |
![]() | '/' is not preceded with whitespace. | 258 |
![]() | '/' is not followed by whitespace. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | 'for' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | '+=' is not preceded with whitespace. | 260 |
![]() | '+=' is not followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | '{' is not preceded with whitespace. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | '(' is followed by whitespace. | 261 |
![]() | '*' is not preceded with whitespace. | 261 |
![]() | '*' is not followed by whitespace. | 261 |
![]() | '100' is a magic number. | 261 |
![]() | '/' is not preceded with whitespace. | 261 |
![]() | '/' is not followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | 'for' construct must use '{}'s. | 263 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | 'for' is not followed by whitespace. | 263 |
![]() | '(' is followed by whitespace. | 263 |
![]() | '+=' is not preceded with whitespace. | 263 |
![]() | '+=' is not followed by whitespace. | 263 |
![]() | ')' is preceded with whitespace. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | ',' is not followed by whitespace. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | '100' is a magic number. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line contains a tab character. | 273 |
![]() | 'catch' is not followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | Line has trailing spaces. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line contains a tab character. | 277 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' is not followed by whitespace. | 277 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' is not followed by whitespace. | 277 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line has trailing spaces. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line has trailing spaces. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line has trailing spaces. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Expected an @return tag. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | Parameter x should be final. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | '-' is not preceded with whitespace. | 309 |
![]() | '-' is not followed by whitespace. | 309 |
![]() | '*' is not preceded with whitespace. | 309 |
![]() | '*' is not followed by whitespace. | 309 |
![]() | '*' is not preceded with whitespace. | 309 |
![]() | '*' is not followed by whitespace. | 309 |
![]() | '*' is not preceded with whitespace. | 309 |
![]() | '*' is not followed by whitespace. | 309 |
![]() | '/' is not preceded with whitespace. | 309 |
![]() | '/' is not followed by whitespace. | 309 |
![]() | Expected @throws tag for 'OutOfRangeRequestException'. | 319 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter title should be final. | 39 |
![]() | Expected @param tag for 'title'. | 39 |
![]() | Parameter mainFrame should be final. | 39 |
![]() | 'mainFrame' hides a field. | 39 |
![]() | Expected @param tag for 'mainFrame'. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter g should be final. | 47 |
![]() | Expected @param tag for 'g'. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | '-' is not preceded with whitespace. | 50 |
![]() | '-' is not followed by whitespace. | 50 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | '-' is not preceded with whitespace. | 50 |
![]() | '-' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 59 |
![]() | 'for' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | 'cast' is not followed by whitespace. | 61 |
![]() | 'cast' is not followed by whitespace. | 61 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 62 |
![]() | '+' is not followed by whitespace. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the java.lang package - java.lang.Exception. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the java.lang package - java.lang.NumberFormatException. | 25 |
![]() | Redundant import from the java.lang package - java.lang.StringBuffer. | 26 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter cols should be final. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter text should be final. | 46 |
![]() | Parameter cols should be final. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'createDefaultModel' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter offs should be final. | 56 |
![]() | Parameter str should be final. | 56 |
![]() | Parameter a should be final. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Comment matches to-do format 'TODO:'. | 67 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | '+' is not preceded with whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 73 |
![]() | '+' is not preceded with whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.psychomad.psycholib.log.Log. | 28 |
![]() | First sentence should end with a period. | 38 |
![]() | Parameter min should be final. | 60 |
![]() | Expected @param tag for 'min'. | 60 |
![]() | Parameter max should be final. | 60 |
![]() | Expected @param tag for 'max'. | 60 |
![]() | Parameter current should be final. | 60 |
![]() | Expected @param tag for 'current'. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.io.*. | 26 |
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 27 |
![]() | Utility classes should not have a public or default constructor. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Variable 'config' must be private and have accessor methods. | 43 |
![]() | First sentence should end with a period. | 44 |
![]() | Variable 'info' must be private and have accessor methods. | 45 |
![]() | Name 'resourcesDirectory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Parameter args should be final. | 55 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line has trailing spaces. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Parameter args should be final. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '}' should be on the same line. | 93 |
![]() | '}' should be on the same line. | 96 |
![]() | Line has trailing spaces. | 117 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '(' is followed by whitespace. | 133 |
![]() | '+' should be on a new line. | 133 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | 'while' construct must use '{}'s. | 157 |
![]() | 'while' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line has trailing spaces. | 159 |
![]() | 'catch' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '}' should be on the same line. | 163 |
![]() | 'catch' is not followed by whitespace. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | '(' is followed by whitespace. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | '(' is followed by whitespace. | 175 |
![]() | Parameter exitCode should be final. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.event.*. | 26 |
![]() | Using the '.*' form of import should be avoided - java.beans.*. | 27 |
![]() | Unused import - javax.swing.JFrame. | 30 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | First sentence should end with a period. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | First sentence should end with a period. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | First sentence should end with a period. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | First sentence should end with a period. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | First sentence should end with a period. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Expected an @return tag. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | ',' is not followed by whitespace. | 80 |
![]() | ',' is not followed by whitespace. | 80 |
![]() | '15' is a magic number. | 80 |
![]() | ',' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | ',' is not followed by whitespace. | 85 |
![]() | ',' is not followed by whitespace. | 85 |
![]() | ',' is not followed by whitespace. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | '+' is not preceded with whitespace. | 89 |
![]() | '+' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | '+' is not preceded with whitespace. | 97 |
![]() | '+' is not followed by whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Comment matches to-do format 'TODO:'. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Parameter parent should be final. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Parameter we should be final. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Parameter e should be final. | 148 |
![]() | Expected @param tag for 'e'. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | '+' is not preceded with whitespace. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | '&&' should be on a new line. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | '&&' should be on a new line. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | '||' should be on a new line. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 160 |
![]() | '+' is not preceded with whitespace. | 160 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Comment matches to-do format 'TODO:'. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | ')' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 26 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter mainFrame should be final. | 42 |
![]() | Expected @param tag for 'mainFrame'. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter g should be final. | 51 |
![]() | Expected @param tag for 'g'. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | '255' is a magic number. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'for' construct must use '{}'s. | 54 |
![]() | 'for' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | ',' is not followed by whitespace. | 55 |
![]() | ',' is not followed by whitespace. | 55 |
![]() | ',' is not followed by whitespace. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter t should be final. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Expected an @return tag. | 38 |
![]() | Line has trailing spaces. | 38 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | First sentence should end with a period. | 42 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Parameter x should be final. | 45 |
![]() | Expected @param tag for 'x'. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Expected an @return tag. | 52 |
![]() | Method 'interrupt' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 77 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | '}' should be on the same line. | 88 |
![]() | Line has trailing spaces. | 106 |
![]() | '}' should be on the same line. | 110 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.event.*. | 26 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 27 |
![]() | Unused import - org.psychomad.psycholib.log.Log. | 29 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is followed by whitespace. | 53 |
![]() | Parameter title should be final. | 53 |
![]() | Expected @param tag for 'title'. | 53 |
![]() | 'mainFrame' hides a field. | 53 |
![]() | Expected @param tag for 'mainFrame'. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '15' is a magic number. | 57 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Parameter e should be final. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | '}' is not followed by whitespace. | 84 |
![]() | '}' is not preceded with whitespace. | 84 |
![]() | '(' is followed by whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '(' is followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Parameter e should be final. | 90 |
![]() | '{' is not preceded with whitespace. | 90 |
![]() | '}' is not followed by whitespace. | 92 |
![]() | '}' is not preceded with whitespace. | 92 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | '=' is not preceded with whitespace. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | ',' is not followed by whitespace. | 124 |
![]() | ',' is not followed by whitespace. | 124 |
![]() | ',' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | ',' is not followed by whitespace. | 135 |
![]() | ',' is not followed by whitespace. | 135 |
![]() | ',' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | '*' is not preceded with whitespace. | 148 |
![]() | '*' is not followed by whitespace. | 148 |
![]() | ',' is not followed by whitespace. | 148 |
![]() | ',' is not followed by whitespace. | 148 |
![]() | ',' is not followed by whitespace. | 148 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Expected an @return tag. | 156 |
![]() | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Expected an @return tag. | 163 |
![]() | Method 'getMaxA' is not designed for extension - needs to be abstract, final or empty. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.event.*. | 26 |
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 27 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'gridBagLayout' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'graphGbc' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'graphCW' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | '+' should be on a new line. | 67 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Parameter e should be final. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '}' is not followed by whitespace. | 80 |
![]() | '}' is not preceded with whitespace. | 80 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | Line has trailing spaces. | 100 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '10' is a magic number. | 106 |
![]() | ',' is not followed by whitespace. | 107 |
![]() | ',' is not followed by whitespace. | 107 |
![]() | ',' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 119 |
![]() | ',' is not followed by whitespace. | 126 |
![]() | ',' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '(' is followed by whitespace. | 159 |
![]() | ')' is preceded with whitespace. | 159 |
![]() | Comment matches to-do format 'TODO:'. | 162 |
![]() | '(' is followed by whitespace. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | '(' is followed by whitespace. | 164 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | Parameter cmd should be final. | 171 |
![]() | Expected @param tag for 'cmd'. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | Method 'setOriginalSignal' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | Parameter path should be final. | 178 |
![]() | Expected @param tag for 'path'. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Method 'setWaveletSignal' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | Parameter path should be final. | 190 |
![]() | Expected @param tag for 'path'. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | 'if' construct must use '{}'s. | 209 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '(' is followed by whitespace. | 209 |
![]() | ')' is preceded with whitespace. | 209 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '(' is followed by whitespace. | 215 |
![]() | ')' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | 'if' is not followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | '(' is followed by whitespace. | 221 |
![]() | ')' is preceded with whitespace. | 221 |
![]() | '}' should be on the same line. | 222 |
![]() | 'if' is not followed by whitespace. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | '(' is followed by whitespace. | 225 |
![]() | ')' is preceded with whitespace. | 225 |
![]() | '}' should be on the same line. | 226 |
![]() | Line has trailing spaces. | 227 |
![]() | '}' should be on the same line. | 231 |
![]() | 'else' construct must use '{}'s. | 232 |
![]() | '(' is followed by whitespace. | 233 |
![]() | ')' is preceded with whitespace. | 233 |
![]() | Method 'setMaxA' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | Parameter maxA should be final. | 242 |
![]() | Expected @param tag for 'maxA'. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | Comment matches to-do format 'TODO:'. | 244 |
![]() | Expected an @return tag. | 251 |
![]() | Method 'getMaxA' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Method 'setAccuracy' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '(' is followed by whitespace. | 258 |
![]() | Parameter accuracy should be final. | 258 |
![]() | Expected @param tag for 'accuracy'. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | Comment matches to-do format 'TODO:'. | 260 |
![]() | Expected an @return tag. | 267 |
![]() | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Expected an @return tag. | 274 |
![]() | Method 'getTabPoints' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | Parameter size should be final. | 274 |
![]() | Expected @param tag for 'size'. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | '(' is followed by whitespace. | 275 |
![]() | ')' is preceded with whitespace. | 275 |
![]() | Expected an @return tag. | 281 |
![]() | Method 'getCoeffs' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | '(' is followed by whitespace. | 281 |
![]() | Parameter size should be final. | 281 |
![]() | Expected @param tag for 'size'. | 281 |
![]() | ')' is preceded with whitespace. | 281 |
![]() | '(' is followed by whitespace. | 282 |
![]() | ')' is preceded with whitespace. | 282 |
![]() | Expected an @return tag. | 288 |
![]() | Method 'getCoeffsOK' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Method 'setPercentage' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | '(' is followed by whitespace. | 295 |
![]() | Parameter percentage should be final. | 295 |
![]() | Expected @param tag for 'percentage'. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | ',' is not followed by whitespace. | 299 |
![]() | '100' is a magic number. | 299 |
![]() | 'cast' is not followed by whitespace. | 299 |
![]() | Comment matches to-do format 'TODO:'. | 305 |
![]() | Comment matches to-do format 'TODO:'. | 306 |
![]() | Method 'addInterferences' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | '(' is followed by whitespace. | 308 |
![]() | Parameter nbChanges should be final. | 308 |
![]() | Parameter maxRandom should be final. | 308 |
![]() | ')' is preceded with whitespace. | 308 |
![]() | 'if' construct must use '{}'s. | 309 |
![]() | 'if' is not followed by whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | ',' is not followed by whitespace. | 312 |
![]() | Method 'saveSignalInFile' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | '(' is followed by whitespace. | 322 |
![]() | Parameter filename should be final. | 322 |
![]() | Expected @param tag for 'filename'. | 322 |
![]() | ')' is preceded with whitespace. | 322 |
![]() | '(' is followed by whitespace. | 323 |
![]() | ')' is preceded with whitespace. | 323 |
![]() | Expected an @return tag. | 329 |
![]() | Method 'getOriginalSignal' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Expected an @return tag. | 336 |
![]() | Method 'getTabColors' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Method 'updateValues' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | Line has trailing spaces. | 344 |
![]() | Line has trailing spaces. | 345 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - javax.swing.*. | 25 |
![]() | Using the '.*' form of import should be avoided - java.awt.event.*. | 26 |
![]() | Using the '.*' form of import should be avoided - java.awt.*. | 27 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter title should be final. | 56 |
![]() | Expected @param tag for 'title'. | 56 |
![]() | Parameter mainFrame should be final. | 56 |
![]() | 'mainFrame' hides a field. | 56 |
![]() | Expected @param tag for 'mainFrame'. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | '6' is a magic number. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | ',' is not followed by whitespace. | 83 |
![]() | '6' is a magic number. | 83 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line has trailing spaces. | 108 |
![]() | Method 'updateLabels' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 120 |
![]() | '+' is not followed by whitespace. | 120 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' is not followed by whitespace. | 121 |
![]() | Expected an @return tag. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | Parameter value should be final. | 127 |
![]() | Expected @param tag for 'value'. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 128 |
![]() | '+' is not followed by whitespace. | 128 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | '-' is not preceded with whitespace. | 129 |
![]() | '-' is not followed by whitespace. | 129 |
![]() | '3' is a magic number. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | ',' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '3' is a magic number. | 130 |
![]() | 'else' construct must use '{}'s. | 131 |