The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 56 | 0 | 0 | 1225 |
| Rules | Violations | Severity |
|---|---|---|
| NewlineAtEndOfFile | 16 | |
| Translation | 0 | |
| JavadocMethod | 135 | |
| JavadocType | 13 | |
| JavadocVariable | 46 | |
| JavadocStyle | 40 | |
| ConstantName | 10 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 62 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
LineLength
|
26 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 39 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 2 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 167 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 307 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 25 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 324 | |
GenericIllegalRegexp
|
1 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| First sentence should end with a period. | 18 | |
| Variable 'baseline' must be private and have accessor methods. | 21 | |
| First sentence should end with a period. | 22 | |
| Variable 'heightPerLevel' must be private and have accessor methods. | 25 | |
| Variable 'vertexExtraSpace' must be private and have accessor methods. | 29 | |
| Variable 'curve' must be private and have accessor methods. | 33 | |
| Variable 'from' must be private and have accessor methods. | 52 | |
| Variable 'to' must be private and have accessor methods. | 56 | |
| Variable 'shapes' must be private and have accessor methods. | 60 | |
| Variable 'visible' must be private and have accessor methods. | 68 | |
| Line is longer than 120 characters. | 70 | |
| Variable 'maxHeight' must be private and have accessor methods. | 73 | |
| Line is longer than 120 characters. | 75 | |
| Variable 'maxWidth' must be private and have accessor methods. | 78 | |
| Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter type should be final. | 86 | |
| Parameter color should be final. | 86 | |
| Method 'setStroke' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter type should be final. | 96 | |
| Parameter stroke should be final. | 96 | |
| Method 'getStroke' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Parameter edge should be final. | 106 | |
| '?' should be on a new line. | 108 | |
| ':' should be on a new line. | 110 | |
| Method 'getStroke' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter type should be final. | 120 | |
| 'for' construct must use '{}'s. | 121 | |
| Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter type should be final. | 134 | |
| 'for' construct must use '{}'s. | 135 | |
| 'if' construct must use '{}'s. | 136 | |
| Method 'addToSelection' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter edge should be final. | 145 | |
| Method 'removeFromSelection' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter edge should be final. | 154 | |
| Method 'clearSelection' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Method 'onlyShow' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter edges should be final. | 170 | |
| Method 'showAll' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Method 'toggleSelection' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Parameter edge should be final. | 187 | |
| 'if' construct must use '{}'s. | 188 | |
| 'else' construct must use '{}'s. | 189 | |
| Method 'getSelected' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Method 'select' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Parameter edge should be final. | 206 | |
| Method 'getEdgeAt' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Parameter p should be final. | 218 | |
| Parameter radius should be final. | 218 | |
| Method 'calculateDepth' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Parameter dominates should be final. | 239 | |
| Parameter depth should be final. | 240 | |
| Parameter root should be final. | 241 | |
| 'if' construct must use '{}'s. | 242 | |
| 'if' construct must use '{}'s. | 249 | |
| Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Parameter edge should be final. | 262 | |
| Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Parameter edge should be final. | 272 | |
| Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Method 'getHeightPerLevel' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| First sentence should end with a period. | 305 | |
| Method 'isCurve' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| First sentence should end with a period. | 314 | |
| Method 'setCurve' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Parameter curve should be final. | 319 | |
| Method 'setBaseline' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Parameter baseline should be final. | 328 | |
| Method 'setHeightPerLevel' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Parameter heightPerLevel should be final. | 337 | |
| Line is longer than 120 characters. | 344 | |
| Method 'setVertexExtraSpace' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Parameter vertexExtraSpace should be final. | 347 | |
| Method 'getVertexExtraSpace' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Method 'getBaseline' is not designed for extension - needs to be abstract, final or empty. | 365 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter instance should be final. | 50 | |
| Parameter graphics2D should be final. | 50 | |
| 'if' construct must use '{}'s. | 78 | |
| 'if' construct must use '{}'s. | 80 | |
| 'else' construct must use '{}'s. | 82 | |
| Method 'setAntiAliasing' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter antiAliasing should be final. | 114 | |
| Method 'setMargin' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Parameter margin should be final. | 123 | |
| Method 'getMargin' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Method 'setHeightFactor' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter heightFactor should be final. | 143 | |
| Method 'getHeightFactor' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Line is longer than 120 characters. | 157 | |
| Method 'setCurved' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Parameter isCurved should be final. | 163 | |
| Method 'isCurved' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter edgeType should be final. | 182 | |
| Parameter color should be final. | 182 | |
| Parameter edgeType should be final. | 191 | |
| Parameter order should be final. | 191 | |
| Method 'isAntiAliasing' is not designed for extension - needs to be abstract, final or empty. | 199 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Parameter e should be final. | 43 | |
| Parameter e should be final. | 60 | |
| Line is longer than 120 characters. | 75 | |
| Parameter e should be final. | 107 | |
| Parameter e should be final. | 121 | |
| Method 'instanceChanged' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 154 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| Variable 'from' must be private and have accessor methods. | 13 | |
| Variable 'to' must be private and have accessor methods. | 18 | |
| Parameter from should be final. | 26 | |
| Parameter to should be final. | 26 | |
| First sentence should end with a period. | 31 | |
| Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Method 'getMiddle' is not designed for extension - needs to be abstract, final or empty. | 45 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.googlecode.whatswrong.io.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Using the '.*' form of import should be avoided - java.util.*. | 17 | |
| Method 'addChangeListener' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Method 'getSelected' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Line is longer than 120 characters. | 166 | |
| Parameter e should be final. | 198 | |
| 'for' construct must use '{}'s. | 209 | |
| Line is longer than 120 characters. | 211 | |
| Method 'addFormat' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Parameter properties should be final. | 284 | |
| 'if' construct must use '{}'s. | 287 | |
| 'for' construct must use '{}'s. | 290 | |
| Method 'saveProperties' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| 'for' construct must use '{}'s. | 312 | |
| Parameter title should be final. | 321 | |
| Parameter e should be final. | 346 | |
| Parameter e should be final. | 378 | |
| Parameter index should be final. | 391 | |
| 'if' construct must use '{}'s. | 397 | |
| '+' should be on a new line. | 412 | |
| '+' should be on a new line. | 413 | |
| '+' should be on a new line. | 414 | |
| '+' should be on a new line. | 415 | |
| Parameter e should be final. | 429 | |
| Missing a Javadoc comment. | 445 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 17 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 27 | |
| Method 'corpusAdded' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Line is longer than 120 characters. | 145 | |
| 'for' construct must use '{}'s. | 159 | |
| First sentence should end with a period. | 182 | |
| Method 'corpusRemoved' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Method 'corpusSelected' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Variable 'text' must be private and have accessor methods. | 228 | |
| Variable 'nr' must be private and have accessor methods. | 232 | |
| Parameter e should be final. | 287 | |
| Parameter e should be final. | 294 | |
| Parameter e should be final. | 313 | |
| Parameter e should be final. | 326 | |
| Parameter e should be final. | 333 | |
| Method 'getSpinnerPanel' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| 'if' construct must use '{}'s. | 369 | |
| '?' should be on a new line. | 371 | |
| ':' should be on a new line. | 372 | |
| 'if' construct must use '{}'s. | 388 | |
| 'if' construct must use '{}'s. | 390 | |
| 'if' construct must use '{}'s. | 445 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Parameter e should be final. | 47 | |
| 'for' construct must use '{}'s. | 50 | |
| Parameter e should be final. | 73 | |
| 'for' construct must use '{}'s. | 76 | |
| Parameter e should be final. | 83 | |
| Parameter event should be final. | 105 | |
| Parameter event should be final. | 114 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| First sentence should end with a period. | 28 | |
| Method 'layoutEdges' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Method length is 160 lines (max allowed is 150). | 41 | |
| Parameter edges should be final. | 41 | |
| Parameter bounds should be final. | 42 | |
| Parameter g2d should be final. | 43 | |
| 'for' construct must use '{}'s. | 71 | |
| '||' should be on a new line. | 73 | |
| 'for' construct must use '{}'s. | 79 | |
| 'for' construct must use '{}'s. | 82 | |
| '&&' should be on a new line. | 84 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 100 | |
| Parameter edge1 should be final. | 122 | |
| Parameter edge2 should be final. | 122 | |
| 'if' construct must use '{}'s. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| 'else' construct must use '{}'s. | 130 | |
| Line is longer than 120 characters. | 136 | |
| 'if' construct must use '{}'s. | 145 | |
| 'else' construct must use '{}'s. | 147 | |
| 'if' construct must use '{}'s. | 167 | |
| 'if' construct must use '{}'s. | 169 | |
| 'if' construct must use '{}'s. | 172 | |
| 'for' construct must use '{}'s. | 195 | |
| 'if' construct must use '{}'s. | 196 | |
| 'for' construct must use '{}'s. | 197 | |
| 'if' construct must use '{}'s. | 198 | |
| Parameter p1 should be final. | 214 | |
| Parameter p2 should be final. | 214 | |
| Parameter p3 should be final. | 214 | |
| Parameter p4 should be final. | 214 | |
| Parameter p1 should be final. | 232 | |
| Parameter p2 should be final. | 232 | |
| Parameter p3 should be final. | 232 | |
| Parameter p4 should be final. | 232 | |
| Method 'setArrowSize' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter arrowSize should be final. | 247 | |
| Method 'getArrowSize' is not designed for extension - needs to be abstract, final or empty. | 256 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 55 | |
| Parameter from should be final. | 70 | |
| Parameter to should be final. | 70 | |
| Parameter label should be final. | 70 | |
| Parameter type should be final. | 71 | |
| Parameter renderType should be final. | 71 | |
| Parameter from should be final. | 90 | |
| Parameter to should be final. | 90 | |
| Parameter label should be final. | 90 | |
| Parameter note should be final. | 90 | |
| Parameter type should be final. | 91 | |
| Parameter renderType should be final. | 91 | |
| Parameter from should be final. | 108 | |
| Parameter to should be final. | 108 | |
| Parameter label should be final. | 108 | |
| Parameter type should be final. | 108 | |
| Method 'getTypePrefix' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Method 'getTypePostfix' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'getMinIndex' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Method 'getMaxIndex' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Method 'getRenderType' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Method 'setRenderType' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter renderType should be final. | 171 | |
| Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Method 'getTo' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Method 'getNote' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Method 'getLabelWithNote' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Method 'lexicographicOrder' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Parameter edge should be final. | 237 | |
| 'if' construct must use '{}'s. | 241 | |
| Method 'leftOf' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Parameter token should be final. | 253 | |
| Method 'rightOf' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter token should be final. | 264 | |
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Method 'covers' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Parameter edge should be final. | 284 | |
| Method 'coversExactly' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Parameter edge should be final. | 295 | |
| Method 'coversSemi' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter edge should be final. | 306 | |
| '||' should be on a new line. | 308 | |
| Method 'overlaps' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Parameter edge should be final. | 318 | |
| '&&' should be on a new line. | 319 | |
| '&&' should be on a new line. | 320 | |
| '||' should be on a new line. | 321 | |
| '&&' should be on a new line. | 322 | |
| '&&' should be on a new line. | 323 | |
| Method 'strictlyCovers' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Parameter edge should be final. | 334 | |
| '||' should be on a new line. | 335 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Method 'crosses' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Parameter edge should be final. | 355 | |
| '||' should be on a new line. | 358 | |
| First sentence should end with a period. | 366 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Parameter o should be final. | 372 | |
| 'if' construct must use '{}'s. | 373 | |
| 'if' construct must use '{}'s. | 374 | |
| 'if' construct must use '{}'s. | 378 | |
| 'if' construct must use '{}'s. | 380 | |
| 'if' construct must use '{}'s. | 382 | |
| 'if' construct must use '{}'s. | 384 | |
| 'if' construct must use '{}'s. | 386 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| Line has trailing spaces. | 409 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 24 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Parameter original should be final. | 24 | |
| Expected @param tag for 'original'. | 24 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Method 'addAllowedLabel' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Method 'removeAllowedLabel' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Unclosed HTML tag found: <Edge>) | 68 | |
| Method 'filterEdges' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| 'if' construct must use '{}'s. | 71 | |
| 'for' construct must use '{}'s. | 73 | |
| 'for' construct must use '{}'s. | 74 | |
| Method 'allows' is not designed for extension - needs to be abstract, final or empty. | 89 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 3 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Line is longer than 120 characters. | 14 | |
| Line is longer than 120 characters. | 46 | |
| Line is longer than 120 characters. | 60 | |
| Method 'isCollaps' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'setCollaps' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Method 'isUsePaths' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Method 'setUsePaths' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Method 'addAllowedProperty' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method 'removeAllowedProperty' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line is longer than 120 characters. | 130 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter from should be final. | 157 | |
| Parameter to should be final. | 157 | |
| Parameter from should be final. | 168 | |
| Parameter from should be final. | 180 | |
| Parameter to should be final. | 180 | |
| Parameter path should be final. | 180 | |
| Parameter edges should be final. | 203 | |
| 'for' construct must use '{}'s. | 220 | |
| 'for' construct must use '{}'s. | 221 | |
| 'for' construct must use '{}'s. | 222 | |
| 'for' construct must use '{}'s. | 223 | |
| '&&' should be on a new line. | 225 | |
| Line is longer than 120 characters. | 226 | |
| 'if' construct must use '{}'s. | 234 | |
| 'for' construct must use '{}'s. | 238 | |
| 'for' construct must use '{}'s. | 239 | |
| 'for' construct must use '{}'s. | 240 | |
| 'for' construct must use '{}'s. | 241 | |
| Method 'isWholeWords' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Method 'setWholeWords' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Method 'filterEdges' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| 'if' construct must use '{}'s. | 275 | |
| 'for' construct must use '{}'s. | 279 | |
| 'if' construct must use '{}'s. | 280 | |
| 'for' construct must use '{}'s. | 281 | |
| 'if' construct must use '{}'s. | 282 | |
| 'for' construct must use '{}'s. | 283 | |
| 'if' construct must use '{}'s. | 289 | |
| '||' should be on a new line. | 289 | |
| Method 'allows' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| Parameter original should be final. | 315 | |
| 'if' construct must use '{}'s. | 317 | |
| Parameter token should be final. | 341 | |
| Parameter tokenVertex1 should be final. | 341 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter listener should be final. | 44 | |
| Method 'getAllowedPrefixTypes' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'getAllowedPostfixTypes' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| 'for' construct must use '{}'s. | 82 | |
| Method 'addAllowedPrefixType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Method 'addAllowedPostfixType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Method 'removeAllowedPrefixType' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter type should be final. | 110 | |
| Method 'removeAllowedPostfixType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter type should be final. | 120 | |
| Unclosed HTML tag found: <Edge>) | 139 | |
| Method 'filterEdges' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Parameter original should be final. | 141 | |
| '||' should be on a new line. | 144 | |
| '||' should be on a new line. | 146 | |
| 'if' construct must use '{}'s. | 148 | |
| Method 'allowsPrefix' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Parameter type should be final. | 161 | |
| Method 'allowsPostfix' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter type should be final. | 171 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| First sentence should end with a period. | 35 | |
| Parameter e should be final. | 88 | |
| 'if' construct must use '{}'s. | 90 | |
| Parameter e should be final. | 114 | |
| 'if' construct must use '{}'s. | 115 | |
| Parameter e should be final. | 125 | |
| 'if' construct must use '{}'s. | 126 | |
| 'else' construct must use '{}'s. | 128 | |
| Parameter e should be final. | 135 | |
| 'if' construct must use '{}'s. | 136 | |
| 'else' construct must use '{}'s. | 138 | |
| 'if' construct must use '{}'s. | 164 | |
| 'if' construct must use '{}'s. | 183 | |
| Method 'instanceChanged' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Method 'changed' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Parameter type should be final. | 241 |
| Violation | Message | Line |
|---|---|---|
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| 'for' construct must use '{}'s. | 38 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 4 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 5 | |
| Parameter placeholderText should be final. | 38 | |
| Parameter e should be final. | 69 | |
| Method 'setSendsNotificationForEachKeystroke' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter eachKeystroke should be final. | 121 | |
| Line is longer than 120 characters. | 129 | |
| Parameter placeholderText should be final. | 155 | |
| Parameter e should be final. | 168 | |
| Line is longer than 120 characters. | 178 | |
| Parameter e should be final. | 183 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Using the '.*' form of import should be avoided - java.awt.event.*. | 5 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'location' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'pressed' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter owner should be final. | 21 | |
| Parameter title should be final. | 21 | |
| Parameter e should be final. | 34 | |
| Parameter e should be final. | 38 | |
| Method 'getInternalContent' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter me should be final. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Parameter e should be final. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Parameter e should be final. | 56 | |
| Method 'mouseDragged' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter me should be final. | 59 | |
| Missing a Javadoc comment. | 66 | |
| Parameter e should be final. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Parameter e should be final. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Parameter e should be final. | 72 | |
| Missing a Javadoc comment. | 75 | |
| Parameter args should be final. | 75 | |
| Array brackets at illegal position. | 75 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Using the '.*' form of import should be avoided - java.util.*. | 18 | |
| Missing a Javadoc comment. | 71 | |
| Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter e should be final. | 125 | |
| Method 'getRenderer' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Method 'addChangeListenger' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter changeListener should be final. | 158 | |
| 'for' construct must use '{}'s. | 176 | |
| 'for' construct must use '{}'s. | 183 | |
| Line is longer than 120 characters. | 187 | |
| Method 'setNLPInstance' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| 'for' construct must use '{}'s. | 197 | |
| Method 'getUsedProperties' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method 'getUsedTypes' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Method 'getFilter' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Parameter filter should be final. | 243 | |
| Line is longer than 120 characters. | 258 | |
| Method 'updateNLPGraphics' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Parameter graphics should be final. | 302 | |
| Method 'exportToEPS' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Parameter file should be final. | 319 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
| First sentence should end with a period. | 14 | |
| Redundant 'public' modifier. | 35 | |
| Redundant 'public' modifier. | 42 | |
| Redundant 'public' modifier. | 49 | |
| Redundant 'public' modifier. | 57 | |
| Redundant 'public' modifier. | 66 | |
| Redundant 'public' modifier. | 73 | |
| Redundant 'public' modifier. | 81 | |
| Redundant 'public' modifier. | 89 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'edge' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter edge should be final. | 27 | |
| Missing a Javadoc comment. | 35 | |
| Parameter o should be final. | 36 | |
| 'if' construct must use '{}'s. | 37 | |
| 'if' construct must use '{}'s. | 38 | |
| 'if' construct must use '{}'s. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| 'if' construct must use '{}'s. | 44 | |
| 'if' construct must use '{}'s. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Method 'diff' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter goldInstance should be final. | 67 | |
| Parameter guessInstance should be final. | 67 | |
| 'for' construct must use '{}'s. | 70 | |
| Parameter edges should be final. | 108 | |
| 'for' construct must use '{}'s. | 110 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Missing a Javadoc comment. | 17 | |
| First sentence should end with a period. | 18 | |
| First sentence should end with a period. | 22 | |
| 'for' construct must use '{}'s. | 73 | |
| Method 'getRenderType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Method 'setRenderType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter renderType should be final. | 94 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| First sentence should end with a period. | 143 | |
| Method 'addSpan' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| First sentence should end with a period. | 160 | |
| Method 'addDependency' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Parameter renderType should be final. | 210 | |
| Method 'addTokens' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| 'for' construct must use '{}'s. | 221 | |
| Method 'addEdges' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Method 'addTokenWithProperties' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| 'for' construct must use '{}'s. | 258 | |
| Method 'addToken' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Method 'addToken' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Method 'consistify' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Method 'addSplitPoint' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Parameter tokenIndex should be final. | 307 | |
| Method 'getSplitPoints' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| 'for' construct must use '{}'s. | 338 | |
| 'if' construct must use '{}'s. | 338 | |
| Method 'getToken' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| Method 'getTokens' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 366 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
| Missing a Javadoc comment. | 25 | |
| Parameter gridx should be final. | 25 | |
| Parameter gridy should be final. | 25 | |
| Parameter weightx should be final. | 25 | |
| Parameter weighty should be final. | 25 | |
| Parameter anchor should be final. | 25 | |
| Parameter fill should be final. | 25 | |
| Missing a Javadoc comment. | 34 | |
| Parameter gridx should be final. | 34 | |
| Parameter gridy should be final. | 34 | |
| Parameter gridwidth should be final. | 34 | |
| Parameter gridheight should be final. | 34 | |
| Missing a Javadoc comment. | 45 | |
| Parameter gridy should be final. | 45 | |
| Parameter left should be final. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Parameter gridy should be final. | 50 | |
| Parameter left should be final. | 50 | |
| Parameter fill should be final. | 50 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter instance should be final. | 44 | |
| Parameter graphics2D should be final. | 44 | |
| Method 'setAntiAliasing' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter antiAliasing should be final. | 95 | |
| Method 'setMargin' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter margin should be final. | 104 | |
| Method 'getMargin' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Method 'setHeightFactor' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Parameter heightFactor should be final. | 123 | |
| Method 'getHeightFactor' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Line is longer than 120 characters. | 138 | |
| Method 'setCurved' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter isCurved should be final. | 144 | |
| Method 'isCurved' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Method 'setEdgeTypeColor' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter edgeType should be final. | 164 | |
| Parameter color should be final. | 164 | |
| Method 'setEdgeTypeOrder' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Parameter edgeType should be final. | 175 | |
| Parameter order should be final. | 175 | |
| Method 'isAntiAliasing' is not designed for extension - needs to be abstract, final or empty. | 184 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Method 'setTypeOrder' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter type should be final. | 69 | |
| Method 'isSeparationLines' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Method 'setSeparationLines' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'estimateRequiredTokenWidths' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| ':' should be on a new line. | 112 | |
| Method 'layoutEdges' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter edges should be final. | 130 | |
| Parameter bounds should be final. | 131 | |
| Parameter g2d should be final. | 132 | |
| 'for' construct must use '{}'s. | 147 | |
| 'if' construct must use '{}'s. | 151 | |
| '||' should be on a new line. | 151 | |
| '||' should be on a new line. | 153 | |
| '||' should be on a new line. | 154 | |
| '||' should be on a new line. | 155 | |
| 'for' construct must use '{}'s. | 162 | |
| 'if' construct must use '{}'s. | 207 | |
| '?' should be on a new line. | 218 | |
| ':' should be on a new line. | 219 | |
| 'for' construct must use '{}'s. | 235 | |
| 'if' construct must use '{}'s. | 236 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Method 'getPropertyTypes' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter property should be final. | 57 | |
| Method 'removeProperty' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter index should be final. | 66 | |
| Method 'removeProperty' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter name should be final. | 75 | |
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter name should be final. | 86 | |
| Parameter value should be final. | 86 | |
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter index should be final. | 97 | |
| Parameter property should be final. | 97 | |
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter property should be final. | 108 | |
| Parameter value should be final. | 108 | |
| Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter value should be final. | 119 | |
| Method 'getSortedProperties' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Method 'getPropertyValues' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Method 'propertiesContain' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Parameter substring should be final. | 151 | |
| 'for' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 153 | |
| Method 'propertiesContain' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter substrings should be final. | 167 | |
| Parameter wholeWord should be final. | 167 | |
| 'for' construct must use '{}'s. | 168 | |
| 'for' construct must use '{}'s. | 169 | |
| 'for' construct must use '{}'s. | 174 | |
| 'if' construct must use '{}'s. | 175 | |
| 'if' construct must use '{}'s. | 176 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter o should be final. | 188 | |
| 'if' construct must use '{}'s. | 189 | |
| 'if' construct must use '{}'s. | 190 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Parameter token should be final. | 213 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Parameter o should be final. | 223 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 232 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Method 'isWholeWord' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Method 'setWholeWord' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'addAllowedString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'clearAllowedStrings' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Method 'addForbiddenProperty' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter name should be final. | 79 | |
| Method 'removeForbiddenProperty' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter name should be final. | 88 | |
| Method 'getForbiddenTokenProperties' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Method 'filterTokens' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter original should be final. | 108 | |
| 'if' construct must use '{}'s. | 113 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter original should be final. | 129 | |
| 'for' construct must use '{}'s. | 140 | |
| 'for' construct must use '{}'s. | 146 | |
| 'if' construct must use '{}'s. | 170 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Parameter e should be final. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| Parameter event should be final. | 85 | |
| 'for' construct must use '{}'s. | 88 | |
| Parameter event should be final. | 98 | |
| 'if' construct must use '{}'s. | 125 | |
| Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. | 140 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 5 | |
| Line is longer than 120 characters. | 57 | |
| Method 'setRowHeight' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'setBaseline' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line is longer than 120 characters. | 92 | |
| Method 'getFromSplitPoint' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Method 'setFromSplitPoint' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter fromSplitPoint should be final. | 108 | |
| Method 'getToSplitPoint' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setToSplitPoint' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter toSplitPoint should be final. | 128 | |
| Method 'setMargin' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Method 'getRowHeight' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Method 'getBaseline' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Method 'getMargin' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Unclosed HTML tag found: <Token, Bounds1D> A mapping from tokens to estimated horizon | 178 | |
| Method 'estimateTokenBounds' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| ':' should be on a new line. | 196 | |
| ':' should be on a new line. | 198 | |
| 'if' construct must use '{}'s. | 211 | |
| 'if' construct must use '{}'s. | 216 | |
| 'if' construct must use '{}'s. | 219 | |
| Method 'layout' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| ':' should be on a new line. | 254 | |
| ':' should be on a new line. | 256 | |
| 'if' construct must use '{}'s. | 272 | |
| 'if' construct must use '{}'s. | 277 | |
| 'if' construct must use '{}'s. | 280 | |
| Method 'getPropertyTextLayout' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Method 'getBounds' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Parameter vertex should be final. | 304 | |
| Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 322 |
| Violation | Message | Line |
|---|---|---|
| Parameter name should be final. | 38 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' construct must use '{}'s. | 89 | |
| 'if' construct must use '{}'s. | 93 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Line is longer than 120 characters. | 114 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter o should be final. | 117 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Using the '.*' form of import should be avoided - java.io.*. | 11 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| 'static' modifier out of order with the JLS suggestions. | 25 | |
| Missing a Javadoc comment. | 26 | |
| 'static' modifier out of order with the JLS suggestions. | 26 | |
| Name 'properties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Method 'getNlpCanvas' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'scrollToBottom' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Parameter text should be final. | 82 | |
| Parameter e should be final. | 85 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 96 | |
| Parameter title should be final. | 96 | |
| Parameter e should be final. | 99 | |
| Parameter e should be final. | 107 | |
| Parameter e should be final. | 112 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 122 | |
| Parameter owner should be final. | 122 | |
| Parameter title should be final. | 122 | |
| Parameter resizable should be final. | 122 | |
| Missing a Javadoc comment. | 128 | |
| Parameter title should be final. | 128 | |
| Parameter resizable should be final. | 128 | |
| Missing a Javadoc comment. | 134 | |
| Parameter system should be final. | 134 | |
| '?' should be on a new line. | 138 | |
| ':' should be on a new line. | 139 | |
| Method length is 169 lines (max allowed is 150). | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter args should be final. | 147 | |
| Parameter e should be final. | 182 | |
| 'if' construct must use '{}'s. | 184 | |
| Parameter event should be final. | 200 | |
| Line is longer than 120 characters. | 258 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 12 | |
| Using the '.*' form of import should be avoided - java.util.*. | 17 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Method 'getAccessory' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'setMonitor' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'saveProperties' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| '+' should be on a new line. | 131 | |
| '+' should be on a new line. | 133 | |
| 'if' construct must use '{}'s. | 224 | |
| '+' should be on a new line. | 225 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 241 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Unclosed HTML tag found: <String>>) | 30 | |
| Expected an @return tag. | 32 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter rows should be final. | 32 | |
| Expected @param tag for 'rows'. | 32 | |
| Unclosed HTML tag found: <String>>) | 54 | |
| Expected an @return tag. | 56 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter rows should be final. | 56 | |
| Expected @param tag for 'rows'. | 56 | |
| Expected an @return tag. | 63 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 63 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Unclosed HTML tag found: <String>>) | 30 | |
| Expected an @return tag. | 32 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter rows should be final. | 32 | |
| Expected @param tag for 'rows'. | 32 | |
| Unclosed HTML tag found: <String>>) | 51 | |
| Expected an @return tag. | 53 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter rows should be final. | 53 | |
| Expected @param tag for 'rows'. | 53 | |
| Expected an @return tag. | 60 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Unclosed HTML tag found: <String>>) | 30 | |
| Expected an @return tag. | 32 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter rows should be final. | 32 | |
| Expected @param tag for 'rows'. | 32 | |
| Unclosed HTML tag found: <String>>) | 55 | |
| Expected an @return tag. | 57 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter rows should be final. | 57 | |
| Expected @param tag for 'rows'. | 57 | |
| Expected an @return tag. | 64 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 64 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Unclosed HTML tag found: <String>>) | 31 | |
| Expected an @return tag. | 33 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter rows should be final. | 33 | |
| Expected @param tag for 'rows'. | 33 | |
| Unclosed HTML tag found: <String>>) | 57 | |
| Expected an @return tag. | 59 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter rows should be final. | 59 | |
| Expected @param tag for 'rows'. | 59 | |
| Expected an @return tag. | 66 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 66 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Unclosed HTML tag found: <String>>) | 31 | |
| Expected an @return tag. | 33 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter rows should be final. | 33 | |
| Expected @param tag for 'rows'. | 33 | |
| Unclosed HTML tag found: <String>>) | 57 | |
| Expected an @return tag. | 59 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter rows should be final. | 59 | |
| Expected @param tag for 'rows'. | 59 | |
| Expected an @return tag. | 66 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 66 |
| Violation | Message | Line |
|---|---|---|
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Unclosed HTML tag found: <String>>) | 30 | |
| Expected an @return tag. | 32 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter rows should be final. | 32 | |
| Expected @param tag for 'rows'. | 32 | |
| Unclosed HTML tag found: <String>>) | 60 | |
| Expected an @return tag. | 62 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter rows should be final. | 62 | |
| Expected @param tag for 'rows'. | 62 | |
| Expected an @return tag. | 69 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Unclosed HTML tag found: <String>>) | 38 | |
| Expected an @return tag. | 40 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter rows should be final. | 40 | |
| Expected @param tag for 'rows'. | 40 | |
| 'if' construct must use '{}'s. | 61 | |
| Unclosed HTML tag found: <String>>) | 78 | |
| Expected an @return tag. | 80 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter rows should be final. | 80 | |
| Expected @param tag for 'rows'. | 80 | |
| Expected an @return tag. | 100 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 100 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Unclosed HTML tag found: <String>>) | 38 | |
| Expected an @return tag. | 40 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter rows should be final. | 40 | |
| Expected @param tag for 'rows'. | 40 | |
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| Unclosed HTML tag found: <String>>) | 81 | |
| Expected an @return tag. | 83 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter rows should be final. | 83 | |
| Expected @param tag for 'rows'. | 83 | |
| Expected an @return tag. | 90 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 120 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'getAccessory' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter monitor should be final. | 83 | |
| Parameter properties should be final. | 93 | |
| Parameter prefix should be final. | 93 | |
| Parameter properties should be final. | 103 | |
| Parameter prefix should be final. | 103 | |
| Line is longer than 120 characters. | 109 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter file should be final. | 119 | |
| Parameter from should be final. | 120 | |
| Parameter to should be final. | 121 | |
| 'if' construct must use '{}'s. | 151 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 166 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setMonitor' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter monitor should be final. | 47 | |
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter properties should be final. | 51 | |
| Parameter prefix should be final. | 51 | |
| Method 'saveProperties' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter properties should be final. | 57 | |
| Parameter prefix should be final. | 57 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'getAccessory' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter file should be final. | 80 | |
| Parameter from should be final. | 80 | |
| Parameter to should be final. | 80 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Variable 'children' must be private and have accessor methods. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Variable 'label' must be private and have accessor methods. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Parameter label should be final. | 109 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 114 | |
| Variable 'index' must be private and have accessor methods. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Parameter index should be final. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Parameter labelType should be final. | 126 | |
| Parameter tagType should be final. | 126 | |
| Parameter instance should be final. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| 'else' construct must use '{}'s. | 129 | |
| 'for' construct must use '{}'s. | 131 | |
| Missing a Javadoc comment. | 134 | |
| Parameter wordType should be final. | 134 | |
| Parameter tagType should be final. | 134 | |
| Parameter instance should be final. | 134 | |
| 'for' construct must use '{}'s. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Parameter tree should be final. | 140 | |
| Parameter sexpr should be final. | 140 | |
| '?' should be on a new line. | 152 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 187 | |
| Class Terminal should be declared as final. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 194 | |
| Variable 'index' must be private and have accessor methods. | 194 | |
| Missing a Javadoc comment. | 196 | |
| Parameter label should be final. | 196 | |
| Parameter index should be final. | 196 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 213 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 221 | |
| Parameter wordType should be final. | 221 | |
| Parameter tagType should be final. | 221 | |
| Parameter instance should be final. | 221 | |
| Missing a Javadoc comment. | 225 | |
| Parameter labelType should be final. | 225 | |
| Parameter tagType should be final. | 225 | |
| Parameter instance should be final. | 225 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Unclosed HTML tag found: <String>>) | 30 | |
| Expected an @return tag. | 32 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter rows should be final. | 32 | |
| Expected @param tag for 'rows'. | 32 | |
| Unclosed HTML tag found: <String>>) | 59 | |
| Expected an @return tag. | 61 | |
| Method 'createOpen' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter rows should be final. | 61 | |
| Expected @param tag for 'rows'. | 61 | |
| Expected an @return tag. | 68 | |
| Method 'supportsOpen' is not designed for extension - needs to be abstract, final or empty. | 68 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Using the '.*' form of import should be avoided - java.io.*. | 10 | |
| Using the '.*' form of import should be avoided - java.util.*. | 11 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Parameter e should be final. | 46 | |
| Method 'addProcessor' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter name should be final. | 60 | |
| Parameter processor should be final. | 60 | |
| Method 'addProcessor' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter processor should be final. | 64 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'getAccessory' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setMonitor' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter monitor should be final. | 84 | |
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter properties should be final. | 88 | |
| Parameter prefix should be final. | 88 | |
| Method 'saveProperties' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter properties should be final. | 94 | |
| Parameter prefix should be final. | 94 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter file should be final. | 100 | |
| Parameter from should be final. | 100 | |
| Parameter to should be final. | 100 | |
| Missing a Javadoc comment. | 115 | |
| Parameter file should be final. | 115 | |
| Parameter from should be final. | 115 | |
| Parameter to should be final. | 115 | |
| Parameter processor should be final. | 115 | |
| Parameter open should be final. | 115 | |
| 'if' construct must use '{}'s. | 125 | |
| 'if' construct must use '{}'s. | 130 | |
| 'if' construct must use '{}'s. | 135 | |
| Missing a Javadoc comment. | 141 | |
| Parameter rows should be final. | 141 | |
| Parameter column should be final. | 142 | |
| Parameter type should be final. | 143 | |
| Parameter instance should be final. | 144 | |
| Missing a Javadoc comment. | 182 | |
| Parameter rows should be final. | 182 | |
| Parameter column should be final. | 183 | |
| Parameter type should be final. | 184 | |
| Parameter instance should be final. | 185 | |
| Missing a Javadoc comment. | 215 | |
| Parameter rows should be final. | 215 | |
| Parameter column should be final. | 216 | |
| Parameter type should be final. | 217 | |
| Parameter prefix should be final. | 218 | |
| Parameter instance should be final. | 219 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Using the '.*' form of import should be avoided - java.util.*. | 12 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 44 | |
| Parameter string should be final. | 44 | |
| Method 'setMonitor' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter monitor should be final. | 49 | |
| Method 'loadProperties' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter properties should be final. | 53 | |
| Parameter prefix should be final. | 53 | |
| Method 'saveProperties' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter properties should be final. | 59 | |
| Parameter prefix should be final. | 59 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'getAccessory' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Parameter text should be final. | 82 | |
| 'if' construct must use '{}'s. | 87 | |
| Method 'load' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter file should be final. | 97 | |
| Parameter from should be final. | 97 | |
| Parameter to should be final. | 97 | |
| 'for' construct must use '{}'s. | 112 | |
| 'for' construct must use '{}'s. | 114 | |
| 'for' construct must use '{}'s. | 116 | |
| 'for' construct must use '{}'s. | 123 | |
| 'for' construct must use '{}'s. | 126 | |
| 'for' construct must use '{}'s. | 128 | |
| 'for' construct must use '{}'s. | 133 | |
| 'for' construct must use '{}'s. | 135 | |
| 'for' construct must use '{}'s. | 137 | |
| 'while' construct must use '{}'s. | 151 | |
| 'if' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 153 | |
| 'if' construct must use '{}'s. | 154 | |
| 'for' construct must use '{}'s. | 158 | |
| 'for' construct must use '{}'s. | 161 | |
| 'for' construct must use '{}'s. | 163 | |
| Missing a Javadoc comment. | 169 | |
| Parameter rows should be final. | 169 | |
| Parameter type should be final. | 169 | |
| Parameter instance should be final. | 169 | |
| 'for' construct must use '{}'s. | 170 | |
| Missing a Javadoc comment. | 174 | |
| Parameter rows should be final. | 174 | |
| Parameter type should be final. | 174 | |
| Parameter instance should be final. | 174 | |
| 'for' construct must use '{}'s. | 175 | |
| Line is longer than 120 characters. | 176 | |
| Missing a Javadoc comment. | 179 | |
| Parameter rows should be final. | 179 | |
| Parameter type should be final. | 179 | |
| Parameter instance should be final. | 179 | |
| 'for' construct must use '{}'s. | 180 | |
| 'if' construct must use '{}'s. | 181 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 4 | |
| Type Javadoc comment is missing an @param <T> tag. | 11 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| First sentence should end with a period. | 24 | |
| Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Method 'sorted' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter o1 should be final. | 64 | |
| Parameter o2 should be final. | 64 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'getMaximum' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| 'for' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 91 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Type Javadoc comment is missing an @param <K> tag. | 10 | |
| Type Javadoc comment is missing an @param <V> tag. | 10 | |
| Variable 'emptyList' must be private and have accessor methods. | 14 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Method 'deepcopy' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| 'for' construct must use '{}'s. | 38 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 50 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Type Javadoc comment is missing an @param <K> tag. | 10 | |
| Type Javadoc comment is missing an @param <V> tag. | 10 | |
| Variable 'emptyList' must be private and have accessor methods. | 15 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Method 'deepcopy' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| 'for' construct must use '{}'s. | 39 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <A1> tag. | 8 | |
| Type Javadoc comment is missing an @param <A2> tag. | 8 | |
| Variable 'arg1' must be private and have accessor methods. | 13 | |
| Variable 'arg2' must be private and have accessor methods. | 17 | |
| First sentence should end with a period. | 19 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| 'if' construct must use '{}'s. | 37 | |
| 'if' construct must use '{}'s. | 38 | |
| 'if' construct must use '{}'s. | 42 | |
| 'if' construct must use '{}'s. | 44 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 |