The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 87 | 0 | 0 | 7454 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 8 | |
| NewlineAtEndOfFile | 3 | |
| Translation | 0 | |
| JavadocMethod | 601 | |
| JavadocType | 21 | |
| JavadocVariable | 605 | |
| JavadocStyle | 20 | |
| ConstantName | 87 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 12 | |
| MemberName | 11 | |
| MethodName | 1 | |
| PackageName | 0 | |
| ParameterName | 5 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 301 | |
| MethodLength | 7 | |
| ParameterNumber | 3 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 3 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 516 | |
| TypecastParenPad | 0 | |
| TabCharacter | 106 | |
| WhitespaceAfter | 527 | |
| WhitespaceAround | 1062 | |
| ModifierOrder | 24 | |
| RedundantModifier | 88 | |
| AvoidNestedBlocks | 154 | |
| EmptyBlock | 46 | |
| LeftCurly | 111 | |
| NeedBraces | 241 | |
| RightCurly | 39 | |
| AvoidInlineConditionals | 16 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| HiddenField | 173 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 3 | |
| MagicNumber | 1086 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 6 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 366 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 58 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 700 | |
GenericIllegalRegexp
| 434 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| Name 'QuestionID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'public' modifier. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 16 | |
| Parameter e should be final. | 16 | |
| Line is longer than 80 characters. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 9 | |
| Parameter cause should be final. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 10 | |
| Parameter arg0 should be final. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter arg0 should be final. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Variable 'questPointsList' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Variable 'exQuestList' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Variable 'exAnsList' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Variable 'exPictureList' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Name 'PDD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'QDD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Name 'ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Name 'UDD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Name 'QTDD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Name 'QTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Variable 'ansList' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| Method 'exportTest' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Method length is 177 lines (max allowed is 150). | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter testId should be final. | 80 | |
| Parameter con should be final. | 80 | |
| Must have at least one statement. | 92 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| '>' is not followed by whitespace. | 95 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Line has trailing spaces. | 118 | |
| Must have at least one statement. | 122 | |
| 'if' construct must use '{}'s. | 124 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| '>' is not followed by whitespace. | 126 | |
| '5' is a magic number. | 126 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| '<' is not preceded with whitespace. | 136 | |
| '<' is not followed by whitespace. | 136 | |
| '>' is not preceded with whitespace. | 136 | |
| Line has trailing spaces. | 137 | |
| Line is longer than 80 characters. | 141 | |
| '<' is not preceded with whitespace. | 141 | |
| '<' is not followed by whitespace. | 141 | |
| '>' is not preceded with whitespace. | 141 | |
| '>' is not followed by whitespace. | 141 | |
| '<' is not preceded with whitespace. | 147 | |
| '<' is not followed by whitespace. | 147 | |
| '>' is not preceded with whitespace. | 147 | |
| 'if' construct must use '{}'s. | 150 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| Line is longer than 80 characters. | 216 | |
| '<' is not preceded with whitespace. | 226 | |
| '<' is not followed by whitespace. | 226 | |
| '>' is not preceded with whitespace. | 226 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '<' is not preceded with whitespace. | 231 | |
| '<' is not followed by whitespace. | 231 | |
| '>' is not preceded with whitespace. | 231 | |
| Method 'getTestDate' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| 'if' construct must use '{}'s. | 259 | |
| 'else' construct must use '{}'s. | 261 | |
| Method 'getTestName' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Method 'getGroupLatex' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Missing a Javadoc comment. | 288 | |
| Method 'getTestHeader' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Missing a Javadoc comment. | 298 | |
| Method 'getNameTable' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Line is longer than 80 characters. | 314 | |
| Method 'getHelloMsg' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Missing a Javadoc comment. | 321 | |
| 'if' construct must use '{}'s. | 322 | |
| 'else' construct must use '{}'s. | 324 | |
| Method 'getFileHeader' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| Missing a Javadoc comment. | 333 | |
| Parameter QuestionOrder should be final. | 333 | |
| Name 'QuestionOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 | |
| Parameter ChoiceAnswers should be final. | 334 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| '>' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| Name 'ChoiceAnswers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| Parameter maxPossibleAnswers should be final. | 335 | |
| Parameter answers should be final. | 335 | |
| Line is longer than 80 characters. | 338 | |
| '5' is a magic number. | 338 | |
| Line is longer than 80 characters. | 344 | |
| 'for' construct must use '{}'s. | 352 | |
| 'for' construct must use '{}'s. | 358 | |
| '97' is a magic number. | 358 | |
| '97' is a magic number. | 358 | |
| 'if' construct must use '{}'s. | 368 | |
| 'else' construct must use '{}'s. | 370 | |
| 'if' construct must use '{}'s. | 376 | |
| 'else' construct must use '{}'s. | 378 | |
| Method 'getAnswerTable' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Missing a Javadoc comment. | 391 | |
| Parameter withCorrectAnswers should be final. | 391 | |
| Name 'PossibleAnswers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
| Line is longer than 80 characters. | 400 | |
| '<' is not preceded with whitespace. | 400 | |
| '<' is not followed by whitespace. | 400 | |
| '<' is not preceded with whitespace. | 400 | |
| '<' is not followed by whitespace. | 400 | |
| '>' is not preceded with whitespace. | 400 | |
| '>' is not followed by whitespace. | 400 | |
| '>' is not preceded with whitespace. | 400 | |
| Name 'ChoiceAnswers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 | |
| '<' is not preceded with whitespace. | 400 | |
| '<' is not followed by whitespace. | 400 | |
| '<' is not preceded with whitespace. | 400 | |
| '<' is not followed by whitespace. | 400 | |
| '>' is not preceded with whitespace. | 400 | |
| '>' is not followed by whitespace. | 400 | |
| '>' is not preceded with whitespace. | 400 | |
| '>' is not followed by whitespace. | 400 | |
| '<' is not preceded with whitespace. | 401 | |
| '<' is not followed by whitespace. | 401 | |
| '>' is not preceded with whitespace. | 401 | |
| '<' is not preceded with whitespace. | 402 | |
| '<' is not followed by whitespace. | 402 | |
| '>' is not preceded with whitespace. | 402 | |
| Name 'a_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 | |
| Name 'QuestionOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 403 | |
| Must have at least one statement. | 414 | |
| Line has trailing spaces. | 423 | |
| 'if' construct must use '{}'s. | 426 | |
| '<' is not preceded with whitespace. | 433 | |
| '<' is not followed by whitespace. | 433 | |
| '>' is not preceded with whitespace. | 433 | |
| '>' is not followed by whitespace. | 433 | |
| 'for' construct must use '{}'s. | 436 | |
| Line has trailing spaces. | 441 | |
| Method 'getInstructions' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Missing a Javadoc comment. | 455 | |
| Method 'setInstructions' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| Missing a Javadoc comment. | 459 | |
| Parameter helloMesage should be final. | 459 | |
| Method 'isPermutateAnswers' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Missing a Javadoc comment. | 463 | |
| Method 'setPermutateAnswers' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| Missing a Javadoc comment. | 467 | |
| Parameter permutateAnswers should be final. | 467 | |
| 'permutateAnswers' hides a field. | 467 | |
| Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| Missing a Javadoc comment. | 471 | |
| Method 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Missing a Javadoc comment. | 475 | |
| Parameter template should be final. | 475 | |
| 'template' hides a field. | 475 | |
| Method 'setGroup' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| Missing a Javadoc comment. | 479 | |
| Parameter group should be final. | 479 | |
| 'group' hides a field. | 479 | |
| Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Missing a Javadoc comment. | 483 | |
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| Missing a Javadoc comment. | 487 | |
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| Missing a Javadoc comment. | 491 | |
| Parameter date should be final. | 491 | |
| 'date' hides a field. | 491 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter name should be final. | 26 | |
| 'name' hides a field. | 26 | |
| Parameter subject should be final. | 26 | |
| 'subject' hides a field. | 26 | |
| Parameter generated should be final. | 26 | |
| 'generated' hides a field. | 26 | |
| Parameter testID should be final. | 27 | |
| 'testID' hides a field. | 27 | |
| Parameter userID should be final. | 27 | |
| 'userID' hides a field. | 27 | |
| Parameter categoryID should be final. | 27 | |
| 'categoryID' hides a field. | 27 | |
| Parameter questionPoints should be final. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| 'questionPoints' hides a field. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter name should be final. | 50 | |
| 'name' hides a field. | 50 | |
| Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter subject should be final. | 65 | |
| 'subject' hides a field. | 65 | |
| Method 'getGenerated' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Method 'setGenerated' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter generated should be final. | 80 | |
| 'generated' hides a field. | 80 | |
| Method 'getTestID' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'setTestID' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter testID should be final. | 95 | |
| 'testID' hides a field. | 95 | |
| Method 'getUserID' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'setUserID' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter userID should be final. | 110 | |
| 'userID' hides a field. | 110 | |
| Method 'getCategoryID' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'setCategoryID' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter categoryID should be final. | 125 | |
| 'categoryID' hides a field. | 125 | |
| Method 'getQuestionPoints' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| '<' is not preceded with whitespace. | 132 | |
| '<' is not followed by whitespace. | 132 | |
| '>' is not preceded with whitespace. | 132 | |
| Method 'setQuestionPoints' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter questionPoints should be final. | 140 | |
| '<' is not preceded with whitespace. | 140 | |
| '<' is not followed by whitespace. | 140 | |
| '>' is not preceded with whitespace. | 140 | |
| 'questionPoints' hides a field. | 140 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 31 | |
| '5' is a magic number. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Parameter c should be final. | 38 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '>' is not followed by whitespace. | 39 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 46 | |
| Parameter c should be final. | 46 | |
| Parameter test should be final. | 46 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '>' is not followed by whitespace. | 52 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Method 'setQuestions' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter questions should be final. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| 'questions' hides a field. | 67 | |
| Parameter points should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| 'points' hides a field. | 68 | |
| 'if' construct must use '{}'s. | 69 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '>' is not followed by whitespace. | 73 | |
| 'for' construct must use '{}'s. | 74 | |
| 'else' construct must use '{}'s. | 76 | |
| Method 'addQuestion' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter toAdd should be final. | 81 | |
| Parameter points should be final. | 81 | |
| 'points' hides a field. | 81 | |
| Method 'addQuestions' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter toAdd should be final. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| Parameter points should be final. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| 'points' hides a field. | 87 | |
| 'if' construct must use '{}'s. | 89 | |
| Method 'removeQuestions' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter indices should be final. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| Method 'setQuestion' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter toSet should be final. | 107 | |
| Parameter index should be final. | 107 | |
| Method 'getQuestion' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter index should be final. | 112 | |
| Missing a Javadoc comment. | 116 | |
| Parameter index1 should be final. | 116 | |
| Parameter index2 should be final. | 116 | |
| Method 'reorder' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| 'for' construct must use '{}'s. | 127 | |
| Method 'moveUp' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter index should be final. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| Method 'moveDown' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter index should be final. | 143 | |
| 'if' construct must use '{}'s. | 144 | |
| Method 'initColumnNames' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| '3' is a magic number. | 156 | |
| '4' is a magic number. | 157 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Avoid inline conditionals. | 167 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter col should be final. | 171 | |
| Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter val should be final. | 176 | |
| Parameter row should be final. | 176 | |
| Parameter col should be final. | 176 | |
| 'if' construct must use '{}'s. | 177 | |
| '4' is a magic number. | 177 | |
| Must have at least one statement. | 182 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Parameter row should be final. | 188 | |
| Parameter col should be final. | 188 | |
| switch without "default" clause. | 189 | |
| Must have at least one statement. | 206 | |
| 'if' construct must use '{}'s. | 208 | |
| 'if' construct must use '{}'s. | 210 | |
| 'if' construct must use '{}'s. | 212 | |
| 'if' construct must use '{}'s. | 214 | |
| 'if' construct must use '{}'s. | 216 | |
| 'else' construct must use '{}'s. | 218 | |
| '3' is a magic number. | 222 | |
| '4' is a magic number. | 226 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Parameter row should be final. | 234 | |
| Parameter col should be final. | 234 | |
| 'if' construct must use '{}'s. | 235 | |
| '4' is a magic number. | 235 | |
| Method 'getQuestionCount' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Method 'getPointsSum' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| 'for' construct must use '{}'s. | 247 | |
| Method 'getAverageDiff' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| 'for' construct must use '{}'s. | 255 | |
| Method 'getQuestions' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| '<' is not preceded with whitespace. | 261 | |
| '<' is not followed by whitespace. | 261 | |
| '>' is not preceded with whitespace. | 261 | |
| Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| '<' is not preceded with whitespace. | 265 | |
| '<' is not followed by whitespace. | 265 | |
| '>' is not preceded with whitespace. | 265 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 15 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Name 'sqlSelectAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Name 'sqlSelectQuestionByID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Name 'sqlSelectQuestionTypeByName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Parameter con should be final. | 29 | |
| Method 'getQuestionTypeByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter questionID should be final. | 34 | |
| Method 'getAllQuestionTypes' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '>' is not followed by whitespace. | 68 | |
| Method 'getQuestionTypeByName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter qTypeName should be final. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Parameter questionId should be final. | 17 | |
| 'questionId' hides a field. | 17 | |
| Parameter points should be final. | 17 | |
| 'points' hides a field. | 17 | |
| Method 'getQuestionId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Method 'setQuestionId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter questionId should be final. | 34 | |
| 'questionId' hides a field. | 34 | |
| Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Method 'setPoints' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter points should be final. | 49 | |
| 'points' hides a field. | 49 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Name 'sqlAddQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'sqlAddCategoryQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Name 'sqlDeleteCategoryQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Name 'sqlDeleteQuestionByID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Name 'sqlGetQuestionByID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Name 'sqlGetQuestionsByCategoryID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'sqlGetQuestionsInRootCategory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Name 'sqlGetQuestionByTestID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'sqlUpdateQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'sqlMoveQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Name 'sqlIsQuestionInTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Name 'sqlGetQuestionCount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Name 'sqlDeleteQuestionFromCategory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'rs' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'st' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'q' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Name 'q_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| Variable 'q_list' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Variable 'idList' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Parameter con should be final. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Method 'createQuestion' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter toCreate should be final. | 56 | |
| '3' is a magic number. | 63 | |
| '4' is a magic number. | 64 | |
| '5' is a magic number. | 67 | |
| 'else' construct must use '{}'s. | 68 | |
| '5' is a magic number. | 69 | |
| 'rs' hides a field. | 73 | |
| Method 'addQuestion' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter categoryID should be final. | 84 | |
| Parameter toAdd should be final. | 84 | |
| Method 'addQuestions' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter categoryID should be final. | 107 | |
| Parameter toAdd should be final. | 107 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| 'q' hides a field. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Parameter questionID should be final. | 115 | |
| Method 'deleteQuestion' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter toDelete should be final. | 127 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| 'if' construct must use '{}'s. | 171 | |
| 'else' construct must use '{}'s. | 173 | |
| Method 'deleteQuestions' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Parameter toDelete should be final. | 181 | |
| '<' is not preceded with whitespace. | 181 | |
| '<' is not followed by whitespace. | 181 | |
| '>' is not preceded with whitespace. | 181 | |
| 'q' hides a field. | 184 | |
| Method 'getQuestionByID' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter questionID should be final. | 191 | |
| Method 'getQuestionsByIDs' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| '<' is not preceded with whitespace. | 216 | |
| '<' is not followed by whitespace. | 216 | |
| '>' is not preceded with whitespace. | 216 | |
| Parameter questionIDs should be final. | 216 | |
| '<' is not preceded with whitespace. | 216 | |
| '<' is not followed by whitespace. | 216 | |
| '>' is not preceded with whitespace. | 216 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| '>' is not followed by whitespace. | 220 | |
| First sentence should end with a period. | 236 | |
| Line has trailing spaces. | 238 | |
| Expected @throws tag for 'SQLException'. | 241 | |
| 'if' construct must use '{}'s. | 250 | |
| 'else' construct must use '{}'s. | 252 | |
| Method 'getQuestionsByCategoryID' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 256 | |
| '<' is not preceded with whitespace. | 257 | |
| '<' is not followed by whitespace. | 257 | |
| '>' is not preceded with whitespace. | 257 | |
| Parameter categoryID should be final. | 257 | |
| '<' is not preceded with whitespace. | 275 | |
| '<' is not followed by whitespace. | 275 | |
| '>' is not preceded with whitespace. | 275 | |
| '>' is not followed by whitespace. | 275 | |
| Method 'getQuestionsByTestID' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 | |
| '<' is not preceded with whitespace. | 296 | |
| '<' is not followed by whitespace. | 296 | |
| '>' is not preceded with whitespace. | 296 | |
| Parameter testID should be final. | 296 | |
| '<' is not preceded with whitespace. | 308 | |
| '<' is not followed by whitespace. | 308 | |
| '>' is not preceded with whitespace. | 308 | |
| '>' is not followed by whitespace. | 308 | |
| Method 'updateQuestion' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Parameter questionID should be final. | 330 | |
| Parameter toUpdate should be final. | 330 | |
| '3' is a magic number. | 337 | |
| '4' is a magic number. | 338 | |
| '5' is a magic number. | 340 | |
| 'else' construct must use '{}'s. | 341 | |
| '5' is a magic number. | 342 | |
| '6' is a magic number. | 343 | |
| First sentence should end with a period. | 353 | |
| Line has trailing spaces. | 356 | |
| Parameter categoryIdCount should be final. | 360 | |
| Expected @param tag for 'categoryIdCount'. | 360 | |
| Parameter keywordIdCount should be final. | 360 | |
| Expected @param tag for 'keywordIdCount'. | 360 | |
| Parameter questionTypeCount should be final. | 361 | |
| Expected @param tag for 'questionTypeCount'. | 361 | |
| Parameter containsPictures should be final. | 361 | |
| Expected @param tag for 'containsPictures'. | 361 | |
| Parameter difficulty should be final. | 361 | |
| Expected @param tag for 'difficulty'. | 361 | |
| Expected @throws tag for 'SQLException'. | 362 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 405 | |
| First sentence should end with a period. | 414 | |
| Line has trailing spaces. | 416 | |
| Parameter query should be final. | 420 | |
| Expected @param tag for 'query'. | 420 | |
| Parameter questionCategoryIDs should be final. | 421 | |
| '<' is not preceded with whitespace. | 421 | |
| '<' is not followed by whitespace. | 421 | |
| '>' is not preceded with whitespace. | 421 | |
| Expected @param tag for 'questionCategoryIDs'. | 421 | |
| Parameter keywordIDs should be final. | 422 | |
| '<' is not preceded with whitespace. | 422 | |
| '<' is not followed by whitespace. | 422 | |
| '>' is not preceded with whitespace. | 422 | |
| Expected @param tag for 'keywordIDs'. | 422 | |
| Parameter questionTypeIDs should be final. | 422 | |
| '<' is not preceded with whitespace. | 422 | |
| '<' is not followed by whitespace. | 422 | |
| '>' is not preceded with whitespace. | 422 | |
| Expected @param tag for 'questionTypeIDs'. | 422 | |
| Parameter containsPictures should be final. | 423 | |
| Expected @param tag for 'containsPictures'. | 423 | |
| Parameter difficulty should be final. | 423 | |
| Expected @param tag for 'difficulty'. | 423 | |
| Expected @throws tag for 'SQLException'. | 423 | |
| Method 'getQuestionsForTestGenerator' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| Missing a Javadoc comment. | 452 | |
| '<' is not preceded with whitespace. | 453 | |
| '<' is not followed by whitespace. | 453 | |
| '>' is not preceded with whitespace. | 453 | |
| Parameter questionCategoryIDs should be final. | 454 | |
| '<' is not preceded with whitespace. | 454 | |
| '<' is not followed by whitespace. | 454 | |
| '>' is not preceded with whitespace. | 454 | |
| Parameter keywordIDs should be final. | 455 | |
| '<' is not preceded with whitespace. | 455 | |
| '<' is not followed by whitespace. | 455 | |
| '>' is not preceded with whitespace. | 455 | |
| Parameter questionTypeIDs should be final. | 455 | |
| '<' is not preceded with whitespace. | 455 | |
| '<' is not followed by whitespace. | 455 | |
| '>' is not preceded with whitespace. | 455 | |
| Parameter containsPictures should be final. | 456 | |
| Parameter difficulty should be final. | 456 | |
| '<' is not preceded with whitespace. | 468 | |
| '<' is not followed by whitespace. | 468 | |
| '>' is not preceded with whitespace. | 468 | |
| '>' is not followed by whitespace. | 468 | |
| Method 'moveQuestion' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| Missing a Javadoc comment. | 489 | |
| Parameter q should be final. | 490 | |
| 'q' hides a field. | 490 | |
| Parameter fromCategoryID should be final. | 490 | |
| Parameter toCategoryID should be final. | 491 | |
| '3' is a magic number. | 496 | |
| Method 'copyQuestion' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| Missing a Javadoc comment. | 508 | |
| Parameter questionID should be final. | 509 | |
| Parameter toCategoryID should be final. | 509 | |
| Method 'getQuestionCount' is not designed for extension - needs to be abstract, final or empty. | 531 | |
| Missing a Javadoc comment. | 531 | |
| Parameter categoryID should be final. | 532 | |
| 'if' construct must use '{}'s. | 536 | |
| 'else' construct must use '{}'s. | 538 | |
| Method 'deleteQuestionFromCategory' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Missing a Javadoc comment. | 548 | |
| Parameter toDelete should be final. | 549 | |
| Parameter from should be final. | 549 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Method 'getCat' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Method 'setCat' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter cat should be final. | 13 | |
| 'cat' hides a field. | 13 | |
| Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Method 'setSelected' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter selected should be final. | 21 | |
| 'selected' hides a field. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Name 'sqlAddTUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Name 'sqldeleteTUserByID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Name 'sqlGetTUserByID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Name 'sqlUpdateTUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Name 'sqlGetDefaultTUser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'rs' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'st' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'tu' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter con should be final. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Method 'addTUser' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter toAdd should be final. | 41 | |
| '3' is a magic number. | 48 | |
| '4' is a magic number. | 49 | |
| '5' is a magic number. | 50 | |
| '6' is a magic number. | 51 | |
| 'rs' hides a field. | 55 | |
| Method 'deleteTUser' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter toDelete should be final. | 68 | |
| Method 'getDefaultTUser' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'getTUserByID' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter userID should be final. | 107 | |
| Method 'updateTUser' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter toUpdate should be final. | 132 | |
| '3' is a magic number. | 138 | |
| '4' is a magic number. | 139 | |
| '5' is a magic number. | 140 | |
| '6' is a magic number. | 141 | |
| '7' is a magic number. | 142 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Parameter frame should be final. | 99 | |
| Parameter model should be final. | 99 | |
| 'model' hides a field. | 99 | |
| Parameter genexModel should be final. | 100 | |
| 'genexModel' hides a field. | 100 | |
| Parameter testCat should be final. | 100 | |
| Parameter test should be final. | 100 | |
| 'test' hides a field. | 100 | |
| Missing a Javadoc comment. | 122 | |
| Method length is 352 lines (max allowed is 150). | 129 | |
| Missing a Javadoc comment. | 129 | |
| Avoid nested blocks. | 131 | |
| Parameter e should be final. | 140 | |
| Parameter e should be final. | 147 | |
| Parameter e should be final. | 154 | |
| Parameter e should be final. | 160 | |
| Parameter e should be final. | 164 | |
| Parameter e should be final. | 168 | |
| Avoid nested blocks. | 174 | |
| '12' is a magic number. | 177 | |
| '12' is a magic number. | 177 | |
| '537' is a magic number. | 177 | |
| '64' is a magic number. | 177 | |
| Avoid nested blocks. | 178 | |
| Avoid nested blocks. | 186 | |
| '12' is a magic number. | 189 | |
| '82' is a magic number. | 189 | |
| '535' is a magic number. | 189 | |
| '10' is a magic number. | 189 | |
| Avoid nested blocks. | 191 | |
| '12' is a magic number. | 195 | |
| '140' is a magic number. | 195 | |
| '126' is a magic number. | 195 | |
| '14' is a magic number. | 195 | |
| '100' is a magic number. | 196 | |
| Avoid nested blocks. | 198 | |
| '12' is a magic number. | 201 | |
| '160' is a magic number. | 201 | |
| '537' is a magic number. | 201 | |
| '255' is a magic number. | 201 | |
| Avoid nested blocks. | 202 | |
| '255' is a magic number. | 206 | |
| '255' is a magic number. | 206 | |
| '240' is a magic number. | 206 | |
| '255' is a magic number. | 208 | |
| '255' is a magic number. | 208 | |
| '240' is a magic number. | 208 | |
| '20' is a magic number. | 211 | |
| '300' is a magic number. | 213 | |
| '20' is a magic number. | 215 | |
| '3' is a magic number. | 216 | |
| '80' is a magic number. | 217 | |
| '3' is a magic number. | 218 | |
| '4' is a magic number. | 220 | |
| '70' is a magic number. | 221 | |
| Parameter arg0 should be final. | 226 | |
| Parameter evt should be final. | 233 | |
| 'if' construct must use '{}'s. | 235 | |
| 'if' construct must use '{}'s. | 237 | |
| Parameter e should be final. | 247 | |
| 'if' construct must use '{}'s. | 250 | |
| Avoid nested blocks. | 259 | |
| '463' is a magic number. | 263 | |
| '553' is a magic number. | 263 | |
| '86' is a magic number. | 263 | |
| '21' is a magic number. | 263 | |
| Parameter evt should be final. | 266 | |
| Avoid nested blocks. | 271 | |
| '372' is a magic number. | 275 | |
| '553' is a magic number. | 275 | |
| '86' is a magic number. | 275 | |
| '21' is a magic number. | 275 | |
| Parameter evt should be final. | 278 | |
| Avoid nested blocks. | 283 | |
| '12' is a magic number. | 286 | |
| '539' is a magic number. | 286 | |
| '537' is a magic number. | 286 | |
| '8' is a magic number. | 286 | |
| Avoid nested blocks. | 288 | |
| '12' is a magic number. | 298 | |
| '421' is a magic number. | 298 | |
| '21' is a magic number. | 298 | |
| '21' is a magic number. | 298 | |
| Parameter evt should be final. | 300 | |
| Avoid nested blocks. | 305 | |
| '38' is a magic number. | 316 | |
| '421' is a magic number. | 316 | |
| '21' is a magic number. | 316 | |
| '21' is a magic number. | 316 | |
| Parameter evt should be final. | 318 | |
| Avoid nested blocks. | 323 | |
| '70' is a magic number. | 333 | |
| '421' is a magic number. | 333 | |
| '21' is a magic number. | 333 | |
| '21' is a magic number. | 333 | |
| Parameter evt should be final. | 335 | |
| Avoid nested blocks. | 340 | |
| '12' is a magic number. | 343 | |
| '453' is a magic number. | 343 | |
| '537' is a magic number. | 343 | |
| '74' is a magic number. | 343 | |
| '49' is a magic number. | 346 | |
| '106' is a magic number. | 346 | |
| '196' is a magic number. | 346 | |
| Avoid nested blocks. | 349 | |
| '29' is a magic number. | 353 | |
| '475' is a magic number. | 353 | |
| '134' is a magic number. | 353 | |
| '14' is a magic number. | 353 | |
| '100' is a magic number. | 354 | |
| Avoid nested blocks. | 356 | |
| '29' is a magic number. | 360 | |
| '501' is a magic number. | 360 | |
| '134' is a magic number. | 360 | |
| '14' is a magic number. | 360 | |
| '100' is a magic number. | 361 | |
| Avoid nested blocks. | 363 | |
| '294' is a magic number. | 367 | |
| '473' is a magic number. | 367 | |
| '166' is a magic number. | 367 | |
| '14' is a magic number. | 367 | |
| '100' is a magic number. | 368 | |
| Avoid nested blocks. | 370 | |
| '192' is a magic number. | 374 | |
| '475' is a magic number. | 374 | |
| '38' is a magic number. | 374 | |
| '14' is a magic number. | 374 | |
| '255' is a magic number. | 378 | |
| Avoid nested blocks. | 380 | |
| '192' is a magic number. | 384 | |
| '501' is a magic number. | 384 | |
| '38' is a magic number. | 384 | |
| '14' is a magic number. | 384 | |
| '255' is a magic number. | 386 | |
| Avoid nested blocks. | 390 | |
| '472' is a magic number. | 394 | |
| '473' is a magic number. | 394 | |
| '63' is a magic number. | 394 | |
| '14' is a magic number. | 394 | |
| '255' is a magic number. | 395 | |
| Avoid nested blocks. | 397 | |
| '528' is a magic number. | 405 | |
| '421' is a magic number. | 405 | |
| '21' is a magic number. | 405 | |
| '21' is a magic number. | 405 | |
| Parameter evt should be final. | 407 | |
| Avoid nested blocks. | 412 | |
| '502' is a magic number. | 422 | |
| '421' is a magic number. | 422 | |
| '21' is a magic number. | 422 | |
| '21' is a magic number. | 422 | |
| Parameter evt should be final. | 424 | |
| Avoid nested blocks. | 429 | |
| '476' is a magic number. | 439 | |
| '421' is a magic number. | 439 | |
| '20' is a magic number. | 439 | |
| '21' is a magic number. | 439 | |
| Parameter evt should be final. | 441 | |
| Avoid nested blocks. | 446 | |
| '12' is a magic number. | 450 | |
| '90' is a magic number. | 450 | |
| '79' is a magic number. | 450 | |
| '14' is a magic number. | 450 | |
| '100' is a magic number. | 451 | |
| Avoid nested blocks. | 453 | |
| '12' is a magic number. | 457 | |
| '117' is a magic number. | 457 | |
| '79' is a magic number. | 457 | |
| '14' is a magic number. | 457 | |
| '100' is a magic number. | 458 | |
| Avoid nested blocks. | 460 | |
| '103' is a magic number. | 463 | |
| '88' is a magic number. | 463 | |
| '446' is a magic number. | 463 | |
| '21' is a magic number. | 463 | |
| '255' is a magic number. | 464 | |
| '255' is a magic number. | 464 | |
| '240' is a magic number. | 464 | |
| '255' is a magic number. | 465 | |
| Avoid nested blocks. | 467 | |
| '103' is a magic number. | 470 | |
| '114' is a magic number. | 470 | |
| '446' is a magic number. | 470 | |
| '21' is a magic number. | 470 | |
| '255' is a magic number. | 472 | |
| '255' is a magic number. | 472 | |
| '240' is a magic number. | 472 | |
| '255' is a magic number. | 473 | |
| '573' is a magic number. | 476 | |
| '621' is a magic number. | 476 | |
| Missing a Javadoc comment. | 482 | |
| Parameter text should be final. | 482 | |
| '6' is a magic number. | 491 | |
| '8' is a magic number. | 496 | |
| '5' is a magic number. | 501 | |
| Missing a Javadoc comment. | 510 | |
| Parameter evt should be final. | 510 | |
| '<' is not preceded with whitespace. | 518 | |
| '<' is not followed by whitespace. | 518 | |
| '>' is not preceded with whitespace. | 518 | |
| '<' is not preceded with whitespace. | 518 | |
| '<' is not followed by whitespace. | 518 | |
| '>' is not preceded with whitespace. | 518 | |
| '>' is not followed by whitespace. | 518 | |
| '<' is not preceded with whitespace. | 520 | |
| '<' is not followed by whitespace. | 520 | |
| '>' is not preceded with whitespace. | 520 | |
| '<' is not preceded with whitespace. | 521 | |
| '<' is not followed by whitespace. | 521 | |
| '>' is not preceded with whitespace. | 521 | |
| 'if' construct must use '{}'s. | 527 | |
| 'if' construct must use '{}'s. | 539 | |
| 'else' construct must use '{}'s. | 541 | |
| Missing a Javadoc comment. | 549 | |
| Parameter evt should be final. | 549 | |
| Missing a Javadoc comment. | 553 | |
| Parameter evt should be final. | 553 | |
| Missing a Javadoc comment. | 557 | |
| Parameter evt should be final. | 557 | |
| Missing a Javadoc comment. | 561 | |
| Parameter evt should be final. | 561 | |
| Missing a Javadoc comment. | 565 | |
| Parameter evt should be final. | 565 | |
| Missing a Javadoc comment. | 569 | |
| Parameter evt should be final. | 569 | |
| Missing a Javadoc comment. | 574 | |
| Parameter evt should be final. | 574 | |
| Missing a Javadoc comment. | 578 | |
| '<' is not preceded with whitespace. | 590 | |
| '<' is not followed by whitespace. | 590 | |
| '>' is not preceded with whitespace. | 590 | |
| Name 'arr_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| '<' is not preceded with whitespace. | 590 | |
| '<' is not followed by whitespace. | 590 | |
| '>' is not preceded with whitespace. | 590 | |
| '>' is not followed by whitespace. | 590 | |
| 'if' construct must use '{}'s. | 600 | |
| Missing a Javadoc comment. | 608 | |
| Missing a Javadoc comment. | 618 | |
| Missing a Javadoc comment. | 627 | |
| 'if' construct must use '{}'s. | 629 | |
| Missing a Javadoc comment. | 638 | |
| 'if' construct must use '{}'s. | 640 | |
| Missing a Javadoc comment. | 649 | |
| Parameter sel should be final. | 649 | |
| Missing a Javadoc comment. | 656 | |
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| Missing a Javadoc comment. | 660 | |
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| Missing a Javadoc comment. | 664 | |
| Parameter model should be final. | 664 | |
| 'model' hides a field. | 664 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Parameter frame should be final. | 43 | |
| Parameter ans should be final. | 43 | |
| 'if' construct must use '{}'s. | 46 | |
| 'else' construct must use '{}'s. | 48 | |
| 'else' construct must use '{}'s. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Avoid nested blocks. | 63 | |
| Avoid nested blocks. | 68 | |
| '12' is a magic number. | 72 | |
| '12' is a magic number. | 72 | |
| '175' is a magic number. | 72 | |
| '14' is a magic number. | 72 | |
| '100' is a magic number. | 73 | |
| Avoid nested blocks. | 75 | |
| '12' is a magic number. | 78 | |
| '32' is a magic number. | 78 | |
| '371' is a magic number. | 78 | |
| '116' is a magic number. | 78 | |
| Avoid nested blocks. | 79 | |
| '255' is a magic number. | 82 | |
| '255' is a magic number. | 82 | |
| '240' is a magic number. | 83 | |
| Avoid nested blocks. | 86 | |
| '287' is a magic number. | 90 | |
| '163' is a magic number. | 90 | |
| '96' is a magic number. | 90 | |
| '21' is a magic number. | 90 | |
| Parameter evt should be final. | 93 | |
| Avoid nested blocks. | 98 | |
| '186' is a magic number. | 102 | |
| '163' is a magic number. | 102 | |
| '96' is a magic number. | 102 | |
| '21' is a magic number. | 102 | |
| Parameter evt should be final. | 105 | |
| Avoid nested blocks. | 110 | |
| '12' is a magic number. | 113 | |
| '154' is a magic number. | 113 | |
| '368' is a magic number. | 113 | |
| '9' is a magic number. | 113 | |
| '403' is a magic number. | 116 | |
| '231' is a magic number. | 116 | |
| Missing a Javadoc comment. | 122 | |
| Parameter evt should be final. | 122 | |
| Missing a Javadoc comment. | 127 | |
| Parameter evt should be final. | 127 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'rs' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'c' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'pstmt' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| Name 'a_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Variable 'a_list' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'sql' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'flag' must be private and have accessor methods. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Name 'sqlUpdateTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Name 'sqlUpdate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Name 'sqlGetTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Name 'sqlGetAllRootTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'sqlGetAllTestByParent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Name 'sqlHasTestSubcat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Name 'sqlHasSubcat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Name 'sqlGet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Name 'sqlGetCategoryIDByQuestionID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'sqlGetCategoryName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Name 'sqlGetAllByParent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'sqlGetAllRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'sqlDeleteTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Name 'sqlDelete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Name 'sqlTestRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Name 'sqlTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Name 'sqlAddTestAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Name 'sqlAddRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Name 'sqlAdd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Name 'sqlAddAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Parameter con should be final. | 45 | |
| Method 'addCategories' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter parentCategoryID should be final. | 50 | |
| Parameter toAdd should be final. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| 'for' construct must use '{}'s. | 54 | |
| Method 'addCategory' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter parentCategoryID should be final. | 61 | |
| Parameter toAdd should be final. | 61 | |
| 'if' construct must use '{}'s. | 64 | |
| 'else' construct must use '{}'s. | 67 | |
| '3' is a magic number. | 74 | |
| '4' is a magic number. | 75 | |
| 'else' construct must use '{}'s. | 76 | |
| '3' is a magic number. | 77 | |
| Method 'addRootCategory' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter toAdd should be final. | 95 | |
| Method 'addTestCategories' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter parentTestCategoryID should be final. | 101 | |
| Parameter toAdd should be final. | 102 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| 'for' construct must use '{}'s. | 105 | |
| Method 'addTestCategory' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter parentTestCategoryID should be final. | 111 | |
| Parameter toAdd should be final. | 111 | |
| 'if' construct must use '{}'s. | 114 | |
| 'else' construct must use '{}'s. | 117 | |
| '3' is a magic number. | 124 | |
| '4' is a magic number. | 125 | |
| 'else' construct must use '{}'s. | 126 | |
| '3' is a magic number. | 127 | |
| Method 'addRootTestCategory' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter toAdd should be final. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Method 'deleteCategories' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter toDelete should be final. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Method 'deleteCategory' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter toDelete should be final. | 161 | |
| 'if' construct must use '{}'s. | 173 | |
| 'else' construct must use '{}'s. | 175 | |
| Method 'deleteTestCategories' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter toDelete should be final. | 182 | |
| '<' is not preceded with whitespace. | 182 | |
| '<' is not followed by whitespace. | 182 | |
| '>' is not preceded with whitespace. | 182 | |
| Method 'deleteTestCategory' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter toDelete should be final. | 193 | |
| 'if' construct must use '{}'s. | 205 | |
| 'else' construct must use '{}'s. | 207 | |
| Method 'getRootCategories' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| '<' is not preceded with whitespace. | 214 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| '<' is not preceded with whitespace. | 222 | |
| '<' is not followed by whitespace. | 222 | |
| '>' is not preceded with whitespace. | 222 | |
| '>' is not followed by whitespace. | 222 | |
| Method 'getCategoriesByParentID' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| '<' is not preceded with whitespace. | 247 | |
| '<' is not followed by whitespace. | 247 | |
| '>' is not preceded with whitespace. | 247 | |
| Parameter categoryID should be final. | 247 | |
| 'if' construct must use '{}'s. | 251 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '>' is not followed by whitespace. | 263 | |
| Method 'getCategoryByID' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter categoryID should be final. | 288 | |
| Method 'hasSubcategories' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Parameter categoryID should be final. | 317 | |
| Method 'hasTestSubcategories' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Missing a Javadoc comment. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Parameter categoryID should be final. | 336 | |
| Method 'getTestCategoriesByParentID' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Missing a Javadoc comment. | 354 | |
| '<' is not preceded with whitespace. | 355 | |
| '<' is not followed by whitespace. | 355 | |
| '>' is not preceded with whitespace. | 355 | |
| Parameter categoryID should be final. | 355 | |
| 'if' construct must use '{}'s. | 359 | |
| '<' is not preceded with whitespace. | 371 | |
| '<' is not followed by whitespace. | 371 | |
| '>' is not preceded with whitespace. | 371 | |
| '>' is not followed by whitespace. | 371 | |
| Method 'getRootTestCategories' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Missing a Javadoc comment. | 395 | |
| '<' is not preceded with whitespace. | 396 | |
| '<' is not followed by whitespace. | 396 | |
| '>' is not preceded with whitespace. | 396 | |
| '<' is not preceded with whitespace. | 404 | |
| '<' is not followed by whitespace. | 404 | |
| '>' is not preceded with whitespace. | 404 | |
| '>' is not followed by whitespace. | 404 | |
| Method 'getTestCategoryByID' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| Missing a Javadoc comment. | 428 | |
| Parameter testCategoryID should be final. | 429 | |
| Method 'updateCategory' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| Missing a Javadoc comment. | 458 | |
| Parameter toUpdate should be final. | 459 | |
| '3' is a magic number. | 465 | |
| '4' is a magic number. | 466 | |
| '5' is a magic number. | 467 | |
| Method 'updateTestCategory' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| Missing a Javadoc comment. | 479 | |
| Parameter toUpdate should be final. | 480 | |
| '3' is a magic number. | 486 | |
| '4' is a magic number. | 487 | |
| '5' is a magic number. | 488 | |
| Method 'getCategoryByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| Missing a Javadoc comment. | 499 | |
| Parameter questionID should be final. | 501 | |
| Method 'getCategoriesIDByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Missing a Javadoc comment. | 516 | |
| '<' is not preceded with whitespace. | 517 | |
| '<' is not followed by whitespace. | 517 | |
| '>' is not preceded with whitespace. | 517 | |
| Parameter questionID should be final. | 517 | |
| '<' is not preceded with whitespace. | 519 | |
| '<' is not followed by whitespace. | 519 | |
| '>' is not preceded with whitespace. | 519 | |
| Name 'ret_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 | |
| '<' is not preceded with whitespace. | 527 | |
| '<' is not followed by whitespace. | 527 | |
| '>' is not preceded with whitespace. | 527 | |
| '>' is not followed by whitespace. | 527 | |
| Method 'getCategoriesByName' is not designed for extension - needs to be abstract, final or empty. | 541 | |
| Missing a Javadoc comment. | 541 | |
| '<' is not preceded with whitespace. | 542 | |
| '<' is not followed by whitespace. | 542 | |
| '>' is not preceded with whitespace. | 542 | |
| Parameter name should be final. | 542 | |
| '<' is not preceded with whitespace. | 550 | |
| '<' is not followed by whitespace. | 550 | |
| '>' is not preceded with whitespace. | 550 | |
| '>' is not followed by whitespace. | 550 | |
| Method 'copyCategory' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| Missing a Javadoc comment. | 568 | |
| Parameter toCopy should be final. | 569 | |
| Parameter destination should be final. | 569 | |
| '<' is not preceded with whitespace. | 572 | |
| '<' is not followed by whitespace. | 572 | |
| '>' is not preceded with whitespace. | 572 | |
| '<' is not preceded with whitespace. | 574 | |
| '<' is not followed by whitespace. | 574 | |
| '>' is not preceded with whitespace. | 574 | |
| Method 'copyCategory' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| Missing a Javadoc comment. | 591 | |
| Parameter toCopyID should be final. | 592 | |
| Parameter destination should be final. | 592 | |
| 'c' hides a field. | 594 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Method 'getResourceBytes' is not designed for extension - needs to be abstract, final or empty. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Parameter resPath should be final. | 9 | |
| Array brackets at illegal position. | 10 | |
| Must have at least one statement. | 15 | |
| First sentence should end with a period. | 22 | |
| Line has trailing spaces. | 24 | |
| Expected an @return tag. | 29 | |
| Method 'getMacros' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter filename should be final. | 29 | |
| Method 'getMacros' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter name should be final. | 26 | |
| 'name' hides a field. | 26 | |
| Parameter description should be final. | 26 | |
| 'description' hides a field. | 26 | |
| Parameter created should be final. | 26 | |
| 'created' hides a field. | 26 | |
| Parameter lastUpdate should be final. | 27 | |
| 'lastUpdate' hides a field. | 27 | |
| Parameter categoryID should be final. | 27 | |
| 'categoryID' hides a field. | 27 | |
| Parameter parentCategoryId should be final. | 27 | |
| 'parentCategoryId' hides a field. | 27 | |
| Parameter userTD should be final. | 28 | |
| 'userTD' hides a field. | 28 | |
| Method 'getParentCategoryId' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'setParentCategoryId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter parentCategoryId should be final. | 50 | |
| 'parentCategoryId' hides a field. | 50 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter name should be final. | 65 | |
| 'name' hides a field. | 65 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter description should be final. | 80 | |
| 'description' hides a field. | 80 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter created should be final. | 95 | |
| 'created' hides a field. | 95 | |
| Method 'getLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'setLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter lastUpdate should be final. | 110 | |
| 'lastUpdate' hides a field. | 110 | |
| Method 'getCategoryID' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'setCategoryID' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter categoryID should be final. | 125 | |
| 'categoryID' hides a field. | 125 | |
| Method 'getUserTD' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'setUserTD' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter userTD should be final. | 140 | |
| 'userTD' hides a field. | 140 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Parameter pic should be final. | 23 | |
| Method 'getNAME' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Method 'setNAME' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter name should be final. | 44 | |
| 'name' hides a field. | 44 | |
| Method 'getDESCRIPTION' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'setDESCRIPTION' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter description should be final. | 59 | |
| 'description' hides a field. | 59 | |
| Method 'getSETTINGS' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Method 'setSETTINGS' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter settings should be final. | 74 | |
| 'settings' hides a field. | 74 | |
| Method 'getMIMETYPE' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'setMIMETYPE' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter mimeType should be final. | 89 | |
| 'mimeType' hides a field. | 89 | |
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter content should be final. | 104 | |
| 'content' hides a field. | 104 | |
| Method 'getPictureID' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Method 'setPictureID' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter pictureID should be final. | 119 | |
| 'pictureID' hides a field. | 119 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Method 'getTEXTPICTURE' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Method 'setTextPicture' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter textPicture should be final. | 135 | |
| 'textPicture' hides a field. | 135 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Name 'sqlAddQuestionPoints' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Name 'sqlGetQuestionsPointsByTestID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Name 'sqlUpdateQuestionPoints' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'st' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'rs' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter con should be final. | 22 | |
| Method 'addQuestionsPoints' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Parameter testID should be final. | 27 | |
| Parameter qps should be final. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '3' is a magic number. | 35 | |
| '4' is a magic number. | 36 | |
| 'else' construct must use '{}'s. | 43 | |
| Method 'getQuestionPointsByTestID' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Parameter testID should be final. | 50 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| '>' is not followed by whitespace. | 61 | |
| Method 'updateQuestionPoints' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter testID should be final. | 77 | |
| Parameter qps should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '3' is a magic number. | 81 | |
| '4' is a magic number. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 15 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter testId should be final. | 20 | |
| Parameter con should be final. | 20 | |
| Missing a Javadoc comment. | 25 | |
| Parameter testId should be final. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Parameter con should be final. | 25 | |
| Missing a Javadoc comment. | 30 | |
| Parameter questions should be final. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Parameter con should be final. | 30 | |
| Method 'getOutputFilename' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setOutputFilename' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter outputFilename should be final. | 39 | |
| 'outputFilename' hides a field. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 41 | |
| 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. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Parameter frame should be final. | 58 | |
| Parameter c should be final. | 58 | |
| Must have at least one statement. | 64 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Must have at least one statement. | 72 | |
| 'for' construct must use '{}'s. | 74 | |
| Missing a Javadoc comment. | 80 | |
| Avoid nested blocks. | 82 | |
| Avoid nested blocks. | 88 | |
| '12' is a magic number. | 92 | |
| '12' is a magic number. | 92 | |
| '55' is a magic number. | 92 | |
| '14' is a magic number. | 92 | |
| '100' is a magic number. | 93 | |
| Avoid nested blocks. | 95 | |
| '79' is a magic number. | 98 | |
| '9' is a magic number. | 98 | |
| '161' is a magic number. | 98 | |
| '21' is a magic number. | 98 | |
| '255' is a magic number. | 100 | |
| '255' is a magic number. | 100 | |
| '240' is a magic number. | 100 | |
| Parameter evt should be final. | 102 | |
| Avoid nested blocks. | 107 | |
| '12' is a magic number. | 110 | |
| '59' is a magic number. | 110 | |
| '228' is a magic number. | 110 | |
| '159' is a magic number. | 110 | |
| Avoid nested blocks. | 111 | |
| '255' is a magic number. | 115 | |
| '255' is a magic number. | 115 | |
| '240' is a magic number. | 116 | |
| Parameter evt should be final. | 119 | |
| 'if' construct must use '{}'s. | 120 | |
| Avoid nested blocks. | 127 | |
| '12' is a magic number. | 130 | |
| '224' is a magic number. | 130 | |
| '228' is a magic number. | 130 | |
| '10' is a magic number. | 130 | |
| Avoid nested blocks. | 132 | |
| '155' is a magic number. | 136 | |
| '232' is a magic number. | 136 | |
| '85' is a magic number. | 136 | |
| '21' is a magic number. | 136 | |
| Parameter evt should be final. | 139 | |
| Avoid nested blocks. | 144 | |
| '59' is a magic number. | 148 | |
| '232' is a magic number. | 148 | |
| '85' is a magic number. | 148 | |
| '21' is a magic number. | 148 | |
| Parameter evt should be final. | 151 | |
| Avoid nested blocks. | 156 | |
| '200' is a magic number. | 160 | |
| '34' is a magic number. | 160 | |
| '40' is a magic number. | 160 | |
| '21' is a magic number. | 160 | |
| Parameter evt should be final. | 163 | |
| Avoid nested blocks. | 168 | |
| '12' is a magic number. | 172 | |
| '36' is a magic number. | 172 | |
| '164' is a magic number. | 172 | |
| '17' is a magic number. | 172 | |
| '100' is a magic number. | 173 | |
| '264' is a magic number. | 176 | |
| '300' is a magic number. | 176 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 188 | |
| Parameter evt should be final. | 188 | |
| 'for' construct must use '{}'s. | 191 | |
| Missing a Javadoc comment. | 197 | |
| Parameter evt should be final. | 197 | |
| Missing a Javadoc comment. | 202 | |
| Parameter evt should be final. | 202 | |
| 'if' construct must use '{}'s. | 205 | |
| Missing a Javadoc comment. | 217 | |
| 'for' construct must use '{}'s. | 218 | |
| 'if' construct must use '{}'s. | 219 | |
| Missing a Javadoc comment. | 225 | |
| Parameter evt should be final. | 225 | |
| 'if' construct must use '{}'s. | 226 | |
| '50' is a magic number. | 228 | |
| Method 'deactivateNewKeywordAdding' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| '255' is a magic number. | 17 | |
| '255' is a magic number. | 17 | |
| '240' is a magic number. | 17 | |
| Missing a Javadoc comment. | 18 | |
| '255' is a magic number. | 18 | |
| '255' is a magic number. | 18 | |
| '190' is a magic number. | 18 | |
| Method 'getTreeCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter tree should be final. | 21 | |
| Parameter value should be final. | 21 | |
| Parameter sel should be final. | 22 | |
| Parameter expanded should be final. | 22 | |
| Parameter leaf should be final. | 22 | |
| Parameter row should be final. | 22 | |
| Parameter hasFocus should be final. | 23 | |
| 'if' construct must use '{}'s. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'cancel' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Parameter frame should be final. | 71 | |
| Parameter toExport should be final. | 71 | |
| 'toExport' hides a field. | 71 | |
| Method length is 166 lines (max allowed is 150). | 78 | |
| Missing a Javadoc comment. | 78 | |
| Avoid nested blocks. | 80 | |
| Avoid nested blocks. | 86 | |
| '12' is a magic number. | 89 | |
| '12' is a magic number. | 89 | |
| '512' is a magic number. | 89 | |
| '75' is a magic number. | 89 | |
| Avoid nested blocks. | 90 | |
| Avoid nested blocks. | 98 | |
| '12' is a magic number. | 101 | |
| '93' is a magic number. | 101 | |
| '512' is a magic number. | 101 | |
| '10' is a magic number. | 101 | |
| Avoid nested blocks. | 103 | |
| '12' is a magic number. | 106 | |
| '314' is a magic number. | 106 | |
| '512' is a magic number. | 106 | |
| '10' is a magic number. | 106 | |
| Avoid nested blocks. | 108 | |
| '12' is a magic number. | 112 | |
| '109' is a magic number. | 112 | |
| '106' is a magic number. | 112 | |
| '14' is a magic number. | 112 | |
| '100' is a magic number. | 113 | |
| Avoid nested blocks. | 115 | |
| '124' is a magic number. | 118 | |
| '106' is a magic number. | 118 | |
| '115' is a magic number. | 118 | |
| '21' is a magic number. | 118 | |
| '255' is a magic number. | 119 | |
| '255' is a magic number. | 119 | |
| '240' is a magic number. | 119 | |
| '255' is a magic number. | 120 | |
| Avoid nested blocks. | 122 | |
| '251' is a magic number. | 126 | |
| '106' is a magic number. | 126 | |
| '31' is a magic number. | 126 | |
| '21' is a magic number. | 126 | |
| Parameter evt should be final. | 128 | |
| Avoid nested blocks. | 133 | |
| '303' is a magic number. | 137 | |
| '109' is a magic number. | 137 | |
| '106' is a magic number. | 137 | |
| '14' is a magic number. | 137 | |
| '100' is a magic number. | 138 | |
| Avoid nested blocks. | 140 | |
| '12' is a magic number. | 144 | |
| '136' is a magic number. | 144 | |
| '112' is a magic number. | 144 | |
| '14' is a magic number. | 144 | |
| '100' is a magic number. | 145 | |
| Avoid nested blocks. | 147 | |
| '12' is a magic number. | 150 | |
| '156' is a magic number. | 150 | |
| '512' is a magic number. | 150 | |
| '114' is a magic number. | 150 | |
| Avoid nested blocks. | 151 | |
| '255' is a magic number. | 154 | |
| '255' is a magic number. | 155 | |
| '240' is a magic number. | 155 | |
| '255' is a magic number. | 157 | |
| Avoid nested blocks. | 160 | |
| '12' is a magic number. | 165 | |
| '282' is a magic number. | 165 | |
| '181' is a magic number. | 165 | |
| '18' is a magic number. | 165 | |
| '100' is a magic number. | 166 | |
| Avoid nested blocks. | 168 | |
| '434' is a magic number. | 172 | |
| '284' is a magic number. | 172 | |
| '53' is a magic number. | 172 | |
| '14' is a magic number. | 172 | |
| '100' is a magic number. | 173 | |
| Avoid nested blocks. | 175 | |
| '493' is a magic number. | 178 | |
| '281' is a magic number. | 178 | |
| '31' is a magic number. | 178 | |
| '21' is a magic number. | 178 | |
| '255' is a magic number. | 180 | |
| '255' is a magic number. | 180 | |
| '240' is a magic number. | 180 | |
| '255' is a magic number. | 181 | |
| Avoid nested blocks. | 183 | |
| '239' is a magic number. | 187 | |
| '284' is a magic number. | 187 | |
| '52' is a magic number. | 187 | |
| '14' is a magic number. | 187 | |
| '100' is a magic number. | 188 | |
| Avoid nested blocks. | 190 | |
| '303' is a magic number. | 193 | |
| '281' is a magic number. | 193 | |
| '82' is a magic number. | 193 | |
| '21' is a magic number. | 193 | |
| '255' is a magic number. | 194 | |
| '255' is a magic number. | 194 | |
| '240' is a magic number. | 194 | |
| '255' is a magic number. | 195 | |
| Avoid nested blocks. | 197 | |
| '434' is a magic number. | 201 | |
| '330' is a magic number. | 201 | |
| '90' is a magic number. | 201 | |
| '21' is a magic number. | 201 | |
| Parameter evt should be final. | 204 | |
| Avoid nested blocks. | 209 | |
| '338' is a magic number. | 213 | |
| '330' is a magic number. | 213 | |
| '90' is a magic number. | 213 | |
| '21' is a magic number. | 213 | |
| Parameter evt should be final. | 216 | |
| Avoid nested blocks. | 221 | |
| Parameter dir should be final. | 223 | |
| Parameter name should be final. | 223 | |
| '392' is a magic number. | 236 | |
| '105' is a magic number. | 236 | |
| '125' is a magic number. | 236 | |
| '22' is a magic number. | 236 | |
| '544' is a magic number. | 239 | |
| '398' is a magic number. | 239 | |
| Missing a Javadoc comment. | 245 | |
| Parameter evt should be final. | 245 | |
| 'if' construct must use '{}'s. | 250 | |
| 'if' construct must use '{}'s. | 254 | |
| Missing a Javadoc comment. | 261 | |
| Parameter evt should be final. | 261 | |
| Name 'EL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| Missing a Javadoc comment. | 285 | |
| Parameter text should be final. | 285 | |
| '6' is a magic number. | 294 | |
| '8' is a magic number. | 299 | |
| '5' is a magic number. | 304 | |
| Missing a Javadoc comment. | 313 | |
| Parameter evt should be final. | 313 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Missing a Javadoc comment. | 318 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 10 | |
| '<' is not preceded with whitespace. | 12 | |
| '<' is not followed by whitespace. | 12 | |
| '>' is not preceded with whitespace. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 26 | |
| More than 7 parameters. | 26 | |
| Parameter text should be final. | 26 | |
| 'text' hides a field. | 26 | |
| Parameter difficulty should be final. | 26 | |
| 'difficulty' hides a field. | 26 | |
| Parameter created should be final. | 26 | |
| 'created' hides a field. | 26 | |
| Parameter lastUpdate should be final. | 27 | |
| 'lastUpdate' hides a field. | 27 | |
| Parameter questionID should be final. | 27 | |
| 'questionID' hides a field. | 27 | |
| Parameter userID should be final. | 27 | |
| 'userID' hides a field. | 27 | |
| Parameter questionTypeID should be final. | 28 | |
| 'questionTypeID' hides a field. | 28 | |
| Parameter derivedFromID should be final. | 28 | |
| 'derivedFromID' hides a field. | 28 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter text should be final. | 51 | |
| 'text' hides a field. | 51 | |
| Method 'getDifficulty' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'setDifficulty' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter difficulty should be final. | 66 | |
| 'difficulty' hides a field. | 66 | |
| Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter created should be final. | 81 | |
| 'created' hides a field. | 81 | |
| Method 'getLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'setLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter lastUpdate should be final. | 96 | |
| 'lastUpdate' hides a field. | 96 | |
| Method 'getQuestionID' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Method 'setQuestionID' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter questionID should be final. | 111 | |
| 'questionID' hides a field. | 111 | |
| Method 'getUserID' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setUserID' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter userID should be final. | 126 | |
| 'userID' hides a field. | 126 | |
| Method 'getQuestionTypeID' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Method 'setQuestionTypeID' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Parameter questionTypeID should be final. | 141 | |
| 'questionTypeID' hides a field. | 141 | |
| Expected an @return tag. | 148 | |
| Method 'getDerivedFromID' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Method 'setDerivedFromID' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter derivedFromID should be final. | 156 | |
| 'derivedFromID' hides a field. | 156 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter arg0 should be final. | 172 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter c should be final. | 15 | |
| Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'setSelected' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter selected should be final. | 25 | |
| 'selected' hides a field. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 6 | |
| Name 'QuestionID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 6 | |
| Variable 'QuestionID' must be private and have accessor methods. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Variable 'text' must be private and have accessor methods. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Variable 'points' must be private and have accessor methods. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'pointsFloat' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Variable 'answerList' must be private and have accessor methods. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| Variable 'pictureList' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'hasNoAnswers' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter QuestionID should be final. | 14 | |
| 'QuestionID' hides a field. | 14 | |
| Name 'QuestionID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Parameter text should be final. | 14 | |
| 'text' hides a field. | 14 | |
| Parameter points should be final. | 14 | |
| 'points' hides a field. | 14 | |
| Parameter pointsFloat should be final. | 15 | |
| 'pointsFloat' hides a field. | 15 | |
| Parameter answers should be final. | 15 | |
| '<' is not preceded with whitespace. | 15 | |
| '<' is not followed by whitespace. | 15 | |
| '>' is not preceded with whitespace. | 15 | |
| Parameter pictureList should be final. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| 'pictureList' hides a field. | 16 | |
| Method 'getTEXT' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'setTEXT' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter text should be final. | 30 | |
| 'text' hides a field. | 30 | |
| Method 'getPOINTS' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'setPOINTS' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter points should be final. | 38 | |
| 'points' hides a field. | 38 | |
| Method 'getANSWERLIST' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Method 'setANSWERLIST' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter ansList should be final. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Method 'getPICTURELIST' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Method 'setPICTURELIST' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter pictureList should be final. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| 'pictureList' hides a field. | 54 | |
| Method 'getHASNOANSWERS' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'getQuestionID' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'setQuestionID' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter questionID should be final. | 66 | |
| Method 'getPOINTSFLOAT' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'setPointsFloat' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter pointsFloat should be final. | 74 | |
| 'pointsFloat' hides a field. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| '<' is not preceded with whitespace. | 82 | |
| '<' is not followed by whitespace. | 82 | |
| '>' is not preceded with whitespace. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Parameter frame should be final. | 118 | |
| Parameter actual should be final. | 118 | |
| '<' is not preceded with whitespace. | 118 | |
| '<' is not followed by whitespace. | 118 | |
| '>' is not preceded with whitespace. | 118 | |
| Parameter question should be final. | 119 | |
| Parameter c should be final. | 119 | |
| Line is longer than 80 characters. | 130 | |
| Must have at least one statement. | 146 | |
| 'if' construct must use '{}'s. | 165 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| Line is longer than 80 characters. | 189 | |
| 'else' construct must use '{}'s. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 197 | |
| Method length is 357 lines (max allowed is 150). | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter connection should be final. | 201 | |
| 'connection' hides a field. | 201 | |
| '10' is a magic number. | 218 | |
| '11' is a magic number. | 218 | |
| '549' is a magic number. | 218 | |
| '64' is a magic number. | 218 | |
| '509' is a magic number. | 225 | |
| '40' is a magic number. | 225 | |
| '399' is a magic number. | 232 | |
| '488' is a magic number. | 232 | |
| '77' is a magic number. | 232 | |
| '23' is a magic number. | 232 | |
| Parameter evt should be final. | 235 | |
| '482' is a magic number. | 244 | |
| '488' is a magic number. | 244 | |
| '77' is a magic number. | 244 | |
| '23' is a magic number. | 244 | |
| Parameter evt should be final. | 247 | |
| '10' is a magic number. | 256 | |
| '89' is a magic number. | 256 | |
| '264' is a magic number. | 256 | |
| '14' is a magic number. | 256 | |
| '100' is a magic number. | 257 | |
| '10' is a magic number. | 262 | |
| '109' is a magic number. | 262 | |
| '264' is a magic number. | 262 | |
| '120' is a magic number. | 262 | |
| '255' is a magic number. | 263 | |
| '255' is a magic number. | 263 | |
| '255' is a magic number. | 263 | |
| '255' is a magic number. | 267 | |
| '255' is a magic number. | 267 | |
| '240' is a magic number. | 267 | |
| '10' is a magic number. | 273 | |
| '477' is a magic number. | 273 | |
| '549' is a magic number. | 273 | |
| '11' is a magic number. | 273 | |
| '10' is a magic number. | 278 | |
| '80' is a magic number. | 278 | |
| '549' is a magic number. | 278 | |
| '9' is a magic number. | 278 | |
| '10' is a magic number. | 284 | |
| '293' is a magic number. | 284 | |
| '264' is a magic number. | 284 | |
| '14' is a magic number. | 284 | |
| '100' is a magic number. | 285 | |
| '10' is a magic number. | 290 | |
| '313' is a magic number. | 290 | |
| '265' is a magic number. | 290 | |
| '122' is a magic number. | 290 | |
| '255' is a magic number. | 294 | |
| '255' is a magic number. | 294 | |
| '240' is a magic number. | 294 | |
| '50' is a magic number. | 295 | |
| '255' is a magic number. | 301 | |
| '255' is a magic number. | 301 | |
| '240' is a magic number. | 301 | |
| Parameter e should be final. | 304 | |
| 'if' construct must use '{}'s. | 306 | |
| '229' is a magic number. | 316 | |
| '446' is a magic number. | 316 | |
| '21' is a magic number. | 316 | |
| '21' is a magic number. | 316 | |
| Parameter evt should be final. | 323 | |
| '203' is a magic number. | 331 | |
| '446' is a magic number. | 331 | |
| '21' is a magic number. | 331 | |
| '21' is a magic number. | 331 | |
| Parameter evt should be final. | 338 | |
| '255' is a magic number. | 346 | |
| '446' is a magic number. | 346 | |
| '21' is a magic number. | 346 | |
| '21' is a magic number. | 346 | |
| Parameter evt should be final. | 353 | |
| '10' is a magic number. | 362 | |
| '240' is a magic number. | 362 | |
| '264' is a magic number. | 362 | |
| '14' is a magic number. | 362 | |
| '100' is a magic number. | 363 | |
| '10' is a magic number. | 371 | |
| '260' is a magic number. | 371 | |
| '264' is a magic number. | 371 | |
| '20' is a magic number. | 371 | |
| '255' is a magic number. | 372 | |
| '255' is a magic number. | 372 | |
| '240' is a magic number. | 372 | |
| Parameter evt should be final. | 374 | |
| '294' is a magic number. | 383 | |
| '89' is a magic number. | 383 | |
| '175' is a magic number. | 383 | |
| '14' is a magic number. | 383 | |
| '100' is a magic number. | 384 | |
| '294' is a magic number. | 390 | |
| '109' is a magic number. | 390 | |
| '207' is a magic number. | 390 | |
| '20' is a magic number. | 390 | |
| '294' is a magic number. | 395 | |
| '160' is a magic number. | 395 | |
| '265' is a magic number. | 395 | |
| '120' is a magic number. | 395 | |
| '255' is a magic number. | 396 | |
| '255' is a magic number. | 396 | |
| '255' is a magic number. | 396 | |
| '255' is a magic number. | 400 | |
| '255' is a magic number. | 400 | |
| '240' is a magic number. | 400 | |
| Parameter evt should be final. | 403 | |
| 'if' construct must use '{}'s. | 404 | |
| Line is longer than 80 characters. | 405 | |
| 'else' construct must use '{}'s. | 406 | |
| '{' is followed by whitespace. | 416 | |
| '511' is a magic number. | 421 | |
| '107' is a magic number. | 421 | |
| '48' is a magic number. | 421 | |
| '20' is a magic number. | 421 | |
| '255' is a magic number. | 422 | |
| '255' is a magic number. | 422 | |
| '240' is a magic number. | 422 | |
| Parameter evt should be final. | 424 | |
| '294' is a magic number. | 433 | |
| '313' is a magic number. | 433 | |
| '265' is a magic number. | 433 | |
| '122' is a magic number. | 433 | |
| '255' is a magic number. | 434 | |
| '255' is a magic number. | 434 | |
| '255' is a magic number. | 434 | |
| '255' is a magic number. | 438 | |
| '255' is a magic number. | 438 | |
| '240' is a magic number. | 438 | |
| Parameter evt should be final. | 440 | |
| 'if' construct must use '{}'s. | 441 | |
| Parameter evt should be final. | 448 | |
| 'if' construct must use '{}'s. | 449 | |
| Line is longer than 80 characters. | 450 | |
| 'else' construct must use '{}'s. | 451 | |
| '294' is a magic number. | 462 | |
| '138' is a magic number. | 462 | |
| '267' is a magic number. | 462 | |
| '14' is a magic number. | 462 | |
| '100' is a magic number. | 463 | |
| '294' is a magic number. | 469 | |
| '293' is a magic number. | 469 | |
| '183' is a magic number. | 469 | |
| '14' is a magic number. | 469 | |
| '100' is a magic number. | 470 | |
| '514' is a magic number. | 475 | |
| '284' is a magic number. | 475 | |
| '21' is a magic number. | 475 | |
| '21' is a magic number. | 475 | |
| Parameter evt should be final. | 482 | |
| '539' is a magic number. | 498 | |
| '284' is a magic number. | 498 | |
| '21' is a magic number. | 498 | |
| '21' is a magic number. | 498 | |
| Parameter evt should be final. | 505 | |
| '514' is a magic number. | 513 | |
| '446' is a magic number. | 513 | |
| '21' is a magic number. | 513 | |
| '21' is a magic number. | 513 | |
| Parameter evt should be final. | 520 | |
| '539' is a magic number. | 528 | |
| '446' is a magic number. | 528 | |
| '21' is a magic number. | 528 | |
| '21' is a magic number. | 528 | |
| Avoid nested blocks. | 534 | |
| '229' is a magic number. | 538 | |
| '488' is a magic number. | 538 | |
| '144' is a magic number. | 538 | |
| '23' is a magic number. | 538 | |
| Parameter evt should be final. | 541 | |
| Parameter evt should be final. | 547 | |
| '577' is a magic number. | 553 | |
| '551' is a magic number. | 553 | |
| Missing a Javadoc comment. | 559 | |
| Parameter evt should be final. | 559 | |
| Missing a Javadoc comment. | 563 | |
| Parameter evt should be final. | 563 | |
| 'if' construct must use '{}'s. | 567 | |
| 'if' construct must use '{}'s. | 570 | |
| 'else' construct must use '{}'s. | 572 | |
| Missing a Javadoc comment. | 576 | |
| Parameter evt should be final. | 576 | |
| 'if' construct must use '{}'s. | 588 | |
| 'if' construct must use '{}'s. | 591 | |
| 'else' construct must use '{}'s. | 593 | |
| Missing a Javadoc comment. | 597 | |
| Parameter evt should be final. | 597 | |
| 'if' construct must use '{}'s. | 600 | |
| 'else' construct must use '{}'s. | 602 | |
| Missing a Javadoc comment. | 606 | |
| Parameter k should be final. | 606 | |
| 'for' construct must use '{}'s. | 607 | |
| 'if' construct must use '{}'s. | 608 | |
| Missing a Javadoc comment. | 614 | |
| Parameter p should be final. | 614 | |
| 'for' construct must use '{}'s. | 615 | |
| 'if' construct must use '{}'s. | 616 | |
| Missing a Javadoc comment. | 622 | |
| Parameter evt should be final. | 622 | |
| 'for' construct must use '{}'s. | 628 | |
| 'if' construct must use '{}'s. | 629 | |
| Expression can be simplified. | 629 | |
| 'if' construct must use '{}'s. | 635 | |
| Line is longer than 80 characters. | 636 | |
| 'else' construct must use '{}'s. | 637 | |
| Missing a Javadoc comment. | 641 | |
| Parameter evt should be final. | 641 | |
| Line is longer than 80 characters. | 645 | |
| Missing a Javadoc comment. | 655 | |
| Parameter evt should be final. | 655 | |
| 'if' construct must use '{}'s. | 661 | |
| 'if' construct must use '{}'s. | 665 | |
| Expression can be simplified. | 665 | |
| 'if' construct must use '{}'s. | 672 | |
| Line is longer than 80 characters. | 673 | |
| 'else' construct must use '{}'s. | 674 | |
| Missing a Javadoc comment. | 678 | |
| Parameter evt should be final. | 678 | |
| Line is longer than 80 characters. | 682 | |
| Missing a Javadoc comment. | 692 | |
| Parameter evt should be final. | 692 | |
| Missing a Javadoc comment. | 698 | |
| Parameter evt should be final. | 698 | |
| Must have at least one statement. | 710 | |
| Line has trailing spaces. | 713 | |
| Line is longer than 80 characters. | 727 | |
| Line is longer than 80 characters. | 729 | |
| 'for' construct must use '{}'s. | 745 | |
| '<' is not preceded with whitespace. | 752 | |
| '<' is not followed by whitespace. | 752 | |
| '>' is not preceded with whitespace. | 752 | |
| Line has trailing spaces. | 753 | |
| 'for' construct must use '{}'s. | 758 | |
| 'for' construct must use '{}'s. | 761 | |
| Missing a Javadoc comment. | 771 | |
| Parameter text should be final. | 771 | |
| '6' is a magic number. | 780 | |
| '8' is a magic number. | 785 | |
| '5' is a magic number. | 790 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 799 | |
| Missing a Javadoc comment. | 799 | |
| Method 'fillFields' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| Missing a Javadoc comment. | 806 | |
| Parameter q should be final. | 806 | |
| 'for' construct must use '{}'s. | 809 | |
| 'if' construct must use '{}'s. | 810 | |
| '<' is not preceded with whitespace. | 823 | |
| '<' is not followed by whitespace. | 823 | |
| '>' is not preceded with whitespace. | 823 | |
| 'for' construct must use '{}'s. | 825 | |
| Must have at least one statement. | 827 | |
| '<' is not preceded with whitespace. | 829 | |
| '<' is not followed by whitespace. | 829 | |
| '>' is not preceded with whitespace. | 829 | |
| 'for' construct must use '{}'s. | 834 | |
| Must have at least one statement. | 836 | |
| Missing a Javadoc comment. | 843 | |
| Parameter evt should be final. | 843 | |
| Missing a Javadoc comment. | 887 | |
| Parameter evt should be final. | 887 | |
| Line is longer than 80 characters. | 889 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Name 'sqlAdd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Name 'sqlAddKeywordQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Name 'sqlDelete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'sqlDeleteKeywordQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Name 'sqlGetById' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Name 'sqlGetIdsByQuestionId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Name 'sqlUpdate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Name 'sqlGetAllKeywords' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Name 'sqlDeleteKeywordsFromQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Parameter con should be final. | 33 | |
| Method 'addKeyword' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter questionID should be final. | 38 | |
| Parameter toAdd should be final. | 38 | |
| Method 'addKeywords' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter questionID should be final. | 71 | |
| Parameter toAdd should be final. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Method 'deleteKeyword' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter toDelete should be final. | 81 | |
| Method 'deleteAllKeywordsFromQuestion' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter questionID should be final. | 98 | |
| Method 'deleteKeywords' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Parameter toDelete should be final. | 113 | |
| '<' is not preceded with whitespace. | 113 | |
| '<' is not followed by whitespace. | 113 | |
| '>' is not preceded with whitespace. | 113 | |
| Method 'getKeywordByID' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter keywordID should be final. | 120 | |
| Method 'getAllKeywords' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| '<' is not preceded with whitespace. | 153 | |
| '<' is not followed by whitespace. | 153 | |
| '>' is not preceded with whitespace. | 153 | |
| '>' is not followed by whitespace. | 153 | |
| Method 'getKeywordsByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| '<' is not preceded with whitespace. | 174 | |
| '<' is not followed by whitespace. | 174 | |
| '>' is not preceded with whitespace. | 174 | |
| Parameter questionID should be final. | 174 | |
| '<' is not preceded with whitespace. | 183 | |
| '<' is not followed by whitespace. | 183 | |
| '>' is not preceded with whitespace. | 183 | |
| '<' is not preceded with whitespace. | 183 | |
| '<' is not followed by whitespace. | 183 | |
| '>' is not preceded with whitespace. | 183 | |
| '>' is not followed by whitespace. | 183 | |
| '<' is not preceded with whitespace. | 191 | |
| '<' is not followed by whitespace. | 191 | |
| '>' is not preceded with whitespace. | 191 | |
| '>' is not followed by whitespace. | 191 | |
| Method 'updateKeyword' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter toUpdate should be final. | 208 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| '<' is not preceded with whitespace. | 23 | |
| '<' is not followed by whitespace. | 23 | |
| '>' is not preceded with whitespace. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Parameter t should be final. | 25 | |
| Parameter b should be final. | 25 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '>' is not followed by whitespace. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Parameter t should be final. | 30 | |
| Parameter b should be final. | 30 | |
| Parameter singleSelect should be final. | 30 | |
| 'singleSelect' hides a field. | 30 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter rowIndex should be final. | 46 | |
| Parameter columnIndex should be final. | 46 | |
| Avoid inline conditionals. | 49 | |
| Method 'setValueAt' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter value should be final. | 53 | |
| Parameter r should be final. | 53 | |
| Parameter c should be final. | 53 | |
| 'if' construct must use '{}'s. | 59 | |
| Expression can be simplified. | 59 | |
| 'for' construct must use '{}'s. | 63 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter columnIndex should be final. | 73 | |
| Avoid inline conditionals. | 74 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter r should be final. | 78 | |
| Parameter c should be final. | 78 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter c should be final. | 83 | |
| Method 'setColumnNames' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter tColumn should be final. | 87 | |
| Parameter bColumn should be final. | 87 | |
| Method 'addAnswer' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter toAdd should be final. | 94 | |
| Method 'getAnswer' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter r should be final. | 99 | |
| Method 'removeAnswer' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter r should be final. | 103 | |
| Method 'getAnswers' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| Method 'setAnswers' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter answers should be final. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| 'answers' hides a field. | 112 | |
| 'if' construct must use '{}'s. | 113 | |
| 'else' construct must use '{}'s. | 115 | |
| Method 'setAnswers' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter q should be final. | 120 | |
| Parameter c should be final. | 120 | |
| 'if' construct must use '{}'s. | 121 | |
| Line has trailing spaces. | 125 | |
| Must have at least one statement. | 129 | |
| Method 'setSingleSelect' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter singleSelect should be final. | 135 | |
| 'singleSelect' hides a field. | 135 | |
| 'if' construct must use '{}'s. | 140 | |
| 'else' construct must use '{}'s. | 142 | |
| Method 'isSingleSelect' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Method 'saveAnswers' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter q should be final. | 155 | |
| Parameter c should be final. | 155 | |
| Line has trailing spaces. | 157 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| 'for' construct must use '{}'s. | 163 | |
| Must have at least one statement. | 167 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 7 | |
| Missing a Javadoc comment. | 12 | |
| Parameter description should be final. | 12 | |
| Missing a Javadoc comment. | 17 | |
| Parameter e should be final. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 10 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 21 | |
| Method 'getTreeCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter tree should be final. | 26 | |
| Parameter value should be final. | 26 | |
| Parameter sel should be final. | 27 | |
| Parameter expanded should be final. | 27 | |
| Parameter leaf should be final. | 27 | |
| Parameter row should be final. | 27 | |
| Parameter hasFocus should be final. | 28 | |
| Avoid inline conditionals. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 10 | |
| '5' is a magic number. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'xMousePosition' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'remainder' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'difficulty' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'offset' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter jbar should be final. | 20 | |
| Parameter jc should be final. | 20 | |
| Missing a Javadoc comment. | 29 | |
| Parameter jbar should be final. | 29 | |
| Parameter jc should be final. | 29 | |
| Parameter off should be final. | 29 | |
| Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter e should be final. | 39 | |
| Method 'mouseExited' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter e should be final. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Parameter e should be final. | 17 | |
| Line is longer than 80 characters. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '>' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Method 'getGeneratedTest' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Line has trailing spaces. | 56 | |
| More than 7 parameters. | 76 | |
| Parameter con should be final. | 76 | |
| Parameter questionCategoryIDs should be final. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| 'questionCategoryIDs' hides a field. | 77 | |
| Parameter keywordIDs should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| 'keywordIDs' hides a field. | 78 | |
| Parameter questionTypeIDs should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| 'questionTypeIDs' hides a field. | 78 | |
| Parameter difficultyDesired should be final. | 79 | |
| 'difficultyDesired' hides a field. | 79 | |
| Parameter questionCount should be final. | 79 | |
| 'questionCount' hides a field. | 79 | |
| Parameter pointsSummDesired should be final. | 79 | |
| 'pointsSummDesired' hides a field. | 79 | |
| Parameter containsPictures should be final. | 80 | |
| 'containsPictures' hides a field. | 80 | |
| Missing a Javadoc comment. | 93 | |
| More than 7 parameters. | 93 | |
| Parameter con should be final. | 93 | |
| Parameter questionCategoryIDs should be final. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| 'questionCategoryIDs' hides a field. | 94 | |
| Parameter keywordIDs should be final. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| 'keywordIDs' hides a field. | 95 | |
| Parameter questionTypeIDs should be final. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| 'questionTypeIDs' hides a field. | 95 | |
| Parameter questionCount should be final. | 96 | |
| 'questionCount' hides a field. | 96 | |
| Parameter pointsSummDesired should be final. | 96 | |
| 'pointsSummDesired' hides a field. | 96 | |
| Parameter containsPictures should be final. | 96 | |
| 'containsPictures' hides a field. | 96 | |
| Parameter difficultiesCount should be final. | 97 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| 'difficultiesCount' hides a field. | 97 | |
| Missing a Javadoc comment. | 110 | |
| Parameter mean should be final. | 110 | |
| Parameter stdDeviation should be final. | 110 | |
| Parameter x should be final. | 110 | |
| Missing a Javadoc comment. | 120 | |
| '5' is a magic number. | 121 | |
| '0.8f' is a magic number. | 122 | |
| '4' is a magic number. | 123 | |
| 'else' construct must use '{}'s. | 125 | |
| '1.25f' is a magic number. | 126 | |
| Missing a Javadoc comment. | 129 | |
| '5' is a magic number. | 130 | |
| '5' is a magic number. | 131 | |
| '3' is a magic number. | 132 | |
| '3' is a magic number. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 'else' construct must use '{}'s. | 137 | |
| '6' is a magic number. | 139 | |
| Missing a Javadoc comment. | 142 | |
| Parameter i should be final. | 142 | |
| 'if' construct must use '{}'s. | 143 | |
| 'else' construct must use '{}'s. | 145 | |
| Missing a Javadoc comment. | 149 | |
| '3.0f' is a magic number. | 152 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| '>' is not followed by whitespace. | 161 | |
| Missing a Javadoc comment. | 208 | |
| Parameter f should be final. | 208 | |
| Missing a Javadoc comment. | 212 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| '>' is not followed by whitespace. | 213 | |
| Line has trailing spaces. | 241 | |
| Line is longer than 80 characters. | 245 | |
| Method 'generateTest' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Expected @throws tag for 'NotEnoughQuestionsException'. | 245 | |
| Expected @throws tag for 'SQLException'. | 245 | |
| Line is longer than 80 characters. | 261 | |
| Method 'assembleTest' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '>' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '>' is not followed by whitespace. | 263 | |
| '5' is a magic number. | 263 | |
| '5' is a magic number. | 264 | |
| '<' is not preceded with whitespace. | 285 | |
| '<' is not followed by whitespace. | 285 | |
| '>' is not preceded with whitespace. | 285 | |
| '>' is not followed by whitespace. | 285 | |
| '5' is a magic number. | 291 | |
| '5' is a magic number. | 305 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Redundant 'public' modifier. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter text should be final. | 21 | |
| 'text' hides a field. | 21 | |
| Parameter isCorrect should be final. | 21 | |
| 'isCorrect' hides a field. | 21 | |
| Parameter answerID should be final. | 21 | |
| 'answerID' hides a field. | 21 | |
| Parameter questionID should be final. | 22 | |
| 'questionID' hides a field. | 22 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter text should be final. | 41 | |
| 'text' hides a field. | 41 | |
| Method 'getIsCorrect' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Method 'setIsCorrect' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter isCorrect should be final. | 56 | |
| 'isCorrect' hides a field. | 56 | |
| Method 'getAnswerID' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'setAnswerID' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter answerID should be final. | 71 | |
| 'answerID' hides a field. | 71 | |
| Method 'getQuestionID' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'setQuestionID' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter questionID should be final. | 86 | |
| 'questionID' hides a field. | 86 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter table should be final. | 17 | |
| Parameter value should be final. | 17 | |
| Parameter isSelected should be final. | 18 | |
| Parameter hasFocus should be final. | 18 | |
| Parameter row should be final. | 18 | |
| Parameter column should be final. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Parameter text should be final. | 17 | |
| 'text' hides a field. | 17 | |
| Parameter keywordID should be final. | 17 | |
| 'keywordID' hides a field. | 17 | |
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter text should be final. | 34 | |
| 'text' hides a field. | 34 | |
| Method 'getKeywordID' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Method 'setKeywordID' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter keywordID should be final. | 49 | |
| 'keywordID' hides a field. | 49 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Name 'addAnswerSQL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Name 'printAnswers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Name 'delete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'getAnswer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Name 'getAnswersByQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Name 'update' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'rs' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'pst' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'a' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| '<' is not preceded with whitespace. | 28 | |
| '<' is not followed by whitespace. | 28 | |
| '>' is not preceded with whitespace. | 28 | |
| Name 'a_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| Variable 'a_list' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter con should be final. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Method 'printAnswers' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Method 'addAnswerToQuestion' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter questionID should be final. | 67 | |
| Parameter toAdd should be final. | 67 | |
| '3' is a magic number. | 75 | |
| 'rs' hides a field. | 78 | |
| Method 'addAnswersToQuestion' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter questionID should be final. | 92 | |
| Parameter answers should be final. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| 'a' hides a field. | 95 | |
| Method 'deleteAnswer' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter toDelete should be final. | 101 | |
| Method 'getAnswerByID' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter answerID should be final. | 114 | |
| Method 'getAnswersByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '<' is not preceded with whitespace. | 139 | |
| '<' is not followed by whitespace. | 139 | |
| '>' is not preceded with whitespace. | 139 | |
| Parameter questionID should be final. | 139 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| '>' is not followed by whitespace. | 150 | |
| Method 'updateAnswer' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter toUpdate should be final. | 173 | |
| 'a' hides a field. | 177 | |
| 'if' construct must use '{}'s. | 178 | |
| 'else' construct must use '{}'s. | 180 | |
| '3' is a magic number. | 184 | |
| '4' is a magic number. | 185 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Variable 'bVal' must be private and have accessor methods. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Variable 'text' must be private and have accessor methods. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Parameter text should be final. | 7 | |
| 'text' hides a field. | 7 | |
| Parameter bval should be final. | 7 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'sblob' must be private and have accessor methods. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'pic' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'rs' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'pstmt' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Name 'p_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Variable 'p_list' must be private and have accessor methods. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Name 'sqlDelPicFromQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Name 'sqlAddPicToQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'sqlGetByQuestion' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Name 'sqlGetAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'sqlGetByTest' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'sqlGet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Name 'sqlDeleteAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Name 'sqlDelete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Name 'sqlAddAll' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Name 'sqlAdd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Name 'sqlUpdate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Name 'sqlExistsName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Parameter con should be final. | 47 | |
| Expected @param tag for 'con'. | 47 | |
| Method 'addPicture' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter toAdd should be final. | 53 | |
| '3' is a magic number. | 61 | |
| '4' is a magic number. | 62 | |
| '5' is a magic number. | 63 | |
| Method 'addPictures' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter toAdd should be final. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '3' is a magic number. | 89 | |
| '4' is a magic number. | 90 | |
| '5' is a magic number. | 91 | |
| Method 'deletePicture' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter toDelete should be final. | 107 | |
| 'if' construct must use '{}'s. | 117 | |
| 'else' construct must use '{}'s. | 119 | |
| Method 'deletePictures' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter toDelete should be final. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| 'if' construct must use '{}'s. | 141 | |
| 'else' construct must use '{}'s. | 143 | |
| Method 'getPictureByID' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter pictureID should be final. | 151 | |
| Method 'existsPictureByName' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter name should be final. | 179 | |
| Method 'getPicturesByTestID' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| Parameter testID should be final. | 198 | |
| '<' is not preceded with whitespace. | 209 | |
| '<' is not followed by whitespace. | 209 | |
| '>' is not preceded with whitespace. | 209 | |
| '>' is not followed by whitespace. | 209 | |
| Method 'getAllPictures' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| '<' is not preceded with whitespace. | 226 | |
| '<' is not followed by whitespace. | 226 | |
| '>' is not preceded with whitespace. | 226 | |
| Empty statement. | 228 | |
| '<' is not preceded with whitespace. | 235 | |
| '<' is not followed by whitespace. | 235 | |
| '>' is not preceded with whitespace. | 235 | |
| '>' is not followed by whitespace. | 235 | |
| Method 'getPicturesByQuestionID' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| '<' is not preceded with whitespace. | 254 | |
| '<' is not followed by whitespace. | 254 | |
| '>' is not preceded with whitespace. | 254 | |
| Parameter QuestionID should be final. | 254 | |
| Name 'QuestionID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 | |
| '<' is not preceded with whitespace. | 264 | |
| '<' is not followed by whitespace. | 264 | |
| '>' is not preceded with whitespace. | 264 | |
| '>' is not followed by whitespace. | 264 | |
| Method 'addPictureToQuestion' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Parameter pictureId should be final. | 281 | |
| Parameter questionId should be final. | 281 | |
| Method 'deletePictureFromQuestion' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Missing a Javadoc comment. | 299 | |
| Parameter pictureId should be final. | 299 | |
| Parameter questionId should be final. | 299 | |
| Method 'updatePicture' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| Missing a Javadoc comment. | 315 | |
| Parameter toUpdate should be final. | 316 | |
| '3' is a magic number. | 323 | |
| '4' is a magic number. | 324 | |
| '5' is a magic number. | 325 | |
| '6' is a magic number. | 326 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| Missing a Javadoc comment. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| Missing a Javadoc comment. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| Missing a Javadoc comment. | 86 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 134 | |
| Method 'getGeneratedTest' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 143 | |
| Parameter frame should be final. | 143 | |
| Parameter c should be final. | 143 | |
| Missing a Javadoc comment. | 162 | |
| Parameter node should be final. | 162 | |
| Parameter cID should be final. | 162 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| Method length is 449 lines (max allowed is 150). | 177 | |
| Missing a Javadoc comment. | 177 | |
| '10' is a magic number. | 187 | |
| '11' is a magic number. | 187 | |
| '710' is a magic number. | 187 | |
| '56' is a magic number. | 187 | |
| '682' is a magic number. | 195 | |
| '53' is a magic number. | 195 | |
| '10' is a magic number. | 201 | |
| '73' is a magic number. | 201 | |
| '710' is a magic number. | 201 | |
| '12' is a magic number. | 201 | |
| '14' is a magic number. | 206 | |
| '435' is a magic number. | 206 | |
| '702' is a magic number. | 206 | |
| '6' is a magic number. | 206 | |
| '10' is a magic number. | 211 | |
| '106' is a magic number. | 211 | |
| '208' is a magic number. | 211 | |
| '297' is a magic number. | 211 | |
| '255' is a magic number. | 218 | |
| '255' is a magic number. | 218 | |
| '240' is a magic number. | 218 | |
| '170' is a magic number. | 219 | |
| '214' is a magic number. | 219 | |
| Parameter evt should be final. | 222 | |
| '606' is a magic number. | 232 | |
| '447' is a magic number. | 232 | |
| '111' is a magic number. | 232 | |
| '23' is a magic number. | 232 | |
| Parameter evt should be final. | 235 | |
| '490' is a magic number. | 244 | |
| '447' is a magic number. | 244 | |
| '111' is a magic number. | 244 | |
| '23' is a magic number. | 244 | |
| Parameter evt should be final. | 247 | |
| '12' is a magic number. | 256 | |
| '409' is a magic number. | 256 | |
| '155' is a magic number. | 256 | |
| '14' is a magic number. | 256 | |
| '100' is a magic number. | 257 | |
| '179' is a magic number. | 263 | |
| '409' is a magic number. | 263 | |
| '41' is a magic number. | 263 | |
| '14' is a magic number. | 263 | |
| '255' is a magic number. | 265 | |
| '508' is a magic number. | 271 | |
| '105' is a magic number. | 271 | |
| '91' is a magic number. | 271 | |
| '14' is a magic number. | 271 | |
| '100' is a magic number. | 272 | |
| '681' is a magic number. | 278 | |
| '99' is a magic number. | 278 | |
| '35' is a magic number. | 278 | |
| '18' is a magic number. | 278 | |
| '255' is a magic number. | 280 | |
| '255' is a magic number. | 280 | |
| '240' is a magic number. | 280 | |
| '255' is a magic number. | 281 | |
| '508' is a magic number. | 287 | |
| '125' is a magic number. | 287 | |
| '84' is a magic number. | 287 | |
| '14' is a magic number. | 287 | |
| '100' is a magic number. | 288 | |
| '681' is a magic number. | 294 | |
| '123' is a magic number. | 294 | |
| '35' is a magic number. | 294 | |
| '18' is a magic number. | 294 | |
| '255' is a magic number. | 296 | |
| '255' is a magic number. | 296 | |
| '240' is a magic number. | 296 | |
| '255' is a magic number. | 297 | |
| Parameter evt should be final. | 300 | |
| Line is longer than 80 characters. | 301 | |
| '517' is a magic number. | 309 | |
| '173' is a magic number. | 309 | |
| '111' is a magic number. | 309 | |
| '23' is a magic number. | 309 | |
| '517' is a magic number. | 316 | |
| '195' is a magic number. | 316 | |
| '117' is a magic number. | 316 | |
| '23' is a magic number. | 316 | |
| '518' is a magic number. | 323 | |
| '219' is a magic number. | 323 | |
| '117' is a magic number. | 323 | |
| '23' is a magic number. | 323 | |
| '634' is a magic number. | 330 | |
| '173' is a magic number. | 330 | |
| '74' is a magic number. | 330 | |
| '23' is a magic number. | 330 | |
| '634' is a magic number. | 337 | |
| '195' is a magic number. | 337 | |
| '69' is a magic number. | 337 | |
| '26' is a magic number. | 337 | |
| '508' is a magic number. | 343 | |
| '153' is a magic number. | 343 | |
| '208' is a magic number. | 343 | |
| '95' is a magic number. | 343 | |
| '49' is a magic number. | 346 | |
| '106' is a magic number. | 346 | |
| '196' is a magic number. | 346 | |
| '509' is a magic number. | 357 | |
| '254' is a magic number. | 357 | |
| '161' is a magic number. | 357 | |
| '15' is a magic number. | 357 | |
| '100' is a magic number. | 358 | |
| '508' is a magic number. | 364 | |
| '275' is a magic number. | 364 | |
| '210' is a magic number. | 364 | |
| '123' is a magic number. | 364 | |
| Avoid nested blocks. | 365 | |
| '258' is a magic number. | 369 | |
| '407' is a magic number. | 369 | |
| '250' is a magic number. | 369 | |
| '18' is a magic number. | 369 | |
| '100' is a magic number. | 370 | |
| Avoid nested blocks. | 374 | |
| '696' is a magic number. | 385 | |
| '404' is a magic number. | 385 | |
| '21' is a magic number. | 385 | |
| '21' is a magic number. | 385 | |
| Parameter evt should be final. | 387 | |
| Avoid nested blocks. | 392 | |
| '670' is a magic number. | 401 | |
| '404' is a magic number. | 401 | |
| '21' is a magic number. | 401 | |
| '21' is a magic number. | 401 | |
| Parameter evt should be final. | 403 | |
| Avoid nested blocks. | 408 | |
| '{' is followed by whitespace. | 410 | |
| '435' is a magic number. | 414 | |
| '163' is a magic number. | 414 | |
| '45' is a magic number. | 414 | |
| '21' is a magic number. | 414 | |
| '255' is a magic number. | 415 | |
| '255' is a magic number. | 415 | |
| '240' is a magic number. | 415 | |
| '255' is a magic number. | 416 | |
| Parameter evt should be final. | 418 | |
| Avoid nested blocks. | 429 | |
| '259' is a magic number. | 432 | |
| '163' is a magic number. | 432 | |
| '170' is a magic number. | 432 | |
| '21' is a magic number. | 432 | |
| Avoid nested blocks. | 440 | |
| '255' is a magic number. | 446 | |
| '255' is a magic number. | 446 | |
| '240' is a magic number. | 446 | |
| '228' is a magic number. | 447 | |
| '408' is a magic number. | 447 | |
| '267' is a magic number. | 447 | |
| '93' is a magic number. | 447 | |
| '145' is a magic number. | 448 | |
| '80' is a magic number. | 448 | |
| Parameter evt should be final. | 451 | |
| 'if' construct must use '{}'s. | 452 | |
| Line is longer than 80 characters. | 453 | |
| 'else' construct must use '{}'s. | 454 | |
| Avoid nested blocks. | 460 | |
| '226' is a magic number. | 463 | |
| '99' is a magic number. | 463 | |
| '274' is a magic number. | 463 | |
| '304' is a magic number. | 463 | |
| '49' is a magic number. | 465 | |
| '106' is a magic number. | 465 | |
| '196' is a magic number. | 465 | |
| Avoid nested blocks. | 468 | |
| '240' is a magic number. | 473 | |
| '135' is a magic number. | 473 | |
| '214' is a magic number. | 473 | |
| '19' is a magic number. | 473 | |
| '100' is a magic number. | 474 | |
| Parameter evt should be final. | 477 | |
| Avoid nested blocks. | 485 | |
| Line is longer than 80 characters. | 489 | |
| '240' is a magic number. | 490 | |
| '206' is a magic number. | 490 | |
| '250' is a magic number. | 490 | |
| '19' is a magic number. | 490 | |
| '100' is a magic number. | 492 | |
| Parameter evt should be final. | 495 | |
| Avoid nested blocks. | 501 | |
| '260' is a magic number. | 505 | |
| '237' is a magic number. | 505 | |
| '84' is a magic number. | 505 | |
| '15' is a magic number. | 505 | |
| Avoid nested blocks. | 508 | |
| '260' is a magic number. | 512 | |
| '268' is a magic number. | 512 | |
| '82' is a magic number. | 512 | |
| '15' is a magic number. | 512 | |
| Avoid nested blocks. | 515 | |
| '260' is a magic number. | 519 | |
| '299' is a magic number. | 519 | |
| '85' is a magic number. | 519 | |
| '15' is a magic number. | 519 | |
| Avoid nested blocks. | 522 | |
| '258' is a magic number. | 526 | |
| '330' is a magic number. | 526 | |
| '87' is a magic number. | 526 | |
| '15' is a magic number. | 526 | |
| Avoid nested blocks. | 529 | |
| '258' is a magic number. | 533 | |
| '361' is a magic number. | 533 | |
| '87' is a magic number. | 533 | |
| '15' is a magic number. | 533 | |
| Avoid nested blocks. | 536 | |
| '349' is a magic number. | 542 | |
| '234' is a magic number. | 542 | |
| '55' is a magic number. | 542 | |
| '22' is a magic number. | 542 | |
| Parameter evt should be final. | 544 | |
| '255' is a magic number. | 550 | |
| '255' is a magic number. | 550 | |
| '240' is a magic number. | 550 | |
| Avoid nested blocks. | 552 | |
| '349' is a magic number. | 558 | |
| '265' is a magic number. | 558 | |
| '55' is a magic number. | 558 | |
| '22' is a magic number. | 558 | |
| Parameter evt should be final. | 560 | |
| '255' is a magic number. | 566 | |
| '255' is a magic number. | 566 | |
| '240' is a magic number. | 566 | |
| Avoid nested blocks. | 568 | |
| '349' is a magic number. | 574 | |
| '296' is a magic number. | 574 | |
| '55' is a magic number. | 574 | |
| '22' is a magic number. | 574 | |
| Parameter evt should be final. | 576 | |
| '255' is a magic number. | 582 | |
| '255' is a magic number. | 582 | |
| '240' is a magic number. | 582 | |
| Avoid nested blocks. | 584 | |
| '349' is a magic number. | 590 | |
| '327' is a magic number. | 590 | |
| '55' is a magic number. | 590 | |
| '22' is a magic number. | 590 | |
| Parameter evt should be final. | 592 | |
| '255' is a magic number. | 598 | |
| '255' is a magic number. | 598 | |
| '240' is a magic number. | 598 | |
| Avoid nested blocks. | 600 | |
| '349' is a magic number. | 607 | |
| '358' is a magic number. | 607 | |
| '55' is a magic number. | 607 | |
| '22' is a magic number. | 607 | |
| Parameter evt should be final. | 609 | |
| '255' is a magic number. | 615 | |
| '255' is a magic number. | 615 | |
| '240' is a magic number. | 615 | |
| '734' is a magic number. | 621 | |
| '511' is a magic number. | 621 | |
| Missing a Javadoc comment. | 627 | |
| Parameter text should be final. | 627 | |
| '6' is a magic number. | 636 | |
| '8' is a magic number. | 641 | |
| '5' is a magic number. | 646 | |
| Missing a Javadoc comment. | 655 | |
| Parameter node should be final. | 655 | |
| Missing a Javadoc comment. | 665 | |
| Missing a Javadoc comment. | 693 | |
| Missing a Javadoc comment. | 701 | |
| Parameter evt should be final. | 701 | |
| '<' is not preceded with whitespace. | 703 | |
| '<' is not followed by whitespace. | 703 | |
| '>' is not preceded with whitespace. | 703 | |
| '>' is not followed by whitespace. | 703 | |
| '<' is not preceded with whitespace. | 704 | |
| '<' is not followed by whitespace. | 704 | |
| '>' is not preceded with whitespace. | 704 | |
| '>' is not followed by whitespace. | 704 | |
| '<' is not preceded with whitespace. | 705 | |
| '<' is not followed by whitespace. | 705 | |
| '>' is not preceded with whitespace. | 705 | |
| '>' is not followed by whitespace. | 705 | |
| Line has trailing spaces. | 707 | |
| Line is longer than 80 characters. | 707 | |
| '<' is not preceded with whitespace. | 747 | |
| '<' is not followed by whitespace. | 747 | |
| '>' is not preceded with whitespace. | 747 | |
| '>' is not followed by whitespace. | 747 | |
| '5' is a magic number. | 747 | |
| '3' is a magic number. | 763 | |
| '4' is a magic number. | 767 | |
| Line is longer than 80 characters. | 771 | |
| '<' is not preceded with whitespace. | 776 | |
| '<' is not followed by whitespace. | 776 | |
| '>' is not preceded with whitespace. | 776 | |
| '>' is not followed by whitespace. | 776 | |
| '<' is not preceded with whitespace. | 777 | |
| '<' is not followed by whitespace. | 777 | |
| '>' is not preceded with whitespace. | 777 | |
| '>' is not followed by whitespace. | 777 | |
| '<' is not preceded with whitespace. | 785 | |
| '<' is not followed by whitespace. | 785 | |
| '>' is not preceded with whitespace. | 785 | |
| '>' is not followed by whitespace. | 785 | |
| '<' is not preceded with whitespace. | 786 | |
| '<' is not followed by whitespace. | 786 | |
| '>' is not preceded with whitespace. | 786 | |
| '>' is not followed by whitespace. | 786 | |
| Missing a Javadoc comment. | 804 | |
| Parameter evt should be final. | 804 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 810 | |
| Missing a Javadoc comment. | 810 | |
| Method 'setQuestionCount' is not designed for extension - needs to be abstract, final or empty. | 818 | |
| Missing a Javadoc comment. | 818 | |
| Parameter count should be final. | 818 | |
| Missing a Javadoc comment. | 823 | |
| Parameter k should be final. | 823 | |
| 'for' construct must use '{}'s. | 824 | |
| 'if' construct must use '{}'s. | 825 | |
| Missing a Javadoc comment. | 831 | |
| Parameter evt should be final. | 831 | |
| 'for' construct must use '{}'s. | 838 | |
| 'if' construct must use '{}'s. | 839 | |
| Expression can be simplified. | 839 | |
| 'if' construct must use '{}'s. | 845 | |
| Line is longer than 80 characters. | 846 | |
| 'else' construct must use '{}'s. | 847 | |
| Missing a Javadoc comment. | 851 | |
| Parameter evt should be final. | 851 | |
| Line is longer than 80 characters. | 855 | |
| Missing a Javadoc comment. | 865 | |
| Parameter from should be final. | 865 | |
| 'if' construct must use '{}'s. | 870 | |
| Line is longer than 80 characters. | 871 | |
| 'for' construct must use '{}'s. | 874 | |
| Line is longer than 80 characters. | 879 | |
| Missing a Javadoc comment. | 886 | |
| Parameter from should be final. | 886 | |
| 'for' construct must use '{}'s. | 891 | |
| Missing a Javadoc comment. | 896 | |
| Parameter evt should be final. | 896 | |
| 'if' construct must use '{}'s. | 897 | |
| 'if' construct must use '{}'s. | 902 | |
| 'if' construct must use '{}'s. | 909 | |
| Missing a Javadoc comment. | 917 | |
| Missing a Javadoc comment. | 924 | |
| Missing a Javadoc comment. | 934 | |
| Missing a Javadoc comment. | 940 | |
| Parameter evt should be final. | 940 | |
| Missing a Javadoc comment. | 950 | |
| Parameter evt should be final. | 950 | |
| Missing a Javadoc comment. | 966 | |
| Parameter evt should be final. | 966 | |
| Missing a Javadoc comment. | 985 | |
| '12' is a magic number. | 989 | |
| '86' is a magic number. | 989 | |
| '72' is a magic number. | 989 | |
| '14' is a magic number. | 989 | |
| '100' is a magic number. | 990 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| '<' is not preceded with whitespace. | 24 | |
| '<' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| First sentence should end with a period. | 40 | |
| Parameter args should be final. | 43 | |
| Expected @param tag for 'args'. | 43 | |
| Missing a Javadoc comment. | 53 | |
| Parameter frame should be final. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Avoid nested blocks. | 61 | |
| Name 'hevea_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| Avoid nested blocks. | 70 | |
| '12' is a magic number. | 74 | |
| '12' is a magic number. | 74 | |
| '260' is a magic number. | 74 | |
| '14' is a magic number. | 74 | |
| '100' is a magic number. | 75 | |
| Avoid nested blocks. | 77 | |
| '12' is a magic number. | 80 | |
| '32' is a magic number. | 80 | |
| '477' is a magic number. | 80 | |
| '21' is a magic number. | 80 | |
| '255' is a magic number. | 81 | |
| '255' is a magic number. | 81 | |
| '240' is a magic number. | 82 | |
| '255' is a magic number. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| Avoid nested blocks. | 88 | |
| '495' is a magic number. | 92 | |
| '32' is a magic number. | 92 | |
| '34' is a magic number. | 92 | |
| '21' is a magic number. | 92 | |
| Parameter evt should be final. | 94 | |
| Avoid nested blocks. | 99 | |
| '433' is a magic number. | 103 | |
| '304' is a magic number. | 103 | |
| '96' is a magic number. | 103 | |
| '21' is a magic number. | 103 | |
| Parameter evt should be final. | 106 | |
| '551' is a magic number. | 112 | |
| '372' is a magic number. | 112 | |
| Missing a Javadoc comment. | 118 | |
| Parameter evt should be final. | 118 | |
| 'if' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 127 | |
| Missing a Javadoc comment. | 132 | |
| Parameter evt should be final. | 132 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 17 | |
| Line has trailing spaces. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter content should be final. | 30 | |
| 'if' construct must use '{}'s. | 41 | |
| 'else' construct must use '{}'s. | 43 | |
| Must have at least one statement. | 53 | |
| Method 'setScaled' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter val should be final. | 59 | |
| Missing a Javadoc comment. | 64 | |
| 'if' construct must use '{}'s. | 65 | |
| 'else' construct must use '{}'s. | 67 | |
| 'if' construct must use '{}'s. | 70 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter g should be final. | 77 | |
| '3' is a magic number. | 85 | |
| '12' is a magic number. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Method 'SetColor' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'SetColor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| Parameter nc should be final. | 22 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter table should be final. | 27 | |
| Parameter value should be final. | 27 | |
| Parameter isSelected should be final. | 28 | |
| Parameter hasFocus should be final. | 28 | |
| Parameter row should be final. | 28 | |
| Parameter column should be final. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Parameter name should be final. | 23 | |
| 'name' hides a field. | 23 | |
| Parameter surname should be final. | 23 | |
| 'surname' hides a field. | 23 | |
| Parameter login should be final. | 23 | |
| 'login' hides a field. | 23 | |
| Parameter password should be final. | 23 | |
| 'password' hides a field. | 23 | |
| Parameter email should be final. | 24 | |
| 'email' hides a field. | 24 | |
| Parameter comment should be final. | 24 | |
| 'comment' hides a field. | 24 | |
| Parameter userID should be final. | 24 | |
| 'userID' hides a field. | 24 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter name should be final. | 46 | |
| 'name' hides a field. | 46 | |
| Method 'getSurname' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Method 'setSurname' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter surname should be final. | 61 | |
| 'surname' hides a field. | 61 | |
| Method 'getLogin' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'setLogin' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter login should be final. | 76 | |
| 'login' hides a field. | 76 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter password should be final. | 91 | |
| 'password' hides a field. | 91 | |
| Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter email should be final. | 106 | |
| 'email' hides a field. | 106 | |
| Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter comment should be final. | 121 | |
| 'comment' hides a field. | 121 | |
| Method 'getUserID' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Method 'setUserID' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter userID should be final. | 136 | |
| 'userID' hides a field. | 136 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Missing a Javadoc comment. | 12 | |
| Utility classes should not have a public or default constructor. | 12 | |
| Missing a Javadoc comment. | 14 | |
| 'static' modifier out of order with the JLS suggestions. | 14 | |
| Name 'settingsFilename' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'Props' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'Props' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter key should be final. | 17 | |
| Parameter value should be final. | 17 | |
| Missing a Javadoc comment. | 27 | |
| Parameter key should be final. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Parameter q should be final. | 54 | |
| Parameter ans should be final. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'question' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Variable 'answers' must be private and have accessor methods. | 78 | |
| First sentence should end with a period. | 81 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Method 'exportQuestions' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter questions should be final. | 103 | |
| '<' is not preceded with whitespace. | 103 | |
| '<' is not followed by whitespace. | 103 | |
| '>' is not preceded with whitespace. | 103 | |
| 'questions' hides a field. | 103 | |
| Parameter con should be final. | 103 | |
| 'con' hides a field. | 103 | |
| Method 'exportTest' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter testId should be final. | 138 | |
| Parameter con should be final. | 138 | |
| 'con' hides a field. | 138 | |
| Line has trailing spaces. | 142 | |
| Must have at least one statement. | 146 | |
| Method 'exportTests' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter testIds should be final. | 151 | |
| '<' is not preceded with whitespace. | 151 | |
| '<' is not followed by whitespace. | 151 | |
| '>' is not preceded with whitespace. | 151 | |
| Parameter con should be final. | 151 | |
| 'con' hides a field. | 151 | |
| 'for' construct must use '{}'s. | 153 | |
| Line has trailing spaces. | 159 | |
| Line has trailing spaces. | 163 | |
| Parameter originalQ should be final. | 168 | |
| '<' is not preceded with whitespace. | 168 | |
| '<' is not followed by whitespace. | 168 | |
| '>' is not preceded with whitespace. | 168 | |
| Expected @throws tag for 'IOException'. | 169 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| '>' is not followed by whitespace. | 173 | |
| '10000' is a magic number. | 179 | |
| Line has trailing spaces. | 195 | |
| '<' is not preceded with whitespace. | 197 | |
| '<' is not followed by whitespace. | 197 | |
| '>' is not preceded with whitespace. | 197 | |
| Must have at least one statement. | 200 | |
| First sentence should end with a period. | 227 | |
| Line has trailing spaces. | 229 | |
| Expected @throws tag for 'IOException'. | 232 | |
| First sentence should end with a period. | 248 | |
| Line has trailing spaces. | 250 | |
| Expected @throws tag for 'IOException'. | 253 | |
| ',' is not followed by whitespace. | 258 | |
| First sentence should end with a period. | 276 | |
| Unclosed HTML tag found: <QuestionAnswers> questions | 277 | |
| Expected @throws tag for 'IOException'. | 280 | |
| Line has trailing spaces. | 297 | |
| Inner assignments should be avoided. | 298 | |
| Line is longer than 80 characters. | 314 | |
| Inner assignments should be avoided. | 322 | |
| Inner assignments should be avoided. | 329 | |
| Line is longer than 80 characters. | 342 | |
| First sentence should end with a period. | 360 | |
| Line has trailing spaces. | 363 | |
| Parameter qa should be final. | 370 | |
| Parameter xmldoc should be final. | 371 | |
| Parameter num should be final. | 371 | |
| Expected @param tag for 'num'. | 371 | |
| Expected @throws tag for 'ExportException'. | 371 | |
| Must have at least one statement. | 379 | |
| Expression can be simplified. | 420 | |
| Avoid inline conditionals. | 420 | |
| '100' is a magic number. | 421 | |
| '<' is not preceded with whitespace. | 430 | |
| '<' is not followed by whitespace. | 430 | |
| '>' is not preceded with whitespace. | 430 | |
| Line has trailing spaces. | 431 | |
| Must have at least one statement. | 435 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'catDao' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'testDao' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter c should be final. | 30 | |
| Method 'treeWillCollapse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter event should be final. | 36 | |
| Method 'treeWillExpand' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter event should be final. | 46 | |
| Line has trailing spaces. | 54 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| 'if' construct must use '{}'s. | 67 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| 'for' construct must use '{}'s. | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'catDao' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'genex' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'genexTable' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter c should be final. | 34 | |
| Parameter model should be final. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Parameter c should be final. | 39 | |
| Method 'treeWillCollapse' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter event should be final. | 44 | |
| Method 'treeWillExpand' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter event should be final. | 54 | |
| Line has trailing spaces. | 62 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| 'if' construct must use '{}'s. | 71 | |
| Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter e should be final. | 81 | |
| Method 'setGenexTable' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter genexTable should be final. | 95 | |
| 'genexTable' hides a field. | 95 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Line has trailing spaces. | 19 | |
| Missing a Javadoc comment. | 23 | |
| '5' is a magic number. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Variable 'categories' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Variable 'questions' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter catIcon should be final. | 37 | |
| 'catIcon' hides a field. | 37 | |
| Parameter qIcon should be final. | 37 | |
| 'qIcon' hides a field. | 37 | |
| Parameter catDao should be final. | 38 | |
| 'catDao' hides a field. | 38 | |
| Parameter qDao should be final. | 38 | |
| 'qDao' hides a field. | 38 | |
| Parameter qtDao should be final. | 38 | |
| 'qtDao' hides a field. | 38 | |
| Line has trailing spaces. | 44 | |
| Must have at least one statement. | 48 | |
| Method 'fireTableDataChanged' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'actualizeContent' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Must have at least one statement. | 69 | |
| Method 'setActualCategory' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter newCat should be final. | 73 | |
| 'if' construct must use '{}'s. | 74 | |
| Method 'getActualCategory' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'initColumnNames' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| '3' is a magic number. | 90 | |
| '4' is a magic number. | 91 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter col should be final. | 103 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter row should be final. | 107 | |
| Parameter col should be final. | 107 | |
| switch without "default" clause. | 108 | |
| Avoid inline conditionals. | 111 | |
| Avoid inline conditionals. | 115 | |
| Must have at least one statement. | 131 | |
| 'if' construct must use '{}'s. | 133 | |
| 'if' construct must use '{}'s. | 135 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 139 | |
| 'if' construct must use '{}'s. | 141 | |
| 'else' construct must use '{}'s. | 143 | |
| '3' is a magic number. | 147 | |
| Avoid inline conditionals. | 148 | |
| '4' is a magic number. | 152 | |
| Avoid inline conditionals. | 153 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter row should be final. | 162 | |
| Parameter col should be final. | 162 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter row should be final. | 166 | |
| 'if' construct must use '{}'s. | 167 | |
| 'else' construct must use '{}'s. | 169 | |
| Method 'deleteItems' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Parameter selIndices should be final. | 173 | |
| 'if' construct must use '{}'s. | 179 | |
| Line is longer than 80 characters. | 192 | |
| Missing a Javadoc comment. | 198 | |
| Parameter c should be final. | 198 | |
| 'if' construct must use '{}'s. | 200 | |
| '<' is not preceded with whitespace. | 203 | |
| '<' is not followed by whitespace. | 203 | |
| '>' is not preceded with whitespace. | 203 | |
| '<' is not preceded with whitespace. | 211 | |
| '<' is not followed by whitespace. | 211 | |
| '>' is not preceded with whitespace. | 211 | |
| Line has trailing spaces. | 220 | |
| Method 'copyData' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter selIndices should be final. | 229 | |
| '<' is not preceded with whitespace. | 230 | |
| '<' is not followed by whitespace. | 230 | |
| '>' is not preceded with whitespace. | 230 | |
| '>' is not followed by whitespace. | 230 | |
| Method 'cutData' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Parameter selIndices should be final. | 237 | |
| Method 'pasteData' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| 'if' construct must use '{}'s. | 243 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter name should be final. | 18 | |
| 'name' hides a field. | 18 | |
| Parameter description should be final. | 18 | |
| 'description' hides a field. | 18 | |
| Parameter questionTypeID should be final. | 18 | |
| 'questionTypeID' hides a field. | 18 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Parameter name should be final. | 36 | |
| 'name' hides a field. | 36 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter description should be final. | 51 | |
| 'description' hides a field. | 51 | |
| Method 'getQuestionTypeID' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'setQuestionTypeID' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter questionTypeID should be final. | 66 | |
| 'questionTypeID' hides a field. | 66 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Parameter frame should be final. | 87 | |
| Parameter c should be final. | 87 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| Must have at least one statement. | 100 | |
| Method length is 195 lines (max allowed is 150). | 105 | |
| Missing a Javadoc comment. | 105 | |
| Avoid nested blocks. | 107 | |
| Avoid nested blocks. | 113 | |
| '12' is a magic number. | 117 | |
| '103' is a magic number. | 117 | |
| '167' is a magic number. | 117 | |
| '14' is a magic number. | 117 | |
| '100' is a magic number. | 118 | |
| Avoid nested blocks. | 120 | |
| '12' is a magic number. | 123 | |
| '123' is a magic number. | 123 | |
| '291' is a magic number. | 123 | |
| '174' is a magic number. | 123 | |
| Avoid nested blocks. | 124 | |
| '255' is a magic number. | 127 | |
| '255' is a magic number. | 127 | |
| '240' is a magic number. | 128 | |
| '255' is a magic number. | 130 | |
| Parameter evt should be final. | 133 | |
| 'if' construct must use '{}'s. | 134 | |
| Line is longer than 80 characters. | 140 | |
| Parameter evt should be final. | 142 | |
| Avoid nested blocks. | 148 | |
| '12' is a magic number. | 151 | |
| '12' is a magic number. | 151 | |
| '592' is a magic number. | 151 | |
| '75' is a magic number. | 151 | |
| Avoid nested blocks. | 152 | |
| Line is longer than 80 characters. | 158 | |
| Avoid nested blocks. | 161 | |
| '12' is a magic number. | 164 | |
| '93' is a magic number. | 164 | |
| '592' is a magic number. | 164 | |
| '10' is a magic number. | 164 | |
| Avoid nested blocks. | 166 | |
| '309' is a magic number. | 169 | |
| '123' is a magic number. | 169 | |
| '295' is a magic number. | 169 | |
| '218' is a magic number. | 169 | |
| Avoid nested blocks. | 170 | |
| '3' is a magic number. | 173 | |
| '3' is a magic number. | 174 | |
| Avoid nested blocks. | 178 | |
| '309' is a magic number. | 182 | |
| '103' is a magic number. | 182 | |
| '75' is a magic number. | 182 | |
| '14' is a magic number. | 182 | |
| '100' is a magic number. | 183 | |
| Avoid nested blocks. | 185 | |
| '194' is a magic number. | 189 | |
| '309' is a magic number. | 189 | |
| '109' is a magic number. | 189 | |
| '21' is a magic number. | 189 | |
| Parameter evt should be final. | 192 | |
| Avoid nested blocks. | 197 | |
| '508' is a magic number. | 201 | |
| '345' is a magic number. | 201 | |
| '96' is a magic number. | 201 | |
| '18' is a magic number. | 201 | |
| '100' is a magic number. | 202 | |
| Parameter evt should be final. | 208 | |
| Avoid nested blocks. | 213 | |
| '14' is a magic number. | 216 | |
| '432' is a magic number. | 216 | |
| '592' is a magic number. | 216 | |
| '10' is a magic number. | 216 | |
| Avoid nested blocks. | 218 | |
| '515' is a magic number. | 222 | |
| '443' is a magic number. | 222 | |
| '92' is a magic number. | 222 | |
| '21' is a magic number. | 222 | |
| Parameter evt should be final. | 225 | |
| Avoid nested blocks. | 230 | |
| '418' is a magic number. | 234 | |
| '443' is a magic number. | 234 | |
| '92' is a magic number. | 234 | |
| '21' is a magic number. | 234 | |
| Parameter evt should be final. | 237 | |
| Avoid nested blocks. | 242 | |
| '12' is a magic number. | 246 | |
| '321' is a magic number. | 246 | |
| '109' is a magic number. | 246 | |
| '14' is a magic number. | 246 | |
| '100' is a magic number. | 247 | |
| Avoid nested blocks. | 249 | |
| '12' is a magic number. | 252 | |
| '341' is a magic number. | 252 | |
| '291' is a magic number. | 252 | |
| '79' is a magic number. | 252 | |
| Avoid nested blocks. | 253 | |
| '255' is a magic number. | 256 | |
| '255' is a magic number. | 257 | |
| '240' is a magic number. | 257 | |
| '255' is a magic number. | 259 | |
| '288' is a magic number. | 261 | |
| '27' is a magic number. | 261 | |
| Avoid nested blocks. | 264 | |
| '311' is a magic number. | 268 | |
| '353' is a magic number. | 268 | |
| '222' is a magic number. | 268 | |
| '14' is a magic number. | 268 | |
| '100' is a magic number. | 269 | |
| Avoid nested blocks. | 271 | |
| '311' is a magic number. | 274 | |
| '373' is a magic number. | 274 | |
| '293' is a magic number. | 274 | |
| '21' is a magic number. | 274 | |
| '255' is a magic number. | 276 | |
| '255' is a magic number. | 276 | |
| '240' is a magic number. | 276 | |
| '255' is a magic number. | 277 | |
| Avoid nested blocks. | 279 | |
| '311' is a magic number. | 283 | |
| '406' is a magic number. | 283 | |
| '107' is a magic number. | 283 | |
| '14' is a magic number. | 283 | |
| '100' is a magic number. | 284 | |
| Avoid nested blocks. | 286 | |
| '430' is a magic number. | 289 | |
| '403' is a magic number. | 289 | |
| '174' is a magic number. | 289 | |
| '21' is a magic number. | 289 | |
| '255' is a magic number. | 290 | |
| '255' is a magic number. | 290 | |
| '240' is a magic number. | 290 | |
| '255' is a magic number. | 291 | |
| '628' is a magic number. | 295 | |
| '508' is a magic number. | 295 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Missing a Javadoc comment. | 301 | |
| Missing a Javadoc comment. | 307 | |
| Parameter evt should be final. | 307 | |
| Missing a Javadoc comment. | 313 | |
| Parameter evt should be final. | 313 | |
| 'for' construct must use '{}'s. | 317 | |
| Missing a Javadoc comment. | 323 | |
| Parameter evt should be final. | 323 | |
| Missing a Javadoc comment. | 328 | |
| Parameter evt should be final. | 328 | |
| 'if' construct must use '{}'s. | 333 | |
| 'if' construct must use '{}'s. | 337 | |
| 'if' construct must use '{}'s. | 353 | |
| '97' is a magic number. | 353 | |
| '122' is a magic number. | 353 | |
| '65' is a magic number. | 354 | |
| '90' is a magic number. | 354 | |
| 'else' construct must use '{}'s. | 357 | |
| 'for' construct must use '{}'s. | 361 | |
| Missing a Javadoc comment. | 396 | |
| Parameter evt should be final. | 396 | |
| 'if' construct must use '{}'s. | 407 | |
| Missing a Javadoc comment. | 417 | |
| Parameter text should be final. | 417 | |
| '6' is a magic number. | 426 | |
| '8' is a magic number. | 431 | |
| '5' is a magic number. | 436 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| Missing a Javadoc comment. | 445 | |
| Parameter file should be final. | 445 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Parameter e should be final. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 4 | |
| Variable 'text' must be private and have accessor methods. | 4 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Parameter text should be final. | 7 | |
| 'text' hides a field. | 7 | |
| Parameter isCorrect should be final. | 7 | |
| 'isCorrect' hides a field. | 7 | |
| Method 'getTEXT' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Method 'setTEXT' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter text should be final. | 16 | |
| 'text' hides a field. | 16 | |
| Method 'isCorrect' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Method 'setCorrect' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter isCorrect should be final. | 24 | |
| 'isCorrect' hides a field. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 142 | |
| 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 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 159 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 182 | |
| First sentence should end with a period. | 184 | |
| Parameter args should be final. | 187 | |
| Expected @param tag for 'args'. | 187 | |
| Line is longer than 80 characters. | 234 | |
| Missing a Javadoc comment. | 248 | |
| Parameter text should be final. | 248 | |
| Parameter splash should be final. | 248 | |
| '150' is a magic number. | 253 | |
| '10' is a magic number. | 253 | |
| '30' is a magic number. | 258 | |
| '40' is a magic number. | 258 | |
| '200' is a magic number. | 258 | |
| '20' is a magic number. | 258 | |
| '50' is a magic number. | 260 | |
| '25' is a magic number. | 260 | |
| Missing a Javadoc comment. | 264 | |
| Parameter con should be final. | 264 | |
| '<' is not preceded with whitespace. | 287 | |
| '<' is not followed by whitespace. | 287 | |
| '>' is not preceded with whitespace. | 287 | |
| 'if' construct must use '{}'s. | 294 | |
| 'if' construct must use '{}'s. | 305 | |
| '<' is not preceded with whitespace. | 310 | |
| '<' is not followed by whitespace. | 310 | |
| '>' is not preceded with whitespace. | 310 | |
| 'for' construct must use '{}'s. | 312 | |
| Must have at least one statement. | 318 | |
| Missing a Javadoc comment. | 332 | |
| Missing a Javadoc comment. | 368 | |
| Method length is 617 lines (max allowed is 150). | 397 | |
| Missing a Javadoc comment. | 397 | |
| Avoid nested blocks. | 400 | |
| Parameter evt should be final. | 405 | |
| '0.75' is a magic number. | 406 | |
| Parameter e should be final. | 411 | |
| Avoid nested blocks. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Avoid nested blocks. | 422 | |
| '875' is a magic number. | 426 | |
| '472' is a magic number. | 426 | |
| Avoid nested blocks. | 427 | |
| '159' is a magic number. | 431 | |
| '488' is a magic number. | 432 | |
| Avoid nested blocks. | 433 | |
| Avoid nested blocks. | 436 | |
| Line is longer than 80 characters. | 447 | |
| '255' is a magic number. | 449 | |
| '255' is a magic number. | 450 | |
| '240' is a magic number. | 450 | |
| Avoid nested blocks. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Avoid nested blocks. | 463 | |
| Avoid nested blocks. | 466 | |
| Line is longer than 80 characters. | 475 | |
| '151' is a magic number. | 476 | |
| '392' is a magic number. | 476 | |
| Line is longer than 80 characters. | 480 | |
| '255' is a magic number. | 482 | |
| '255' is a magic number. | 483 | |
| '240' is a magic number. | 483 | |
| Parameter evt should be final. | 488 | |
| Line is longer than 80 characters. | 489 | |
| Avoid nested blocks. | 492 | |
| Line is longer than 80 characters. | 497 | |
| Avoid nested blocks. | 505 | |
| Avoid nested blocks. | 509 | |
| '694' is a magic number. | 514 | |
| '340' is a magic number. | 514 | |
| '255' is a magic number. | 516 | |
| '255' is a magic number. | 516 | |
| '240' is a magic number. | 516 | |
| Avoid nested blocks. | 517 | |
| Line is longer than 80 characters. | 519 | |
| Avoid nested blocks. | 521 | |
| '255' is a magic number. | 527 | |
| '255' is a magic number. | 527 | |
| '240' is a magic number. | 527 | |
| Line is longer than 80 characters. | 536 | |
| '20' is a magic number. | 538 | |
| '20' is a magic number. | 540 | |
| '20' is a magic number. | 542 | |
| '320' is a magic number. | 546 | |
| '10' is a magic number. | 548 | |
| '3' is a magic number. | 552 | |
| '100' is a magic number. | 553 | |
| '3' is a magic number. | 554 | |
| '4' is a magic number. | 557 | |
| '100' is a magic number. | 558 | |
| '4' is a magic number. | 559 | |
| Avoid nested blocks. | 566 | |
| Avoid nested blocks. | 572 | |
| '647' is a magic number. | 578 | |
| '103' is a magic number. | 578 | |
| Avoid nested blocks. | 579 | |
| '255' is a magic number. | 585 | |
| '255' is a magic number. | 586 | |
| '240' is a magic number. | 586 | |
| '100' is a magic number. | 588 | |
| Avoid nested blocks. | 598 | |
| '875' is a magic number. | 601 | |
| '34' is a magic number. | 601 | |
| Avoid nested blocks. | 603 | |
| Line is longer than 80 characters. | 611 | |
| Avoid nested blocks. | 616 | |
| Line is longer than 80 characters. | 624 | |
| Avoid nested blocks. | 629 | |
| Line is longer than 80 characters. | 636 | |
| Avoid nested blocks. | 641 | |
| Line is longer than 80 characters. | 648 | |
| Avoid nested blocks. | 653 | |
| Line is longer than 80 characters. | 660 | |
| Avoid nested blocks. | 665 | |
| Line is longer than 80 characters. | 673 | |
| Avoid nested blocks. | 678 | |
| Line is longer than 80 characters. | 686 | |
| Avoid nested blocks. | 691 | |
| Line is longer than 80 characters. | 699 | |
| Avoid nested blocks. | 704 | |
| Line is longer than 80 characters. | 712 | |
| Avoid nested blocks. | 717 | |
| Avoid nested blocks. | 728 | |
| Avoid nested blocks. | 731 | |
| Line is longer than 80 characters. | 734 | |
| Avoid nested blocks. | 741 | |
| Line is longer than 80 characters. | 748 | |
| '885' is a magic number. | 755 | |
| '611' is a magic number. | 755 | |
| Avoid nested blocks. | 789 | |
| Avoid nested blocks. | 793 | |
| Avoid nested blocks. | 803 | |
| Method 'getJTreeTCategories' is not designed for extension - needs to be abstract, final or empty. | 1018 | |
| Method 'getJTreeQCategories' is not designed for extension - needs to be abstract, final or empty. | 1025 | |
| Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| Missing a Javadoc comment. | 1029 | |
| Parameter evt should be final. | 1030 | |
| 'if' construct must use '{}'s. | 1032 | |
| 'if' construct must use '{}'s. | 1035 | |
| 'else' construct must use '{}'s. | 1037 | |
| Method 'getTableModel' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| Missing a Javadoc comment. | 1043 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 1047 | |
| Missing a Javadoc comment. | 1047 | |
| Parameter e should be final. | 1048 | |
| 'if' construct must use '{}'s. | 1052 | |
| 'else' construct must use '{}'s. | 1054 | |
| Line is longer than 80 characters. | 1067 | |
| 'else' construct must use '{}'s. | 1073 | |
| Missing a Javadoc comment. | 1107 | |
| 'if' construct must use '{}'s. | 1111 | |
| Missing a Javadoc comment. | 1120 | |
| Line is longer than 80 characters. | 1128 | |
| Missing a Javadoc comment. | 1141 | |
| 'if' construct must use '{}'s. | 1151 | |
| 'if' construct must use '{}'s. | 1155 | |
| Missing a Javadoc comment. | 1170 | |
| 'if' construct must use '{}'s. | 1179 | |
| 'else' construct must use '{}'s. | 1181 | |
| Missing a Javadoc comment. | 1185 | |
| 'if' construct must use '{}'s. | 1188 | |
| Missing a Javadoc comment. | 1193 | |
| 'if' construct must use '{}'s. | 1195 | |
| 'if' construct must use '{}'s. | 1200 | |
| 'if' construct must use '{}'s. | 1206 | |
| Method 'setNewTestButton' is not designed for extension - needs to be abstract, final or empty. | 1226 | |
| Missing a Javadoc comment. | 1226 | |
| Parameter enabled should be final. | 1226 | |
| Missing a Javadoc comment. | 1230 | |
| '<' is not preceded with whitespace. | 1231 | |
| '<' is not followed by whitespace. | 1231 | |
| '>' is not preceded with whitespace. | 1231 | |
| '<' is not preceded with whitespace. | 1234 | |
| '<' is not followed by whitespace. | 1234 | |
| '>' is not preceded with whitespace. | 1234 | |
| '>' is not followed by whitespace. | 1234 | |
| 'if' construct must use '{}'s. | 1236 | |
| 'else' construct must use '{}'s. | 1240 | |
| '<' is not preceded with whitespace. | 1241 | |
| '<' is not followed by whitespace. | 1241 | |
| '>' is not preceded with whitespace. | 1241 | |
| '>' is not followed by whitespace. | 1241 | |
| Line is longer than 80 characters. | 1262 | |
| Method 'updateTestTree' is not designed for extension - needs to be abstract, final or empty. | 1267 | |
| Missing a Javadoc comment. | 1267 | |
| Missing a Javadoc comment. | 1278 | |
| 'ntd' hides a field. | 1300 | |
| Missing a Javadoc comment. | 1323 | |
| Line is longer than 80 characters. | 1327 | |
| 'if' construct must use '{}'s. | 1334 | |
| Method 'editCategory' is not designed for extension - needs to be abstract, final or empty. | 1347 | |
| Missing a Javadoc comment. | 1347 | |
| Parameter toEdit should be final. | 1347 | |
| Parameter selected should be final. | 1347 | |
| 'if' construct must use '{}'s. | 1356 | |
| 'if' construct must use '{}'s. | 1368 | |
| First sentence should end with a period. | 1376 | |
| Parameter question should be final. | 1379 | |
| Expected @param tag for 'question'. | 1379 | |
| Line is longer than 80 characters. | 1382 | |
| '<' is not preceded with whitespace. | 1388 | |
| '<' is not followed by whitespace. | 1388 | |
| '>' is not preceded with whitespace. | 1388 | |
| Name 'arr_categories' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1388 | |
| '<' is not preceded with whitespace. | 1388 | |
| '<' is not followed by whitespace. | 1388 | |
| '>' is not preceded with whitespace. | 1388 | |
| '>' is not followed by whitespace. | 1388 | |
| 'if' construct must use '{}'s. | 1394 | |
| First sentence should end with a period. | 1400 | |
| 'if' construct must use '{}'s. | 1407 | |
| Missing a Javadoc comment. | 1438 | |
| Parameter text should be final. | 1438 | |
| '6' is a magic number. | 1447 | |
| '8' is a magic number. | 1452 | |
| '5' is a magic number. | 1457 | |
| Method 'mouseClicked' is not designed for extension - needs to be abstract, final or empty. | 1466 | |
| Missing a Javadoc comment. | 1466 | |
| Parameter e should be final. | 1467 | |
| 'if' construct must use '{}'s. | 1468 | |
| 'if' construct must use '{}'s. | 1472 | |
| Method 'changeCategory' is not designed for extension - needs to be abstract, final or empty. | 1485 | |
| Missing a Javadoc comment. | 1485 | |
| Parameter index should be final. | 1485 | |
| 'if' construct must use '{}'s. | 1488 | |
| 'if' construct must use '{}'s. | 1494 | |
| Method 'pasteData' is not designed for extension - needs to be abstract, final or empty. | 1502 | |
| Missing a Javadoc comment. | 1502 | |
| Missing a Javadoc comment. | 1522 | |
| Parameter arg0 should be final. | 1523 | |
| Missing a Javadoc comment. | 1528 | |
| Parameter arg0 should be final. | 1529 | |
| Missing a Javadoc comment. | 1534 | |
| Parameter arg0 should be final. | 1535 | |
| Missing a Javadoc comment. | 1540 | |
| Parameter arg0 should be final. | 1541 | |
| First sentence should end with a period. | 1546 | |
| Expected @param tag for 'parent'. | 1549 | |
| Expected @param tag for 'menu'. | 1550 | |
| Parameter e should be final. | 1553 | |
| 'if' construct must use '{}'s. | 1554 | |
| Parameter e should be final. | 1559 | |
| 'if' construct must use '{}'s. | 1560 | |
| Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 1566 | |
| Missing a Javadoc comment. | 1566 | |
| Parameter e should be final. | 1567 | |
| Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. | 1580 | |
| Missing a Javadoc comment. | 1580 | |
| Parameter e should be final. | 1581 | |
| 'if' construct must use '{}'s. | 1582 | |
| Missing a Javadoc comment. | 1599 | |
| Parameter evt should be final. | 1599 | |
| 'if' construct must use '{}'s. | 1600 | |
| 'if' construct must use '{}'s. | 1603 | |
| 'if' construct must use '{}'s. | 1608 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 37 | |
| Utility classes should not have a public or default constructor. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter con should be final. | 41 | |
| Parameter resourceFilePath should be final. | 41 | |
| Redundant throws: 'NullPointerException' is unchecked exception. | 42 | |
| First sentence should end with a period. | 50 | |
| Parameter con should be final. | 53 | |
| Expected @param tag for 'con'. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter con should be final. | 57 | |
| 'if' construct must use '{}'s. | 60 | |
| First sentence should end with a period. | 71 | |
| Line has trailing spaces. | 73 | |
| Parameter con should be final. | 81 | |
| Parameter xmlPath should be final. | 81 | |
| Expected @throws tag for 'SQLException'. | 82 | |
| Expected @throws tag for 'UnsupportedEncodingException'. | 82 | |
| 'if' construct must use '{}'s. | 83 | |
| Expression can be simplified. | 87 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 150 | |
| Parameter con should be final. | 150 | |
| Parameter node should be final. | 150 | |
| Parameter toImport should be final. | 151 | |
| Parameter importCategoryID should be final. | 151 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| '>' is not followed by whitespace. | 155 | |
| Line has trailing spaces. | 190 | |
| Must have at least one statement. | 198 | |
| 'if' construct must use '{}'s. | 206 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line has trailing spaces. | 6 | |
| Line is longer than 80 characters. | 6 | |
| Line has trailing spaces. | 7 | |
| Line is longer than 80 characters. | 7 | |
| Line has trailing spaces. | 8 | |
| Line is longer than 80 characters. | 8 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 9 | |
| Line has trailing spaces. | 10 | |
| Line is longer than 80 characters. | 10 | |
| Line has trailing spaces. | 13 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 78 | |
| Class Base64 should be declared as final. | 86 | |
| '{' should be on the previous line. | 87 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 89 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 91 | |
| 'static' modifier out of order with the JLS suggestions. | 93 | |
| Line has trailing spaces. | 94 | |
| 'static' modifier out of order with the JLS suggestions. | 96 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 98 | |
| 'static' modifier out of order with the JLS suggestions. | 100 | |
| Line has trailing spaces. | 101 | |
| Line has trailing spaces. | 102 | |
| 'static' modifier out of order with the JLS suggestions. | 104 | |
| Line has trailing spaces. | 105 | |
| Line has trailing spaces. | 106 | |
| First sentence should end with a period. | 107 | |
| Line is longer than 80 characters. | 107 | |
| 'static' modifier out of order with the JLS suggestions. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| 'static' modifier out of order with the JLS suggestions. | 118 | |
| Line has trailing spaces. | 119 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| 'static' modifier out of order with the JLS suggestions. | 125 | |
| Line has trailing spaces. | 126 | |
| Line has trailing spaces. | 127 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 129 | |
| Line has trailing spaces. | 130 | |
| 'static' modifier out of order with the JLS suggestions. | 132 | |
| Line has trailing spaces. | 133 | |
| Line has trailing spaces. | 134 | |
| 'static' modifier out of order with the JLS suggestions. | 136 | |
| 'cast' is not followed by whitespace. | 136 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 138 | |
| 'static' modifier out of order with the JLS suggestions. | 140 | |
| 'cast' is not followed by whitespace. | 140 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 142 | |
| 'static' modifier out of order with the JLS suggestions. | 144 | |
| Line has trailing spaces. | 145 | |
| Line has trailing spaces. | 146 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Missing a Javadoc comment. | 149 | |
| 'static' modifier out of order with the JLS suggestions. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 150 | |
| 'static' modifier out of order with the JLS suggestions. | 150 | |
| Line has trailing spaces. | 151 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 152 | |
| Line contains a tab character. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Missing a Javadoc comment. | 158 | |
| 'static' modifier out of order with the JLS suggestions. | 158 | |
| Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 158 | |
| Line is longer than 80 characters. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| 'cast' is not followed by whitespace. | 160 | |
| Line is longer than 80 characters. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| 'cast' is not followed by whitespace. | 161 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 162 | |
| 'cast' is not followed by whitespace. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| Line is longer than 80 characters. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 164 | |
| Line is longer than 80 characters. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| 'cast' is not followed by whitespace. | 165 | |
| Line has trailing spaces. | 166 | |
| Line is longer than 80 characters. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| 'cast' is not followed by whitespace. | 167 | |
| 'cast' is not followed by whitespace. | 167 | |
| 'cast' is not followed by whitespace. | 167 | |
| 'cast' is not followed by whitespace. | 167 | |
| 'cast' is not followed by whitespace. | 167 | |
| Line has trailing spaces. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 168 | |
| 'cast' is not followed by whitespace. | 169 | |
| 'cast' is not followed by whitespace. | 169 | |
| 'cast' is not followed by whitespace. | 169 | |
| 'cast' is not followed by whitespace. | 169 | |
| 'cast' is not followed by whitespace. | 169 | |
| 'cast' is not followed by whitespace. | 169 | |
| Line has trailing spaces. | 171 | |
| Line contains a tab character. | 171 | |
| Line has trailing spaces. | 172 | |
| Line has trailing spaces. | 173 | |
| 'static' modifier out of order with the JLS suggestions. | 177 | |
| Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 177 | |
| Line has trailing spaces. | 178 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| Line is longer than 80 characters. | 180 | |
| ',' is not followed by whitespace. | 180 | |
| ',' is not followed by whitespace. | 181 | |
| Line is longer than 80 characters. | 182 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 184 | |
| ',' is not followed by whitespace. | 184 | |
| ',' is not followed by whitespace. | 184 | |
| ',' is not followed by whitespace. | 184 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 186 | |
| ',' is not followed by whitespace. | 188 | |
| ',' is not followed by whitespace. | 188 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 190 | |
| ',' is not followed by whitespace. | 191 | |
| ',' is not followed by whitespace. | 191 | |
| ',' is not followed by whitespace. | 193 | |
| ',' is not followed by whitespace. | 193 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 194 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 195 | |
| ',' is not followed by whitespace. | 196 | |
| ',' is not followed by whitespace. | 196 | |
| ',' is not followed by whitespace. | 196 | |
| ',' is not followed by whitespace. | 196 | |
| ',' is not followed by whitespace. | 196 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 197 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 198 | |
| ',' is not followed by whitespace. | 199 | |
| ',' is not followed by whitespace. | 199 | |
| ',' is not followed by whitespace. | 199 | |
| Line has trailing spaces. | 211 | |
| Line contains a tab character. | 211 | |
| Line has trailing spaces. | 212 | |
| Line contains a tab character. | 212 | |
| Line has trailing spaces. | 214 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line has trailing spaces. | 216 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| 'static' modifier out of order with the JLS suggestions. | 220 | |
| Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 220 | |
| Line is longer than 80 characters. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| 'cast' is not followed by whitespace. | 222 | |
| Line is longer than 80 characters. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| 'cast' is not followed by whitespace. | 223 | |
| Line has trailing spaces. | 224 | |
| Line is longer than 80 characters. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 224 | |
| 'cast' is not followed by whitespace. | 225 | |
| 'cast' is not followed by whitespace. | 225 | |
| 'cast' is not followed by whitespace. | 225 | |
| 'cast' is not followed by whitespace. | 225 | |
| 'cast' is not followed by whitespace. | 225 | |
| Line is longer than 80 characters. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| 'cast' is not followed by whitespace. | 226 | |
| Line is longer than 80 characters. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| 'cast' is not followed by whitespace. | 227 | |
| Line has trailing spaces. | 228 | |
| Line is longer than 80 characters. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| 'cast' is not followed by whitespace. | 229 | |
| 'cast' is not followed by whitespace. | 229 | |
| 'cast' is not followed by whitespace. | 229 | |
| 'cast' is not followed by whitespace. | 229 | |
| 'cast' is not followed by whitespace. | 229 | |
| Line has trailing spaces. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 230 | |
| 'cast' is not followed by whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 231 | |
| 'cast' is not followed by whitespace. | 231 | |
| Line has trailing spaces. | 233 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| 'static' modifier out of order with the JLS suggestions. | 237 | |
| Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 237 | |
| Line has trailing spaces. | 238 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| Line is longer than 80 characters. | 240 | |
| ',' is not followed by whitespace. | 240 | |
| ',' is not followed by whitespace. | 241 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 243 | |
| ',' is not followed by whitespace. | 244 | |
| ',' is not followed by whitespace. | 244 | |
| ',' is not followed by whitespace. | 244 | |
| ',' is not followed by whitespace. | 244 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 246 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 252 | |
| ',' is not followed by whitespace. | 253 | |
| ',' is not followed by whitespace. | 253 | |
| ',' is not followed by whitespace. | 255 | |
| ',' is not followed by whitespace. | 255 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 256 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| ',' is not followed by whitespace. | 258 | |
| ',' is not followed by whitespace. | 258 | |
| ',' is not followed by whitespace. | 258 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 261 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 262 | |
| ',' is not followed by whitespace. | 263 | |
| ',' is not followed by whitespace. | 263 | |
| ',' is not followed by whitespace. | 263 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| 'static' modifier out of order with the JLS suggestions. | 284 | |
| Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 284 | |
| 'cast' is not followed by whitespace. | 286 | |
| 'cast' is not followed by whitespace. | 287 | |
| 'cast' is not followed by whitespace. | 287 | |
| 'cast' is not followed by whitespace. | 287 | |
| 'cast' is not followed by whitespace. | 287 | |
| 'cast' is not followed by whitespace. | 287 | |
| 'cast' is not followed by whitespace. | 288 | |
| 'cast' is not followed by whitespace. | 288 | |
| 'cast' is not followed by whitespace. | 288 | |
| 'cast' is not followed by whitespace. | 288 | |
| 'cast' is not followed by whitespace. | 288 | |
| Line is longer than 80 characters. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| 'cast' is not followed by whitespace. | 289 | |
| Line is longer than 80 characters. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| 'cast' is not followed by whitespace. | 290 | |
| Line is longer than 80 characters. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 291 | |
| 'cast' is not followed by whitespace. | 292 | |
| 'cast' is not followed by whitespace. | 292 | |
| 'cast' is not followed by whitespace. | 292 | |
| 'cast' is not followed by whitespace. | 292 | |
| 'cast' is not followed by whitespace. | 292 | |
| 'cast' is not followed by whitespace. | 293 | |
| Line is longer than 80 characters. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| 'cast' is not followed by whitespace. | 294 | |
| Line is longer than 80 characters. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| Line is longer than 80 characters. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 296 | |
| 'cast' is not followed by whitespace. | 297 | |
| 'cast' is not followed by whitespace. | 297 | |
| 'cast' is not followed by whitespace. | 297 | |
| 'cast' is not followed by whitespace. | 297 | |
| 'cast' is not followed by whitespace. | 297 | |
| Line has trailing spaces. | 299 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| 'static' modifier out of order with the JLS suggestions. | 303 | |
| Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 303 | |
| Line has trailing spaces. | 304 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| ',' is not followed by whitespace. | 305 | |
| Line is longer than 80 characters. | 306 | |
| ',' is not followed by whitespace. | 306 | |
| ',' is not followed by whitespace. | 307 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 309 | |
| ',' is not followed by whitespace. | 310 | |
| ',' is not followed by whitespace. | 310 | |
| ',' is not followed by whitespace. | 310 | |
| ',' is not followed by whitespace. | 310 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 312 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 318 | |
| ',' is not followed by whitespace. | 319 | |
| ',' is not followed by whitespace. | 319 | |
| ',' is not followed by whitespace. | 321 | |
| ',' is not followed by whitespace. | 321 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 323 | |
| ',' is not followed by whitespace. | 324 | |
| ',' is not followed by whitespace. | 324 | |
| ',' is not followed by whitespace. | 324 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 327 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 328 | |
| ',' is not followed by whitespace. | 329 | |
| ',' is not followed by whitespace. | 329 | |
| ',' is not followed by whitespace. | 329 | |
| Line has trailing spaces. | 342 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Expected an @return tag. | 353 | |
| Line contains a tab character. | 353 | |
| Redundant 'final' modifier. | 353 | |
| 'static' modifier out of order with the JLS suggestions. | 353 | |
| '(' is followed by whitespace. | 353 | |
| Parameter options should be final. | 353 | |
| Expected @param tag for 'options'. | 353 | |
| ')' is preceded with whitespace. | 353 | |
| Line contains a tab character. | 354 | |
| '{' should be on the previous line. | 354 | |
| 'if' construct must use '{}'s. | 355 | |
| Line is longer than 80 characters. | 355 | |
| Line contains a tab character. | 355 | |
| 'if' is not followed by whitespace. | 355 | |
| '(' is followed by whitespace. | 355 | |
| ')' is preceded with whitespace. | 355 | |
| 'if' construct must use '{}'s. | 356 | |
| Line is longer than 80 characters. | 356 | |
| Line contains a tab character. | 356 | |
| 'if' is not followed by whitespace. | 356 | |
| '(' is followed by whitespace. | 356 | |
| ')' is preceded with whitespace. | 356 | |
| 'else' construct must use '{}'s. | 357 | |
| Line contains a tab character. | 357 | |
| Line has trailing spaces. | 358 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line has trailing spaces. | 360 | |
| Line contains a tab character. | 360 | |
| Line has trailing spaces. | 361 | |
| Line contains a tab character. | 361 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line contains a tab character. | 365 | |
| Line contains a tab character. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Expected an @return tag. | 369 | |
| Line contains a tab character. | 369 | |
| Redundant 'final' modifier. | 369 | |
| 'static' modifier out of order with the JLS suggestions. | 369 | |
| '(' is followed by whitespace. | 369 | |
| Parameter options should be final. | 369 | |
| Expected @param tag for 'options'. | 369 | |
| ')' is preceded with whitespace. | 369 | |
| Line contains a tab character. | 370 | |
| '{' should be on the previous line. | 370 | |
| 'if' construct must use '{}'s. | 371 | |
| Line is longer than 80 characters. | 371 | |
| Line contains a tab character. | 371 | |
| 'if' is not followed by whitespace. | 371 | |
| '(' is followed by whitespace. | 371 | |
| ')' is preceded with whitespace. | 371 | |
| 'if' construct must use '{}'s. | 372 | |
| Line is longer than 80 characters. | 372 | |
| Line contains a tab character. | 372 | |
| 'if' is not followed by whitespace. | 372 | |
| '(' is followed by whitespace. | 372 | |
| ')' is preceded with whitespace. | 372 | |
| 'else' construct must use '{}'s. | 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 has trailing spaces. | 376 | |
| Line has trailing spaces. | 378 | |
| '{' is not preceded with whitespace. | 380 | |
| '{' is not followed by whitespace. | 380 | |
| '}' is not preceded with whitespace. | 380 | |
| Line has trailing spaces. | 381 | |
| 'static' modifier out of order with the JLS suggestions. | 388 | |
| '(' is followed by whitespace. | 388 | |
| Parameter args should be final. | 388 | |
| Expected @param tag for 'args'. | 388 | |
| ')' is preceded with whitespace. | 388 | |
| '{' should be on the previous line. | 389 | |
| 'if' is not followed by whitespace. | 390 | |
| '(' is followed by whitespace. | 390 | |
| '3' is a magic number. | 390 | |
| ')' is preceded with whitespace. | 390 | |
| '{' is not preceded with whitespace. | 390 | |
| '}' should be on the same line. | 392 | |
| 'if' is not followed by whitespace. | 397 | |
| '(' is followed by whitespace. | 397 | |
| '(' is followed by whitespace. | 397 | |
| ')' is preceded with whitespace. | 397 | |
| ')' is preceded with whitespace. | 397 | |
| '{' is not preceded with whitespace. | 397 | |
| '(' is followed by whitespace. | 398 | |
| ')' is preceded with whitespace. | 398 | |
| '}' should be on the same line. | 399 | |
| 'if' is not followed by whitespace. | 400 | |
| '(' is followed by whitespace. | 400 | |
| '(' is followed by whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| ')' is preceded with whitespace. | 400 | |
| '(' is followed by whitespace. | 401 | |
| ')' is preceded with whitespace. | 401 | |
| Line has trailing spaces. | 402 | |
| '}' should be on the same line. | 402 | |
| '(' is followed by whitespace. | 404 | |
| ')' is preceded with whitespace. | 404 | |
| Line has trailing spaces. | 405 | |
| Redundant 'final' modifier. | 414 | |
| 'static' modifier out of order with the JLS suggestions. | 414 | |
| '(' is followed by whitespace. | 414 | |
| Parameter msg should be final. | 414 | |
| ')' is preceded with whitespace. | 414 | |
| '{' should be on the previous line. | 415 | |
| '(' is followed by whitespace. | 416 | |
| ')' is preceded with whitespace. | 416 | |
| '(' is followed by whitespace. | 417 | |
| ')' is preceded with whitespace. | 417 | |
| Line has trailing spaces. | 419 | |
| Line has trailing spaces. | 420 | |
| Line has trailing spaces. | 421 | |
| Line has trailing spaces. | 422 | |
| Line has trailing spaces. | 423 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 439 | |
| '(' is followed by whitespace. | 439 | |
| Parameter b4 should be final. | 439 | |
| Parameter threeBytes should be final. | 439 | |
| Parameter numSigBytes should be final. | 439 | |
| Parameter options should be final. | 439 | |
| Expected @param tag for 'options'. | 439 | |
| ')' is preceded with whitespace. | 439 | |
| '(' is followed by whitespace. | 441 | |
| ')' is preceded with whitespace. | 441 | |
| Line has trailing spaces. | 445 | |
| Line has trailing spaces. | 450 | |
| Line contains a tab character. | 458 | |
| Line contains a tab character. | 459 | |
| Line has trailing spaces. | 469 | |
| '(' is followed by whitespace. | 469 | |
| Parameter source should be final. | 470 | |
| Parameter srcOffset should be final. | 470 | |
| Parameter numSigBytes should be final. | 470 | |
| Parameter destination should be final. | 471 | |
| Parameter destOffset should be final. | 471 | |
| Parameter options should be final. | 471 | |
| Expected @param tag for 'options'. | 471 | |
| ')' is preceded with whitespace. | 471 | |
| '{' should be on the previous line. | 472 | |
| Line has trailing spaces. | 473 | |
| Line contains a tab character. | 473 | |
| Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 | |
| '(' is followed by whitespace. | 473 | |
| ')' is preceded with whitespace. | 473 | |
| Line has trailing spaces. | 474 | |
| Line contains a tab character. | 474 | |
| Line has trailing spaces. | 475 | |
| Line has trailing spaces. | 481 | |
| Line is longer than 80 characters. | 485 | |
| Line is longer than 80 characters. | 486 | |
| '(' is followed by whitespace. | 486 | |
| Avoid inline conditionals. | 486 | |
| '24' is a magic number. | 486 | |
| '8' is a magic number. | 486 | |
| ')' is preceded with whitespace. | 486 | |
| Line is longer than 80 characters. | 487 | |
| '(' is followed by whitespace. | 487 | |
| Avoid inline conditionals. | 487 | |
| '24' is a magic number. | 487 | |
| '16' is a magic number. | 487 | |
| ')' is preceded with whitespace. | 487 | |
| Line is longer than 80 characters. | 488 | |
| '(' is followed by whitespace. | 488 | |
| Avoid inline conditionals. | 488 | |
| '24' is a magic number. | 488 | |
| '24' is a magic number. | 488 | |
| ')' is preceded with whitespace. | 488 | |
| '(' is followed by whitespace. | 490 | |
| ')' is preceded with whitespace. | 490 | |
| '{' should be on the previous line. | 491 | |
| '3' is a magic number. | 492 | |
| Line is longer than 80 characters. | 493 | |
| '18' is a magic number. | 493 | |
| Line is longer than 80 characters. | 494 | |
| '12' is a magic number. | 494 | |
| '0x3f' is a magic number. | 494 | |
| Line is longer than 80 characters. | 495 | |
| '6' is a magic number. | 495 | |
| '0x3f' is a magic number. | 495 | |
| Line is longer than 80 characters. | 496 | |
| '3' is a magic number. | 496 | |
| ')' is preceded with whitespace. | 496 | |
| '0x3f' is a magic number. | 496 | |
| Line has trailing spaces. | 498 | |
| Line is longer than 80 characters. | 500 | |
| '18' is a magic number. | 500 | |
| Line is longer than 80 characters. | 501 | |
| '12' is a magic number. | 501 | |
| '0x3f' is a magic number. | 501 | |
| Line is longer than 80 characters. | 502 | |
| '6' is a magic number. | 502 | |
| '0x3f' is a magic number. | 502 | |
| '3' is a magic number. | 503 | |
| Line has trailing spaces. | 505 | |
| Line is longer than 80 characters. | 507 | |
| '18' is a magic number. | 507 | |
| Line is longer than 80 characters. | 508 | |
| '12' is a magic number. | 508 | |
| '0x3f' is a magic number. | 508 | |
| '3' is a magic number. | 510 | |
| Line has trailing spaces. | 512 | |
| Line has trailing spaces. | 517 | |
| Line has trailing spaces. | 518 | |
| Line has trailing spaces. | 519 | |
| '(' is followed by whitespace. | 531 | |
| Parameter serializableObject should be final. | 531 | |
| ')' is preceded with whitespace. | 531 | |
| '(' is followed by whitespace. | 533 | |
| ')' is preceded with whitespace. | 533 | |
| Line has trailing spaces. | 535 | |
| Line is longer than 80 characters. | 552 | |
| Line is longer than 80 characters. | 561 | |
| '(' is followed by whitespace. | 561 | |
| Parameter serializableObject should be final. | 561 | |
| Parameter options should be final. | 561 | |
| ')' is preceded with whitespace. | 561 | |
| Line has trailing spaces. | 564 | |
| Line has trailing spaces. | 565 | |
| Line has trailing spaces. | 566 | |
| Line has trailing spaces. | 568 | |
| Line has trailing spaces. | 572 | |
| '{' should be on the previous line. | 574 | |
| '(' is followed by whitespace. | 577 | |
| ')' is preceded with whitespace. | 577 | |
| Line has trailing spaces. | 578 | |
| 'if' is not followed by whitespace. | 580 | |
| '(' is followed by whitespace. | 580 | |
| ')' is preceded with whitespace. | 580 | |
| '{' should be on the previous line. | 581 | |
| '(' is followed by whitespace. | 582 | |
| ')' is preceded with whitespace. | 582 | |
| '(' is followed by whitespace. | 583 | |
| ')' is preceded with whitespace. | 583 | |
| '}' should be on the same line. | 584 | |
| 'else' construct must use '{}'s. | 585 | |
| '(' is followed by whitespace. | 586 | |
| ')' is preceded with whitespace. | 586 | |
| Line has trailing spaces. | 587 | |
| '(' is followed by whitespace. | 588 | |
| ')' is preceded with whitespace. | 588 | |
| '}' should be on the same line. | 589 | |
| 'catch' is not followed by whitespace. | 590 | |
| '(' is followed by whitespace. | 590 | |
| ')' is preceded with whitespace. | 590 | |
| '{' should be on the previous line. | 591 | |
| '}' should be on the same line. | 594 | |
| '{' should be on the previous line. | 596 | |
| 'try' is not followed by whitespace. | 597 | |
| '{' is not preceded with whitespace. | 597 | |
| 'catch' is not followed by whitespace. | 597 | |
| '(' is followed by whitespace. | 597 | |
| ')' is preceded with whitespace. | 597 | |
| '{' is not preceded with whitespace. | 597 | |
| Must have at least one statement. | 597 | |
| '{' is not followed by whitespace. | 597 | |
| '}' is not preceded with whitespace. | 597 | |
| 'try' is not followed by whitespace. | 598 | |
| '{' is not preceded with whitespace. | 598 | |
| 'catch' is not followed by whitespace. | 598 | |
| '(' is followed by whitespace. | 598 | |
| ')' is preceded with whitespace. | 598 | |
| '{' is not preceded with whitespace. | 598 | |
| Must have at least one statement. | 598 | |
| '{' is not followed by whitespace. | 598 | |
| '}' is not preceded with whitespace. | 598 | |
| 'try' is not followed by whitespace. | 599 | |
| '{' is not preceded with whitespace. | 599 | |
| 'catch' is not followed by whitespace. | 599 | |
| '(' is followed by whitespace. | 599 | |
| ')' is preceded with whitespace. | 599 | |
| '{' is not preceded with whitespace. | 599 | |
| Must have at least one statement. | 599 | |
| '{' is not followed by whitespace. | 599 | |
| '}' is not preceded with whitespace. | 599 | |
| 'try' is not followed by whitespace. | 600 | |
| '{' is not preceded with whitespace. | 600 | |
| 'catch' is not followed by whitespace. | 600 | |
| '(' is followed by whitespace. | 600 | |
| ')' is preceded with whitespace. | 600 | |
| '{' is not preceded with whitespace. | 600 | |
| Must have at least one statement. | 600 | |
| '{' is not followed by whitespace. | 600 | |
| '}' is not preceded with whitespace. | 600 | |
| Line has trailing spaces. | 602 | |
| Line has trailing spaces. | 604 | |
| '{' should be on the previous line. | 605 | |
| '(' is followed by whitespace. | 606 | |
| ')' is preceded with whitespace. | 606 | |
| '}' should be on the same line. | 607 | |
| '{' should be on the previous line. | 609 | |
| '(' is followed by whitespace. | 610 | |
| ')' is preceded with whitespace. | 610 | |
| Line has trailing spaces. | 612 | |
| Line has trailing spaces. | 614 | |
| Line has trailing spaces. | 615 | |
| Expected an @return tag. | 624 | |
| '(' is followed by whitespace. | 624 | |
| Parameter source should be final. | 624 | |
| ')' is preceded with whitespace. | 624 | |
| '{' should be on the previous line. | 625 | |
| '(' is followed by whitespace. | 626 | |
| ')' is preceded with whitespace. | 626 | |
| Line has trailing spaces. | 628 | |
| Line is longer than 80 characters. | 642 | |
| Expected an @return tag. | 651 | |
| '(' is followed by whitespace. | 651 | |
| Parameter source should be final. | 651 | |
| Parameter options should be final. | 651 | |
| ')' is preceded with whitespace. | 651 | |
| Line has trailing spaces. | 652 | |
| '{' should be on the previous line. | 652 | |
| '(' is followed by whitespace. | 653 | |
| ')' is preceded with whitespace. | 653 | |
| Line has trailing spaces. | 655 | |
| Line has trailing spaces. | 656 | |
| Expected an @return tag. | 666 | |
| '(' is followed by whitespace. | 666 | |
| Parameter source should be final. | 666 | |
| Parameter off should be final. | 666 | |
| Parameter len should be final. | 666 | |
| ')' is preceded with whitespace. | 666 | |
| '{' should be on the previous line. | 667 | |
| '(' is followed by whitespace. | 668 | |
| ')' is preceded with whitespace. | 668 | |
| Line has trailing spaces. | 670 | |
| Line has trailing spaces. | 671 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 691 | |
| Line contains a tab character. | 691 | |
| Unused @param tag for 'options'. | 691 | |
| Expected an @return tag. | 696 | |
| Line is longer than 80 characters. | 696 | |
| '(' is followed by whitespace. | 696 | |
| Parameter source should be final. | 696 | |
| Parameter off should be final. | 696 | |
| Parameter len should be final. | 696 | |
| Parameter options should be final. | 696 | |
| ')' is preceded with whitespace. | 696 | |
| '(' is followed by whitespace. | 699 | |
| ')' is preceded with whitespace. | 699 | |
| '(' is followed by whitespace. | 700 | |
| ')' is preceded with whitespace. | 700 | |
| Line has trailing spaces. | 701 | |
| 'if' is not followed by whitespace. | 703 | |
| '(' is followed by whitespace. | 703 | |
| ')' is preceded with whitespace. | 703 | |
| '{' should be on the previous line. | 704 | |
| Line has trailing spaces. | 708 | |
| Line has trailing spaces. | 709 | |
| '{' should be on the previous line. | 711 | |
| '(' is followed by whitespace. | 714 | |
| ')' is preceded with whitespace. | 714 | |
| Line has trailing spaces. | 715 | |
| '(' is followed by whitespace. | 715 | |
| ')' is preceded with whitespace. | 715 | |
| Line has trailing spaces. | 716 | |
| '(' is followed by whitespace. | 717 | |
| ')' is preceded with whitespace. | 717 | |
| '}' should be on the same line. | 719 | |
| 'catch' is not followed by whitespace. | 720 | |
| '(' is followed by whitespace. | 720 | |
| ')' is preceded with whitespace. | 720 | |
| '{' should be on the previous line. | 721 | |
| '}' should be on the same line. | 724 | |
| '{' should be on the previous line. | 726 | |
| 'try' is not followed by whitespace. | 727 | |
| '{' is not preceded with whitespace. | 727 | |
| 'catch' is not followed by whitespace. | 727 | |
| '(' is followed by whitespace. | 727 | |
| ')' is preceded with whitespace. | 727 | |
| '{' is not preceded with whitespace. | 727 | |
| Must have at least one statement. | 727 | |
| '{' is not followed by whitespace. | 727 | |
| '}' is not preceded with whitespace. | 727 | |
| 'try' is not followed by whitespace. | 728 | |
| '{' is not preceded with whitespace. | 728 | |
| 'catch' is not followed by whitespace. | 728 | |
| '(' is followed by whitespace. | 728 | |
| ')' is preceded with whitespace. | 728 | |
| '{' is not preceded with whitespace. | 728 | |
| Must have at least one statement. | 728 | |
| '{' is not followed by whitespace. | 728 | |
| '}' is not preceded with whitespace. | 728 | |
| 'try' is not followed by whitespace. | 729 | |
| '{' is not preceded with whitespace. | 729 | |
| 'catch' is not followed by whitespace. | 729 | |
| '(' is followed by whitespace. | 729 | |
| ')' is preceded with whitespace. | 729 | |
| '{' is not preceded with whitespace. | 729 | |
| Must have at least one statement. | 729 | |
| '{' is not followed by whitespace. | 729 | |
| '}' is not preceded with whitespace. | 729 | |
| '{' should be on the previous line. | 734 | |
| '(' is followed by whitespace. | 735 | |
| ')' is preceded with whitespace. | 735 | |
| '}' should be on the same line. | 736 | |
| '{' should be on the previous line. | 738 | |
| '(' is followed by whitespace. | 739 | |
| ')' is preceded with whitespace. | 739 | |
| '}' should be on the same line. | 741 | |
| Line has trailing spaces. | 742 | |
| '{' should be on the previous line. | 745 | |
| Line has trailing spaces. | 748 | |
| '4' is a magic number. | 749 | |
| '3' is a magic number. | 749 | |
| Line is longer than 80 characters. | 750 | |
| '(' is followed by whitespace. | 750 | |
| ')' is preceded with whitespace. | 750 | |
| Line is longer than 80 characters. | 751 | |
| '(' is followed by whitespace. | 751 | |
| '3' is a magic number. | 751 | |
| Avoid inline conditionals. | 751 | |
| '4' is a magic number. | 751 | |
| ')' is preceded with whitespace. | 751 | |
| Line has trailing spaces. | 752 | |
| Line is longer than 80 characters. | 752 | |
| Avoid inline conditionals. | 752 | |
| '(' is followed by whitespace. | 752 | |
| ')' is preceded with whitespace. | 752 | |
| 'for' is not followed by whitespace. | 757 | |
| '+=' is not preceded with whitespace. | 757 | |
| '+=' is not followed by whitespace. | 757 | |
| '3' is a magic number. | 757 | |
| '+=' is not preceded with whitespace. | 757 | |
| '+=' is not followed by whitespace. | 757 | |
| '4' is a magic number. | 757 | |
| ')' is preceded with whitespace. | 757 | |
| '{' should be on the previous line. | 758 | |
| '(' is followed by whitespace. | 759 | |
| '+' is not preceded with whitespace. | 759 | |
| '+' is not followed by whitespace. | 759 | |
| '3' is a magic number. | 759 | |
| ')' is preceded with whitespace. | 759 | |
| '4' is a magic number. | 761 | |
| 'if' is not followed by whitespace. | 762 | |
| '(' is followed by whitespace. | 762 | |
| ')' is preceded with whitespace. | 762 | |
| Line has trailing spaces. | 763 | |
| '{' should be on the previous line. | 763 | |
| '+' is not preceded with whitespace. | 764 | |
| '+' is not followed by whitespace. | 764 | |
| '4' is a magic number. | 764 | |
| 'if' is not followed by whitespace. | 770 | |
| '(' is followed by whitespace. | 770 | |
| ')' is preceded with whitespace. | 770 | |
| '{' should be on the previous line. | 771 | |
| '(' is followed by whitespace. | 772 | |
| '+' is not preceded with whitespace. | 772 | |
| '+' is not followed by whitespace. | 772 | |
| ')' is preceded with whitespace. | 772 | |
| '4' is a magic number. | 773 | |
| Line has trailing spaces. | 776 | |
| '{' should be on the previous line. | 779 | |
| '(' is followed by whitespace. | 780 | |
| ')' is preceded with whitespace. | 780 | |
| '}' should be on the same line. | 781 | |
| '{' should be on the previous line. | 783 | |
| '(' is followed by whitespace. | 784 | |
| ')' is preceded with whitespace. | 784 | |
| Line has trailing spaces. | 786 | |
| Line has trailing spaces. | 788 | |
| Line has trailing spaces. | 790 | |
| Line has trailing spaces. | 792 | |
| Line has trailing spaces. | 793 | |
| Line has trailing spaces. | 794 | |
| Line has trailing spaces. | 796 | |
| Line has trailing spaces. | 797 | |
| Line has trailing spaces. | 803 | |
| Line has trailing spaces. | 809 | |
| Line contains a tab character. | 811 | |
| Line contains a tab character. | 812 | |
| Line has trailing spaces. | 813 | |
| Line is longer than 80 characters. | 819 | |
| Line contains a tab character. | 819 | |
| Line is longer than 80 characters. | 823 | |
| '(' is followed by whitespace. | 823 | |
| Parameter source should be final. | 823 | |
| Parameter srcOffset should be final. | 823 | |
| Parameter destination should be final. | 823 | |
| Parameter destOffset should be final. | 823 | |
| Parameter options should be final. | 823 | |
| ')' is preceded with whitespace. | 823 | |
| Line has trailing spaces. | 825 | |
| Line contains a tab character. | 825 | |
| Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
| '(' is followed by whitespace. | 825 | |
| ')' is preceded with whitespace. | 825 | |
| Line has trailing spaces. | 826 | |
| Line contains a tab character. | 826 | |
| 'if' is not followed by whitespace. | 828 | |
| '(' is followed by whitespace. | 828 | |
| ')' is preceded with whitespace. | 828 | |
| '{' should be on the previous line. | 829 | |
| Line is longer than 80 characters. | 831 | |
| Line is longer than 80 characters. | 832 | |
| Line is longer than 80 characters. | 833 | |
| '(' is followed by whitespace. | 833 | |
| '(' is followed by whitespace. | 833 | |
| '0xFF' is a magic number. | 833 | |
| ')' is preceded with whitespace. | 833 | |
| '18' is a magic number. | 833 | |
| ')' is preceded with whitespace. | 833 | |
| Line is longer than 80 characters. | 834 | |
| '(' is followed by whitespace. | 834 | |
| '(' is followed by whitespace. | 834 | |
| '0xFF' is a magic number. | 834 | |
| ')' is preceded with whitespace. | 834 | |
| '12' is a magic number. | 834 | |
| ')' is preceded with whitespace. | 834 | |
| Line has trailing spaces. | 835 | |
| 'cast' is not followed by whitespace. | 836 | |
| '(' is followed by whitespace. | 836 | |
| '16' is a magic number. | 836 | |
| ')' is preceded with whitespace. | 836 | |
| '}' should be on the same line. | 838 | |
| Line has trailing spaces. | 839 | |
| 'if' is not followed by whitespace. | 841 | |
| '(' is followed by whitespace. | 841 | |
| '3' is a magic number. | 841 | |
| ')' is preceded with whitespace. | 841 | |
| '{' should be on the previous line. | 842 | |
| Line is longer than 80 characters. | 844 | |
| Line is longer than 80 characters. | 845 | |
| Line is longer than 80 characters. | 846 | |
| Line is longer than 80 characters. | 847 | |
| '(' is followed by whitespace. | 847 | |
| '(' is followed by whitespace. | 847 | |
| '0xFF' is a magic number. | 847 | |
| ')' is preceded with whitespace. | 847 | |
| '18' is a magic number. | 847 | |
| ')' is preceded with whitespace. | 847 | |
| Line is longer than 80 characters. | 848 | |
| '(' is followed by whitespace. | 848 | |
| '(' is followed by whitespace. | 848 | |
| '0xFF' is a magic number. | 848 | |
| ')' is preceded with whitespace. | 848 | |
| '12' is a magic number. | 848 | |
| ')' is preceded with whitespace. | 848 | |
| Line is longer than 80 characters. | 849 | |
| '(' is followed by whitespace. | 849 | |
| '(' is followed by whitespace. | 849 | |
| '0xFF' is a magic number. | 849 | |
| ')' is preceded with whitespace. | 849 | |
| '6' is a magic number. | 849 | |
| ')' is preceded with whitespace. | 849 | |
| Line has trailing spaces. | 850 | |
| 'cast' is not followed by whitespace. | 851 | |
| '(' is followed by whitespace. | 851 | |
| '16' is a magic number. | 851 | |
| ')' is preceded with whitespace. | 851 | |
| 'cast' is not followed by whitespace. | 852 | |
| '(' is followed by whitespace. | 852 | |
| '8' is a magic number. | 852 | |
| ')' is preceded with whitespace. | 852 | |
| '}' should be on the same line. | 854 | |
| Line has trailing spaces. | 855 | |
| '{' should be on the previous line. | 858 | |
| 'try' is not followed by whitespace. | 859 | |
| '{' is not preceded with whitespace. | 859 | |
| Line is longer than 80 characters. | 861 | |
| Line is longer than 80 characters. | 862 | |
| Line is longer than 80 characters. | 863 | |
| Line is longer than 80 characters. | 864 | |
| Line is longer than 80 characters. | 865 | |
| '(' is followed by whitespace. | 865 | |
| '(' is followed by whitespace. | 865 | |
| '0xFF' is a magic number. | 865 | |
| ')' is preceded with whitespace. | 865 | |
| '18' is a magic number. | 865 | |
| ')' is preceded with whitespace. | 865 | |
| Line is longer than 80 characters. | 866 | |
| '(' is followed by whitespace. | 866 | |
| '(' is followed by whitespace. | 866 | |
| '0xFF' is a magic number. | 866 | |
| ')' is preceded with whitespace. | 866 | |
| '12' is a magic number. | 866 | |
| ')' is preceded with whitespace. | 866 | |
| Line is longer than 80 characters. | 867 | |
| '(' is followed by whitespace. | 867 | |
| '(' is followed by whitespace. | 867 | |
| '0xFF' is a magic number. | 867 | |
| ')' is preceded with whitespace. | 867 | |
| '6' is a magic number. | 867 | |
| Line is longer than 80 characters. | 868 | |
| '(' is followed by whitespace. | 868 | |
| '(' is followed by whitespace. | 868 | |
| '3' is a magic number. | 868 | |
| '0xFF' is a magic number. | 868 | |
| ')' is preceded with whitespace. | 868 | |
| ')' is preceded with whitespace. | 868 | |
| Line has trailing spaces. | 870 | |
| 'cast' is not followed by whitespace. | 871 | |
| '(' is followed by whitespace. | 871 | |
| '16' is a magic number. | 871 | |
| ')' is preceded with whitespace. | 871 | |
| 'cast' is not followed by whitespace. | 872 | |
| '(' is followed by whitespace. | 872 | |
| '8' is a magic number. | 872 | |
| ')' is preceded with whitespace. | 872 | |
| 'cast' is not followed by whitespace. | 873 | |
| '(' is followed by whitespace. | 873 | |
| ')' is preceded with whitespace. | 873 | |
| '3' is a magic number. | 875 | |
| 'catch' is not preceded with whitespace. | 876 | |
| '}' is not followed by whitespace. | 876 | |
| 'catch' is not followed by whitespace. | 876 | |
| '(' is followed by whitespace. | 876 | |
| '{' is not preceded with whitespace. | 876 | |
| Line is longer than 80 characters. | 877 | |
| '+' is not preceded with whitespace. | 877 | |
| '+' is not followed by whitespace. | 877 | |
| '+' is not preceded with whitespace. | 877 | |
| '(' is followed by whitespace. | 877 | |
| ')' is preceded with whitespace. | 877 | |
| ')' is preceded with whitespace. | 877 | |
| Line is longer than 80 characters. | 878 | |
| '+' is not preceded with whitespace. | 878 | |
| '+' is not followed by whitespace. | 878 | |
| '+' is not preceded with whitespace. | 878 | |
| '+' is not followed by whitespace. | 878 | |
| '+' is not preceded with whitespace. | 878 | |
| '(' is followed by whitespace. | 878 | |
| ')' is preceded with whitespace. | 878 | |
| ')' is preceded with whitespace. | 878 | |
| Line is longer than 80 characters. | 879 | |
| '+' is not preceded with whitespace. | 879 | |
| '+' is not followed by whitespace. | 879 | |
| '+' is not preceded with whitespace. | 879 | |
| '+' is not followed by whitespace. | 879 | |
| '+' is not preceded with whitespace. | 879 | |
| '(' is followed by whitespace. | 879 | |
| ')' is preceded with whitespace. | 879 | |
| ')' is preceded with whitespace. | 879 | |
| Line is longer than 80 characters. | 880 | |
| '+' is not preceded with whitespace. | 880 | |
| '+' is not followed by whitespace. | 880 | |
| '+' is not preceded with whitespace. | 880 | |
| '+' is not followed by whitespace. | 880 | |
| '3' is a magic number. | 880 | |
| '+' is not preceded with whitespace. | 880 | |
| '(' is followed by whitespace. | 880 | |
| '3' is a magic number. | 880 | |
| ')' is preceded with whitespace. | 880 | |
| ')' is preceded with whitespace. | 880 | |
| Line has trailing spaces. | 885 | |
| Line has trailing spaces. | 886 | |
| Line has trailing spaces. | 887 | |
| Line has trailing spaces. | 888 | |
| '(' is followed by whitespace. | 900 | |
| Parameter source should be final. | 900 | |
| Parameter off should be final. | 900 | |
| Parameter len should be final. | 900 | |
| Parameter options should be final. | 900 | |
| Expected @param tag for 'options'. | 900 | |
| ')' is preceded with whitespace. | 900 | |
| Line contains a tab character. | 902 | |
| Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 902 | |
| '(' is followed by whitespace. | 902 | |
| ')' is preceded with whitespace. | 902 | |
| Line has trailing spaces. | 903 | |
| Line contains a tab character. | 903 | |
| '3' is a magic number. | 904 | |
| '4' is a magic number. | 904 | |
| Line has trailing spaces. | 907 | |
| '4' is a magic number. | 908 | |
| 'for' is not followed by whitespace. | 913 | |
| '(' is followed by whitespace. | 913 | |
| '+' is not preceded with whitespace. | 913 | |
| '+' is not followed by whitespace. | 913 | |
| ')' is preceded with whitespace. | 913 | |
| '{' should be on the previous line. | 914 | |
| 'cast' is not followed by whitespace. | 915 | |
| '0x7f' is a magic number. | 915 | |
| Line has trailing spaces. | 917 | |
| Line is longer than 80 characters. | 918 | |
| 'if' is not followed by whitespace. | 918 | |
| '(' is followed by whitespace. | 918 | |
| ')' is preceded with whitespace. | 918 | |
| 'if' is not followed by whitespace. | 920 | |
| '(' is followed by whitespace. | 920 | |
| ')' is preceded with whitespace. | 920 | |
| '{' should be on the previous line. | 921 | |
| 'if' is not followed by whitespace. | 923 | |
| '(' is followed by whitespace. | 923 | |
| '3' is a magic number. | 923 | |
| ')' is preceded with whitespace. | 923 | |
| '{' should be on the previous line. | 924 | |
| Line is longer than 80 characters. | 925 | |
| '(' is followed by whitespace. | 925 | |
| ')' is preceded with whitespace. | 925 | |
| Line has trailing spaces. | 927 | |
| 'if' construct must use '{}'s. | 929 | |
| 'if' is not followed by whitespace. | 929 | |
| '(' is followed by whitespace. | 929 | |
| ')' is preceded with whitespace. | 929 | |
| Line has trailing spaces. | 932 | |
| Line has trailing spaces. | 934 | |
| '}' should be on the same line. | 935 | |
| '{' should be on the previous line. | 937 | |
| Line is longer than 80 characters. | 938 | |
| '(' is followed by whitespace. | 938 | |
| ')' is preceded with whitespace. | 938 | |
| Line has trailing spaces. | 940 | |
| Line has trailing spaces. | 942 | |
| Line has trailing spaces. | 944 | |
| '(' is followed by whitespace. | 944 | |
| ')' is preceded with whitespace. | 944 | |
| Line has trailing spaces. | 947 | |
| Line has trailing spaces. | 948 | |
| Line has trailing spaces. | 949 | |
| Line contains a tab character. | 949 | |
| Line has trailing spaces. | 950 | |
| Line contains a tab character. | 950 | |
| '(' is followed by whitespace. | 959 | |
| Parameter s should be final. | 959 | |
| ')' is preceded with whitespace. | 959 | |
| Line contains a tab character. | 960 | |
| '{' should be on the previous line. | 960 | |
| Line contains a tab character. | 961 | |
| '(' is followed by whitespace. | 961 | |
| ')' is preceded with whitespace. | 961 | |
| Line contains a tab character. | 962 | |
| Line has trailing spaces. | 963 | |
| Line has trailing spaces. | 964 | |
| Line contains a tab character. | 970 | |
| '(' is followed by whitespace. | 974 | |
| Parameter s should be final. | 974 | |
| Parameter options should be final. | 974 | |
| ')' is preceded with whitespace. | 974 | |
| Line has trailing spaces. | 975 | |
| '{' should be on the previous line. | 975 | |
| '{' should be on the previous line. | 978 | |
| '(' is followed by whitespace. | 979 | |
| ')' is preceded with whitespace. | 979 | |
| '}' should be on the same line. | 980 | |
| 'catch' is not followed by whitespace. | 981 | |
| '(' is followed by whitespace. | 981 | |
| ')' is preceded with whitespace. | 981 | |
| '{' should be on the previous line. | 982 | |
| Line contains a tab character. | 985 | |
| Line has trailing spaces. | 986 | |
| '(' is followed by whitespace. | 988 | |
| ')' is preceded with whitespace. | 988 | |
| Line has trailing spaces. | 989 | |
| Line has trailing spaces. | 990 | |
| 'if' is not followed by whitespace. | 993 | |
| '(' is followed by whitespace. | 993 | |
| '4' is a magic number. | 993 | |
| ')' is preceded with whitespace. | 993 | |
| '{' should be on the previous line. | 994 | |
| Line has trailing spaces. | 995 | |
| Line has trailing spaces. | 996 | |
| Line is longer than 80 characters. | 996 | |
| 'cast' is not followed by whitespace. | 996 | |
| '0xff' is a magic number. | 996 | |
| '8' is a magic number. | 996 | |
| '0xff00' is a magic number. | 996 | |
| Line has trailing spaces. | 997 | |
| 'if' is not followed by whitespace. | 997 | |
| '(' is followed by whitespace. | 997 | |
| ')' is preceded with whitespace. | 997 | |
| '{' should be on the previous line. | 998 | |
| '2048' is a magic number. | 1002 | |
| '{' should be on the previous line. | 1006 | |
| '(' is followed by whitespace. | 1008 | |
| ')' is preceded with whitespace. | 1008 | |
| '(' is followed by whitespace. | 1009 | |
| ')' is preceded with whitespace. | 1009 | |
| 'while' is not followed by whitespace. | 1011 | |
| '(' is followed by whitespace. | 1011 | |
| '(' is followed by whitespace. | 1011 | |
| '(' is followed by whitespace. | 1011 | |
| ')' is preceded with whitespace. | 1011 | |
| ')' is preceded with whitespace. | 1011 | |
| ')' is preceded with whitespace. | 1011 | |
| '{' should be on the previous line. | 1012 | |
| ',' is not followed by whitespace. | 1013 | |
| ',' is not followed by whitespace. | 1013 | |
| '}' should be on the same line. | 1019 | |
| 'catch' is not followed by whitespace. | 1020 | |
| '(' is followed by whitespace. | 1020 | |
| ')' is preceded with whitespace. | 1020 | |
| '{' should be on the previous line. | 1021 | |
| Must have at least one statement. | 1021 | |
| '}' should be on the same line. | 1023 | |
| '{' should be on the previous line. | 1025 | |
| 'try' is not followed by whitespace. | 1026 | |
| '{' is not preceded with whitespace. | 1026 | |
| 'catch' is not followed by whitespace. | 1026 | |
| '(' is followed by whitespace. | 1026 | |
| ')' is preceded with whitespace. | 1026 | |
| '{' is not preceded with whitespace. | 1026 | |
| Must have at least one statement. | 1026 | |
| '{' is not followed by whitespace. | 1026 | |
| '}' is not preceded with whitespace. | 1026 | |
| 'try' is not followed by whitespace. | 1027 | |
| '{' is not preceded with whitespace. | 1027 | |
| 'catch' is not followed by whitespace. | 1027 | |
| '(' is followed by whitespace. | 1027 | |
| ')' is preceded with whitespace. | 1027 | |
| '{' is not preceded with whitespace. | 1027 | |
| Must have at least one statement. | 1027 | |
| '{' is not followed by whitespace. | 1027 | |
| '}' is not preceded with whitespace. | 1027 | |
| 'try' is not followed by whitespace. | 1028 | |
| '{' is not preceded with whitespace. | 1028 | |
| 'catch' is not followed by whitespace. | 1028 | |
| '(' is followed by whitespace. | 1028 | |
| ')' is preceded with whitespace. | 1028 | |
| '{' is not preceded with whitespace. | 1028 | |
| Must have at least one statement. | 1028 | |
| '{' is not followed by whitespace. | 1028 | |
| '}' is not preceded with whitespace. | 1028 | |
| Line has trailing spaces. | 1033 | |
| Line has trailing spaces. | 1038 | |
| '(' is followed by whitespace. | 1048 | |
| Parameter encodedObject should be final. | 1048 | |
| ')' is preceded with whitespace. | 1048 | |
| '{' should be on the previous line. | 1049 | |
| '(' is followed by whitespace. | 1051 | |
| ')' is preceded with whitespace. | 1051 | |
| Line has trailing spaces. | 1052 | |
| Line has trailing spaces. | 1056 | |
| '{' should be on the previous line. | 1058 | |
| '(' is followed by whitespace. | 1059 | |
| ')' is preceded with whitespace. | 1059 | |
| '(' is followed by whitespace. | 1060 | |
| ')' is preceded with whitespace. | 1060 | |
| Line has trailing spaces. | 1061 | |
| '}' should be on the same line. | 1063 | |
| 'catch' is not followed by whitespace. | 1064 | |
| '(' is followed by whitespace. | 1064 | |
| ')' is preceded with whitespace. | 1064 | |
| '{' should be on the previous line. | 1065 | |
| '}' should be on the same line. | 1068 | |
| 'catch' is not followed by whitespace. | 1069 | |
| '(' is followed by whitespace. | 1069 | |
| ')' is preceded with whitespace. | 1069 | |
| '{' should be on the previous line. | 1070 | |
| '}' should be on the same line. | 1073 | |
| '{' should be on the previous line. | 1075 | |
| 'try' is not followed by whitespace. | 1076 | |
| '{' is not preceded with whitespace. | 1076 | |
| 'catch' is not followed by whitespace. | 1076 | |
| '(' is followed by whitespace. | 1076 | |
| ')' is preceded with whitespace. | 1076 | |
| '{' is not preceded with whitespace. | 1076 | |
| Must have at least one statement. | 1076 | |
| '{' is not followed by whitespace. | 1076 | |
| '}' is not preceded with whitespace. | 1076 | |
| 'try' is not followed by whitespace. | 1077 | |
| '{' is not preceded with whitespace. | 1077 | |
| 'catch' is not followed by whitespace. | 1077 | |
| '(' is followed by whitespace. | 1077 | |
| ')' is preceded with whitespace. | 1077 | |
| '{' is not preceded with whitespace. | 1077 | |
| Must have at least one statement. | 1077 | |
| '{' is not followed by whitespace. | 1077 | |
| '}' is not preceded with whitespace. | 1077 | |
| Line has trailing spaces. | 1079 | |
| Line has trailing spaces. | 1082 | |
| Line has trailing spaces. | 1083 | |
| Line has trailing spaces. | 1084 | |
| '(' is followed by whitespace. | 1094 | |
| Parameter dataToEncode should be final. | 1094 | |
| Parameter filename should be final. | 1094 | |
| ')' is preceded with whitespace. | 1094 | |
| '{' should be on the previous line. | 1095 | |
| '{' should be on the previous line. | 1099 | |
| Line has trailing spaces. | 1100 | |
| '(' is followed by whitespace. | 1100 | |
| '(' is followed by whitespace. | 1101 | |
| ')' is preceded with whitespace. | 1101 | |
| ')' is preceded with whitespace. | 1101 | |
| '(' is followed by whitespace. | 1102 | |
| ')' is preceded with whitespace. | 1102 | |
| '}' should be on the same line. | 1104 | |
| 'catch' is not followed by whitespace. | 1105 | |
| '(' is followed by whitespace. | 1105 | |
| ')' is preceded with whitespace. | 1105 | |
| '{' should be on the previous line. | 1106 | |
| Line has trailing spaces. | 1107 | |
| '}' should be on the same line. | 1109 | |
| '{' should be on the previous line. | 1111 | |
| 'try' is not followed by whitespace. | 1112 | |
| '{' is not preceded with whitespace. | 1112 | |
| 'catch' is not followed by whitespace. | 1112 | |
| '(' is followed by whitespace. | 1112 | |
| ')' is preceded with whitespace. | 1112 | |
| '{' is not preceded with whitespace. | 1112 | |
| Must have at least one statement. | 1112 | |
| '{' is not followed by whitespace. | 1112 | |
| '}' is not preceded with whitespace. | 1112 | |
| Line has trailing spaces. | 1114 | |
| Line has trailing spaces. | 1117 | |
| Line has trailing spaces. | 1118 | |
| '(' is followed by whitespace. | 1128 | |
| Parameter dataToDecode should be final. | 1128 | |
| Parameter filename should be final. | 1128 | |
| ')' is preceded with whitespace. | 1128 | |
| '{' should be on the previous line. | 1129 | |
| '{' should be on the previous line. | 1133 | |
| Line has trailing spaces. | 1134 | |
| '(' is followed by whitespace. | 1134 | |
| Line is longer than 80 characters. | 1135 | |
| '(' is followed by whitespace. | 1135 | |
| ')' is preceded with whitespace. | 1135 | |
| ')' is preceded with whitespace. | 1135 | |
| '(' is followed by whitespace. | 1136 | |
| '(' is followed by whitespace. | 1136 | |
| ')' is preceded with whitespace. | 1136 | |
| ')' is preceded with whitespace. | 1136 | |
| '}' should be on the same line. | 1138 | |
| 'catch' is not followed by whitespace. | 1139 | |
| '(' is followed by whitespace. | 1139 | |
| ')' is preceded with whitespace. | 1139 | |
| '{' should be on the previous line. | 1140 | |
| '}' should be on the same line. | 1142 | |
| '{' should be on the previous line. | 1144 | |
| 'try' is not followed by whitespace. | 1145 | |
| '{' is not preceded with whitespace. | 1145 | |
| 'catch' is not followed by whitespace. | 1145 | |
| '(' is followed by whitespace. | 1145 | |
| ')' is preceded with whitespace. | 1145 | |
| '{' is not preceded with whitespace. | 1145 | |
| Must have at least one statement. | 1145 | |
| '{' is not followed by whitespace. | 1145 | |
| '}' is not preceded with whitespace. | 1145 | |
| Line has trailing spaces. | 1147 | |
| Line has trailing spaces. | 1150 | |
| Line has trailing spaces. | 1151 | |
| Line has trailing spaces. | 1152 | |
| Line has trailing spaces. | 1153 | |
| '(' is followed by whitespace. | 1163 | |
| Parameter filename should be final. | 1163 | |
| ')' is preceded with whitespace. | 1163 | |
| '{' should be on the previous line. | 1164 | |
| '{' should be on the previous line. | 1168 | |
| '(' is followed by whitespace. | 1170 | |
| ')' is preceded with whitespace. | 1170 | |
| Line has trailing spaces. | 1174 | |
| 'if' is not followed by whitespace. | 1176 | |
| '(' is followed by whitespace. | 1176 | |
| ')' is preceded with whitespace. | 1176 | |
| '{' should be on the previous line. | 1177 | |
| Line is longer than 80 characters. | 1178 | |
| '(' is followed by whitespace. | 1178 | |
| ')' is preceded with whitespace. | 1178 | |
| 'cast' is not followed by whitespace. | 1181 | |
| Line has trailing spaces. | 1182 | |
| Line has trailing spaces. | 1184 | |
| '(' is followed by whitespace. | 1184 | |
| Line has trailing spaces. | 1185 | |
| '(' is followed by whitespace. | 1185 | |
| '(' is followed by whitespace. | 1186 | |
| ')' is preceded with whitespace. | 1186 | |
| ')' is preceded with whitespace. | 1186 | |
| ')' is preceded with whitespace. | 1186 | |
| Line has trailing spaces. | 1187 | |
| 'while' construct must use '{}'s. | 1189 | |
| 'while' is not followed by whitespace. | 1189 | |
| '(' is followed by whitespace. | 1189 | |
| '(' is followed by whitespace. | 1189 | |
| '(' is followed by whitespace. | 1189 | |
| '4096' is a magic number. | 1189 | |
| ')' is preceded with whitespace. | 1189 | |
| ')' is preceded with whitespace. | 1189 | |
| ')' is preceded with whitespace. | 1189 | |
| Line has trailing spaces. | 1191 | |
| '(' is followed by whitespace. | 1194 | |
| ')' is preceded with whitespace. | 1194 | |
| Line has trailing spaces. | 1195 | |
| '}' should be on the same line. | 1196 | |
| 'catch' is not followed by whitespace. | 1197 | |
| '(' is followed by whitespace. | 1197 | |
| ')' is preceded with whitespace. | 1197 | |
| '{' should be on the previous line. | 1198 | |
| '(' is followed by whitespace. | 1199 | |
| ')' is preceded with whitespace. | 1199 | |
| '}' should be on the same line. | 1200 | |
| '{' should be on the previous line. | 1202 | |
| 'try' is not followed by whitespace. | 1203 | |
| '{' is not preceded with whitespace. | 1203 | |
| 'catch' is not followed by whitespace. | 1203 | |
| '(' is followed by whitespace. | 1203 | |
| Must have at least one statement. | 1203 | |
| '{' is not followed by whitespace. | 1203 | |
| '}' is not preceded with whitespace. | 1203 | |
| Line has trailing spaces. | 1205 | |
| Line has trailing spaces. | 1208 | |
| Line has trailing spaces. | 1209 | |
| Line has trailing spaces. | 1210 | |
| '(' is followed by whitespace. | 1220 | |
| Parameter filename should be final. | 1220 | |
| ')' is preceded with whitespace. | 1220 | |
| '{' should be on the previous line. | 1221 | |
| '{' should be on the previous line. | 1225 | |
| '(' is followed by whitespace. | 1227 | |
| ')' is preceded with whitespace. | 1227 | |
| Line is longer than 80 characters. | 1228 | |
| 'cast' is not followed by whitespace. | 1228 | |
| '1.4' is a magic number. | 1228 | |
| ',' is not followed by whitespace. | 1228 | |
| '40' is a magic number. | 1228 | |
| Line has trailing spaces. | 1231 | |
| Line has trailing spaces. | 1233 | |
| '(' is followed by whitespace. | 1233 | |
| Line has trailing spaces. | 1234 | |
| '(' is followed by whitespace. | 1234 | |
| '(' is followed by whitespace. | 1235 | |
| ')' is preceded with whitespace. | 1235 | |
| ')' is preceded with whitespace. | 1235 | |
| ')' is preceded with whitespace. | 1235 | |
| Line has trailing spaces. | 1236 | |
| 'while' construct must use '{}'s. | 1238 | |
| 'while' is not followed by whitespace. | 1238 | |
| '(' is followed by whitespace. | 1238 | |
| '(' is followed by whitespace. | 1238 | |
| '(' is followed by whitespace. | 1238 | |
| '4096' is a magic number. | 1238 | |
| ')' is preceded with whitespace. | 1238 | |
| ')' is preceded with whitespace. | 1238 | |
| ')' is preceded with whitespace. | 1238 | |
| Line has trailing spaces. | 1240 | |
| Line is longer than 80 characters. | 1242 | |
| '(' is followed by whitespace. | 1242 | |
| ')' is preceded with whitespace. | 1242 | |
| Line has trailing spaces. | 1243 | |
| '}' should be on the same line. | 1244 | |
| 'catch' is not followed by whitespace. | 1245 | |
| '(' is followed by whitespace. | 1245 | |
| ')' is preceded with whitespace. | 1245 | |
| '{' should be on the previous line. | 1246 | |
| '(' is followed by whitespace. | 1247 | |
| ')' is preceded with whitespace. | 1247 | |
| '}' should be on the same line. | 1248 | |
| '{' should be on the previous line. | 1250 | |
| 'try' is not followed by whitespace. | 1251 | |
| '{' is not preceded with whitespace. | 1251 | |
| 'catch' is not followed by whitespace. | 1251 | |
| '(' is followed by whitespace. | 1251 | |
| Must have at least one statement. | 1251 | |
| '{' is not followed by whitespace. | 1251 | |
| '}' is not preceded with whitespace. | 1251 | |
| Line has trailing spaces. | 1253 | |
| Line has trailing spaces. | 1256 | |
| Line has trailing spaces. | 1257 | |
| Line has trailing spaces. | 1258 | |
| Line has trailing spaces. | 1259 | |
| '(' is followed by whitespace. | 1268 | |
| Parameter infile should be final. | 1268 | |
| Parameter outfile should be final. | 1268 | |
| ')' is preceded with whitespace. | 1268 | |
| '{' should be on the previous line. | 1269 | |
| 'try' is not followed by whitespace. | 1273 | |
| '{' is not preceded with whitespace. | 1273 | |
| Line has trailing spaces. | 1274 | |
| '(' is followed by whitespace. | 1274 | |
| Line has trailing spaces. | 1275 | |
| '(' is followed by whitespace. | 1275 | |
| Line has trailing spaces. | 1276 | |
| '(' is followed by whitespace. | 1276 | |
| ')' is preceded with whitespace. | 1276 | |
| ')' is preceded with whitespace. | 1276 | |
| ')' is preceded with whitespace. | 1277 | |
| Line is longer than 80 characters. | 1278 | |
| '(' is followed by whitespace. | 1278 | |
| '(' is followed by whitespace. | 1278 | |
| ')' is preceded with whitespace. | 1278 | |
| ')' is preceded with whitespace. | 1278 | |
| '65536' is a magic number. | 1279 | |
| 'while' is not followed by whitespace. | 1281 | |
| '(' is followed by whitespace. | 1281 | |
| '(' is followed by whitespace. | 1281 | |
| ')' is preceded with whitespace. | 1281 | |
| ')' is preceded with whitespace. | 1281 | |
| '{' is not preceded with whitespace. | 1281 | |
| '(' is followed by whitespace. | 1282 | |
| ',' is not followed by whitespace. | 1282 | |
| ',' is not followed by whitespace. | 1282 | |
| ')' is preceded with whitespace. | 1282 | |
| 'catch' is not followed by whitespace. | 1285 | |
| '(' is followed by whitespace. | 1285 | |
| ')' is preceded with whitespace. | 1285 | |
| '{' is not preceded with whitespace. | 1285 | |
| 'finally' is not followed by whitespace. | 1287 | |
| '{' is not preceded with whitespace. | 1287 | |
| 'try' is not followed by whitespace. | 1288 | |
| '{' is not preceded with whitespace. | 1288 | |
| 'catch' is not followed by whitespace. | 1288 | |
| '(' is followed by whitespace. | 1288 | |
| ')' is preceded with whitespace. | 1288 | |
| '{' is not preceded with whitespace. | 1288 | |
| Must have at least one statement. | 1288 | |
| '{' is not followed by whitespace. | 1288 | |
| '}' is not preceded with whitespace. | 1288 | |
| 'try' is not followed by whitespace. | 1289 | |
| '{' is not preceded with whitespace. | 1289 | |
| 'catch' is not followed by whitespace. | 1289 | |
| '(' is followed by whitespace. | 1289 | |
| ')' is preceded with whitespace. | 1289 | |
| '{' is not preceded with whitespace. | 1289 | |
| Must have at least one statement. | 1289 | |
| '{' is not followed by whitespace. | 1289 | |
| '}' is not preceded with whitespace. | 1289 | |
| Line has trailing spaces. | 1291 | |
| Line has trailing spaces. | 1294 | |
| Line has trailing spaces. | 1295 | |
| Line has trailing spaces. | 1296 | |
| '(' is followed by whitespace. | 1305 | |
| Parameter infile should be final. | 1305 | |
| Parameter outfile should be final. | 1305 | |
| ')' is preceded with whitespace. | 1305 | |
| '{' should be on the previous line. | 1306 | |
| 'try' is not followed by whitespace. | 1310 | |
| '{' is not preceded with whitespace. | 1310 | |
| Line has trailing spaces. | 1311 | |
| '(' is followed by whitespace. | 1311 | |
| Line has trailing spaces. | 1312 | |
| '(' is followed by whitespace. | 1312 | |
| Line has trailing spaces. | 1313 | |
| '(' is followed by whitespace. | 1313 | |
| ')' is preceded with whitespace. | 1313 | |
| ')' is preceded with whitespace. | 1313 | |
| ')' is preceded with whitespace. | 1314 | |
| Line is longer than 80 characters. | 1315 | |
| '(' is followed by whitespace. | 1315 | |
| '(' is followed by whitespace. | 1315 | |
| ')' is preceded with whitespace. | 1315 | |
| ')' is preceded with whitespace. | 1315 | |
| '65536' is a magic number. | 1316 | |
| 'while' is not followed by whitespace. | 1318 | |
| '(' is followed by whitespace. | 1318 | |
| '(' is followed by whitespace. | 1318 | |
| ')' is preceded with whitespace. | 1318 | |
| ')' is preceded with whitespace. | 1318 | |
| '{' is not preceded with whitespace. | 1318 | |
| '(' is followed by whitespace. | 1319 | |
| ',' is not followed by whitespace. | 1319 | |
| ',' is not followed by whitespace. | 1319 | |
| ')' is preceded with whitespace. | 1319 | |
| 'catch' is not followed by whitespace. | 1322 | |
| '(' is followed by whitespace. | 1322 | |
| ')' is preceded with whitespace. | 1322 | |
| '{' is not preceded with whitespace. | 1322 | |
| 'finally' is not followed by whitespace. | 1324 | |
| '{' is not preceded with whitespace. | 1324 | |
| 'try' is not followed by whitespace. | 1325 | |
| '{' is not preceded with whitespace. | 1325 | |
| 'catch' is not followed by whitespace. | 1325 | |
| '(' is followed by whitespace. | 1325 | |
| ')' is preceded with whitespace. | 1325 | |
| '{' is not preceded with whitespace. | 1325 | |
| Must have at least one statement. | 1325 | |
| '{' is not followed by whitespace. | 1325 | |
| '}' is not preceded with whitespace. | 1325 | |
| 'try' is not followed by whitespace. | 1326 | |
| '{' is not preceded with whitespace. | 1326 | |
| 'catch' is not followed by whitespace. | 1326 | |
| '(' is followed by whitespace. | 1326 | |
| ')' is preceded with whitespace. | 1326 | |
| '{' is not preceded with whitespace. | 1326 | |
| Must have at least one statement. | 1326 | |
| '{' is not followed by whitespace. | 1326 | |
| '}' is not preceded with whitespace. | 1326 | |
| Line has trailing spaces. | 1328 | |
| Line has trailing spaces. | 1331 | |
| Line has trailing spaces. | 1332 | |
| Line has trailing spaces. | 1334 | |
| Line has trailing spaces. | 1335 | |
| Line has trailing spaces. | 1336 | |
| '{' should be on the previous line. | 1346 | |
| Missing a Javadoc comment. | 1347 | |
| Missing a Javadoc comment. | 1348 | |
| Missing a Javadoc comment. | 1349 | |
| Missing a Javadoc comment. | 1350 | |
| Line is longer than 80 characters. | 1351 | |
| Missing a Javadoc comment. | 1351 | |
| Missing a Javadoc comment. | 1352 | |
| Line is longer than 80 characters. | 1353 | |
| Missing a Javadoc comment. | 1353 | |
| Line is longer than 80 characters. | 1354 | |
| Line contains a tab character. | 1354 | |
| Missing a Javadoc comment. | 1354 | |
| Line is longer than 80 characters. | 1355 | |
| Line contains a tab character. | 1355 | |
| Missing a Javadoc comment. | 1355 | |
| Line is longer than 80 characters. | 1356 | |
| Line contains a tab character. | 1356 | |
| Missing a Javadoc comment. | 1356 | |
| Line has trailing spaces. | 1357 | |
| Line has trailing spaces. | 1358 | |
| '(' is followed by whitespace. | 1365 | |
| Parameter in should be final. | 1365 | |
| ')' is preceded with whitespace. | 1365 | |
| Line has trailing spaces. | 1366 | |
| '{' should be on the previous line. | 1366 | |
| '(' is followed by whitespace. | 1367 | |
| ')' is preceded with whitespace. | 1367 | |
| Line has trailing spaces. | 1369 | |
| Line has trailing spaces. | 1370 | |
| '(' is followed by whitespace. | 1392 | |
| Parameter in should be final. | 1392 | |
| Parameter options should be final. | 1392 | |
| 'options' hides a field. | 1392 | |
| ')' is preceded with whitespace. | 1392 | |
| Line has trailing spaces. | 1393 | |
| '{' should be on the previous line. | 1393 | |
| '(' is followed by whitespace. | 1394 | |
| ')' is preceded with whitespace. | 1394 | |
| Line is longer than 80 characters. | 1395 | |
| Avoid inline conditionals. | 1397 | |
| '4' is a magic number. | 1397 | |
| '3' is a magic number. | 1397 | |
| Line is longer than 80 characters. | 1401 | |
| Line contains a tab character. | 1401 | |
| Line contains a tab character. | 1402 | |
| Line contains a tab character. | 1403 | |
| Line has trailing spaces. | 1405 | |
| Line has trailing spaces. | 1413 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1413 | |
| Expected @throws tag for 'java.io.IOException'. | 1413 | |
| Line has trailing spaces. | 1414 | |
| '{' should be on the previous line. | 1414 | |
| 'if' is not followed by whitespace. | 1416 | |
| '(' is followed by whitespace. | 1416 | |
| ')' is preceded with whitespace. | 1416 | |
| '{' should be on the previous line. | 1417 | |
| 'if' is not followed by whitespace. | 1418 | |
| '(' is followed by whitespace. | 1418 | |
| ')' is preceded with whitespace. | 1418 | |
| '{' should be on the previous line. | 1419 | |
| '3' is a magic number. | 1420 | |
| 'for' is not followed by whitespace. | 1422 | |
| '(' is followed by whitespace. | 1422 | |
| '3' is a magic number. | 1422 | |
| ')' is preceded with whitespace. | 1422 | |
| '{' should be on the previous line. | 1423 | |
| Line has trailing spaces. | 1425 | |
| '{' should be on the previous line. | 1425 | |
| Line has trailing spaces. | 1427 | |
| 'if' is not followed by whitespace. | 1429 | |
| '(' is followed by whitespace. | 1429 | |
| ')' is preceded with whitespace. | 1429 | |
| '{' should be on the previous line. | 1430 | |
| 'cast' is not followed by whitespace. | 1431 | |
| Line has trailing spaces. | 1434 | |
| '}' should be on the same line. | 1435 | |
| 'catch' is not followed by whitespace. | 1436 | |
| '(' is followed by whitespace. | 1436 | |
| ')' is preceded with whitespace. | 1436 | |
| Line has trailing spaces. | 1437 | |
| '{' should be on the previous line. | 1437 | |
| 'if' construct must use '{}'s. | 1439 | |
| 'if' is not followed by whitespace. | 1439 | |
| '(' is followed by whitespace. | 1439 | |
| ')' is preceded with whitespace. | 1439 | |
| Line has trailing spaces. | 1441 | |
| Line has trailing spaces. | 1444 | |
| 'if' is not followed by whitespace. | 1445 | |
| '(' is followed by whitespace. | 1445 | |
| ')' is preceded with whitespace. | 1445 | |
| '{' should be on the previous line. | 1446 | |
| '(' is followed by whitespace. | 1447 | |
| ')' is preceded with whitespace. | 1447 | |
| '4' is a magic number. | 1449 | |
| '}' should be on the same line. | 1450 | |
| '{' should be on the previous line. | 1452 | |
| '}' should be on the same line. | 1455 | |
| Line has trailing spaces. | 1456 | |
| '{' should be on the previous line. | 1459 | |
| '4' is a magic number. | 1460 | |
| 'for' is not followed by whitespace. | 1462 | |
| '(' is followed by whitespace. | 1462 | |
| '4' is a magic number. | 1462 | |
| ')' is preceded with whitespace. | 1462 | |
| '{' should be on the previous line. | 1463 | |
| 'do' is not followed by whitespace. | 1466 | |
| '{' is not preceded with whitespace. | 1466 | |
| Line is longer than 80 characters. | 1467 | |
| '(' is followed by whitespace. | 1467 | |
| '0x7f' is a magic number. | 1467 | |
| ')' is preceded with whitespace. | 1467 | |
| Line has trailing spaces. | 1468 | |
| 'if' construct must use '{}'s. | 1469 | |
| 'if' is not followed by whitespace. | 1469 | |
| '(' is followed by whitespace. | 1469 | |
| ')' is preceded with whitespace. | 1469 | |
| Line has trailing spaces. | 1471 | |
| 'cast' is not followed by whitespace. | 1472 | |
| Line has trailing spaces. | 1474 | |
| 'if' is not followed by whitespace. | 1475 | |
| '(' is followed by whitespace. | 1475 | |
| '4' is a magic number. | 1475 | |
| ')' is preceded with whitespace. | 1475 | |
| '{' should be on the previous line. | 1476 | |
| '(' is followed by whitespace. | 1477 | |
| ')' is preceded with whitespace. | 1477 | |
| '}' should be on the same line. | 1479 | |
| 'if' is not followed by whitespace. | 1480 | |
| '(' is followed by whitespace. | 1480 | |
| ')' is preceded with whitespace. | 1480 | |
| '{' is not preceded with whitespace. | 1480 | |
| '}' should be on the same line. | 1482 | |
| '{' should be on the previous line. | 1484 | |
| Line is longer than 80 characters. | 1486 | |
| '(' is followed by whitespace. | 1486 | |
| ')' is preceded with whitespace. | 1486 | |
| Line has trailing spaces. | 1487 | |
| Line has trailing spaces. | 1488 | |
| Line has trailing spaces. | 1491 | |
| 'if' is not followed by whitespace. | 1493 | |
| '(' is followed by whitespace. | 1493 | |
| ')' is preceded with whitespace. | 1493 | |
| '{' should be on the previous line. | 1494 | |
| 'if' construct must use '{}'s. | 1496 | |
| 'if' is not followed by whitespace. | 1496 | |
| '(' is followed by whitespace. | 1496 | |
| ')' is preceded with whitespace. | 1496 | |
| Line has trailing spaces. | 1498 | |
| 'if' is not followed by whitespace. | 1499 | |
| '(' is followed by whitespace. | 1499 | |
| ')' is preceded with whitespace. | 1499 | |
| '{' should be on the previous line. | 1500 | |
| '}' should be on the same line. | 1503 | |
| '{' should be on the previous line. | 1505 | |
| Line has trailing spaces. | 1509 | |
| 'if' construct must use '{}'s. | 1512 | |
| 'if' is not followed by whitespace. | 1512 | |
| '(' is followed by whitespace. | 1512 | |
| ')' is preceded with whitespace. | 1512 | |
| '0xFF' is a magic number. | 1515 | |
| '}' should be on the same line. | 1518 | |
| Line has trailing spaces. | 1519 | |
| Line has trailing spaces. | 1522 | |
| '{' should be on the previous line. | 1522 | |
| Line is longer than 80 characters. | 1524 | |
| '(' is followed by whitespace. | 1524 | |
| ')' is preceded with whitespace. | 1524 | |
| Line has trailing spaces. | 1527 | |
| Line has trailing spaces. | 1528 | |
| Line is longer than 80 characters. | 1541 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1541 | |
| '(' is followed by whitespace. | 1541 | |
| Parameter dest should be final. | 1541 | |
| Parameter off should be final. | 1541 | |
| Parameter len should be final. | 1541 | |
| ')' is preceded with whitespace. | 1541 | |
| Expected @throws tag for 'java.io.IOException'. | 1541 | |
| 'for' is not followed by whitespace. | 1545 | |
| '(' is followed by whitespace. | 1545 | |
| ')' is preceded with whitespace. | 1545 | |
| '{' should be on the previous line. | 1546 | |
| Line has trailing spaces. | 1548 | |
| Line has trailing spaces. | 1551 | |
| 'if' construct must use '{}'s. | 1552 | |
| 'if' is not followed by whitespace. | 1552 | |
| '(' is followed by whitespace. | 1552 | |
| ')' is preceded with whitespace. | 1552 | |
| 'cast' is not followed by whitespace. | 1553 | |
| 'if' construct must use '{}'s. | 1554 | |
| 'if' is not followed by whitespace. | 1554 | |
| '(' is followed by whitespace. | 1554 | |
| ')' is preceded with whitespace. | 1554 | |
| 'else' construct must use '{}'s. | 1556 | |
| Line has trailing spaces. | 1561 | |
| Line has trailing spaces. | 1563 | |
| Line has trailing spaces. | 1564 | |
| Line has trailing spaces. | 1565 | |
| Line has trailing spaces. | 1566 | |
| Line has trailing spaces. | 1567 | |
| Line has trailing spaces. | 1568 | |
| Line has trailing spaces. | 1570 | |
| Line has trailing spaces. | 1571 | |
| Line has trailing spaces. | 1572 | |
| '{' should be on the previous line. | 1582 | |
| Missing a Javadoc comment. | 1583 | |
| Missing a Javadoc comment. | 1584 | |
| Missing a Javadoc comment. | 1585 | |
| Missing a Javadoc comment. | 1586 | |
| Missing a Javadoc comment. | 1587 | |
| Missing a Javadoc comment. | 1588 | |
| Missing a Javadoc comment. | 1589 | |
| Missing a Javadoc comment. | 1590 | |
| Line contains a tab character. | 1591 | |
| Missing a Javadoc comment. | 1591 | |
| Line is longer than 80 characters. | 1592 | |
| Line contains a tab character. | 1592 | |
| Missing a Javadoc comment. | 1592 | |
| Line is longer than 80 characters. | 1593 | |
| Line contains a tab character. | 1593 | |
| Missing a Javadoc comment. | 1593 | |
| Line has trailing spaces. | 1594 | |
| Line is longer than 80 characters. | 1598 | |
| '(' is followed by whitespace. | 1601 | |
| Parameter out should be final. | 1601 | |
| ')' is preceded with whitespace. | 1601 | |
| Line has trailing spaces. | 1602 | |
| '{' should be on the previous line. | 1602 | |
| '(' is followed by whitespace. | 1603 | |
| ')' is preceded with whitespace. | 1603 | |
| Line has trailing spaces. | 1605 | |
| Line has trailing spaces. | 1606 | |
| Line is longer than 80 characters. | 1620 | |
| '(' is followed by whitespace. | 1627 | |
| Parameter out should be final. | 1627 | |
| Parameter options should be final. | 1627 | |
| 'options' hides a field. | 1627 | |
| ')' is preceded with whitespace. | 1627 | |
| Line has trailing spaces. | 1628 | |
| '{' should be on the previous line. | 1628 | |
| '(' is followed by whitespace. | 1629 | |
| ')' is preceded with whitespace. | 1629 | |
| Line is longer than 80 characters. | 1630 | |
| Avoid inline conditionals. | 1632 | |
| '3' is a magic number. | 1632 | |
| '4' is a magic number. | 1632 | |
| '4' is a magic number. | 1637 | |
| Line contains a tab character. | 1638 | |
| Line contains a tab character. | 1639 | |
| Line contains a tab character. | 1640 | |
| Line has trailing spaces. | 1642 | |
| Line has trailing spaces. | 1643 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 1656 | |
| Parameter theByte should be final. | 1656 | |
| Expected @throws tag for 'java.io.IOException'. | 1656 | |
| '{' should be on the previous line. | 1657 | |
| 'if' is not followed by whitespace. | 1659 | |
| '(' is followed by whitespace. | 1659 | |
| ')' is preceded with whitespace. | 1659 | |
| '{' should be on the previous line. | 1660 | |
| '(' is followed by whitespace. | 1661 | |
| ')' is preceded with whitespace. | 1661 | |
| Line has trailing spaces. | 1664 | |
| 'if' is not followed by whitespace. | 1666 | |
| '(' is followed by whitespace. | 1666 | |
| ')' is preceded with whitespace. | 1666 | |
| '{' should be on the previous line. | 1667 | |
| 'cast' is not followed by whitespace. | 1668 | |
| 'if' is not followed by whitespace. | 1669 | |
| '(' is followed by whitespace. | 1669 | |
| ')' is preceded with whitespace. | 1669 | |
| '{' should be on the previous line. | 1670 | |
| Line is longer than 80 characters. | 1671 | |
| '(' is followed by whitespace. | 1671 | |
| '(' is followed by whitespace. | 1671 | |
| ')' is preceded with whitespace. | 1671 | |
| ')' is preceded with whitespace. | 1671 | |
| '4' is a magic number. | 1673 | |
| 'if' is not followed by whitespace. | 1674 | |
| '(' is followed by whitespace. | 1674 | |
| ')' is preceded with whitespace. | 1674 | |
| '{' should be on the previous line. | 1675 | |
| '(' is followed by whitespace. | 1676 | |
| ')' is preceded with whitespace. | 1676 | |
| '}' should be on the same line. | 1682 | |
| '{' should be on the previous line. | 1686 | |
| 'if' is not followed by whitespace. | 1688 | |
| '(' is followed by whitespace. | 1688 | |
| '0x7f' is a magic number. | 1688 | |
| ')' is preceded with whitespace. | 1688 | |
| '{' should be on the previous line. | 1689 | |
| 'cast' is not followed by whitespace. | 1690 | |
| 'if' is not followed by whitespace. | 1691 | |
| '(' is followed by whitespace. | 1691 | |
| ')' is preceded with whitespace. | 1691 | |
| '{' should be on the previous line. | 1692 | |
| Line is longer than 80 characters. | 1693 | |
| '(' is followed by whitespace. | 1693 | |
| ')' is preceded with whitespace. | 1693 | |
| '(' is followed by whitespace. | 1694 | |
| ')' is preceded with whitespace. | 1694 | |
| '}' should be on the same line. | 1698 | |
| 'if' is not followed by whitespace. | 1699 | |
| '(' is followed by whitespace. | 1699 | |
| '0x7f' is a magic number. | 1699 | |
| ')' is preceded with whitespace. | 1699 | |
| '{' should be on the previous line. | 1700 | |
| Line is longer than 80 characters. | 1701 | |
| '(' is followed by whitespace. | 1701 | |
| ')' is preceded with whitespace. | 1701 | |
| Line has trailing spaces. | 1705 | |
| Line has trailing spaces. | 1706 | |
| Line has trailing spaces. | 1707 | |
| Line has trailing spaces. | 1709 | |
| Line is longer than 80 characters. | 1717 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 1717 | |
| '(' is followed by whitespace. | 1717 | |
| Parameter theBytes should be final. | 1717 | |
| Parameter off should be final. | 1717 | |
| Parameter len should be final. | 1717 | |
| ')' is preceded with whitespace. | 1717 | |
| Expected @throws tag for 'java.io.IOException'. | 1717 | |
| 'if' is not followed by whitespace. | 1720 | |
| '(' is followed by whitespace. | 1720 | |
| ')' is preceded with whitespace. | 1720 | |
| '{' should be on the previous line. | 1721 | |
| '(' is followed by whitespace. | 1722 | |
| ')' is preceded with whitespace. | 1722 | |
| Line has trailing spaces. | 1725 | |
| 'for' is not followed by whitespace. | 1726 | |
| '(' is followed by whitespace. | 1726 | |
| ')' is preceded with whitespace. | 1726 | |
| '{' should be on the previous line. | 1727 | |
| '(' is followed by whitespace. | 1728 | |
| ')' is preceded with whitespace. | 1728 | |
| Line has trailing spaces. | 1730 | |
| Line has trailing spaces. | 1732 | |
| Line has trailing spaces. | 1733 | |
| Line has trailing spaces. | 1734 | |
| Line has trailing spaces. | 1739 | |
| Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. | 1739 | |
| Expected @throws tag for 'java.io.IOException'. | 1739 | |
| '{' should be on the previous line. | 1740 | |
| 'if' is not followed by whitespace. | 1741 | |
| '(' is followed by whitespace. | 1741 | |
| ')' is preceded with whitespace. | 1741 | |
| '{' should be on the previous line. | 1742 | |
| 'if' is not followed by whitespace. | 1743 | |
| '(' is followed by whitespace. | 1743 | |
| ')' is preceded with whitespace. | 1743 | |
| '{' should be on the previous line. | 1744 | |
| '(' is followed by whitespace. | 1745 | |
| '(' is followed by whitespace. | 1745 | |
| ')' is preceded with whitespace. | 1745 | |
| ')' is preceded with whitespace. | 1745 | |
| '}' should be on the same line. | 1747 | |
| '{' should be on the previous line. | 1749 | |
| Line is longer than 80 characters. | 1750 | |
| '(' is followed by whitespace. | 1750 | |
| ')' is preceded with whitespace. | 1750 | |
| Line has trailing spaces. | 1756 | |
| Line has trailing spaces. | 1757 | |
| Line has trailing spaces. | 1758 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 1762 | |
| Expected @throws tag for 'java.io.IOException'. | 1762 | |
| '{' should be on the previous line. | 1763 | |
| Line has trailing spaces. | 1770 | |
| Line has trailing spaces. | 1774 | |
| Line has trailing spaces. | 1775 | |
| Line has trailing spaces. | 1776 | |
| Line has trailing spaces. | 1784 | |
| Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. | 1784 | |
| Expected @throws tag for 'java.io.IOException'. | 1784 | |
| '{' should be on the previous line. | 1785 | |
| Line has trailing spaces. | 1789 | |
| Line has trailing spaces. | 1790 | |
| Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. | 1798 | |
| '{' should be on the previous line. | 1799 | |
| Line has trailing spaces. | 1802 | |
| Line has trailing spaces. | 1803 | |
| Line has trailing spaces. | 1804 | |
| Line has trailing spaces. | 1806 | |
| Line has trailing spaces. | 1807 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'public' modifier. | 54 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'public' modifier. | 57 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'public' modifier. | 67 | |
| Missing a Javadoc comment. | 70 | |
| Redundant 'public' modifier. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| Missing a Javadoc comment. | 73 | |
| Redundant 'public' modifier. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| Missing a Javadoc comment. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Missing a Javadoc comment. | 79 | |
| Redundant 'public' modifier. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter frame should be final. | 42 | |
| Parameter toEdit should be final. | 42 | |
| 'else' construct must use '{}'s. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Avoid nested blocks. | 59 | |
| Avoid nested blocks. | 65 | |
| '12' is a magic number. | 69 | |
| '12' is a magic number. | 69 | |
| '112' is a magic number. | 69 | |
| '14' is a magic number. | 69 | |
| '100' is a magic number. | 70 | |
| Avoid nested blocks. | 72 | |
| '136' is a magic number. | 75 | |
| '9' is a magic number. | 75 | |
| '144' is a magic number. | 75 | |
| '21' is a magic number. | 75 | |
| '255' is a magic number. | 76 | |
| '255' is a magic number. | 76 | |
| '240' is a magic number. | 76 | |
| '255' is a magic number. | 77 | |
| Avoid nested blocks. | 79 | |
| '12' is a magic number. | 83 | |
| '32' is a magic number. | 83 | |
| '112' is a magic number. | 83 | |
| '14' is a magic number. | 83 | |
| '100' is a magic number. | 84 | |
| Avoid nested blocks. | 86 | |
| '12' is a magic number. | 89 | |
| '52' is a magic number. | 89 | |
| '268' is a magic number. | 89 | |
| '93' is a magic number. | 89 | |
| Avoid nested blocks. | 90 | |
| Line is longer than 80 characters. | 94 | |
| '255' is a magic number. | 94 | |
| '255' is a magic number. | 94 | |
| '240' is a magic number. | 94 | |
| '255' is a magic number. | 95 | |
| Avoid nested blocks. | 98 | |
| '204' is a magic number. | 102 | |
| '165' is a magic number. | 102 | |
| '77' is a magic number. | 102 | |
| '21' is a magic number. | 102 | |
| Parameter evt should be final. | 105 | |
| Avoid nested blocks. | 110 | |
| '122' is a magic number. | 114 | |
| '165' is a magic number. | 114 | |
| '77' is a magic number. | 114 | |
| '21' is a magic number. | 114 | |
| Parameter evt should be final. | 117 | |
| Avoid nested blocks. | 122 | |
| '12' is a magic number. | 125 | |
| '151' is a magic number. | 125 | |
| '270' is a magic number. | 125 | |
| '10' is a magic number. | 125 | |
| '300' is a magic number. | 128 | |
| '232' is a magic number. | 128 | |
| Method 'showDialog' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 141 | |
| Parameter evt should be final. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Parameter evt should be final. | 146 | |
| '50' is a magic number. | 154 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Name 'sqlAdd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Name 'sqlAddRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Name 'sqlDeleteQuestions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Name 'sqlDelete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Name 'sqlGetById' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'sqlGetByCategoryId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Name 'sqlGetByCategoryIdRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Name 'sqlUpdate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'sqlUpdateRoot' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Parameter con should be final. | 42 | |
| Method 'addTest' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Parameter testCategoryID should be final. | 48 | |
| Parameter toAdd should be final. | 48 | |
| 'if' construct must use '{}'s. | 50 | |
| 'else' construct must use '{}'s. | 53 | |
| '3' is a magic number. | 59 | |
| 'if' construct must use '{}'s. | 60 | |
| '4' is a magic number. | 61 | |
| Method 'addTests' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter testCategoryID should be final. | 82 | |
| Parameter toAdd should be final. | 82 | |
| '<' is not preceded with whitespace. | 82 | |
| '<' is not followed by whitespace. | 82 | |
| '>' is not preceded with whitespace. | 82 | |
| Method 'deleteTest' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter toDelete should be final. | 92 | |
| Method 'deleteTests' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter toDelete should be final. | 109 | |
| '<' is not preceded with whitespace. | 109 | |
| '<' is not followed by whitespace. | 109 | |
| '>' is not preceded with whitespace. | 109 | |
| Method 'getTestByID' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter testID should be final. | 118 | |
| Method 'getTestsByCategoryID' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Parameter categoryID should be final. | 149 | |
| 'if' construct must use '{}'s. | 152 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| '>' is not followed by whitespace. | 165 | |
| Method 'updateTest' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter toUpdate should be final. | 197 | |
| 'if' construct must use '{}'s. | 200 | |
| 'else' construct must use '{}'s. | 202 | |
| '3' is a magic number. | 207 | |
| '4' is a magic number. | 208 | |
| 'if' construct must use '{}'s. | 209 | |
| '5' is a magic number. | 210 | |
| '5' is a magic number. | 212 | |
| '6' is a magic number. | 213 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| '<' is not preceded with whitespace. | 19 | |
| '<' is not followed by whitespace. | 19 | |
| '>' is not preceded with whitespace. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'public' modifier. | 45 | |
| First sentence should end with a period. | 48 | |
| Line has trailing spaces. | 50 | |
| Redundant 'public' modifier. | 54 | |
| Expected @param tag for 'q'. | 54 | |
| Expected @param tag for 'fromCategoryID'. | 54 | |
| Expected @param tag for 'toCategoryID'. | 55 | |
| Expected @throws tag for 'SQLException'. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'public' modifier. | 57 | |
| First sentence should end with a period. | 60 | |
| Line has trailing spaces. | 63 | |
| Expected an @return tag. | 76 | |
| Redundant 'public' modifier. | 76 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Expected @param tag for 'difficulty'. | 79 | |
| Expected @throws tag for 'SQLException'. | 79 | |
| Line has trailing spaces. | 83 | |
| Expected an @return tag. | 87 | |
| Redundant 'public' modifier. | 87 | |
| Expected @param tag for 'categoryID'. | 87 | |
| Expected @throws tag for 'SQLException'. | 87 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 8 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Parameter name should be final. | 22 | |
| 'name' hides a field. | 22 | |
| Parameter description should be final. | 22 | |
| 'description' hides a field. | 22 | |
| Parameter settings should be final. | 22 | |
| 'settings' hides a field. | 22 | |
| Parameter mimeType should be final. | 23 | |
| 'mimeType' hides a field. | 23 | |
| Parameter content should be final. | 23 | |
| 'content' hides a field. | 23 | |
| Parameter pictureID should be final. | 23 | |
| 'pictureID' hides a field. | 23 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter name should be final. | 44 | |
| 'name' hides a field. | 44 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter description should be final. | 59 | |
| 'description' hides a field. | 59 | |
| Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Method 'setSettings' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter settings should be final. | 74 | |
| 'settings' hides a field. | 74 | |
| Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'setMimeType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter mimeType should be final. | 89 | |
| 'mimeType' hides a field. | 89 | |
| Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter content should be final. | 104 | |
| 'content' hides a field. | 104 | |
| Method 'getPictureID' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Method 'setPictureID' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter pictureID should be final. | 119 | |
| 'pictureID' hides a field. | 119 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Missing a Javadoc comment. | 9 | |
| Parameter message should be final. | 9 | |
| Missing a Javadoc comment. | 14 | |
| Parameter cause should be final. | 14 | |
| Missing a Javadoc comment. | 19 | |
| Parameter message should be final. | 19 | |
| Parameter cause should be final. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'icon' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '255' is a magic number. | 17 | |
| '255' is a magic number. | 17 | |
| '240' is a magic number. | 17 | |
| Missing a Javadoc comment. | 20 | |
| Parameter value should be final. | 20 | |
| Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter icon should be final. | 25 | |
| 'icon' hides a field. | 25 | |
| Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter g should be final. | 30 | |
| 'if' construct must use '{}'s. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 18 | |
| '{' is followed by whitespace. | 18 | |
| Missing a Javadoc comment. | 21 | |
| '5' is a magic number. | 22 | |
| '255' is a magic number. | 25 | |
| '255' is a magic number. | 25 | |
| '240' is a magic number. | 25 | |
| Method 'setIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter value should be final. | 29 | |
| 'if' construct must use '{}'s. | 32 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter table should be final. | 40 | |
| Parameter value should be final. | 40 | |
| Parameter isSelected should be final. | 41 | |
| Parameter hasFocus should be final. | 41 | |
| Parameter row should be final. | 41 | |
| Parameter column should be final. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 7 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'con' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'dbName' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 33 | |
| Parameter con should be final. | 33 | |
| 'con' hides a field. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 10 | |
| Utility classes should not have a public or default constructor. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Parameter connection should be final. | 19 | |
| 'connection' hides a field. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |