The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | ![]() |
NewlineAtEndOfFile | 27 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 3067 | ![]() |
RegexpSingleline
| 1957 | ![]() |
JavadocMethod | 2396 | ![]() |
JavadocType | 17 | ![]() |
JavadocVariable | 108 | ![]() |
JavadocStyle | 151 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 49 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 9 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 5 | ![]() |
UnusedImports | 9 | ![]() |
LineLength | 407 | ![]() |
MethodLength | 4 | ![]() |
ParameterNumber | 5 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 8 | ![]() |
NoWhitespaceAfter | 18 | ![]() |
NoWhitespaceBefore | 3 | ![]() |
OperatorWrap | 24 | ![]() |
ParenPad | 2 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 69 | ![]() |
WhitespaceAround | 8891 | ![]() |
ModifierOrder | 151 | ![]() |
RedundantModifier | 186 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 1103 | ![]() |
RightCurly | 3 | ![]() |
AvoidInlineConditionals | 45 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 37 | ![]() |
HiddenField | 241 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 22 | ![]() |
MagicNumber | 362 | ![]() |
MissingSwitchDefault | 1 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 2 | ![]() |
DesignForExtension | 1376 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 133 | ![]() |
ArrayTypeStyle | 16 | ![]() |
FinalParameters | 2023 | ![]() |
TodoComment | 27 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Redundant import from the same package - math.geom2d.Shape2D. | 29 |
![]() | Redundant import from the same package - math.geom2d.Angle2D. | 30 |
![]() | Redundant import from the same package - math.geom2d.Point2D. | 31 |
![]() | Redundant import from the same package - math.geom2d.Vector2D. | 32 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'm00' must be private and have accessor methods. | 46 |
![]() | Variable 'm01' must be private and have accessor methods. | 46 |
![]() | Variable 'm02' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'm10' must be private and have accessor methods. | 49 |
![]() | Variable 'm11' must be private and have accessor methods. | 49 |
![]() | Variable 'm12' must be private and have accessor methods. | 49 |
![]() | Expected an @return tag. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Expected an @return tag. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | Parameter trans should be final. | 65 |
![]() | Expected @param tag for 'trans'. | 65 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Expected an @return tag. | 75 |
![]() | 'static' modifier out of order with the JLS suggestions. | 75 |
![]() | Parameter coefs should be final. | 75 |
![]() | Expected @param tag for 'coefs'. | 75 |
![]() | '==' is not preceded with whitespace. | 76 |
![]() | '4' is a magic number. | 76 |
![]() | '==' is not followed by whitespace. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | '3' is a magic number. | 79 |
![]() | '==' is not preceded with whitespace. | 80 |
![]() | '6' is a magic number. | 80 |
![]() | '==' is not followed by whitespace. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | '3' is a magic number. | 83 |
![]() | '4' is a magic number. | 83 |
![]() | '5' is a magic number. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Expected an @return tag. | 92 |
![]() | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Parameter xx should be final. | 93 |
![]() | Expected @param tag for 'xx'. | 93 |
![]() | Parameter yx should be final. | 93 |
![]() | Expected @param tag for 'yx'. | 93 |
![]() | Parameter tx should be final. | 93 |
![]() | Expected @param tag for 'tx'. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Parameter xy should be final. | 94 |
![]() | Expected @param tag for 'xy'. | 94 |
![]() | Parameter yy should be final. | 94 |
![]() | Expected @param tag for 'yy'. | 94 |
![]() | Parameter ty should be final. | 94 |
![]() | Expected @param tag for 'ty'. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 98 |
![]() | 'static' modifier out of order with the JLS suggestions. | 98 |
![]() | Parameter line should be final. | 99 |
![]() | Parameter distance should be final. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 103 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '*' is not preceded with whitespace. | 112 |
![]() | '*' is not followed by whitespace. | 112 |
![]() | '*' is not preceded with whitespace. | 115 |
![]() | '*' is not followed by whitespace. | 115 |
![]() | '+' is not preceded with whitespace. | 115 |
![]() | '+' is not followed by whitespace. | 115 |
![]() | '*' is not preceded with whitespace. | 115 |
![]() | '*' is not followed by whitespace. | 115 |
![]() | '*' is not preceded with whitespace. | 116 |
![]() | '*' is not followed by whitespace. | 116 |
![]() | '*' is not preceded with whitespace. | 117 |
![]() | '*' is not followed by whitespace. | 117 |
![]() | '*' is not preceded with whitespace. | 118 |
![]() | '*' is not followed by whitespace. | 118 |
![]() | '*' is not preceded with whitespace. | 119 |
![]() | '*' is not followed by whitespace. | 119 |
![]() | '*' is not preceded with whitespace. | 120 |
![]() | '*' is not followed by whitespace. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 124 |
![]() | '-' is not preceded with whitespace. | 124 |
![]() | '-' is not followed by whitespace. | 124 |
![]() | '/' is not preceded with whitespace. | 124 |
![]() | '/' is not followed by whitespace. | 124 |
![]() | '*' is not preceded with whitespace. | 124 |
![]() | '*' is not followed by whitespace. | 124 |
![]() | '/' is not preceded with whitespace. | 124 |
![]() | '/' is not followed by whitespace. | 124 |
![]() | '*' is not preceded with whitespace. | 124 |
![]() | '*' is not followed by whitespace. | 124 |
![]() | '*' is not preceded with whitespace. | 124 |
![]() | '*' is not followed by whitespace. | 124 |
![]() | '-' is not preceded with whitespace. | 124 |
![]() | '-' is not followed by whitespace. | 124 |
![]() | '/' is not preceded with whitespace. | 124 |
![]() | '/' is not followed by whitespace. | 124 |
![]() | '+' is not preceded with whitespace. | 124 |
![]() | '+' is not followed by whitespace. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | '*' is not preceded with whitespace. | 125 |
![]() | '*' is not followed by whitespace. | 125 |
![]() | '/' is not preceded with whitespace. | 125 |
![]() | '/' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '/' is not preceded with whitespace. | 125 |
![]() | '/' is not followed by whitespace. | 125 |
![]() | '*' is not preceded with whitespace. | 125 |
![]() | '*' is not followed by whitespace. | 125 |
![]() | '*' is not preceded with whitespace. | 125 |
![]() | '*' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '/' is not preceded with whitespace. | 125 |
![]() | '/' is not followed by whitespace. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not followed by whitespace. | 125 |
![]() | Missing a Javadoc comment. | 128 |
![]() | 'static' modifier out of order with the JLS suggestions. | 128 |
![]() | Parameter center should be final. | 128 |
![]() | Parameter k should be final. | 129 |
![]() | Missing a Javadoc comment. | 133 |
![]() | 'static' modifier out of order with the JLS suggestions. | 133 |
![]() | Parameter line should be final. | 134 |
![]() | '*' 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. | 141 |
![]() | '*' is not followed by whitespace. | 141 |
![]() | '*' is not preceded with whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 143 |
![]() | '-' is not preceded with whitespace. | 143 |
![]() | '-' is not followed by whitespace. | 143 |
![]() | '*' is not preceded with whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 143 |
![]() | '/' is not preceded with whitespace. | 143 |
![]() | '/' is not followed by whitespace. | 143 |
![]() | '*' is not preceded with whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 143 |
![]() | '*' is not preceded with whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 143 |
![]() | '/' is not preceded with whitespace. | 143 |
![]() | '/' is not followed by whitespace. | 143 |
![]() | '*' is not preceded with whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 143 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '-' is not preceded with whitespace. | 144 |
![]() | '-' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '/' is not preceded with whitespace. | 144 |
![]() | '/' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '/' is not preceded with whitespace. | 144 |
![]() | '/' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '-' is not preceded with whitespace. | 144 |
![]() | '-' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '/' is not preceded with whitespace. | 144 |
![]() | '/' is not followed by whitespace. | 144 |
![]() | '*' is not preceded with whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 144 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | '*' is not preceded with whitespace. | 145 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | '-' is not preceded with whitespace. | 145 |
![]() | '-' is not followed by whitespace. | 145 |
![]() | '*' is not preceded with whitespace. | 145 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | '/' is not preceded with whitespace. | 145 |
![]() | '/' is not followed by whitespace. | 145 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters. | 154 |
![]() | 'static' modifier out of order with the JLS suggestions. | 154 |
![]() | Parameter center should be final. | 154 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | 'static' modifier out of order with the JLS suggestions. | 158 |
![]() | Parameter numQuadrant should be final. | 158 |
![]() | '%' is not preceded with whitespace. | 159 |
![]() | '%' is not followed by whitespace. | 159 |
![]() | '4' is a magic number. | 159 |
![]() | '+' is not preceded with whitespace. | 159 |
![]() | '+' is not followed by whitespace. | 159 |
![]() | '4' is a magic number. | 159 |
![]() | '%' is not preceded with whitespace. | 159 |
![]() | '%' is not followed by whitespace. | 159 |
![]() | '4' is a magic number. | 159 |
![]() | '3' is a magic number. | 167 |
![]() | Expected an @return tag. | 177 |
![]() | 'static' modifier out of order with the JLS suggestions. | 177 |
![]() | Parameter angle should be final. | 177 |
![]() | Expected @param tag for 'angle'. | 177 |
![]() | Expected an @return tag. | 184 |
![]() | 'static' modifier out of order with the JLS suggestions. | 184 |
![]() | Parameter center should be final. | 184 |
![]() | Expected @param tag for 'center'. | 184 |
![]() | Parameter angle should be final. | 185 |
![]() | Expected @param tag for 'angle'. | 185 |
![]() | Expected an @return tag. | 195 |
![]() | 'static' modifier out of order with the JLS suggestions. | 195 |
![]() | Parameter cx should be final. | 195 |
![]() | Expected @param tag for 'cx'. | 195 |
![]() | Parameter cy should be final. | 195 |
![]() | Expected @param tag for 'cy'. | 195 |
![]() | Parameter angle should be final. | 196 |
![]() | Expected @param tag for 'angle'. | 196 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '/' is not preceded with whitespace. | 203 |
![]() | '/' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '/' is not preceded with whitespace. | 204 |
![]() | '/' is not followed by whitespace. | 204 |
![]() | '-' is not preceded with whitespace. | 204 |
![]() | '-' is not followed by whitespace. | 204 |
![]() | '<' is not preceded with whitespace. | 204 |
![]() | '<' is not followed by whitespace. | 204 |
![]() | '>=' is not preceded with whitespace. | 205 |
![]() | '>=' is not followed by whitespace. | 205 |
![]() | '<' is not preceded with whitespace. | 206 |
![]() | '5' is a magic number. | 206 |
![]() | '<' is not followed by whitespace. | 206 |
![]() | switch without "default" clause. | 207 |
![]() | '3' is a magic number. | 220 |
![]() | '4' is a magic number. | 224 |
![]() | Line has trailing spaces. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | '-' is not preceded with whitespace. | 236 |
![]() | '-' is not followed by whitespace. | 236 |
![]() | '*' is not preceded with whitespace. | 236 |
![]() | '*' is not followed by whitespace. | 236 |
![]() | '+' is not preceded with whitespace. | 236 |
![]() | '+' is not followed by whitespace. | 236 |
![]() | '*' is not preceded with whitespace. | 236 |
![]() | '*' is not followed by whitespace. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | '-' is not preceded with whitespace. | 237 |
![]() | '-' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | '-' is not preceded with whitespace. | 237 |
![]() | '-' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | Expected an @return tag. | 243 |
![]() | 'static' modifier out of order with the JLS suggestions. | 243 |
![]() | Parameter sx should be final. | 243 |
![]() | Expected @param tag for 'sx'. | 243 |
![]() | Parameter sy should be final. | 243 |
![]() | Expected @param tag for 'sy'. | 243 |
![]() | Expected an @return tag. | 250 |
![]() | 'static' modifier out of order with the JLS suggestions. | 250 |
![]() | Parameter center should be final. | 250 |
![]() | Expected @param tag for 'center'. | 250 |
![]() | Parameter sx should be final. | 251 |
![]() | Expected @param tag for 'sx'. | 251 |
![]() | Parameter sy should be final. | 251 |
![]() | Expected @param tag for 'sy'. | 251 |
![]() | '-' is not preceded with whitespace. | 252 |
![]() | '-' is not followed by whitespace. | 252 |
![]() | '*' is not preceded with whitespace. | 252 |
![]() | '*' is not followed by whitespace. | 252 |
![]() | '-' is not preceded with whitespace. | 252 |
![]() | '-' is not followed by whitespace. | 252 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | Line has trailing spaces. | 258 |
![]() | 'static' modifier out of order with the JLS suggestions. | 263 |
![]() | Parameter shx should be final. | 263 |
![]() | Parameter shy should be final. | 263 |
![]() | Expected an @return tag. | 270 |
![]() | 'static' modifier out of order with the JLS suggestions. | 270 |
![]() | Parameter vect should be final. | 270 |
![]() | Expected @param tag for 'vect'. | 270 |
![]() | Expected an @return tag. | 277 |
![]() | Line is longer than 80 characters. | 277 |
![]() | 'static' modifier out of order with the JLS suggestions. | 277 |
![]() | Parameter dx should be final. | 277 |
![]() | Expected @param tag for 'dx'. | 277 |
![]() | Parameter dy should be final. | 277 |
![]() | Expected @param tag for 'dy'. | 277 |
![]() | Expected an @return tag. | 287 |
![]() | 'static' modifier out of order with the JLS suggestions. | 287 |
![]() | Parameter trans should be final. | 287 |
![]() | Expected @param tag for 'trans'. | 287 |
![]() | 'if' construct must use '{}'s. | 289 |
![]() | '-' is not preceded with whitespace. | 289 |
![]() | '-' is not followed by whitespace. | 289 |
![]() | '>' is not preceded with whitespace. | 289 |
![]() | '>' is not followed by whitespace. | 289 |
![]() | 'if' construct must use '{}'s. | 291 |
![]() | '>' is not preceded with whitespace. | 291 |
![]() | '>' is not followed by whitespace. | 291 |
![]() | 'if' construct must use '{}'s. | 293 |
![]() | '>' is not preceded with whitespace. | 293 |
![]() | '>' is not followed by whitespace. | 293 |
![]() | 'if' construct must use '{}'s. | 295 |
![]() | '3' is a magic number. | 295 |
![]() | '>' is not preceded with whitespace. | 295 |
![]() | '>' is not followed by whitespace. | 295 |
![]() | 'if' construct must use '{}'s. | 297 |
![]() | '4' is a magic number. | 297 |
![]() | '-' is not preceded with whitespace. | 297 |
![]() | '-' is not followed by whitespace. | 297 |
![]() | '>' is not preceded with whitespace. | 297 |
![]() | '>' is not followed by whitespace. | 297 |
![]() | 'if' construct must use '{}'s. | 299 |
![]() | '5' is a magic number. | 299 |
![]() | '>' is not preceded with whitespace. | 299 |
![]() | '>' is not followed by whitespace. | 299 |
![]() | Line has trailing spaces. | 307 |
![]() | 'static' modifier out of order with the JLS suggestions. | 310 |
![]() | Parameter trans should be final. | 310 |
![]() | Expected @param tag for 'trans'. | 310 |
![]() | '*' is not preceded with whitespace. | 312 |
![]() | '*' is not followed by whitespace. | 312 |
![]() | '-' is not preceded with whitespace. | 312 |
![]() | '-' is not followed by whitespace. | 312 |
![]() | '*' is not preceded with whitespace. | 312 |
![]() | '*' is not followed by whitespace. | 312 |
![]() | '>' is not preceded with whitespace. | 312 |
![]() | '>' is not followed by whitespace. | 312 |
![]() | Line has trailing spaces. | 319 |
![]() | 'static' modifier out of order with the JLS suggestions. | 322 |
![]() | Parameter trans should be final. | 322 |
![]() | Expected @param tag for 'trans'. | 322 |
![]() | 'if' construct must use '{}'s. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '-' is not preceded with whitespace. | 331 |
![]() | '-' is not followed by whitespace. | 331 |
![]() | '>' is not preceded with whitespace. | 331 |
![]() | '>' is not followed by whitespace. | 331 |
![]() | 'if' construct must use '{}'s. | 333 |
![]() | '*' is not preceded with whitespace. | 333 |
![]() | '*' is not followed by whitespace. | 333 |
![]() | '+' is not preceded with whitespace. | 333 |
![]() | '+' is not followed by whitespace. | 333 |
![]() | '*' is not preceded with whitespace. | 333 |
![]() | '*' is not followed by whitespace. | 333 |
![]() | '-' is not preceded with whitespace. | 333 |
![]() | '-' is not followed by whitespace. | 333 |
![]() | '>' is not preceded with whitespace. | 333 |
![]() | '>' is not followed by whitespace. | 333 |
![]() | 'if' construct must use '{}'s. | 335 |
![]() | '*' is not preceded with whitespace. | 335 |
![]() | '*' is not followed by whitespace. | 335 |
![]() | '+' is not preceded with whitespace. | 335 |
![]() | '+' is not followed by whitespace. | 335 |
![]() | '*' is not preceded with whitespace. | 335 |
![]() | '*' is not followed by whitespace. | 335 |
![]() | '>' is not preceded with whitespace. | 335 |
![]() | '>' is not followed by whitespace. | 335 |
![]() | Line has trailing spaces. | 346 |
![]() | 'static' modifier out of order with the JLS suggestions. | 349 |
![]() | Parameter trans should be final. | 349 |
![]() | Expected @param tag for 'trans'. | 349 |
![]() | '*' is not preceded with whitespace. | 351 |
![]() | '*' is not followed by whitespace. | 351 |
![]() | '-' is not preceded with whitespace. | 351 |
![]() | '-' is not followed by whitespace. | 351 |
![]() | '*' is not preceded with whitespace. | 351 |
![]() | '*' is not followed by whitespace. | 351 |
![]() | '-' is not preceded with whitespace. | 352 |
![]() | '-' is not followed by whitespace. | 352 |
![]() | '<' is not preceded with whitespace. | 352 |
![]() | '<' is not followed by whitespace. | 352 |
![]() | Line has trailing spaces. | 358 |
![]() | 'static' modifier out of order with the JLS suggestions. | 361 |
![]() | Parameter trans should be final. | 361 |
![]() | Expected @param tag for 'trans'. | 361 |
![]() | '*' is not preceded with whitespace. | 370 |
![]() | '*' is not followed by whitespace. | 370 |
![]() | '-' is not preceded with whitespace. | 370 |
![]() | '-' is not followed by whitespace. | 370 |
![]() | '*' is not preceded with whitespace. | 370 |
![]() | '*' is not followed by whitespace. | 370 |
![]() | 'if' construct must use '{}'s. | 373 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '+' is not preceded with whitespace. | 373 |
![]() | '+' is not followed by whitespace. | 373 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '-' is not preceded with whitespace. | 373 |
![]() | '-' is not followed by whitespace. | 373 |
![]() | '>' is not preceded with whitespace. | 373 |
![]() | '>' is not followed by whitespace. | 373 |
![]() | 'if' construct must use '{}'s. | 375 |
![]() | '*' is not preceded with whitespace. | 375 |
![]() | '*' is not followed by whitespace. | 375 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' is not followed by whitespace. | 375 |
![]() | '*' is not preceded with whitespace. | 375 |
![]() | '*' is not followed by whitespace. | 375 |
![]() | '-' is not preceded with whitespace. | 375 |
![]() | '-' is not followed by whitespace. | 375 |
![]() | '>' is not preceded with whitespace. | 375 |
![]() | '>' is not followed by whitespace. | 375 |
![]() | 'if' construct must use '{}'s. | 377 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '-' is not preceded with whitespace. | 377 |
![]() | '-' is not followed by whitespace. | 377 |
![]() | '>' is not preceded with whitespace. | 377 |
![]() | '>' is not followed by whitespace. | 377 |
![]() | 'if' construct must use '{}'s. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '+' is not preceded with whitespace. | 379 |
![]() | '+' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '-' is not preceded with whitespace. | 379 |
![]() | '-' is not followed by whitespace. | 379 |
![]() | '>' is not preceded with whitespace. | 379 |
![]() | '>' is not followed by whitespace. | 379 |
![]() | First sentence should end with a period. | 389 |
![]() | Inner assignments should be avoided. | 392 |
![]() | Inner assignments should be avoided. | 393 |
![]() | Inner assignments should be avoided. | 394 |
![]() | First sentence should end with a period. | 397 |
![]() | Parameter trans should be final. | 398 |
![]() | Expected @param tag for 'trans'. | 398 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Parameter coefs should be final. | 408 |
![]() | '==' is not preceded with whitespace. | 409 |
![]() | '4' is a magic number. | 409 |
![]() | '==' is not followed by whitespace. | 409 |
![]() | '3' is a magic number. | 413 |
![]() | '3' is a magic number. | 418 |
![]() | '4' is a magic number. | 419 |
![]() | '5' is a magic number. | 420 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Parameter xx should be final. | 424 |
![]() | Parameter yx should be final. | 424 |
![]() | Parameter tx should be final. | 424 |
![]() | Parameter xy should be final. | 424 |
![]() | Parameter yy should be final. | 425 |
![]() | Parameter ty should be final. | 425 |
![]() | Expected an @return tag. | 440 |
![]() | Method 'getCoefficients' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() | '{' is followed by whitespace. | 441 |
![]() | Line has trailing spaces. | 447 |
![]() | Method 'getAffineMatrix' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Line has trailing spaces. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | '{' is followed by whitespace. | 452 |
![]() | Line has trailing spaces. | 453 |
![]() | '{' is followed by whitespace. | 453 |
![]() | '{' is followed by whitespace. | 454 |
![]() | Line has trailing spaces. | 461 |
![]() | Method 'compose' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() | Parameter that should be final. | 467 |
![]() | Line has trailing spaces. | 476 |
![]() | Method 'concatenate' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Parameter that should be final. | 481 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | '+' is not preceded with whitespace. | 483 |
![]() | '+' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 484 |
![]() | '*' is not followed by whitespace. | 484 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' is not followed by whitespace. | 484 |
![]() | '*' is not preceded with whitespace. | 484 |
![]() | '*' is not followed by whitespace. | 484 |
![]() | '*' is not preceded with whitespace. | 485 |
![]() | '*' is not followed by whitespace. | 485 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' is not followed by whitespace. | 485 |
![]() | '*' is not preceded with whitespace. | 485 |
![]() | '*' is not followed by whitespace. | 485 |
![]() | '+' is not preceded with whitespace. | 485 |
![]() | '+' is not followed by whitespace. | 485 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 487 |
![]() | '*' is not followed by whitespace. | 487 |
![]() | '+' is not preceded with whitespace. | 487 |
![]() | '+' is not followed by whitespace. | 487 |
![]() | '*' is not preceded with whitespace. | 487 |
![]() | '*' is not followed by whitespace. | 487 |
![]() | '*' is not preceded with whitespace. | 488 |
![]() | '*' is not followed by whitespace. | 488 |
![]() | '+' is not preceded with whitespace. | 488 |
![]() | '+' is not followed by whitespace. | 488 |
![]() | '*' is not preceded with whitespace. | 488 |
![]() | '*' is not followed by whitespace. | 488 |
![]() | '+' is not preceded with whitespace. | 488 |
![]() | '+' is not followed by whitespace. | 488 |
![]() | Line has trailing spaces. | 503 |
![]() | Method 'chain' is not designed for extension - needs to be abstract, final or empty. | 508 |
![]() | Parameter that should be final. | 508 |
![]() | '*' is not preceded with whitespace. | 511 |
![]() | '*' is not followed by whitespace. | 511 |
![]() | '+' is not preceded with whitespace. | 511 |
![]() | '+' is not followed by whitespace. | 511 |
![]() | '*' is not preceded with whitespace. | 511 |
![]() | '*' is not followed by whitespace. | 511 |
![]() | '*' is not preceded with whitespace. | 512 |
![]() | '*' is not followed by whitespace. | 512 |
![]() | '+' is not preceded with whitespace. | 512 |
![]() | '+' is not followed by whitespace. | 512 |
![]() | '*' is not preceded with whitespace. | 512 |
![]() | '*' is not followed by whitespace. | 512 |
![]() | '*' is not preceded with whitespace. | 513 |
![]() | '*' is not followed by whitespace. | 513 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' is not followed by whitespace. | 513 |
![]() | '*' is not preceded with whitespace. | 513 |
![]() | '*' is not followed by whitespace. | 513 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' is not followed by whitespace. | 513 |
![]() | Line has trailing spaces. | 514 |
![]() | '*' is not preceded with whitespace. | 514 |
![]() | '*' is not followed by whitespace. | 514 |
![]() | '+' is not preceded with whitespace. | 514 |
![]() | '+' is not followed by whitespace. | 514 |
![]() | '*' is not preceded with whitespace. | 514 |
![]() | '*' is not followed by whitespace. | 514 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '+' is not preceded with whitespace. | 515 |
![]() | '+' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 516 |
![]() | '*' is not followed by whitespace. | 516 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' is not followed by whitespace. | 516 |
![]() | '*' is not preceded with whitespace. | 516 |
![]() | '*' is not followed by whitespace. | 516 |
![]() | '+' is not preceded with whitespace. | 516 |
![]() | '+' is not followed by whitespace. | 516 |
![]() | Line has trailing spaces. | 524 |
![]() | Method 'preConcatenate' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() | Parameter that should be final. | 529 |
![]() | Method 'isSimilarity' is not designed for extension - needs to be abstract, final or empty. | 536 |
![]() | Missing a Javadoc comment. | 536 |
![]() | Method 'isMotion' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Method 'isIsometry' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 548 |
![]() | Missing a Javadoc comment. | 548 |
![]() | Method 'isIdentity' is not designed for extension - needs to be abstract, final or empty. | 552 |
![]() | Missing a Javadoc comment. | 552 |
![]() | Line has trailing spaces. | 562 |
![]() | Expected an @return tag. | 565 |
![]() | Method 'invert' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() | '*' is not preceded with whitespace. | 566 |
![]() | '*' is not followed by whitespace. | 566 |
![]() | '-' is not preceded with whitespace. | 566 |
![]() | '-' is not followed by whitespace. | 566 |
![]() | '*' is not preceded with whitespace. | 566 |
![]() | '*' is not followed by whitespace. | 566 |
![]() | 'if' construct must use '{}'s. | 568 |
![]() | '<' is not preceded with whitespace. | 568 |
![]() | '<' is not followed by whitespace. | 568 |
![]() | '/' is not preceded with whitespace. | 572 |
![]() | '/' is not followed by whitespace. | 572 |
![]() | '/' is not preceded with whitespace. | 572 |
![]() | '/' is not followed by whitespace. | 572 |
![]() | '*' is not preceded with whitespace. | 572 |
![]() | '*' is not followed by whitespace. | 572 |
![]() | '-' is not preceded with whitespace. | 572 |
![]() | '-' is not followed by whitespace. | 572 |
![]() | '*' is not preceded with whitespace. | 572 |
![]() | '*' is not followed by whitespace. | 572 |
![]() | '/' is not preceded with whitespace. | 572 |
![]() | '/' is not followed by whitespace. | 572 |
![]() | '/' is not preceded with whitespace. | 573 |
![]() | '/' is not followed by whitespace. | 573 |
![]() | '/' is not preceded with whitespace. | 573 |
![]() | '/' is not followed by whitespace. | 573 |
![]() | '*' is not preceded with whitespace. | 573 |
![]() | '*' is not followed by whitespace. | 573 |
![]() | '-' is not preceded with whitespace. | 573 |
![]() | '-' is not followed by whitespace. | 573 |
![]() | '*' is not preceded with whitespace. | 573 |
![]() | '*' is not followed by whitespace. | 573 |
![]() | '/' is not preceded with whitespace. | 573 |
![]() | '/' is not followed by whitespace. | 573 |
![]() | Line has trailing spaces. | 579 |
![]() | Expected an @return tag. | 582 |
![]() | Method 'getInverseTransform' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Missing a Javadoc comment. | 590 |
![]() | Parameter src should be final. | 590 |
![]() | Parameter dst should be final. | 590 |
![]() | 'if' construct must use '{}'s. | 591 |
![]() | '==' is not preceded with whitespace. | 591 |
![]() | '==' is not followed by whitespace. | 591 |
![]() | 'if' construct must use '{}'s. | 593 |
![]() | '==' is not preceded with whitespace. | 593 |
![]() | '==' is not followed by whitespace. | 593 |
![]() | 'for' construct must use '{}'s. | 594 |
![]() | '<' is not preceded with whitespace. | 594 |
![]() | '<' is not followed by whitespace. | 594 |
![]() | Array brackets at illegal position. | 597 |
![]() | 'for' construct must use '{}'s. | 599 |
![]() | '<' is not preceded with whitespace. | 599 |
![]() | '<' is not followed by whitespace. | 599 |
![]() | '*' is not preceded with whitespace. | 601 |
![]() | '*' is not followed by whitespace. | 601 |
![]() | '+' is not preceded with whitespace. | 601 |
![]() | '+' is not followed by whitespace. | 601 |
![]() | '*' is not preceded with whitespace. | 601 |
![]() | '*' is not followed by whitespace. | 601 |
![]() | '+' is not preceded with whitespace. | 601 |
![]() | '+' is not followed by whitespace. | 601 |
![]() | '*' is not preceded with whitespace. | 602 |
![]() | '*' is not followed by whitespace. | 602 |
![]() | '3' is a magic number. | 602 |
![]() | '+' is not preceded with whitespace. | 602 |
![]() | '+' is not followed by whitespace. | 602 |
![]() | '*' is not preceded with whitespace. | 602 |
![]() | '*' is not followed by whitespace. | 602 |
![]() | '4' is a magic number. | 602 |
![]() | '+' is not preceded with whitespace. | 602 |
![]() | '+' is not followed by whitespace. | 602 |
![]() | '5' is a magic number. | 602 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() | Missing a Javadoc comment. | 606 |
![]() | Parameter src should be final. | 606 |
![]() | Array brackets at illegal position. | 607 |
![]() | Line has trailing spaces. | 609 |
![]() | '*' is not preceded with whitespace. | 609 |
![]() | '*' is not followed by whitespace. | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | '*' is not preceded with whitespace. | 609 |
![]() | '*' is not followed by whitespace. | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | '*' is not preceded with whitespace. | 610 |
![]() | '*' is not followed by whitespace. | 610 |
![]() | '3' is a magic number. | 610 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' is not followed by whitespace. | 610 |
![]() | '*' is not preceded with whitespace. | 610 |
![]() | '*' is not followed by whitespace. | 610 |
![]() | '4' is a magic number. | 610 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' is not followed by whitespace. | 610 |
![]() | '5' is a magic number. | 610 |
![]() | Expected an @return tag. | 617 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Parameter src should be final. | 618 |
![]() | Expected @param tag for 'src'. | 618 |
![]() | Parameter dst should be final. | 618 |
![]() | Expected @param tag for 'dst'. | 618 |
![]() | Array brackets at illegal position. | 619 |
![]() | 'if' construct must use '{}'s. | 620 |
![]() | '==' is not preceded with whitespace. | 620 |
![]() | '==' is not followed by whitespace. | 620 |
![]() | Line has trailing spaces. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 624 |
![]() | '*' is not followed by whitespace. | 624 |
![]() | '3' is a magic number. | 624 |
![]() | '+' is not preceded with whitespace. | 624 |
![]() | '+' is not followed by whitespace. | 624 |
![]() | '*' is not preceded with whitespace. | 624 |
![]() | '*' is not followed by whitespace. | 624 |
![]() | '4' is a magic number. | 624 |
![]() | '+' is not preceded with whitespace. | 624 |
![]() | '+' is not followed by whitespace. | 624 |
![]() | '5' is a magic number. | 624 |
![]() | Expected an @return tag. | 634 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 634 |
![]() | '+' should be on a new line. | 636 |
![]() | Line has trailing spaces. | 637 |
![]() | Line contains a tab character. | 637 |
![]() | '+' should be on a new line. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | ')' is preceded with whitespace. | 638 |
![]() | Line has trailing spaces. | 640 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 641 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 641 |
![]() | Parameter obj should be final. | 642 |
![]() | 'if' construct must use '{}'s. | 643 |
![]() | 'for' construct must use '{}'s. | 649 |
![]() | '<' is not preceded with whitespace. | 649 |
![]() | '6' is a magic number. | 649 |
![]() | '<' is not followed by whitespace. | 649 |
![]() | 'if' construct must use '{}'s. | 650 |
![]() | '-' is not preceded with whitespace. | 650 |
![]() | '-' is not followed by whitespace. | 650 |
![]() | '>' is not preceded with whitespace. | 650 |
![]() | '>' is not followed by whitespace. | 650 |
![]() | Line has trailing spaces. | 655 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 656 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 33 |
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | '*' is not preceded with whitespace. | 39 |
![]() | '*' is not followed by whitespace. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | '/' is not preceded with whitespace. | 40 |
![]() | '/' is not followed by whitespace. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | '3' is a magic number. | 41 |
![]() | '*' is not preceded with whitespace. | 41 |
![]() | '*' is not followed by whitespace. | 41 |
![]() | '/' is not preceded with whitespace. | 41 |
![]() | '/' is not followed by whitespace. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | '/' is not preceded with whitespace. | 42 |
![]() | '/' is not followed by whitespace. | 42 |
![]() | '4' is a magic number. | 42 |
![]() | Line has trailing spaces. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Parameter angle should be final. | 50 |
![]() | '%' 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. | 51 |
![]() | '%' is not followed by whitespace. | 51 |
![]() | Expected an @return tag. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Parameter point should be final. | 58 |
![]() | Expected @param tag for 'point'. | 58 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | '%' is not preceded with whitespace. | 59 |
![]() | '%' is not followed by whitespace. | 59 |
![]() | Expected an @return tag. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Parameter x should be final. | 66 |
![]() | Expected @param tag for 'x'. | 66 |
![]() | Parameter y should be final. | 66 |
![]() | Expected @param tag for 'y'. | 66 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | '%' is not preceded with whitespace. | 67 |
![]() | '%' is not followed by whitespace. | 67 |
![]() | Expected an @return tag. | 74 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | Parameter vect should be final. | 74 |
![]() | Expected @param tag for 'vect'. | 74 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | '%' is not preceded with whitespace. | 75 |
![]() | '%' is not followed by whitespace. | 75 |
![]() | Expected an @return tag. | 82 |
![]() | 'static' modifier out of order with the JLS suggestions. | 82 |
![]() | Parameter object should be final. | 82 |
![]() | Expected @param tag for 'object'. | 82 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '%' is not preceded with whitespace. | 84 |
![]() | '%' is not followed by whitespace. | 84 |
![]() | Expected an @return tag. | 91 |
![]() | 'static' modifier out of order with the JLS suggestions. | 91 |
![]() | Parameter p1 should be final. | 91 |
![]() | Expected @param tag for 'p1'. | 91 |
![]() | Parameter p2 should be final. | 92 |
![]() | Expected @param tag for 'p2'. | 92 |
![]() | '-' is not preceded with whitespace. | 93 |
![]() | '-' is not followed by whitespace. | 93 |
![]() | '-' is not preceded with whitespace. | 93 |
![]() | '-' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '%' is not followed by whitespace. | 94 |
![]() | Expected an @return tag. | 101 |
![]() | 'static' modifier out of order with the JLS suggestions. | 101 |
![]() | Parameter x1 should be final. | 101 |
![]() | Expected @param tag for 'x1'. | 101 |
![]() | Parameter y1 should be final. | 101 |
![]() | Expected @param tag for 'y1'. | 101 |
![]() | Parameter x2 should be final. | 102 |
![]() | Expected @param tag for 'x2'. | 102 |
![]() | Parameter y2 should be final. | 102 |
![]() | Expected @param tag for 'y2'. | 102 |
![]() | '-' is not preceded with whitespace. | 103 |
![]() | '-' is not followed by whitespace. | 103 |
![]() | '-' is not preceded with whitespace. | 103 |
![]() | '-' is not followed by whitespace. | 103 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | '%' is not preceded with whitespace. | 103 |
![]() | '%' is not followed by whitespace. | 103 |
![]() | Line has trailing spaces. | 108 |
![]() | Missing a Javadoc comment. | 114 |
![]() | 'static' modifier out of order with the JLS suggestions. | 114 |
![]() | Parameter p1 should be final. | 114 |
![]() | Parameter p2 should be final. | 115 |
![]() | '-' is not preceded with whitespace. | 116 |
![]() | '-' is not followed by whitespace. | 116 |
![]() | '-' is not preceded with whitespace. | 117 |
![]() | '-' is not followed by whitespace. | 117 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | '==' is not preceded with whitespace. | 119 |
![]() | '==' is not followed by whitespace. | 119 |
![]() | Avoid inline conditionals. | 119 |
![]() | '/' is not preceded with whitespace. | 119 |
![]() | '/' is not followed by whitespace. | 119 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '<' is not preceded with whitespace. | 120 |
![]() | '<' is not followed by whitespace. | 120 |
![]() | '-' is not preceded with whitespace. | 121 |
![]() | '-' is not followed by whitespace. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | '<' is not preceded with whitespace. | 123 |
![]() | '<' is not followed by whitespace. | 123 |
![]() | '4' is a magic number. | 124 |
![]() | '*' is not preceded with whitespace. | 126 |
![]() | '*' is not followed by whitespace. | 126 |
![]() | '90' is a magic number. | 126 |
![]() | Expected an @return tag. | 133 |
![]() | Line is longer than 80 characters. | 133 |
![]() | 'static' modifier out of order with the JLS suggestions. | 133 |
![]() | Parameter obj1 should be final. | 133 |
![]() | Expected @param tag for 'obj1'. | 133 |
![]() | Parameter obj2 should be final. | 133 |
![]() | Expected @param tag for 'obj2'. | 133 |
![]() | '-' is not preceded with whitespace. | 136 |
![]() | '-' is not followed by whitespace. | 136 |
![]() | '+' is not preceded with whitespace. | 136 |
![]() | '+' is not followed by whitespace. | 136 |
![]() | '%' is not preceded with whitespace. | 136 |
![]() | '%' is not followed by whitespace. | 136 |
![]() | Expected an @return tag. | 143 |
![]() | 'static' modifier out of order with the JLS suggestions. | 143 |
![]() | Parameter vect1 should be final. | 143 |
![]() | Expected @param tag for 'vect1'. | 143 |
![]() | Parameter vect2 should be final. | 143 |
![]() | Expected @param tag for 'vect2'. | 143 |
![]() | '-' is not preceded with whitespace. | 146 |
![]() | '-' is not followed by whitespace. | 146 |
![]() | '+' is not preceded with whitespace. | 146 |
![]() | '+' is not followed by whitespace. | 146 |
![]() | '%' is not preceded with whitespace. | 146 |
![]() | '%' is not followed by whitespace. | 146 |
![]() | Expected an @return tag. | 153 |
![]() | 'static' modifier out of order with the JLS suggestions. | 153 |
![]() | Parameter p1 should be final. | 153 |
![]() | Expected @param tag for 'p1'. | 153 |
![]() | Parameter p2 should be final. | 154 |
![]() | Expected @param tag for 'p2'. | 154 |
![]() | Parameter p3 should be final. | 154 |
![]() | Expected @param tag for 'p3'. | 154 |
![]() | '-' is not preceded with whitespace. | 157 |
![]() | '-' is not followed by whitespace. | 157 |
![]() | '+' is not preceded with whitespace. | 157 |
![]() | '+' is not followed by whitespace. | 157 |
![]() | '%' is not preceded with whitespace. | 157 |
![]() | '%' is not followed by whitespace. | 157 |
![]() | Expected an @return tag. | 165 |
![]() | 'static' modifier out of order with the JLS suggestions. | 165 |
![]() | Parameter x1 should be final. | 165 |
![]() | Expected @param tag for 'x1'. | 165 |
![]() | Parameter y1 should be final. | 165 |
![]() | Expected @param tag for 'y1'. | 165 |
![]() | Parameter x2 should be final. | 165 |
![]() | Expected @param tag for 'x2'. | 165 |
![]() | Parameter y2 should be final. | 166 |
![]() | Expected @param tag for 'y2'. | 166 |
![]() | Parameter x3 should be final. | 166 |
![]() | Expected @param tag for 'x3'. | 166 |
![]() | Parameter y3 should be final. | 166 |
![]() | Expected @param tag for 'y3'. | 166 |
![]() | '-' is not preceded with whitespace. | 169 |
![]() | '-' is not followed by whitespace. | 169 |
![]() | '+' is not preceded with whitespace. | 169 |
![]() | '+' is not followed by whitespace. | 169 |
![]() | '%' is not preceded with whitespace. | 169 |
![]() | '%' is not followed by whitespace. | 169 |
![]() | Expected an @return tag. | 176 |
![]() | 'static' modifier out of order with the JLS suggestions. | 176 |
![]() | Parameter p1 should be final. | 176 |
![]() | Expected @param tag for 'p1'. | 176 |
![]() | Parameter p2 should be final. | 177 |
![]() | Expected @param tag for 'p2'. | 177 |
![]() | Parameter p3 should be final. | 177 |
![]() | Expected @param tag for 'p3'. | 177 |
![]() | '-' is not preceded with whitespace. | 180 |
![]() | '-' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '%' is not preceded with whitespace. | 180 |
![]() | '%' is not followed by whitespace. | 180 |
![]() | 'if' construct must use '{}'s. | 181 |
![]() | '<' is not preceded with whitespace. | 181 |
![]() | '<' is not followed by whitespace. | 181 |
![]() | 'else' construct must use '{}'s. | 183 |
![]() | '-' is not preceded with whitespace. | 184 |
![]() | '-' is not followed by whitespace. | 184 |
![]() | Expected an @return tag. | 192 |
![]() | 'static' modifier out of order with the JLS suggestions. | 192 |
![]() | Parameter x1 should be final. | 192 |
![]() | Expected @param tag for 'x1'. | 192 |
![]() | Parameter y1 should be final. | 192 |
![]() | Expected @param tag for 'y1'. | 192 |
![]() | Parameter x2 should be final. | 193 |
![]() | Expected @param tag for 'x2'. | 193 |
![]() | Parameter y2 should be final. | 193 |
![]() | Expected @param tag for 'y2'. | 193 |
![]() | Parameter x3 should be final. | 193 |
![]() | Expected @param tag for 'x3'. | 193 |
![]() | Parameter y3 should be final. | 193 |
![]() | Expected @param tag for 'y3'. | 193 |
![]() | '-' is not preceded with whitespace. | 196 |
![]() | '-' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '%' is not preceded with whitespace. | 196 |
![]() | '%' is not followed by whitespace. | 196 |
![]() | 'if' construct must use '{}'s. | 197 |
![]() | '<' is not preceded with whitespace. | 197 |
![]() | '<' is not followed by whitespace. | 197 |
![]() | 'else' construct must use '{}'s. | 199 |
![]() | '-' is not preceded with whitespace. | 200 |
![]() | '-' is not followed by whitespace. | 200 |
![]() | Line has trailing spaces. | 205 |
![]() | 'static' modifier out of order with the JLS suggestions. | 210 |
![]() | Parameter angle1 should be final. | 210 |
![]() | Parameter angle2 should be final. | 210 |
![]() | '-' is not preceded with whitespace. | 213 |
![]() | '-' is not followed by whitespace. | 213 |
![]() | 'if' construct must use '{}'s. | 214 |
![]() | '<' is not preceded with whitespace. | 214 |
![]() | '<' is not followed by whitespace. | 214 |
![]() | 'if' construct must use '{}'s. | 216 |
![]() | '-' is not preceded with whitespace. | 216 |
![]() | '-' is not followed by whitespace. | 216 |
![]() | '*' is not preceded with whitespace. | 216 |
![]() | '*' is not followed by whitespace. | 216 |
![]() | '<' is not preceded with whitespace. | 216 |
![]() | '<' is not followed by whitespace. | 216 |
![]() | Line has trailing spaces. | 224 |
![]() | 'static' modifier out of order with the JLS suggestions. | 230 |
![]() | Parameter startAngle should be final. | 230 |
![]() | Parameter endAngle should be final. | 231 |
![]() | Parameter angle should be final. | 231 |
![]() | 'if' construct must use '{}'s. | 235 |
![]() | '<' is not preceded with whitespace. | 235 |
![]() | '<' is not followed by whitespace. | 235 |
![]() | '>=' is not preceded with whitespace. | 236 |
![]() | '>=' is not followed by whitespace. | 236 |
![]() | '&&' is not preceded with whitespace. | 236 |
![]() | '&&' is not followed by whitespace. | 236 |
![]() | '<=' is not preceded with whitespace. | 236 |
![]() | '<=' is not followed by whitespace. | 236 |
![]() | 'else' construct must use '{}'s. | 237 |
![]() | '<=' is not preceded with whitespace. | 238 |
![]() | '<=' is not followed by whitespace. | 238 |
![]() | '||' is not preceded with whitespace. | 238 |
![]() | '||' is not followed by whitespace. | 238 |
![]() | '>=' is not preceded with whitespace. | 238 |
![]() | '>=' is not followed by whitespace. | 238 |
![]() | Line has trailing spaces. | 244 |
![]() | 'static' modifier out of order with the JLS suggestions. | 252 |
![]() | Parameter startAngle should be final. | 252 |
![]() | Parameter endAngle should be final. | 253 |
![]() | Parameter angle should be final. | 253 |
![]() | Parameter direct should be final. | 253 |
![]() | 'if' construct must use '{}'s. | 258 |
![]() | '<' is not preceded with whitespace. | 258 |
![]() | '<' is not followed by whitespace. | 258 |
![]() | '>=' is not preceded with whitespace. | 259 |
![]() | '>=' is not followed by whitespace. | 259 |
![]() | '&&' is not preceded with whitespace. | 259 |
![]() | '&&' is not followed by whitespace. | 259 |
![]() | '<=' is not preceded with whitespace. | 259 |
![]() | '<=' is not followed by whitespace. | 259 |
![]() | 'else' construct must use '{}'s. | 260 |
![]() | '<=' is not preceded with whitespace. | 261 |
![]() | '<=' is not followed by whitespace. | 261 |
![]() | '||' is not preceded with whitespace. | 261 |
![]() | '||' is not followed by whitespace. | 261 |
![]() | '>=' is not preceded with whitespace. | 261 |
![]() | '>=' is not followed by whitespace. | 261 |
![]() | 'if' construct must use '{}'s. | 263 |
![]() | '<' is not preceded with whitespace. | 263 |
![]() | '<' is not followed by whitespace. | 263 |
![]() | '<=' is not preceded with whitespace. | 264 |
![]() | '<=' is not followed by whitespace. | 264 |
![]() | '||' is not preceded with whitespace. | 264 |
![]() | '||' is not followed by whitespace. | 264 |
![]() | '>=' is not preceded with whitespace. | 264 |
![]() | '>=' is not followed by whitespace. | 264 |
![]() | 'else' construct must use '{}'s. | 265 |
![]() | '>=' is not preceded with whitespace. | 266 |
![]() | '>=' is not followed by whitespace. | 266 |
![]() | '&&' is not preceded with whitespace. | 266 |
![]() | '&&' is not followed by whitespace. | 266 |
![]() | '<=' is not preceded with whitespace. | 266 |
![]() | '<=' is not followed by whitespace. | 266 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | First sentence should end with a period. | 64 |
![]() | Parameter x0 should be final. | 74 |
![]() | Expected @param tag for 'x0'. | 74 |
![]() | Parameter x1 should be final. | 74 |
![]() | Expected @param tag for 'x1'. | 74 |
![]() | Parameter y0 should be final. | 74 |
![]() | Expected @param tag for 'y0'. | 74 |
![]() | Parameter y1 should be final. | 74 |
![]() | Expected @param tag for 'y1'. | 74 |
![]() | Parameter rect should be final. | 82 |
![]() | Expected @param tag for 'rect'. | 82 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | Parameter p1 should be final. | 91 |
![]() | Expected @param tag for 'p1'. | 91 |
![]() | Parameter p2 should be final. | 91 |
![]() | Expected @param tag for 'p2'. | 91 |
![]() | First sentence should end with a period. | 95 |
![]() | Parameter point should be final. | 96 |
![]() | Expected @param tag for 'point'. | 96 |
![]() | Parameter w should be final. | 96 |
![]() | Expected @param tag for 'w'. | 96 |
![]() | Parameter h should be final. | 96 |
![]() | Expected @param tag for 'h'. | 96 |
![]() | '+' is not preceded with whitespace. | 97 |
![]() | '+' is not followed by whitespace. | 97 |
![]() | '+' is not preceded with whitespace. | 97 |
![]() | '+' is not followed by whitespace. | 97 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Expected an @return tag. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | 'static' modifier out of order with the JLS suggestions. | 107 |
![]() | Parameter xmin should be final. | 107 |
![]() | Expected @param tag for 'xmin'. | 107 |
![]() | Parameter xmax should be final. | 107 |
![]() | Expected @param tag for 'xmax'. | 107 |
![]() | Parameter ymin should be final. | 107 |
![]() | Expected @param tag for 'ymin'. | 107 |
![]() | Parameter ymax should be final. | 107 |
![]() | Expected @param tag for 'ymax'. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Expected an @return tag. | 114 |
![]() | 'static' modifier out of order with the JLS suggestions. | 114 |
![]() | Parameter p1 should be final. | 114 |
![]() | Expected @param tag for 'p1'. | 114 |
![]() | Parameter p2 should be final. | 114 |
![]() | Expected @param tag for 'p2'. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'getMinX' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'getMinY' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Method 'getMaxX' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Method 'getMaxY' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '-' is not preceded with whitespace. | 138 |
![]() | '-' is not followed by whitespace. | 138 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '-' is not preceded with whitespace. | 142 |
![]() | '-' is not followed by whitespace. | 142 |
![]() | Expected an @return tag. | 146 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter point should be final. | 161 |
![]() | 'if' construct must use '{}'s. | 164 |
![]() | '<' is not preceded with whitespace. | 164 |
![]() | '<' is not followed by whitespace. | 164 |
![]() | 'if' construct must use '{}'s. | 166 |
![]() | '<' is not preceded with whitespace. | 166 |
![]() | '<' is not followed by whitespace. | 166 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | '>' is not preceded with whitespace. | 168 |
![]() | '>' is not followed by whitespace. | 168 |
![]() | 'if' construct must use '{}'s. | 170 |
![]() | '>' is not preceded with whitespace. | 170 |
![]() | '>' is not followed by whitespace. | 170 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Parameter x should be final. | 175 |
![]() | Parameter y should be final. | 175 |
![]() | 'if' construct must use '{}'s. | 176 |
![]() | '<' is not preceded with whitespace. | 176 |
![]() | '<' is not followed by whitespace. | 176 |
![]() | 'if' construct must use '{}'s. | 178 |
![]() | '<' is not preceded with whitespace. | 178 |
![]() | '<' is not followed by whitespace. | 178 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | '>' is not preceded with whitespace. | 180 |
![]() | '>' is not followed by whitespace. | 180 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | '>' is not preceded with whitespace. | 182 |
![]() | '>' is not followed by whitespace. | 182 |
![]() | Expected an @return tag. | 194 |
![]() | Method 'containsBounds' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Parameter shape should be final. | 194 |
![]() | Expected @param tag for 'shape'. | 194 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | 'for' construct must use '{}'s. | 197 |
![]() | 'if' construct must use '{}'s. | 198 |
![]() | Line has trailing spaces. | 211 |
![]() | Method 'getClippingLines' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '4' is a magic number. | 215 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | '||' is not preceded with whitespace. | 217 |
![]() | '||' is not followed by whitespace. | 217 |
![]() | 'if' construct must use '{}'s. | 219 |
![]() | '||' is not preceded with whitespace. | 219 |
![]() | '||' is not followed by whitespace. | 219 |
![]() | 'if' construct must use '{}'s. | 221 |
![]() | '||' is not preceded with whitespace. | 221 |
![]() | '||' is not followed by whitespace. | 221 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | '||' is not preceded with whitespace. | 223 |
![]() | '||' is not followed by whitespace. | 223 |
![]() | Expected an @return tag. | 232 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | '4' is a magic number. | 233 |
![]() | 'if' construct must use '{}'s. | 244 |
![]() | '&&' is not preceded with whitespace. | 244 |
![]() | '&&' is not followed by whitespace. | 244 |
![]() | 'if' construct must use '{}'s. | 246 |
![]() | '&&' is not preceded with whitespace. | 246 |
![]() | '&&' is not followed by whitespace. | 246 |
![]() | 'else' construct must use '{}'s. | 248 |
![]() | 'if' construct must use '{}'s. | 253 |
![]() | '&&' is not preceded with whitespace. | 253 |
![]() | '&&' is not followed by whitespace. | 253 |
![]() | 'if' construct must use '{}'s. | 255 |
![]() | '&&' is not preceded with whitespace. | 255 |
![]() | '&&' is not followed by whitespace. | 255 |
![]() | 'else' construct must use '{}'s. | 257 |
![]() | 'if' construct must use '{}'s. | 262 |
![]() | '&&' is not preceded with whitespace. | 262 |
![]() | '&&' is not followed by whitespace. | 262 |
![]() | 'if' construct must use '{}'s. | 264 |
![]() | '&&' is not preceded with whitespace. | 264 |
![]() | '&&' is not followed by whitespace. | 264 |
![]() | 'else' construct must use '{}'s. | 266 |
![]() | 'if' construct must use '{}'s. | 272 |
![]() | '&&' is not preceded with whitespace. | 272 |
![]() | '&&' is not followed by whitespace. | 272 |
![]() | 'if' construct must use '{}'s. | 274 |
![]() | '&&' is not preceded with whitespace. | 274 |
![]() | '&&' is not followed by whitespace. | 274 |
![]() | 'else' construct must use '{}'s. | 276 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Array brackets at illegal position. | 295 |
![]() | '4' is a magic number. | 295 |
![]() | '3' is a magic number. | 299 |
![]() | '&&' is not preceded with whitespace. | 310 |
![]() | '&&' is not followed by whitespace. | 310 |
![]() | 'if' construct must use '{}'s. | 311 |
![]() | '&&' is not preceded with whitespace. | 311 |
![]() | '&&' is not followed by whitespace. | 311 |
![]() | 'if' construct must use '{}'s. | 313 |
![]() | '&&' is not preceded with whitespace. | 313 |
![]() | '&&' is not followed by whitespace. | 313 |
![]() | 'if' construct must use '{}'s. | 315 |
![]() | '&&' is not preceded with whitespace. | 315 |
![]() | '&&' is not followed by whitespace. | 315 |
![]() | '&&' is not preceded with whitespace. | 323 |
![]() | '&&' is not followed by whitespace. | 323 |
![]() | 'if' construct must use '{}'s. | 324 |
![]() | '&&' is not preceded with whitespace. | 324 |
![]() | '&&' is not followed by whitespace. | 324 |
![]() | 'if' construct must use '{}'s. | 326 |
![]() | '&&' is not preceded with whitespace. | 326 |
![]() | '&&' is not followed by whitespace. | 326 |
![]() | 'if' construct must use '{}'s. | 328 |
![]() | '&&' is not preceded with whitespace. | 328 |
![]() | '&&' is not followed by whitespace. | 328 |
![]() | 'if' construct must use '{}'s. | 337 |
![]() | '&&' is not preceded with whitespace. | 337 |
![]() | '&&' is not followed by whitespace. | 337 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | '&&' is not preceded with whitespace. | 345 |
![]() | '&&' is not followed by whitespace. | 345 |
![]() | 'if' construct must use '{}'s. | 353 |
![]() | '&&' is not preceded with whitespace. | 353 |
![]() | '&&' is not followed by whitespace. | 353 |
![]() | 'if' construct must use '{}'s. | 361 |
![]() | '&&' is not preceded with whitespace. | 361 |
![]() | '&&' is not followed by whitespace. | 361 |
![]() | 'if' construct must use '{}'s. | 370 |
![]() | 'if' construct must use '{}'s. | 379 |
![]() | 'if' construct must use '{}'s. | 388 |
![]() | 'if' construct must use '{}'s. | 397 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() | Missing a Javadoc comment. | 409 |
![]() | '4' is a magic number. | 410 |
![]() | '||' is not preceded with whitespace. | 411 |
![]() | '||' is not followed by whitespace. | 411 |
![]() | '||' is not preceded with whitespace. | 412 |
![]() | '||' is not followed by whitespace. | 412 |
![]() | '||' is not preceded with whitespace. | 413 |
![]() | '||' is not followed by whitespace. | 413 |
![]() | '||' is not preceded with whitespace. | 414 |
![]() | '||' is not followed by whitespace. | 414 |
![]() | 'if' construct must use '{}'s. | 415 |
![]() | '&&' is not preceded with whitespace. | 415 |
![]() | '&&' is not followed by whitespace. | 415 |
![]() | 'if' construct must use '{}'s. | 417 |
![]() | '&&' is not preceded with whitespace. | 417 |
![]() | '&&' is not followed by whitespace. | 417 |
![]() | 'if' construct must use '{}'s. | 419 |
![]() | '&&' is not preceded with whitespace. | 419 |
![]() | '&&' is not followed by whitespace. | 419 |
![]() | 'if' construct must use '{}'s. | 421 |
![]() | '&&' is not preceded with whitespace. | 421 |
![]() | '&&' is not followed by whitespace. | 421 |
![]() | Expected an @return tag. | 427 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() | Line has trailing spaces. | 436 |
![]() | Method 'union' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() | Parameter box should be final. | 440 |
![]() | 'xmin' hides a field. | 441 |
![]() | 'xmax' hides a field. | 442 |
![]() | 'ymin' hides a field. | 443 |
![]() | 'ymax' hides a field. | 444 |
![]() | Line has trailing spaces. | 451 |
![]() | Method 'intersection' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Parameter box should be final. | 455 |
![]() | 'xmin' hides a field. | 456 |
![]() | 'xmax' hides a field. | 457 |
![]() | 'ymin' hides a field. | 458 |
![]() | 'ymax' hides a field. | 459 |
![]() | Line has trailing spaces. | 465 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | Parameter box should be final. | 469 |
![]() | Line has trailing spaces. | 480 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | Parameter box should be final. | 483 |
![]() | Expected @param tag for 'box'. | 483 |
![]() | Expected an @return tag. | 494 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() | Parameter trans should be final. | 494 |
![]() | Expected @param tag for 'trans'. | 494 |
![]() | 'xmin' hides a field. | 499 |
![]() | 'xmax' hides a field. | 500 |
![]() | 'ymin' hides a field. | 501 |
![]() | 'ymax' hides a field. | 502 |
![]() | Comment matches to-do format 'TODO:'. | 513 |
![]() | 'xmin' hides a field. | 514 |
![]() | 'xmax' hides a field. | 515 |
![]() | 'ymin' hides a field. | 516 |
![]() | 'ymax' hides a field. | 517 |
![]() | Line has trailing spaces. | 527 |
![]() | Method 'getAsAWTRectangle' is not designed for extension - needs to be abstract, final or empty. | 530 |
![]() | '-' is not preceded with whitespace. | 533 |
![]() | '-' is not followed by whitespace. | 533 |
![]() | '-' is not preceded with whitespace. | 534 |
![]() | '-' is not followed by whitespace. | 534 |
![]() | Line has trailing spaces. | 541 |
![]() | Method 'getAsAWTRectangle2D' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() | '-' is not preceded with whitespace. | 545 |
![]() | '-' is not followed by whitespace. | 545 |
![]() | '-' is not preceded with whitespace. | 545 |
![]() | '-' is not followed by whitespace. | 545 |
![]() | Line has trailing spaces. | 551 |
![]() | Method 'getAsRectangle' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() | '-' is not preceded with whitespace. | 555 |
![]() | '-' is not followed by whitespace. | 555 |
![]() | '-' is not preceded with whitespace. | 555 |
![]() | '-' is not followed by whitespace. | 555 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Missing a Javadoc comment. | 558 |
![]() | Parameter g2 should be final. | 558 |
![]() | 'if' construct must use '{}'s. | 559 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 564 |
![]() | Missing a Javadoc comment. | 564 |
![]() | Parameter g2 should be final. | 564 |
![]() | 'if' construct must use '{}'s. | 565 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() | Missing a Javadoc comment. | 570 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | '+' is not preceded with whitespace. | 580 |
![]() | '+' is not followed by whitespace. | 580 |
![]() | Expected an @return tag. | 587 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 587 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 587 |
![]() | Parameter obj should be final. | 588 |
![]() | Expected @param tag for 'obj'. | 588 |
![]() | 'if' construct must use '{}'s. | 590 |
![]() | 'if' construct must use '{}'s. | 594 |
![]() | '-' is not preceded with whitespace. | 594 |
![]() | '-' is not followed by whitespace. | 594 |
![]() | '>' is not preceded with whitespace. | 594 |
![]() | '>' is not followed by whitespace. | 594 |
![]() | 'if' construct must use '{}'s. | 596 |
![]() | '-' is not preceded with whitespace. | 596 |
![]() | '-' is not followed by whitespace. | 596 |
![]() | '>' is not preceded with whitespace. | 596 |
![]() | '>' is not followed by whitespace. | 596 |
![]() | 'if' construct must use '{}'s. | 598 |
![]() | '-' is not preceded with whitespace. | 598 |
![]() | '-' is not followed by whitespace. | 598 |
![]() | '>' is not preceded with whitespace. | 598 |
![]() | '>' is not followed by whitespace. | 598 |
![]() | 'if' construct must use '{}'s. | 600 |
![]() | '-' is not preceded with whitespace. | 600 |
![]() | '-' is not followed by whitespace. | 600 |
![]() | '>' is not preceded with whitespace. | 600 |
![]() | '>' is not followed by whitespace. | 600 |
![]() | Line has trailing spaces. | 605 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 606 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'p1' must be private and have accessor methods. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'p2' must be private and have accessor methods. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'p3' must be private and have accessor methods. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter p1 should be final. | 27 |
![]() | 'p1' hides a field. | 27 |
![]() | Parameter p2 should be final. | 27 |
![]() | 'p2' hides a field. | 27 |
![]() | Parameter p3 should be final. | 27 |
![]() | 'p3' hides a field. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getP1' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getP2' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getP3' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Unused import - java.io.Serializable. | 29 |
![]() | Line has trailing spaces. | 48 |
![]() | Unclosed HTML tag found: <code> any more. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Parameter x should be final. | 88 |
![]() | Expected @param tag for 'x'. | 88 |
![]() | Parameter y should be final. | 88 |
![]() | Expected @param tag for 'y'. | 88 |
![]() | Parameter point should be final. | 96 |
![]() | Expected @param tag for 'point'. | 96 |
![]() | Line has trailing spaces. | 101 |
![]() | Parameter point1 should be final. | 106 |
![]() | Expected @param tag for 'point1'. | 106 |
![]() | Parameter point2 should be final. | 106 |
![]() | Expected @param tag for 'point2'. | 106 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | Parameter point1 should be final. | 116 |
![]() | Expected @param tag for 'point1'. | 116 |
![]() | Parameter x should be final. | 116 |
![]() | Expected @param tag for 'x'. | 116 |
![]() | Parameter y should be final. | 116 |
![]() | Expected @param tag for 'y'. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | Line has trailing spaces. | 120 |
![]() | Expected an @return tag. | 128 |
![]() | 'static' modifier out of order with the JLS suggestions. | 128 |
![]() | Parameter x should be final. | 128 |
![]() | Expected @param tag for 'x'. | 128 |
![]() | Parameter y should be final. | 128 |
![]() | Expected @param tag for 'y'. | 128 |
![]() | Line has trailing spaces. | 131 |
![]() | Expected an @return tag. | 137 |
![]() | 'static' modifier out of order with the JLS suggestions. | 137 |
![]() | Parameter point should be final. | 137 |
![]() | Expected @param tag for 'point'. | 137 |
![]() | Line has trailing spaces. | 140 |
![]() | Expected an @return tag. | 145 |
![]() | 'static' modifier out of order with the JLS suggestions. | 145 |
![]() | Parameter rho should be final. | 145 |
![]() | Expected @param tag for 'rho'. | 145 |
![]() | Parameter theta should be final. | 145 |
![]() | Expected @param tag for 'theta'. | 145 |
![]() | '*' is not preceded with whitespace. | 146 |
![]() | '*' is not followed by whitespace. | 146 |
![]() | '*' is not preceded with whitespace. | 146 |
![]() | '*' is not followed by whitespace. | 146 |
![]() | Expected an @return tag. | 153 |
![]() | 'static' modifier out of order with the JLS suggestions. | 153 |
![]() | Parameter point should be final. | 153 |
![]() | Expected @param tag for 'point'. | 153 |
![]() | Parameter rho should be final. | 153 |
![]() | Expected @param tag for 'rho'. | 153 |
![]() | Parameter theta should be final. | 154 |
![]() | Expected @param tag for 'theta'. | 154 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | '*' is not preceded with whitespace. | 156 |
![]() | '*' is not followed by whitespace. | 156 |
![]() | '+' is not preceded with whitespace. | 157 |
![]() | '+' is not followed by whitespace. | 157 |
![]() | '*' is not preceded with whitespace. | 157 |
![]() | '*' is not followed by whitespace. | 157 |
![]() | Expected an @return tag. | 164 |
![]() | 'static' modifier out of order with the JLS suggestions. | 164 |
![]() | Parameter x0 should be final. | 164 |
![]() | Expected @param tag for 'x0'. | 164 |
![]() | Parameter y0 should be final. | 164 |
![]() | Expected @param tag for 'y0'. | 164 |
![]() | Parameter rho should be final. | 164 |
![]() | Expected @param tag for 'rho'. | 164 |
![]() | Parameter theta should be final. | 165 |
![]() | Expected @param tag for 'theta'. | 165 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' is not followed by whitespace. | 166 |
![]() | '*' is not preceded with whitespace. | 166 |
![]() | '*' is not followed by whitespace. | 166 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' is not followed by whitespace. | 166 |
![]() | '*' is not preceded with whitespace. | 166 |
![]() | '*' is not followed by whitespace. | 166 |
![]() | 'static' modifier out of order with the JLS suggestions. | 175 |
![]() | Parameter x1 should be final. | 175 |
![]() | Expected @param tag for 'x1'. | 175 |
![]() | Parameter y1 should be final. | 175 |
![]() | Expected @param tag for 'y1'. | 175 |
![]() | Parameter x2 should be final. | 175 |
![]() | Expected @param tag for 'x2'. | 175 |
![]() | Parameter y2 should be final. | 176 |
![]() | Expected @param tag for 'y2'. | 176 |
![]() | '-' is not preceded with whitespace. | 177 |
![]() | '-' is not followed by whitespace. | 177 |
![]() | '-' is not preceded with whitespace. | 177 |
![]() | '-' is not followed by whitespace. | 177 |
![]() | 'static' modifier out of order with the JLS suggestions. | 187 |
![]() | Parameter p1 should be final. | 187 |
![]() | Parameter p2 should be final. | 188 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | Line has trailing spaces. | 194 |
![]() | 'static' modifier out of order with the JLS suggestions. | 197 |
![]() | Parameter p1 should be final. | 197 |
![]() | Expected @param tag for 'p1'. | 197 |
![]() | Parameter p2 should be final. | 198 |
![]() | Expected @param tag for 'p2'. | 198 |
![]() | Parameter p3 should be final. | 198 |
![]() | Expected @param tag for 'p3'. | 198 |
![]() | '-' is not preceded with whitespace. | 200 |
![]() | '-' is not followed by whitespace. | 200 |
![]() | '-' is not preceded with whitespace. | 201 |
![]() | '-' is not followed by whitespace. | 201 |
![]() | '-' is not preceded with whitespace. | 202 |
![]() | '-' is not followed by whitespace. | 202 |
![]() | '-' is not preceded with whitespace. | 203 |
![]() | '-' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '-' is not preceded with whitespace. | 206 |
![]() | '-' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '<' is not preceded with whitespace. | 206 |
![]() | '<' is not followed by whitespace. | 206 |
![]() | Line has trailing spaces. | 214 |
![]() | 'static' modifier out of order with the JLS suggestions. | 220 |
![]() | Parameter p0 should be final. | 220 |
![]() | Parameter p1 should be final. | 220 |
![]() | Parameter p2 should be final. | 220 |
![]() | '-' is not preceded with whitespace. | 223 |
![]() | '-' is not followed by whitespace. | 223 |
![]() | '-' is not preceded with whitespace. | 224 |
![]() | '-' is not followed by whitespace. | 224 |
![]() | '-' is not preceded with whitespace. | 225 |
![]() | '-' is not followed by whitespace. | 225 |
![]() | '-' is not preceded with whitespace. | 226 |
![]() | '-' is not followed by whitespace. | 226 |
![]() | 'if' construct must use '{}'s. | 228 |
![]() | '*' is not preceded with whitespace. | 228 |
![]() | '*' is not followed by whitespace. | 228 |
![]() | '>' is not preceded with whitespace. | 228 |
![]() | '>' is not followed by whitespace. | 228 |
![]() | '*' is not preceded with whitespace. | 228 |
![]() | '*' is not followed by whitespace. | 228 |
![]() | 'if' construct must use '{}'s. | 230 |
![]() | '*' is not preceded with whitespace. | 230 |
![]() | '*' is not followed by whitespace. | 230 |
![]() | '<' is not preceded with whitespace. | 230 |
![]() | '<' is not followed by whitespace. | 230 |
![]() | '*' is not preceded with whitespace. | 230 |
![]() | '*' is not followed by whitespace. | 230 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | '*' is not preceded with whitespace. | 232 |
![]() | '*' is not followed by whitespace. | 232 |
![]() | '<' is not preceded with whitespace. | 232 |
![]() | '<' is not followed by whitespace. | 232 |
![]() | '||' is not preceded with whitespace. | 232 |
![]() | '||' is not followed by whitespace. | 232 |
![]() | '*' is not preceded with whitespace. | 232 |
![]() | '*' is not followed by whitespace. | 232 |
![]() | '<' is not preceded with whitespace. | 232 |
![]() | '<' is not followed by whitespace. | 232 |
![]() | 'if' construct must use '{}'s. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '+' is not preceded with whitespace. | 234 |
![]() | '+' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '<' is not preceded with whitespace. | 234 |
![]() | '<' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '+' is not preceded with whitespace. | 234 |
![]() | '+' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | Missing a Javadoc comment. | 239 |
![]() | 'static' modifier out of order with the JLS suggestions. | 239 |
![]() | Parameter p1 should be final. | 239 |
![]() | Parameter p2 should be final. | 240 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '/' is not preceded with whitespace. | 241 |
![]() | '/' is not followed by whitespace. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '/' is not preceded with whitespace. | 241 |
![]() | '/' is not followed by whitespace. | 241 |
![]() | Line has trailing spaces. | 246 |
![]() | 'static' modifier out of order with the JLS suggestions. | 250 |
![]() | Parameter points should be final. | 250 |
![]() | '<' is not preceded with whitespace. | 253 |
![]() | '<' is not followed by whitespace. | 253 |
![]() | '/' is not preceded with whitespace. | 257 |
![]() | '/' is not followed by whitespace. | 257 |
![]() | '/' is not preceded with whitespace. | 257 |
![]() | '/' is not followed by whitespace. | 257 |
![]() | Line has trailing spaces. | 263 |
![]() | 'static' modifier out of order with the JLS suggestions. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Parameter points should be final. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Parameter weights should be final. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line has trailing spaces. | 273 |
![]() | 'if' is not followed by whitespace. | 275 |
![]() | '!=' is not preceded with whitespace. | 275 |
![]() | '!=' is not followed by whitespace. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line has trailing spaces. | 278 |
![]() | '=' is not preceded with whitespace. | 280 |
![]() | '=' is not followed by whitespace. | 280 |
![]() | '<' is not preceded with whitespace. | 282 |
![]() | '<' is not followed by whitespace. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | Line has trailing spaces. | 288 |
![]() | '/' is not preceded with whitespace. | 290 |
![]() | '/' is not followed by whitespace. | 290 |
![]() | '/' is not preceded with whitespace. | 290 |
![]() | '/' is not followed by whitespace. | 290 |
![]() | Line has trailing spaces. | 295 |
![]() | 'static' modifier out of order with the JLS suggestions. | 299 |
![]() | Parameter points should be final. | 299 |
![]() | '/' is not preceded with whitespace. | 306 |
![]() | '/' is not followed by whitespace. | 306 |
![]() | '/' is not preceded with whitespace. | 306 |
![]() | '/' is not followed by whitespace. | 306 |
![]() | Line has trailing spaces. | 311 |
![]() | 'static' modifier out of order with the JLS suggestions. | 317 |
![]() | Parameter pt1 should be final. | 317 |
![]() | Parameter pt2 should be final. | 318 |
![]() | Parameter pt3 should be final. | 318 |
![]() | Line has trailing spaces. | 320 |
![]() | '+' is not preceded with whitespace. | 320 |
![]() | '+' is not followed by whitespace. | 320 |
![]() | '+' is not preceded with whitespace. | 320 |
![]() | '+' is not followed by whitespace. | 320 |
![]() | '/' is not preceded with whitespace. | 320 |
![]() | '/' is not followed by whitespace. | 320 |
![]() | '3' is a magic number. | 320 |
![]() | '+' is not preceded with whitespace. | 321 |
![]() | '+' is not followed by whitespace. | 321 |
![]() | '+' is not preceded with whitespace. | 321 |
![]() | '+' is not followed by whitespace. | 321 |
![]() | '/' is not preceded with whitespace. | 321 |
![]() | '/' is not followed by whitespace. | 321 |
![]() | '3' is a magic number. | 321 |
![]() | Line has trailing spaces. | 324 |
![]() | Method 'plus' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Parameter p should be final. | 328 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' is not followed by whitespace. | 329 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' is not followed by whitespace. | 329 |
![]() | Method 'minus' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Parameter p should be final. | 332 |
![]() | '-' is not preceded with whitespace. | 333 |
![]() | '-' is not followed by whitespace. | 333 |
![]() | '-' is not preceded with whitespace. | 333 |
![]() | '-' is not followed by whitespace. | 333 |
![]() | Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Parameter tx should be final. | 342 |
![]() | Parameter ty should be final. | 342 |
![]() | '+' is not preceded with whitespace. | 343 |
![]() | '+' is not followed by whitespace. | 343 |
![]() | '+' is not preceded with whitespace. | 343 |
![]() | '+' is not followed by whitespace. | 343 |
![]() | Line has trailing spaces. | 345 |
![]() | Method 'scale' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | Parameter kx should be final. | 352 |
![]() | Parameter ky should be final. | 352 |
![]() | '*' is not preceded with whitespace. | 353 |
![]() | '*' is not followed by whitespace. | 353 |
![]() | '*' is not preceded with whitespace. | 353 |
![]() | '*' is not followed by whitespace. | 353 |
![]() | Line has trailing spaces. | 355 |
![]() | Method 'scale' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() | Parameter k should be final. | 361 |
![]() | '*' is not preceded with whitespace. | 362 |
![]() | '*' is not followed by whitespace. | 362 |
![]() | '*' is not preceded with whitespace. | 362 |
![]() | '*' is not followed by whitespace. | 362 |
![]() | Line has trailing spaces. | 364 |
![]() | Method 'rotate' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Parameter theta should be final. | 370 |
![]() | '{' is not preceded with whitespace. | 370 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '-' is not preceded with whitespace. | 373 |
![]() | '-' is not followed by whitespace. | 373 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '+' is not preceded with whitespace. | 373 |
![]() | '+' is not followed by whitespace. | 373 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | Line has trailing spaces. | 375 |
![]() | Method 'rotate' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Parameter center should be final. | 382 |
![]() | Parameter theta should be final. | 382 |
![]() | '{' is not preceded with whitespace. | 382 |
![]() | Line has trailing spaces. | 388 |
![]() | '*' is not preceded with whitespace. | 388 |
![]() | '*' is not followed by whitespace. | 388 |
![]() | '-' is not preceded with whitespace. | 388 |
![]() | '-' is not followed by whitespace. | 388 |
![]() | '*' is not preceded with whitespace. | 388 |
![]() | '*' is not followed by whitespace. | 388 |
![]() | '+' is not preceded with whitespace. | 388 |
![]() | '+' is not followed by whitespace. | 388 |
![]() | '-' is not preceded with whitespace. | 388 |
![]() | '-' is not followed by whitespace. | 388 |
![]() | '*' is not preceded with whitespace. | 388 |
![]() | '*' is not followed by whitespace. | 388 |
![]() | '+' is not preceded with whitespace. | 388 |
![]() | '+' is not followed by whitespace. | 388 |
![]() | '*' is not preceded with whitespace. | 388 |
![]() | '*' is not followed by whitespace. | 388 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '-' is not preceded with whitespace. | 389 |
![]() | '-' is not followed by whitespace. | 389 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | '-' is not preceded with whitespace. | 389 |
![]() | '-' is not followed by whitespace. | 389 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | Line has trailing spaces. | 391 |
![]() | Line has trailing spaces. | 398 |
![]() | Method 'getAsInt' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | Expected an @return tag. | 408 |
![]() | Method 'getAsDouble' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() | Expected an @return tag. | 416 |
![]() | Method 'getAsFloat' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Method 'setPolarLocation' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() | Parameter rho should be final. | 426 |
![]() | Expected @param tag for 'rho'. | 426 |
![]() | Parameter theta should be final. | 426 |
![]() | Expected @param tag for 'theta'. | 426 |
![]() | '*' is not preceded with whitespace. | 427 |
![]() | '*' is not followed by whitespace. | 427 |
![]() | '*' is not preceded with whitespace. | 428 |
![]() | '*' is not followed by whitespace. | 428 |
![]() | Method 'setPolarLocation' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Parameter point should be final. | 437 |
![]() | Expected @param tag for 'point'. | 437 |
![]() | Parameter rho should be final. | 437 |
![]() | Expected @param tag for 'rho'. | 437 |
![]() | Parameter theta should be final. | 438 |
![]() | Expected @param tag for 'theta'. | 438 |
![]() | '+' is not preceded with whitespace. | 439 |
![]() | '+' is not followed by whitespace. | 439 |
![]() | '*' is not preceded with whitespace. | 439 |
![]() | '*' is not followed by whitespace. | 439 |
![]() | '+' is not preceded with whitespace. | 440 |
![]() | '+' is not followed by whitespace. | 440 |
![]() | '*' is not preceded with whitespace. | 440 |
![]() | '*' is not followed by whitespace. | 440 |
![]() | Line has trailing spaces. | 443 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Missing a Javadoc comment. | 450 |
![]() | Parameter dist should be final. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | '>' is not preceded with whitespace. | 452 |
![]() | '>' is not followed by whitespace. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Parameter inv should be final. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | '*' is not preceded with whitespace. | 464 |
![]() | '*' is not followed by whitespace. | 464 |
![]() | '/' is not preceded with whitespace. | 464 |
![]() | '/' is not followed by whitespace. | 464 |
![]() | Line has trailing spaces. | 466 |
![]() | Line has trailing spaces. | 470 |
![]() | Line has trailing spaces. | 471 |
![]() | Expected an @return tag. | 478 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() | Parameter point should be final. | 478 |
![]() | Expected @param tag for 'point'. | 478 |
![]() | Expected an @return tag. | 487 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() | Parameter x should be final. | 487 |
![]() | Expected @param tag for 'x'. | 487 |
![]() | Parameter y should be final. | 487 |
![]() | Expected @param tag for 'y'. | 487 |
![]() | '-' is not preceded with whitespace. | 488 |
![]() | '-' is not followed by whitespace. | 488 |
![]() | '-' is not preceded with whitespace. | 488 |
![]() | '-' is not followed by whitespace. | 488 |
![]() | Line has trailing spaces. | 494 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() | 'if' construct must use '{}'s. | 498 |
![]() | 'if' construct must use '{}'s. | 500 |
![]() | 'if' construct must use '{}'s. | 502 |
![]() | 'if' construct must use '{}'s. | 504 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 509 |
![]() | Missing a Javadoc comment. | 509 |
![]() | Expected an @return tag. | 516 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() | Parameter x should be final. | 516 |
![]() | Expected @param tag for 'x'. | 516 |
![]() | Parameter y should be final. | 516 |
![]() | Expected @param tag for 'y'. | 516 |
![]() | Expected an @return tag. | 523 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 523 |
![]() | Parameter p should be final. | 523 |
![]() | Expected @param tag for 'p'. | 523 |
![]() | Expected an @return tag. | 531 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() | Parameter box should be final. | 531 |
![]() | Expected @param tag for 'box'. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Line has trailing spaces. | 534 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | 'if' construct must use '{}'s. | 536 |
![]() | '<' is not preceded with whitespace. | 536 |
![]() | '<' is not followed by whitespace. | 536 |
![]() | 'if' construct must use '{}'s. | 538 |
![]() | '<' is not preceded with whitespace. | 538 |
![]() | '<' is not followed by whitespace. | 538 |
![]() | 'if' construct must use '{}'s. | 540 |
![]() | '>' is not preceded with whitespace. | 540 |
![]() | '>' is not followed by whitespace. | 540 |
![]() | 'if' construct must use '{}'s. | 542 |
![]() | '>' is not preceded with whitespace. | 542 |
![]() | '>' is not followed by whitespace. | 542 |
![]() | Expected an @return tag. | 554 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() | Expected an @return tag. | 561 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() | Parameter trans should be final. | 561 |
![]() | Expected @param tag for 'trans'. | 561 |
![]() | Line has trailing spaces. | 564 |
![]() | '*' is not preceded with whitespace. | 564 |
![]() | '*' is not followed by whitespace. | 564 |
![]() | '+' is not preceded with whitespace. | 564 |
![]() | '+' is not followed by whitespace. | 564 |
![]() | '*' is not preceded with whitespace. | 564 |
![]() | '*' is not followed by whitespace. | 564 |
![]() | '+' is not preceded with whitespace. | 564 |
![]() | '+' is not followed by whitespace. | 564 |
![]() | '*' is not preceded with whitespace. | 565 |
![]() | '*' is not followed by whitespace. | 565 |
![]() | '3' is a magic number. | 565 |
![]() | '+' is not preceded with whitespace. | 565 |
![]() | '+' is not followed by whitespace. | 565 |
![]() | '*' is not preceded with whitespace. | 565 |
![]() | '*' is not followed by whitespace. | 565 |
![]() | '4' is a magic number. | 565 |
![]() | '+' is not preceded with whitespace. | 565 |
![]() | '+' is not followed by whitespace. | 565 |
![]() | '5' is a magic number. | 565 |
![]() | Line has trailing spaces. | 574 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 577 |
![]() | Parameter g2 should be final. | 577 |
![]() | Line has trailing spaces. | 584 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 587 |
![]() | Parameter g2 should be final. | 587 |
![]() | Parameter r should be final. | 587 |
![]() | Expected @param tag for 'r'. | 587 |
![]() | '-' is not preceded with whitespace. | 588 |
![]() | '-' is not followed by whitespace. | 588 |
![]() | '-' is not preceded with whitespace. | 588 |
![]() | '-' is not followed by whitespace. | 588 |
![]() | '*' is not preceded with whitespace. | 588 |
![]() | '*' is not followed by whitespace. | 588 |
![]() | '*' is not preceded with whitespace. | 588 |
![]() | '*' is not followed by whitespace. | 588 |
![]() | Method 'getPointNumber' is not designed for extension - needs to be abstract, final or empty. | 597 |
![]() | Missing a Javadoc comment. | 597 |
![]() | Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 604 |
![]() | Missing a Javadoc comment. | 604 |
![]() | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() | Missing a Javadoc comment. | 613 |
![]() | Line has trailing spaces. | 617 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' is not followed by whitespace. | 623 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' is not followed by whitespace. | 623 |
![]() | Line has trailing spaces. | 625 |
![]() | Line contains a tab character. | 628 |
![]() | Expected an @return tag. | 630 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 630 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() | Parameter obj should be final. | 631 |
![]() | Expected @param tag for 'obj'. | 631 |
![]() | 'if' construct must use '{}'s. | 632 |
![]() | '<' is not preceded with whitespace. | 635 |
![]() | '<' is not followed by whitespace. | 635 |
![]() | Line has trailing spaces. | 637 |
![]() | Expected an @return tag. | 641 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 641 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 47 |
![]() | Redundant 'public' modifier. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Expected an @return tag. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Expected @param tag for 'x'. | 65 |
![]() | Expected @param tag for 'y'. | 65 |
![]() | Expected an @return tag. | 70 |
![]() | Redundant 'public' modifier. | 70 |
![]() | Expected @param tag for 'p'. | 70 |
![]() | Expected an @return tag. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Expected @param tag for 'p'. | 76 |
![]() | Expected an @return tag. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Expected @param tag for 'x'. | 83 |
![]() | Expected @param tag for 'y'. | 83 |
![]() | Expected an @return tag. | 90 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Line has trailing spaces. | 95 |
![]() | Redundant 'public' modifier. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Redundant 'public' modifier. | 105 |
![]() | Line has trailing spaces. | 110 |
![]() | Redundant 'public' modifier. | 114 |
![]() | Line has trailing spaces. | 119 |
![]() | Redundant 'public' modifier. | 123 |
![]() | Line has trailing spaces. | 126 |
![]() | Redundant 'public' modifier. | 130 |
![]() | Expected @param tag for 'g2'. | 130 |
![]() | Line has trailing spaces. | 131 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line contains a tab character. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter shape should be final. | 27 |
![]() | 'shape' hides a field. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Method 'getShape' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'x' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'y' must be private and have accessor methods. | 45 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Parameter point should be final. | 60 |
![]() | Expected @param tag for 'point'. | 60 |
![]() | First sentence should end with a period. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter point1 should be final. | 67 |
![]() | Expected @param tag for 'point1'. | 67 |
![]() | Parameter point2 should be final. | 67 |
![]() | Expected @param tag for 'point2'. | 67 |
![]() | '-' is not preceded with whitespace. | 68 |
![]() | '-' is not followed by whitespace. | 68 |
![]() | '-' is not preceded with whitespace. | 68 |
![]() | '-' is not followed by whitespace. | 68 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Parameter x should be final. | 75 |
![]() | 'x' hides a field. | 75 |
![]() | Expected @param tag for 'x'. | 75 |
![]() | Parameter y should be final. | 75 |
![]() | 'y' hides a field. | 75 |
![]() | Expected @param tag for 'y'. | 75 |
![]() | Expected an @return tag. | 87 |
![]() | Parameter point should be final. | 87 |
![]() | Expected @param tag for 'point'. | 87 |
![]() | Expected an @return tag. | 95 |
![]() | Parameter x should be final. | 95 |
![]() | Expected @param tag for 'x'. | 95 |
![]() | Parameter y should be final. | 95 |
![]() | Expected @param tag for 'y'. | 95 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Expected an @return tag. | 104 |
![]() | 'static' modifier out of order with the JLS suggestions. | 104 |
![]() | Parameter rho should be final. | 104 |
![]() | Expected @param tag for 'rho'. | 104 |
![]() | Parameter theta should be final. | 104 |
![]() | Expected @param tag for 'theta'. | 104 |
![]() | '*' is not preceded with whitespace. | 105 |
![]() | '*' is not followed by whitespace. | 105 |
![]() | '*' is not preceded with whitespace. | 105 |
![]() | '*' is not followed by whitespace. | 105 |
![]() | Expected an @return tag. | 117 |
![]() | 'static' modifier out of order with the JLS suggestions. | 117 |
![]() | Parameter v1 should be final. | 117 |
![]() | Expected @param tag for 'v1'. | 117 |
![]() | Parameter v2 should be final. | 117 |
![]() | Expected @param tag for 'v2'. | 117 |
![]() | '*' is not preceded with whitespace. | 118 |
![]() | '*' is not followed by whitespace. | 118 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | '*' is not preceded with whitespace. | 118 |
![]() | '*' is not followed by whitespace. | 118 |
![]() | Expected an @return tag. | 130 |
![]() | 'static' modifier out of order with the JLS suggestions. | 130 |
![]() | Parameter v1 should be final. | 130 |
![]() | Expected @param tag for 'v1'. | 130 |
![]() | Parameter v2 should be final. | 130 |
![]() | Expected @param tag for 'v2'. | 130 |
![]() | '*' is not preceded with whitespace. | 131 |
![]() | '*' is not followed by whitespace. | 131 |
![]() | '-' is not preceded with whitespace. | 131 |
![]() | '-' is not followed by whitespace. | 131 |
![]() | '*' is not preceded with whitespace. | 131 |
![]() | '*' is not followed by whitespace. | 131 |
![]() | First sentence should end with a period. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | 'static' modifier out of order with the JLS suggestions. | 139 |
![]() | Parameter v1 should be final. | 139 |
![]() | Expected @param tag for 'v1'. | 139 |
![]() | Parameter v2 should be final. | 139 |
![]() | Expected @param tag for 'v2'. | 139 |
![]() | Line is longer than 80 characters. | 142 |
![]() | '*' is not preceded with whitespace. | 142 |
![]() | '*' is not followed by whitespace. | 142 |
![]() | '-' is not preceded with whitespace. | 142 |
![]() | '-' is not followed by whitespace. | 142 |
![]() | '*' is not preceded with whitespace. | 142 |
![]() | '*' is not followed by whitespace. | 142 |
![]() | '<' is not preceded with whitespace. | 142 |
![]() | '<' is not followed by whitespace. | 142 |
![]() | First sentence should end with a period. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | 'static' modifier out of order with the JLS suggestions. | 150 |
![]() | Parameter v1 should be final. | 150 |
![]() | Expected @param tag for 'v1'. | 150 |
![]() | Parameter v2 should be final. | 150 |
![]() | Expected @param tag for 'v2'. | 150 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '*' is not preceded with whitespace. | 153 |
![]() | '*' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '*' 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 'getX' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter x should be final. | 174 |
![]() | 'x' hides a field. | 174 |
![]() | Expected @param tag for 'x'. | 174 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter y should be final. | 182 |
![]() | 'y' hides a field. | 182 |
![]() | Expected @param tag for 'y'. | 182 |
![]() | Method 'setVector' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Parameter x should be final. | 190 |
![]() | 'x' hides a field. | 190 |
![]() | Expected @param tag for 'x'. | 190 |
![]() | Parameter y should be final. | 190 |
![]() | 'y' hides a field. | 190 |
![]() | Expected @param tag for 'y'. | 190 |
![]() | Method 'setAsPolar' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter rho should be final. | 201 |
![]() | Expected @param tag for 'rho'. | 201 |
![]() | Parameter theta should be final. | 201 |
![]() | Expected @param tag for 'theta'. | 201 |
![]() | '*' is not preceded with whitespace. | 202 |
![]() | '*' is not followed by whitespace. | 202 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | Line has trailing spaces. | 209 |
![]() | Method 'getOpposite' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | First sentence should end with a period. | 216 |
![]() | Line has trailing spaces. | 218 |
![]() | Method 'getNorm' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Line has trailing spaces. | 227 |
![]() | Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | '/' is not preceded with whitespace. | 239 |
![]() | '/' is not followed by whitespace. | 239 |
![]() | '/' is not preceded with whitespace. | 240 |
![]() | '/' is not followed by whitespace. | 240 |
![]() | Expected an @return tag. | 247 |
![]() | Method 'getNormalizedVector' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | '/' is not preceded with whitespace. | 249 |
![]() | '/' is not followed by whitespace. | 249 |
![]() | '/' is not preceded with whitespace. | 249 |
![]() | '/' is not followed by whitespace. | 249 |
![]() | First sentence should end with a period. | 255 |
![]() | Line has trailing spaces. | 257 |
![]() | Method 'isColinear' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | Parameter v should be final. | 260 |
![]() | Expected @param tag for 'v'. | 260 |
![]() | First sentence should end with a period. | 264 |
![]() | Line has trailing spaces. | 266 |
![]() | Method 'isOrthogonal' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Parameter v should be final. | 269 |
![]() | Expected @param tag for 'v'. | 269 |
![]() | Expected an @return tag. | 286 |
![]() | Method 'dot' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Parameter v should be final. | 286 |
![]() | Expected @param tag for 'v'. | 286 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | Expected an @return tag. | 300 |
![]() | Method 'cross' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Parameter v should be final. | 300 |
![]() | Expected @param tag for 'v'. | 300 |
![]() | '*' is not preceded with whitespace. | 301 |
![]() | '*' is not followed by whitespace. | 301 |
![]() | '-' is not preceded with whitespace. | 301 |
![]() | '-' is not followed by whitespace. | 301 |
![]() | '*' is not preceded with whitespace. | 301 |
![]() | '*' is not followed by whitespace. | 301 |
![]() | Expected an @return tag. | 308 |
![]() | Method 'plus' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | Parameter v should be final. | 308 |
![]() | Expected @param tag for 'v'. | 308 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | Expected an @return tag. | 316 |
![]() | Method 'minus' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Parameter v should be final. | 316 |
![]() | Expected @param tag for 'v'. | 316 |
![]() | '-' is not preceded with whitespace. | 317 |
![]() | '-' is not followed by whitespace. | 317 |
![]() | '-' is not preceded with whitespace. | 317 |
![]() | '-' is not followed by whitespace. | 317 |
![]() | Line has trailing spaces. | 321 |
![]() | Method 'times' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Parameter k should be final. | 326 |
![]() | '*' is not preceded with whitespace. | 327 |
![]() | '*' is not followed by whitespace. | 327 |
![]() | '*' is not preceded with whitespace. | 327 |
![]() | '*' is not followed by whitespace. | 327 |
![]() | Line has trailing spaces. | 329 |
![]() | Line has trailing spaces. | 333 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Parameter trans should be final. | 337 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '+' is not preceded with whitespace. | 339 |
![]() | '+' is not followed by whitespace. | 339 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '3' is a magic number. | 339 |
![]() | '+' is not preceded with whitespace. | 339 |
![]() | '+' is not followed by whitespace. | 339 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '4' is a magic number. | 339 |
![]() | Expected an @return tag. | 345 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 345 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Parameter obj should be final. | 346 |
![]() | Expected @param tag for 'obj'. | 346 |
![]() | 'if' construct must use '{}'s. | 347 |
![]() | Line is longer than 80 characters. | 350 |
![]() | '-' is not preceded with whitespace. | 350 |
![]() | '-' is not followed by whitespace. | 350 |
![]() | '<' is not preceded with whitespace. | 350 |
![]() | '<' is not followed by whitespace. | 350 |
![]() | '&&' is not preceded with whitespace. | 350 |
![]() | '&&' is not followed by whitespace. | 350 |
![]() | '-' is not preceded with whitespace. | 350 |
![]() | '-' is not followed by whitespace. | 350 |
![]() | '<' is not preceded with whitespace. | 350 |
![]() | '<' is not followed by whitespace. | 350 |
![]() | Line has trailing spaces. | 352 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | '+' is not preceded with whitespace. | 355 |
![]() | '+' is not followed by whitespace. | 355 |
![]() | '+' is not preceded with whitespace. | 355 |
![]() | '+' is not followed by whitespace. | 355 |
![]() | Line has trailing spaces. | 357 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 358 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter size should be final. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter curves should be final. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter curves should be final. | 53 |
![]() | Parameter closed should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter curves should be final. | 57 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter curves should be final. | 61 |
![]() | Parameter closed should be final. | 61 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected an @return tag. | 74 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Expected @param tag for '<T>'. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Parameter curves should be final. | 76 |
![]() | Expected @param tag for 'curves'. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Expected an @return tag. | 85 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Expected @param tag for '<T>'. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Parameter curves should be final. | 87 |
![]() | Expected @param tag for 'curves'. | 87 |
![]() | Parameter closed should be final. | 87 |
![]() | Expected @param tag for 'closed'. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Expected an @return tag. | 96 |
![]() | Line has trailing spaces. | 96 |
![]() | Expected @param tag for '<T>'. | 96 |
![]() | Parameter curves should be final. | 97 |
![]() | Expected @param tag for 'curves'. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Expected an @return tag. | 106 |
![]() | Line has trailing spaces. | 106 |
![]() | Expected @param tag for '<T>'. | 106 |
![]() | Parameter curves should be final. | 107 |
![]() | Expected @param tag for 'curves'. | 107 |
![]() | Parameter closed should be final. | 107 |
![]() | Expected @param tag for 'closed'. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | 'for' construct must use '{}'s. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | 'for' is not followed by whitespace. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Parameter pos should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Parameter length should be final. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Parameter dist should be final. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Parameter inv should be final. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | 'for' construct must use '{}'s. | 165 |
![]() | 'cast' is not followed by whitespace. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Parameter g2 should be final. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Line has trailing spaces. | 184 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 197 |
![]() | Line has trailing spaces. | 202 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | 'for' construct must use '{}'s. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | 'for' is not followed by whitespace. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Line has trailing spaces. | 223 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 228 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line has trailing spaces. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | 'for' construct must use '{}'s. | 237 |
![]() | '<' is not preceded with whitespace. | 237 |
![]() | '<' is not followed by whitespace. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | 'cast' is not followed by whitespace. | 238 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | Line has trailing spaces. | 239 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Parameter t0 should be final. | 246 |
![]() | Parameter t1 should be final. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line has trailing spaces. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line has trailing spaces. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | 'for' is not followed by whitespace. | 257 |
![]() | 'if' construct must use '{}'s. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | 'if' is not followed by whitespace. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Line has trailing spaces. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Parameter box should be final. | 271 |
![]() | Line has trailing spaces. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | 'if' construct must use '{}'s. | 282 |
![]() | Line has trailing spaces. | 285 |
![]() | Line contains a tab character. | 288 |
![]() | Line has trailing spaces. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Line has trailing spaces. | 291 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Parameter trans should be final. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | 'for' construct must use '{}'s. | 301 |
![]() | 'cast' is not followed by whitespace. | 302 |
![]() | Line has trailing spaces. | 303 |
![]() | Line contains a tab character. | 306 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.curve.*. | 15 |
![]() | Line has trailing spaces. | 26 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Parameter n should be final. | 48 |
![]() | Expected @param tag for 'n'. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Parameter curves should be final. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | 'for' construct must use '{}'s. | 59 |
![]() | Line has trailing spaces. | 66 |
![]() | Unused @param tag for 'curves'. | 67 |
![]() | Parameter curve should be final. | 69 |
![]() | Expected @param tag for 'curve'. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 77 |
![]() | Parameter curves should be final. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | 'for' construct must use '{}'s. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | 'for' is not followed by whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter pos should be final. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter length should be final. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter dist should be final. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter d should be final. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Parameter inv should be final. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | 'for' construct must use '{}'s. | 163 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 181 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Parameter box should be final. | 182 |
![]() | Line has trailing spaces. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | '{' is not preceded with whitespace. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | 'for' construct must use '{}'s. | 209 |
![]() | '<' is not preceded with whitespace. | 209 |
![]() | '<' is not followed by whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | 'cast' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | Line contains a tab character. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Parameter t0 should be final. | 218 |
![]() | Parameter t1 should be final. | 218 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line has trailing spaces. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line has trailing spaces. | 227 |
![]() | 'for' construct must use '{}'s. | 229 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Comment matches to-do format 'TODO:'. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Unused import - math.geom2d.curve.Curve2D. | 11 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Expected @param tag for 'pos'. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @param tag for 'length'. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Redundant 'public' modifier. | 73 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Utility classes should not have a public or default constructor. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Expected an @return tag. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Parameter curve should be final. | 48 |
![]() | Expected @param tag for 'curve'. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | 'if' construct must use '{}'s. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 'if' construct must use '{}'s. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | 'else' construct must use '{}'s. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | 'else' construct must use '{}'s. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Parameter curve should be final. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Parameter pos should be final. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | 'for' construct must use '{}'s. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | 'for' is not followed by whitespace. | 114 |
![]() | '=' is not preceded with whitespace. | 114 |
![]() | '=' is not followed by whitespace. | 114 |
![]() | '<' is not preceded with whitespace. | 114 |
![]() | '<' is not followed by whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '<' is not preceded with whitespace. | 118 |
![]() | '<' is not followed by whitespace. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | '-' is not preceded with whitespace. | 119 |
![]() | '-' is not followed by whitespace. | 119 |
![]() | '*' is not preceded with whitespace. | 119 |
![]() | '*' is not followed by whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Parameter curveSet should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Parameter length should be final. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | 'for' is not followed by whitespace. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '+' is not preceded with whitespace. | 149 |
![]() | '+' is not followed by whitespace. | 149 |
![]() | '<' is not preceded with whitespace. | 149 |
![]() | '<' is not followed by whitespace. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | '++' is preceded with whitespace. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | '-' is not preceded with whitespace. | 154 |
![]() | '-' is not followed by whitespace. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Parameter curve should be final. | 165 |
![]() | Parameter dist should be final. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | 'cast' is not followed by whitespace. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line has trailing spaces. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line has trailing spaces. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | 'for' is not followed by whitespace. | 178 |
![]() | ':' should be on a new line. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | '{' is not preceded with whitespace. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '!=' is not preceded with whitespace. | 182 |
![]() | '!=' is not followed by whitespace. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Parameter curve should be final. | 192 |
![]() | Parameter dist should be final. | 192 |
![]() | Line has trailing spaces. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | 'cast' is not followed by whitespace. | 196 |
![]() | 'cast' is not followed by whitespace. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line has trailing spaces. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | Line contains a tab character. | 213 |
![]() | 'if' construct must use '{}'s. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | 'cast' is not followed by whitespace. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | 'while' is not followed by whitespace. | 223 |
![]() | '{' is not preceded with whitespace. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | 'cast' is not followed by whitespace. | 231 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | 'if' is not followed by whitespace. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line has trailing spaces. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Parameter parallel should be final. | 248 |
![]() | Line has trailing spaces. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Parameter previous should be final. | 249 |
![]() | Line has trailing spaces. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Parameter current should be final. | 250 |
![]() | Parameter dist should be final. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | 'if' is not followed by whitespace. | 260 |
![]() | '>' is not preceded with whitespace. | 260 |
![]() | '>' is not followed by whitespace. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | '/' is not preceded with whitespace. | 261 |
![]() | '/' is not followed by whitespace. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | '/' is not preceded with whitespace. | 262 |
![]() | '/' is not followed by whitespace. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | '/' is not preceded with whitespace. | 264 |
![]() | '/' is not followed by whitespace. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | '/' is not preceded with whitespace. | 265 |
![]() | '/' is not followed by whitespace. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line has trailing spaces. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | '-' is not preceded with whitespace. | 273 |
![]() | '-' is not followed by whitespace. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | '*' is not preceded with whitespace. | 274 |
![]() | '*' is not followed by whitespace. | 274 |
![]() | '-' is not preceded with whitespace. | 274 |
![]() | '-' is not followed by whitespace. | 274 |
![]() | Line has trailing spaces. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | 'if' construct must use '{}'s. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | 'if' is not followed by whitespace. | 278 |
![]() | '<' is not preceded with whitespace. | 278 |
![]() | '1e-10' is a magic number. | 278 |
![]() | '<' is not followed by whitespace. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line has trailing spaces. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | '>' is not preceded with whitespace. | 283 |
![]() | '>' is not followed by whitespace. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line has trailing spaces. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line has trailing spaces. | 287 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Parameter curve should be final. | 292 |
![]() | Expected @param tag for 'curve'. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line has trailing spaces. | 297 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | 'for' construct must use '{}'s. | 299 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | 'for' is not followed by whitespace. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line has trailing spaces. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line has trailing spaces. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | 'for' is not followed by whitespace. | 307 |
![]() | '=' is not preceded with whitespace. | 307 |
![]() | '=' is not followed by whitespace. | 307 |
![]() | '<' is not preceded with whitespace. | 307 |
![]() | '<' is not followed by whitespace. | 307 |
![]() | '-' is not preceded with whitespace. | 307 |
![]() | '-' is not followed by whitespace. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | 'for' is not followed by whitespace. | 309 |
![]() | '=' is not preceded with whitespace. | 309 |
![]() | '=' is not followed by whitespace. | 309 |
![]() | '<' is not preceded with whitespace. | 309 |
![]() | '<' is not followed by whitespace. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | 'for' is not followed by whitespace. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | 'if' construct must use '{}'s. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | 'if' is not followed by whitespace. | 314 |
![]() | '&&' should be on a new line. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | 'if' construct must use '{}'s. | 316 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | 'if' is not followed by whitespace. | 316 |
![]() | '&&' should be on a new line. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line has trailing spaces. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 328 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Parameter curve should be final. | 329 |
![]() | Line has trailing spaces. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line has trailing spaces. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | 'for' is not followed by whitespace. | 337 |
![]() | '=' is not preceded with whitespace. | 337 |
![]() | '=' is not followed by whitespace. | 337 |
![]() | '<' is not preceded with whitespace. | 337 |
![]() | '<' is not followed by whitespace. | 337 |
![]() | '-' is not preceded with whitespace. | 337 |
![]() | '-' is not followed by whitespace. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | 'for' is not followed by whitespace. | 339 |
![]() | '=' is not preceded with whitespace. | 339 |
![]() | '=' is not followed by whitespace. | 339 |
![]() | '+' is not preceded with whitespace. | 339 |
![]() | '+' is not followed by whitespace. | 339 |
![]() | '<' is not preceded with whitespace. | 339 |
![]() | '<' is not followed by whitespace. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | 'for' is not followed by whitespace. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | 'if' construct must use '{}'s. | 344 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | 'if' is not followed by whitespace. | 344 |
![]() | '&&' is not preceded with whitespace. | 344 |
![]() | '&&' is not followed by whitespace. | 344 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line contains a tab character. | 345 |
![]() | 'if' is not followed by whitespace. | 345 |
![]() | '&&' should be on a new line. | 345 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line contains a tab character. | 346 |
![]() | 'if' construct must use '{}'s. | 347 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | 'if' is not followed by whitespace. | 347 |
![]() | '&&' is not preceded with whitespace. | 347 |
![]() | '&&' is not followed by whitespace. | 347 |
![]() | 'if' construct must use '{}'s. | 348 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line contains a tab character. | 348 |
![]() | 'if' is not followed by whitespace. | 348 |
![]() | '&&' should be on a new line. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Line has trailing spaces. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | '*' is not preceded with whitespace. | 352 |
![]() | '*' is not followed by whitespace. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Line contains a tab character. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | '*' is not preceded with whitespace. | 355 |
![]() | '*' is not followed by whitespace. | 355 |
![]() | Line has trailing spaces. | 356 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line has trailing spaces. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line has trailing spaces. | 363 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | 'for' is not followed by whitespace. | 365 |
![]() | '=' is not preceded with whitespace. | 365 |
![]() | '=' is not followed by whitespace. | 365 |
![]() | '<' is not preceded with whitespace. | 365 |
![]() | '<' is not followed by whitespace. | 365 |
![]() | '{' is not preceded with whitespace. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line has trailing spaces. | 369 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line has trailing spaces. | 373 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Parameter curve1 should be final. | 375 |
![]() | Parameter curve2 should be final. | 375 |
![]() | Line has trailing spaces. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line has trailing spaces. | 380 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line has trailing spaces. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | 'for' construct must use '{}'s. | 384 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line contains a tab character. | 384 |
![]() | 'for' is not followed by whitespace. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | 'for' construct must use '{}'s. | 386 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line contains a tab character. | 386 |
![]() | 'for' is not followed by whitespace. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line has trailing spaces. | 388 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line has trailing spaces. | 391 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | 'for' is not followed by whitespace. | 395 |
![]() | '=' is not preceded with whitespace. | 395 |
![]() | '=' is not followed by whitespace. | 395 |
![]() | '<' is not preceded with whitespace. | 395 |
![]() | '<' is not followed by whitespace. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | 'for' is not followed by whitespace. | 397 |
![]() | '=' is not preceded with whitespace. | 397 |
![]() | '=' is not followed by whitespace. | 397 |
![]() | '<' is not preceded with whitespace. | 397 |
![]() | '<' is not followed by whitespace. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Line contains a tab character. | 400 |
![]() | 'for' is not followed by whitespace. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line has trailing spaces. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line has trailing spaces. | 410 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Expected an @return tag. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Parameter curve1 should be final. | 418 |
![]() | Expected @param tag for 'curve1'. | 418 |
![]() | Parameter curve2 should be final. | 418 |
![]() | Expected @param tag for 'curve2'. | 418 |
![]() | Line has trailing spaces. | 419 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 424 |
![]() | Line has trailing spaces. | 425 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line has trailing spaces. | 427 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line has trailing spaces. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | 'for' construct must use '{}'s. | 431 |
![]() | Line is longer than 80 characters. | 431 |
![]() | Line contains a tab character. | 431 |
![]() | 'for' is not followed by whitespace. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | 'for' construct must use '{}'s. | 433 |
![]() | Line is longer than 80 characters. | 433 |
![]() | Line contains a tab character. | 433 |
![]() | 'for' is not followed by whitespace. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line has trailing spaces. | 435 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | 'for' is not followed by whitespace. | 439 |
![]() | '=' is not preceded with whitespace. | 439 |
![]() | '=' is not followed by whitespace. | 439 |
![]() | '<' is not preceded with whitespace. | 439 |
![]() | '<' is not followed by whitespace. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | 'for' is not followed by whitespace. | 441 |
![]() | '=' is not preceded with whitespace. | 441 |
![]() | '=' is not followed by whitespace. | 441 |
![]() | '<' is not preceded with whitespace. | 441 |
![]() | '<' is not followed by whitespace. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line contains a tab character. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Line contains a tab character. | 444 |
![]() | 'for' is not followed by whitespace. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line has trailing spaces. | 451 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line has trailing spaces. | 453 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | 'for' is not followed by whitespace. | 455 |
![]() | '=' is not preceded with whitespace. | 455 |
![]() | '=' is not followed by whitespace. | 455 |
![]() | '<' is not preceded with whitespace. | 455 |
![]() | '<' is not followed by whitespace. | 455 |
![]() | '{' is not preceded with whitespace. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line has trailing spaces. | 459 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line has trailing spaces. | 463 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Expected an @return tag. | 467 |
![]() | Line contains a tab character. | 467 |
![]() | Line has trailing spaces. | 468 |
![]() | Line contains a tab character. | 468 |
![]() | Parameter elem1 should be final. | 468 |
![]() | Expected @param tag for 'elem1'. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Parameter elem2 should be final. | 469 |
![]() | Expected @param tag for 'elem2'. | 469 |
![]() | Line has trailing spaces. | 470 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | 'if' is not followed by whitespace. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line has trailing spaces. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | 'if' is not followed by whitespace. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 477 |
![]() | Line has trailing spaces. | 478 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line is longer than 80 characters. | 481 |
![]() | Line contains a tab character. | 481 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Line contains a tab character. | 482 |
![]() | Line has trailing spaces. | 483 |
![]() | Line contains a tab character. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line has trailing spaces. | 486 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | 'for' is not followed by whitespace. | 489 |
![]() | 'if' construct must use '{}'s. | 490 |
![]() | Line contains a tab character. | 490 |
![]() | 'if' is not followed by whitespace. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line has trailing spaces. | 493 |
![]() | Line contains a tab character. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line has trailing spaces. | 497 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | Line has trailing spaces. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 505 |
![]() | Parameter curve should be final. | 505 |
![]() | Line has trailing spaces. | 506 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | Line has trailing spaces. | 508 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 514 |
![]() | '{' is not preceded with whitespace. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line has trailing spaces. | 518 |
![]() | Line contains a tab character. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line has trailing spaces. | 521 |
![]() | Line contains a tab character. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Line contains a tab character. | 522 |
![]() | Line has trailing spaces. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 525 |
![]() | Line has trailing spaces. | 526 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line has trailing spaces. | 528 |
![]() | Line contains a tab character. | 528 |
![]() | 'if' is not followed by whitespace. | 528 |
![]() | '==' is not preceded with whitespace. | 528 |
![]() | '==' is not followed by whitespace. | 528 |
![]() | '{' is not preceded with whitespace. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Line has trailing spaces. | 534 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 536 |
![]() | '=' is not preceded with whitespace. | 537 |
![]() | '=' is not followed by whitespace. | 537 |
![]() | '<' is not preceded with whitespace. | 537 |
![]() | '<' is not followed by whitespace. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Line has trailing spaces. | 543 |
![]() | Line has trailing spaces. | 546 |
![]() | Line has trailing spaces. | 547 |
![]() | Line has trailing spaces. | 549 |
![]() | Line has trailing spaces. | 552 |
![]() | Line has trailing spaces. | 557 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line has trailing spaces. | 564 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | 'if' construct must use '{}'s. | 566 |
![]() | Line contains a tab character. | 566 |
![]() | 'if' is not followed by whitespace. | 566 |
![]() | '==' is not preceded with whitespace. | 566 |
![]() | '==' is not followed by whitespace. | 566 |
![]() | Line contains a tab character. | 567 |
![]() | Line has trailing spaces. | 568 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line has trailing spaces. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line has trailing spaces. | 575 |
![]() | Line has trailing spaces. | 579 |
![]() | Line has trailing spaces. | 582 |
![]() | 'while' is not followed by whitespace. | 584 |
![]() | Line has trailing spaces. | 587 |
![]() | Line has trailing spaces. | 592 |
![]() | Line has trailing spaces. | 595 |
![]() | 'while' is not followed by whitespace. | 596 |
![]() | '!=' is not preceded with whitespace. | 596 |
![]() | '!=' is not followed by whitespace. | 596 |
![]() | Line contains a tab character. | 597 |
![]() | Line contains a tab character. | 598 |
![]() | Line has trailing spaces. | 599 |
![]() | Line contains a tab character. | 599 |
![]() | Line contains a tab character. | 600 |
![]() | 'if' construct must use '{}'s. | 601 |
![]() | Line contains a tab character. | 601 |
![]() | 'if' is not followed by whitespace. | 601 |
![]() | '==' is not preceded with whitespace. | 601 |
![]() | '==' is not followed by whitespace. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Line has trailing spaces. | 603 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line has trailing spaces. | 606 |
![]() | Line contains a tab character. | 606 |
![]() | Line contains a tab character. | 607 |
![]() | Line contains a tab character. | 608 |
![]() | Line has trailing spaces. | 610 |
![]() | Line has trailing spaces. | 612 |
![]() | Line contains a tab character. | 612 |
![]() | Line has trailing spaces. | 617 |
![]() | Line contains a tab character. | 619 |
![]() | Line has trailing spaces. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Line contains a tab character. | 622 |
![]() | Line contains a tab character. | 623 |
![]() | Line contains a tab character. | 624 |
![]() | Expected an @return tag. | 625 |
![]() | Line contains a tab character. | 625 |
![]() | Line has trailing spaces. | 626 |
![]() | Line contains a tab character. | 626 |
![]() | Parameter elements should be final. | 626 |
![]() | Expected @param tag for 'elements'. | 626 |
![]() | Line contains a tab character. | 627 |
![]() | Parameter closed should be final. | 627 |
![]() | Expected @param tag for 'closed'. | 627 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line contains a tab character. | 630 |
![]() | Line has trailing spaces. | 631 |
![]() | Line contains a tab character. | 631 |
![]() | Line has trailing spaces. | 632 |
![]() | Line contains a tab character. | 632 |
![]() | Missing a Javadoc comment. | 632 |
![]() | Line contains a tab character. | 633 |
![]() | Line has trailing spaces. | 634 |
![]() | Line contains a tab character. | 634 |
![]() | Parameter curve1 should be final. | 634 |
![]() | Line contains a tab character. | 635 |
![]() | Parameter curve2 should be final. | 635 |
![]() | Line has trailing spaces. | 636 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line has trailing spaces. | 638 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 639 |
![]() | Line contains a tab character. | 640 |
![]() | Line has trailing spaces. | 641 |
![]() | Line contains a tab character. | 641 |
![]() | Line contains a tab character. | 642 |
![]() | Line contains a tab character. | 644 |
![]() | Line contains a tab character. | 646 |
![]() | Line contains a tab character. | 647 |
![]() | Line has trailing spaces. | 648 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | Line has trailing spaces. | 650 |
![]() | Line contains a tab character. | 650 |
![]() | 'if' is not followed by whitespace. | 650 |
![]() | '==' is not preceded with whitespace. | 650 |
![]() | '==' is not followed by whitespace. | 650 |
![]() | '{' is not preceded with whitespace. | 650 |
![]() | Line contains a tab character. | 651 |
![]() | Line contains a tab character. | 652 |
![]() | Line contains a tab character. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Line has trailing spaces. | 656 |
![]() | Line contains a tab character. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 658 |
![]() | Line contains a tab character. | 659 |
![]() | Line has trailing spaces. | 660 |
![]() | Line contains a tab character. | 660 |
![]() | Line contains a tab character. | 661 |
![]() | Line contains a tab character. | 662 |
![]() | Line contains a tab character. | 663 |
![]() | Line has trailing spaces. | 664 |
![]() | Line contains a tab character. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | '=' is not preceded with whitespace. | 666 |
![]() | '=' is not followed by whitespace. | 666 |
![]() | '<' is not preceded with whitespace. | 666 |
![]() | '<' is not followed by whitespace. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line contains a tab character. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line has trailing spaces. | 674 |
![]() | Line has trailing spaces. | 677 |
![]() | 'while' is not followed by whitespace. | 679 |
![]() | Line has trailing spaces. | 682 |
![]() | Line has trailing spaces. | 686 |
![]() | Line has trailing spaces. | 689 |
![]() | Line is longer than 80 characters. | 691 |
![]() | 'cast' is not followed by whitespace. | 691 |
![]() | Line has trailing spaces. | 692 |
![]() | Line contains a tab character. | 694 |
![]() | Line has trailing spaces. | 695 |
![]() | Line contains a tab character. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | Line has trailing spaces. | 698 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | Line contains a tab character. | 700 |
![]() | 'cast' is not followed by whitespace. | 700 |
![]() | Line has trailing spaces. | 701 |
![]() | Line contains a tab character. | 703 |
![]() | Line has trailing spaces. | 704 |
![]() | Line contains a tab character. | 704 |
![]() | '!=' is not preceded with whitespace. | 705 |
![]() | '!=' is not followed by whitespace. | 705 |
![]() | Line has trailing spaces. | 706 |
![]() | Line is longer than 80 characters. | 710 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line has trailing spaces. | 713 |
![]() | Line contains a tab character. | 715 |
![]() | Line has trailing spaces. | 716 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 720 |
![]() | Line contains a tab character. | 721 |
![]() | Expected an @return tag. | 722 |
![]() | Line contains a tab character. | 722 |
![]() | Method length is 185 lines (max allowed is 150). | 722 |
![]() | Line is longer than 80 characters. | 723 |
![]() | Line contains a tab character. | 723 |
![]() | Parameter curves should be final. | 723 |
![]() | Expected @param tag for 'curves'. | 723 |
![]() | Line has trailing spaces. | 724 |
![]() | Line contains a tab character. | 724 |
![]() | Line contains a tab character. | 725 |
![]() | '=' is not preceded with whitespace. | 725 |
![]() | '=' is not followed by whitespace. | 725 |
![]() | Line has trailing spaces. | 726 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line contains a tab character. | 728 |
![]() | Line has trailing spaces. | 729 |
![]() | Line contains a tab character. | 729 |
![]() | Line has trailing spaces. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line has trailing spaces. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | Line has trailing spaces. | 738 |
![]() | Line contains a tab character. | 739 |
![]() | Line has trailing spaces. | 740 |
![]() | Line contains a tab character. | 741 |
![]() | Line has trailing spaces. | 742 |
![]() | 'for' is not followed by whitespace. | 744 |
![]() | '=' is not preceded with whitespace. | 744 |
![]() | '=' is not followed by whitespace. | 744 |
![]() | '<' is not preceded with whitespace. | 744 |
![]() | '<' is not followed by whitespace. | 744 |
![]() | '{' is not preceded with whitespace. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line has trailing spaces. | 748 |
![]() | Line has trailing spaces. | 751 |
![]() | Line contains a tab character. | 752 |
![]() | Line has trailing spaces. | 753 |
![]() | 'for' is not followed by whitespace. | 755 |
![]() | '=' is not preceded with whitespace. | 755 |
![]() | '=' is not followed by whitespace. | 755 |
![]() | '<' is not preceded with whitespace. | 755 |
![]() | '<' is not followed by whitespace. | 755 |
![]() | '{' is not preceded with whitespace. | 755 |
![]() | Line contains a tab character. | 756 |
![]() | Line has trailing spaces. | 758 |
![]() | Line is longer than 80 characters. | 759 |
![]() | Line contains a tab character. | 759 |
![]() | Line contains a tab character. | 760 |
![]() | 'for' is not followed by whitespace. | 760 |
![]() | '=' is not preceded with whitespace. | 760 |
![]() | '=' is not followed by whitespace. | 760 |
![]() | '<' is not preceded with whitespace. | 760 |
![]() | '<' is not followed by whitespace. | 760 |
![]() | '-' is not preceded with whitespace. | 760 |
![]() | '-' is not followed by whitespace. | 760 |
![]() | Line contains a tab character. | 761 |
![]() | Line has trailing spaces. | 762 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 763 |
![]() | 'for' is not followed by whitespace. | 763 |
![]() | '=' is not preceded with whitespace. | 763 |
![]() | '=' is not followed by whitespace. | 763 |
![]() | '+' is not preceded with whitespace. | 763 |
![]() | '+' is not followed by whitespace. | 763 |
![]() | '<' is not preceded with whitespace. | 763 |
![]() | '<' is not followed by whitespace. | 763 |
![]() | Line contains a tab character. | 764 |
![]() | Line is longer than 80 characters. | 765 |
![]() | Line contains a tab character. | 765 |
![]() | Line has trailing spaces. | 766 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | '=' is not preceded with whitespace. | 768 |
![]() | '=' is not followed by whitespace. | 768 |
![]() | '<' is not preceded with whitespace. | 768 |
![]() | '<' is not followed by whitespace. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | Line has trailing spaces. | 772 |
![]() | Line contains a tab character. | 772 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 774 |
![]() | Line contains a tab character. | 775 |
![]() | Line has trailing spaces. | 776 |
![]() | Line contains a tab character. | 776 |
![]() | Line is longer than 80 characters. | 777 |
![]() | Line contains a tab character. | 777 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Line has trailing spaces. | 780 |
![]() | Line contains a tab character. | 780 |
![]() | Line has trailing spaces. | 781 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 782 |
![]() | Line contains a tab character. | 783 |
![]() | Line contains a tab character. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line contains a tab character. | 786 |
![]() | Line has trailing spaces. | 787 |
![]() | Line contains a tab character. | 787 |
![]() | Line has trailing spaces. | 788 |
![]() | Line contains a tab character. | 788 |
![]() | Line contains a tab character. | 789 |
![]() | Line contains a tab character. | 791 |
![]() | Line has trailing spaces. | 792 |
![]() | Line contains a tab character. | 792 |
![]() | Line contains a tab character. | 793 |
![]() | 'for' is not followed by whitespace. | 794 |
![]() | '=' is not preceded with whitespace. | 794 |
![]() | '=' is not followed by whitespace. | 794 |
![]() | '<' is not preceded with whitespace. | 794 |
![]() | '<' is not followed by whitespace. | 794 |
![]() | Line contains a tab character. | 795 |
![]() | Line contains a tab character. | 796 |
![]() | Line contains a tab character. | 797 |
![]() | Line contains a tab character. | 798 |
![]() | Line has trailing spaces. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | 'for' is not followed by whitespace. | 802 |
![]() | '=' is not preceded with whitespace. | 802 |
![]() | '=' is not followed by whitespace. | 802 |
![]() | '<' is not preceded with whitespace. | 802 |
![]() | '<' is not followed by whitespace. | 802 |
![]() | Line contains a tab character. | 803 |
![]() | 'if' construct must use '{}'s. | 804 |
![]() | Line contains a tab character. | 804 |
![]() | Line contains a tab character. | 805 |
![]() | Line has trailing spaces. | 806 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 807 |
![]() | Line contains a tab character. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line contains a tab character. | 810 |
![]() | Line has trailing spaces. | 811 |
![]() | Line contains a tab character. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Line contains a tab character. | 813 |
![]() | Line contains a tab character. | 814 |
![]() | Line has trailing spaces. | 815 |
![]() | Line contains a tab character. | 815 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 818 |
![]() | Line contains a tab character. | 820 |
![]() | Line contains a tab character. | 821 |
![]() | Line is longer than 80 characters. | 822 |
![]() | Line contains a tab character. | 822 |
![]() | 'cast' is not followed by whitespace. | 822 |
![]() | Line has trailing spaces. | 823 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 824 |
![]() | Line has trailing spaces. | 827 |
![]() | Line contains a tab character. | 829 |
![]() | Line contains a tab character. | 830 |
![]() | Line has trailing spaces. | 831 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Line has trailing spaces. | 834 |
![]() | 'if' is not followed by whitespace. | 835 |
![]() | '<' is not preceded with whitespace. | 835 |
![]() | '<' is not followed by whitespace. | 835 |
![]() | Line contains a tab character. | 836 |
![]() | Line contains a tab character. | 837 |
![]() | Line contains a tab character. | 838 |
![]() | Line has trailing spaces. | 839 |
![]() | Line is longer than 80 characters. | 839 |
![]() | Line contains a tab character. | 839 |
![]() | 'cast' is not followed by whitespace. | 839 |
![]() | Line contains a tab character. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line contains a tab character. | 842 |
![]() | Line is longer than 80 characters. | 843 |
![]() | Line contains a tab character. | 843 |
![]() | 'cast' is not followed by whitespace. | 843 |
![]() | Line has trailing spaces. | 844 |
![]() | Line has trailing spaces. | 847 |
![]() | Line contains a tab character. | 847 |
![]() | '!=' is not preceded with whitespace. | 849 |
![]() | '!=' is not followed by whitespace. | 849 |
![]() | Line has trailing spaces. | 850 |
![]() | Line contains a tab character. | 852 |
![]() | Line has trailing spaces. | 853 |
![]() | Line contains a tab character. | 853 |
![]() | Line contains a tab character. | 857 |
![]() | Line has trailing spaces. | 859 |
![]() | Line has trailing spaces. | 860 |
![]() | 'while' is not followed by whitespace. | 862 |
![]() | Line contains a tab character. | 864 |
![]() | Line contains a tab character. | 865 |
![]() | Line has trailing spaces. | 866 |
![]() | '=' is not preceded with whitespace. | 868 |
![]() | '=' is not followed by whitespace. | 868 |
![]() | Line has trailing spaces. | 869 |
![]() | 'for' is not followed by whitespace. | 871 |
![]() | '=' is not preceded with whitespace. | 871 |
![]() | '=' is not followed by whitespace. | 871 |
![]() | ';' is not followed by whitespace. | 871 |
![]() | '<' is not preceded with whitespace. | 871 |
![]() | '<' is not followed by whitespace. | 871 |
![]() | ';' is not followed by whitespace. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | 'if' construct must use '{}'s. | 873 |
![]() | Line contains a tab character. | 873 |
![]() | 'if' is not followed by whitespace. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line has trailing spaces. | 875 |
![]() | Line contains a tab character. | 875 |
![]() | Line contains a tab character. | 876 |
![]() | Line contains a tab character. | 877 |
![]() | Line contains a tab character. | 878 |
![]() | Line contains a tab character. | 879 |
![]() | Line has trailing spaces. | 881 |
![]() | '==' is not preceded with whitespace. | 882 |
![]() | '==' is not followed by whitespace. | 882 |
![]() | Line is longer than 80 characters. | 883 |
![]() | Line contains a tab character. | 883 |
![]() | Line has trailing spaces. | 885 |
![]() | Line has trailing spaces. | 888 |
![]() | Line has trailing spaces. | 891 |
![]() | Line is longer than 80 characters. | 893 |
![]() | 'cast' is not followed by whitespace. | 893 |
![]() | Line has trailing spaces. | 894 |
![]() | Line has trailing spaces. | 897 |
![]() | Line contains a tab character. | 897 |
![]() | '!=' is not preceded with whitespace. | 898 |
![]() | '!=' is not followed by whitespace. | 898 |
![]() | '!=' is not preceded with whitespace. | 898 |
![]() | '!=' is not followed by whitespace. | 898 |
![]() | Line has trailing spaces. | 899 |
![]() | Line contains a tab character. | 903 |
![]() | Line has trailing spaces. | 905 |
![]() | Line contains a tab character. | 907 |
![]() | Line has trailing spaces. | 908 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | Line contains a tab character. | 910 |
![]() | Line contains a tab character. | 911 |
![]() | Line contains a tab character. | 912 |
![]() | Line contains a tab character. | 913 |
![]() | Line contains a tab character. | 914 |
![]() | Parameter elements should be final. | 914 |
![]() | Expected @param tag for 'elements'. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | Parameter curve should be final. | 915 |
![]() | Expected @param tag for 'curve'. | 915 |
![]() | Line contains a tab character. | 916 |
![]() | Line contains a tab character. | 917 |
![]() | Line has trailing spaces. | 918 |
![]() | Line contains a tab character. | 918 |
![]() | Line is longer than 80 characters. | 919 |
![]() | Line contains a tab character. | 919 |
![]() | Missing a Javadoc comment. | 919 |
![]() | Parameter coll should be final. | 919 |
![]() | Line contains a tab character. | 920 |
![]() | 'for' is not followed by whitespace. | 920 |
![]() | ',' is not followed by whitespace. | 920 |
![]() | 'if' construct must use '{}'s. | 921 |
![]() | Line contains a tab character. | 921 |
![]() | Line contains a tab character. | 922 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line contains a tab character. | 925 |
![]() | Line has trailing spaces. | 926 |
![]() | Line contains a tab character. | 926 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 928 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Expected an @return tag. | 931 |
![]() | Line contains a tab character. | 931 |
![]() | Parameter tree should be final. | 931 |
![]() | Expected @param tag for 'tree'. | 931 |
![]() | Parameter value should be final. | 931 |
![]() | Expected @param tag for 'value'. | 931 |
![]() | 'if' construct must use '{}'s. | 932 |
![]() | Line contains a tab character. | 932 |
![]() | 'if' is not followed by whitespace. | 932 |
![]() | '==' is not preceded with whitespace. | 932 |
![]() | '==' is not followed by whitespace. | 932 |
![]() | Line contains a tab character. | 933 |
![]() | 'else' construct must use '{}'s. | 934 |
![]() | Line contains a tab character. | 934 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 936 |
![]() | Line has trailing spaces. | 937 |
![]() | Line contains a tab character. | 937 |
![]() | Line contains a tab character. | 938 |
![]() | Line contains a tab character. | 939 |
![]() | Line contains a tab character. | 940 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line is longer than 80 characters. | 945 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line contains a tab character. | 949 |
![]() | Expected an @return tag. | 950 |
![]() | Line contains a tab character. | 950 |
![]() | Line contains a tab character. | 951 |
![]() | Parameter curve should be final. | 951 |
![]() | Expected @param tag for 'curve'. | 951 |
![]() | Parameter dist should be final. | 951 |
![]() | Expected @param tag for 'dist'. | 951 |
![]() | Line has trailing spaces. | 952 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Line contains a tab character. | 954 |
![]() | Line has trailing spaces. | 955 |
![]() | Line contains a tab character. | 955 |
![]() | Line contains a tab character. | 956 |
![]() | Line is longer than 80 characters. | 957 |
![]() | Line contains a tab character. | 957 |
![]() | 'for' is not followed by whitespace. | 957 |
![]() | Line is longer than 80 characters. | 958 |
![]() | Line contains a tab character. | 958 |
![]() | Line has trailing spaces. | 959 |
![]() | Line contains a tab character. | 959 |
![]() | 'for' is not followed by whitespace. | 959 |
![]() | ':' should be on a new line. | 959 |
![]() | Line contains a tab character. | 960 |
![]() | Line is longer than 80 characters. | 961 |
![]() | Line contains a tab character. | 961 |
![]() | Line is longer than 80 characters. | 962 |
![]() | Line contains a tab character. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 964 |
![]() | Line has trailing spaces. | 965 |
![]() | Line contains a tab character. | 965 |
![]() | Line contains a tab character. | 966 |
![]() | Line contains a tab character. | 967 |
![]() | Line has trailing spaces. | 968 |
![]() | Line contains a tab character. | 968 |
![]() | Line has trailing spaces. | 969 |
![]() | Line contains a tab character. | 969 |
![]() | Line is longer than 80 characters. | 970 |
![]() | Line contains a tab character. | 970 |
![]() | Line has trailing spaces. | 971 |
![]() | Line contains a tab character. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | 'for' is not followed by whitespace. | 973 |
![]() | Line has trailing spaces. | 974 |
![]() | Line contains a tab character. | 974 |
![]() | Line contains a tab character. | 975 |
![]() | 'if' construct must use '{}'s. | 976 |
![]() | Line contains a tab character. | 976 |
![]() | 'if' is not followed by whitespace. | 976 |
![]() | '>' is not preceded with whitespace. | 976 |
![]() | '>' is not followed by whitespace. | 976 |
![]() | Line contains a tab character. | 977 |
![]() | Line has trailing spaces. | 978 |
![]() | Line contains a tab character. | 978 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Line contains a tab character. | 979 |
![]() | Line contains a tab character. | 980 |
![]() | Line has trailing spaces. | 981 |
![]() | Line contains a tab character. | 981 |
![]() | Line contains a tab character. | 982 |
![]() | 'if' construct must use '{}'s. | 983 |
![]() | Line contains a tab character. | 983 |
![]() | 'if' is not followed by whitespace. | 983 |
![]() | '<' is not preceded with whitespace. | 983 |
![]() | '<' is not followed by whitespace. | 983 |
![]() | '-' is not preceded with whitespace. | 983 |
![]() | '-' is not followed by whitespace. | 983 |
![]() | Line contains a tab character. | 984 |
![]() | Line has trailing spaces. | 985 |
![]() | Line contains a tab character. | 985 |
![]() | Line contains a tab character. | 986 |
![]() | Line contains a tab character. | 987 |
![]() | Line contains a tab character. | 988 |
![]() | Line has trailing spaces. | 989 |
![]() | Line contains a tab character. | 989 |
![]() | Line is longer than 80 characters. | 990 |
![]() | Line contains a tab character. | 990 |
![]() | Line contains a tab character. | 991 |
![]() | Line contains a tab character. | 992 |
![]() | Line is longer than 80 characters. | 993 |
![]() | Line contains a tab character. | 993 |
![]() | Line contains a tab character. | 994 |
![]() | Line contains a tab character. | 995 |
![]() | Line has trailing spaces. | 996 |
![]() | Line contains a tab character. | 996 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 998 |
![]() | Line contains a tab character. | 999 |
![]() | Expected an @return tag. | 1000 |
![]() | Line has trailing spaces. | 1000 |
![]() | Line contains a tab character. | 1000 |
![]() | Parameter set should be final. | 1000 |
![]() | Expected @param tag for 'set'. | 1000 |
![]() | Line contains a tab character. | 1001 |
![]() | Parameter dist should be final. | 1001 |
![]() | Expected @param tag for 'dist'. | 1001 |
![]() | Line contains a tab character. | 1002 |
![]() | Line has trailing spaces. | 1003 |
![]() | Line contains a tab character. | 1003 |
![]() | Line is longer than 80 characters. | 1004 |
![]() | Line contains a tab character. | 1004 |
![]() | Line has trailing spaces. | 1005 |
![]() | Line contains a tab character. | 1005 |
![]() | Line contains a tab character. | 1006 |
![]() | Line contains a tab character. | 1007 |
![]() | 'for' is not followed by whitespace. | 1007 |
![]() | Line is longer than 80 characters. | 1008 |
![]() | Line contains a tab character. | 1008 |
![]() | '>' is not preceded with whitespace. | 1008 |
![]() | '>' is not followed by whitespace. | 1008 |
![]() | Line contains a tab character. | 1009 |
![]() | Line has trailing spaces. | 1010 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line has trailing spaces. | 1013 |
![]() | Line contains a tab character. | 1013 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Line contains a tab character. | 1014 |
![]() | Line has trailing spaces. | 1015 |
![]() | Line contains a tab character. | 1015 |
![]() | Line contains a tab character. | 1016 |
![]() | Line contains a tab character. | 1017 |
![]() | 'for' is not followed by whitespace. | 1017 |
![]() | Line has trailing spaces. | 1018 |
![]() | Line contains a tab character. | 1018 |
![]() | Line is longer than 80 characters. | 1019 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line is longer than 80 characters. | 1021 |
![]() | Line contains a tab character. | 1021 |
![]() | 'if' construct must use '{}'s. | 1022 |
![]() | Line contains a tab character. | 1022 |
![]() | 'if' is not followed by whitespace. | 1022 |
![]() | '<' is not preceded with whitespace. | 1022 |
![]() | '<' is not followed by whitespace. | 1022 |
![]() | '-' is not preceded with whitespace. | 1022 |
![]() | '-' is not followed by whitespace. | 1022 |
![]() | Line contains a tab character. | 1023 |
![]() | Line has trailing spaces. | 1024 |
![]() | Line contains a tab character. | 1024 |
![]() | Line contains a tab character. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | Line contains a tab character. | 1027 |
![]() | Line is longer than 80 characters. | 1029 |
![]() | Line contains a tab character. | 1029 |
![]() | Line contains a tab character. | 1030 |
![]() | Line contains a tab character. | 1032 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1034 |
![]() | Line contains a tab character. | 1035 |
![]() | Expected an @return tag. | 1036 |
![]() | Line has trailing spaces. | 1036 |
![]() | Line contains a tab character. | 1036 |
![]() | Line is longer than 80 characters. | 1037 |
![]() | Line contains a tab character. | 1037 |
![]() | Parameter curve should be final. | 1037 |
![]() | Expected @param tag for 'curve'. | 1037 |
![]() | Parameter d should be final. | 1037 |
![]() | Expected @param tag for 'd'. | 1037 |
![]() | Line has trailing spaces. | 1038 |
![]() | Line contains a tab character. | 1038 |
![]() | Line has trailing spaces. | 1039 |
![]() | Line contains a tab character. | 1039 |
![]() | Line contains a tab character. | 1040 |
![]() | Line has trailing spaces. | 1041 |
![]() | Line contains a tab character. | 1041 |
![]() | Line has trailing spaces. | 1042 |
![]() | Line contains a tab character. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line has trailing spaces. | 1044 |
![]() | Line contains a tab character. | 1044 |
![]() | Line contains a tab character. | 1045 |
![]() | Line contains a tab character. | 1046 |
![]() | Line contains a tab character. | 1047 |
![]() | Line contains a tab character. | 1049 |
![]() | Line contains a tab character. | 1050 |
![]() | Line contains a tab character. | 1051 |
![]() | Line has trailing spaces. | 1052 |
![]() | Line contains a tab character. | 1052 |
![]() | Line contains a tab character. | 1053 |
![]() | Line contains a tab character. | 1054 |
![]() | Line is longer than 80 characters. | 1055 |
![]() | Line contains a tab character. | 1055 |
![]() | Line contains a tab character. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | Expected an @return tag. | 1058 |
![]() | Line is longer than 80 characters. | 1058 |
![]() | Line contains a tab character. | 1058 |
![]() | Line contains a tab character. | 1059 |
![]() | Parameter curve should be final. | 1059 |
![]() | Expected @param tag for 'curve'. | 1059 |
![]() | Parameter d should be final. | 1059 |
![]() | Expected @param tag for 'd'. | 1059 |
![]() | Line has trailing spaces. | 1060 |
![]() | Line contains a tab character. | 1060 |
![]() | Line contains a tab character. | 1061 |
![]() | Line contains a tab character. | 1062 |
![]() | Line contains a tab character. | 1063 |
![]() | 'cast' is not followed by whitespace. | 1063 |
![]() | Line is longer than 80 characters. | 1064 |
![]() | Line contains a tab character. | 1064 |
![]() | 'cast' is not followed by whitespace. | 1064 |
![]() | Line has trailing spaces. | 1065 |
![]() | Line contains a tab character. | 1065 |
![]() | Line contains a tab character. | 1066 |
![]() | Line contains a tab character. | 1067 |
![]() | Line contains a tab character. | 1068 |
![]() | Line has trailing spaces. | 1069 |
![]() | Line contains a tab character. | 1069 |
![]() | Line contains a tab character. | 1070 |
![]() | Line is longer than 80 characters. | 1071 |
![]() | Line contains a tab character. | 1071 |
![]() | 'for' is not followed by whitespace. | 1071 |
![]() | 'if' construct must use '{}'s. | 1072 |
![]() | Line contains a tab character. | 1072 |
![]() | 'if' is not followed by whitespace. | 1072 |
![]() | '==' is not preceded with whitespace. | 1072 |
![]() | '==' is not followed by whitespace. | 1072 |
![]() | Line contains a tab character. | 1073 |
![]() | Line contains a tab character. | 1074 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Line contains a tab character. | 1075 |
![]() | 'for' is not followed by whitespace. | 1075 |
![]() | 'if' construct must use '{}'s. | 1076 |
![]() | Line contains a tab character. | 1076 |
![]() | 'if' is not followed by whitespace. | 1076 |
![]() | '==' is not preceded with whitespace. | 1076 |
![]() | '==' is not followed by whitespace. | 1076 |
![]() | Line contains a tab character. | 1077 |
![]() | Line contains a tab character. | 1078 |
![]() | Line has trailing spaces. | 1079 |
![]() | Line contains a tab character. | 1079 |
![]() | Line contains a tab character. | 1080 |
![]() | Line contains a tab character. | 1081 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line contains a tab character. | 1085 |
![]() | Line contains a tab character. | 1086 |
![]() | Line contains a tab character. | 1087 |
![]() | Expected an @return tag. | 1088 |
![]() | Line is longer than 80 characters. | 1088 |
![]() | Line contains a tab character. | 1088 |
![]() | Line has trailing spaces. | 1089 |
![]() | Line contains a tab character. | 1089 |
![]() | Parameter curve should be final. | 1089 |
![]() | Expected @param tag for 'curve'. | 1089 |
![]() | Line contains a tab character. | 1090 |
![]() | Parameter parallels should be final. | 1090 |
![]() | Expected @param tag for 'parallels'. | 1090 |
![]() | Line contains a tab character. | 1091 |
![]() | Line has trailing spaces. | 1092 |
![]() | Line contains a tab character. | 1092 |
![]() | Line contains a tab character. | 1093 |
![]() | Line has trailing spaces. | 1094 |
![]() | Line contains a tab character. | 1094 |
![]() | Line is longer than 80 characters. | 1095 |
![]() | Line contains a tab character. | 1095 |
![]() | Line contains a tab character. | 1096 |
![]() | Line contains a tab character. | 1097 |
![]() | 'if' is not followed by whitespace. | 1097 |
![]() | '{' is not preceded with whitespace. | 1097 |
![]() | Line is longer than 80 characters. | 1098 |
![]() | Line contains a tab character. | 1098 |
![]() | 'for' is not followed by whitespace. | 1098 |
![]() | Line is longer than 80 characters. | 1099 |
![]() | Line contains a tab character. | 1099 |
![]() | Line contains a tab character. | 1100 |
![]() | Line contains a tab character. | 1101 |
![]() | Line has trailing spaces. | 1102 |
![]() | Line contains a tab character. | 1102 |
![]() | Line has trailing spaces. | 1103 |
![]() | Line contains a tab character. | 1103 |
![]() | Line contains a tab character. | 1104 |
![]() | Line contains a tab character. | 1105 |
![]() | Line has trailing spaces. | 1106 |
![]() | Line contains a tab character. | 1106 |
![]() | Line contains a tab character. | 1107 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Line contains a tab character. | 1108 |
![]() | Line contains a tab character. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Expected an @return tag. | 1111 |
![]() | Line has trailing spaces. | 1111 |
![]() | Line contains a tab character. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | Line contains a tab character. | 1113 |
![]() | Parameter parallels should be final. | 1113 |
![]() | Expected @param tag for 'parallels'. | 1113 |
![]() | Line has trailing spaces. | 1114 |
![]() | Line contains a tab character. | 1114 |
![]() | Line contains a tab character. | 1115 |
![]() | Line has trailing spaces. | 1116 |
![]() | Line contains a tab character. | 1116 |
![]() | Line contains a tab character. | 1117 |
![]() | Line has trailing spaces. | 1118 |
![]() | Line contains a tab character. | 1118 |
![]() | Line contains a tab character. | 1119 |
![]() | Line contains a tab character. | 1120 |
![]() | Line contains a tab character. | 1121 |
![]() | '=' is not preceded with whitespace. | 1121 |
![]() | '=' is not followed by whitespace. | 1121 |
![]() | Line contains a tab character. | 1122 |
![]() | '=' is not preceded with whitespace. | 1122 |
![]() | '=' is not followed by whitespace. | 1122 |
![]() | Line contains a tab character. | 1124 |
![]() | 'for' is not followed by whitespace. | 1124 |
![]() | Line contains a tab character. | 1125 |
![]() | 'if' is not followed by whitespace. | 1125 |
![]() | '{' is not preceded with whitespace. | 1125 |
![]() | Line contains a tab character. | 1126 |
![]() | Line is longer than 80 characters. | 1127 |
![]() | Line contains a tab character. | 1127 |
![]() | Line contains a tab character. | 1128 |
![]() | Line contains a tab character. | 1129 |
![]() | 'if' is not followed by whitespace. | 1129 |
![]() | '==' is not preceded with whitespace. | 1129 |
![]() | '==' is not followed by whitespace. | 1129 |
![]() | '{' is not preceded with whitespace. | 1129 |
![]() | Line contains a tab character. | 1130 |
![]() | Line contains a tab character. | 1131 |
![]() | '==' is not preceded with whitespace. | 1131 |
![]() | '==' is not followed by whitespace. | 1131 |
![]() | Line contains a tab character. | 1132 |
![]() | Line contains a tab character. | 1133 |
![]() | Comment matches to-do format 'TODO:'. | 1134 |
![]() | Line is longer than 80 characters. | 1134 |
![]() | Line contains a tab character. | 1134 |
![]() | Line is longer than 80 characters. | 1135 |
![]() | Line contains a tab character. | 1135 |
![]() | Line contains a tab character. | 1136 |
![]() | Line contains a tab character. | 1137 |
![]() | Line contains a tab character. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1141 |
![]() | 'if' is not followed by whitespace. | 1141 |
![]() | '!=' is not preceded with whitespace. | 1141 |
![]() | '!=' is not followed by whitespace. | 1141 |
![]() | '!=' is not preceded with whitespace. | 1141 |
![]() | '!=' is not followed by whitespace. | 1141 |
![]() | Line is longer than 80 characters. | 1142 |
![]() | Line contains a tab character. | 1142 |
![]() | Line contains a tab character. | 1143 |
![]() | Line has trailing spaces. | 1144 |
![]() | Line contains a tab character. | 1144 |
![]() | Line contains a tab character. | 1145 |
![]() | Line contains a tab character. | 1146 |
![]() | Line has trailing spaces. | 1147 |
![]() | Line contains a tab character. | 1147 |
![]() | Line contains a tab character. | 1148 |
![]() | Line is longer than 80 characters. | 1149 |
![]() | Line contains a tab character. | 1149 |
![]() | Line contains a tab character. | 1150 |
![]() | Line contains a tab character. | 1151 |
![]() | Expected an @return tag. | 1152 |
![]() | Line has trailing spaces. | 1152 |
![]() | Line contains a tab character. | 1152 |
![]() | Line contains a tab character. | 1153 |
![]() | Line contains a tab character. | 1154 |
![]() | Parameter curve1 should be final. | 1154 |
![]() | Expected @param tag for 'curve1'. | 1154 |
![]() | Line contains a tab character. | 1155 |
![]() | Parameter curve2 should be final. | 1155 |
![]() | Expected @param tag for 'curve2'. | 1155 |
![]() | Line has trailing spaces. | 1156 |
![]() | Line contains a tab character. | 1156 |
![]() | Line contains a tab character. | 1157 |
![]() | Line has trailing spaces. | 1158 |
![]() | Line contains a tab character. | 1158 |
![]() | Line contains a tab character. | 1159 |
![]() | Line has trailing spaces. | 1160 |
![]() | Line contains a tab character. | 1160 |
![]() | Line contains a tab character. | 1161 |
![]() | Line contains a tab character. | 1162 |
![]() | 'if' is not followed by whitespace. | 1162 |
![]() | '!=' is not preceded with whitespace. | 1162 |
![]() | '!=' is not followed by whitespace. | 1162 |
![]() | '!=' is not preceded with whitespace. | 1162 |
![]() | '!=' is not followed by whitespace. | 1162 |
![]() | '{' is not preceded with whitespace. | 1162 |
![]() | Line contains a tab character. | 1163 |
![]() | Line has trailing spaces. | 1164 |
![]() | Line contains a tab character. | 1164 |
![]() | Line contains a tab character. | 1165 |
![]() | Line contains a tab character. | 1167 |
![]() | Line contains a tab character. | 1168 |
![]() | Line contains a tab character. | 1169 |
![]() | Line contains a tab character. | 1171 |
![]() | Line contains a tab character. | 1172 |
![]() | Line is longer than 80 characters. | 1173 |
![]() | Line contains a tab character. | 1173 |
![]() | Line has trailing spaces. | 1174 |
![]() | Line is longer than 80 characters. | 1174 |
![]() | Line contains a tab character. | 1174 |
![]() | Line contains a tab character. | 1175 |
![]() | Line contains a tab character. | 1176 |
![]() | Line contains a tab character. | 1177 |
![]() | Line is longer than 80 characters. | 1178 |
![]() | Line contains a tab character. | 1178 |
![]() | Line contains a tab character. | 1179 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line contains a tab character. | 1183 |
![]() | Line contains a tab character. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1187 |
![]() | Line contains a tab character. | 1188 |
![]() | Line contains a tab character. | 1190 |
![]() | Line is longer than 80 characters. | 1191 |
![]() | Line contains a tab character. | 1191 |
![]() | Line contains a tab character. | 1192 |
![]() | Line is longer than 80 characters. | 1193 |
![]() | Line contains a tab character. | 1193 |
![]() | Line contains a tab character. | 1194 |
![]() | Line contains a tab character. | 1196 |
![]() | Line contains a tab character. | 1197 |
![]() | Line contains a tab character. | 1198 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | Line contains a tab character. | 1202 |
![]() | Line contains a tab character. | 1203 |
![]() | Line contains a tab character. | 1205 |
![]() | Line is longer than 80 characters. | 1206 |
![]() | Line contains a tab character. | 1206 |
![]() | Line contains a tab character. | 1208 |
![]() | Line contains a tab character. | 1209 |
![]() | Line contains a tab character. | 1211 |
![]() | Line contains a tab character. | 1212 |
![]() | Line contains a tab character. | 1213 |
![]() | Line contains a tab character. | 1214 |
![]() | Line contains a tab character. | 1215 |
![]() | Line is longer than 80 characters. | 1217 |
![]() | Line contains a tab character. | 1217 |
![]() | Comment matches to-do format 'TODO:'. | 1218 |
![]() | Line is longer than 80 characters. | 1218 |
![]() | Line contains a tab character. | 1218 |
![]() | Line has trailing spaces. | 1219 |
![]() | Line is longer than 80 characters. | 1219 |
![]() | Line contains a tab character. | 1219 |
![]() | Line contains a tab character. | 1220 |
![]() | Line contains a tab character. | 1221 |
![]() | Line contains a tab character. | 1222 |
![]() | Line has trailing spaces. | 1223 |
![]() | Line contains a tab character. | 1223 |
![]() | Line contains a tab character. | 1224 |
![]() | Line is longer than 80 characters. | 1225 |
![]() | Line contains a tab character. | 1225 |
![]() | Line contains a tab character. | 1226 |
![]() | Line contains a tab character. | 1227 |
![]() | Line has trailing spaces. | 1228 |
![]() | Line contains a tab character. | 1228 |
![]() | Line contains a tab character. | 1229 |
![]() | Line contains a tab character. | 1230 |
![]() | Line has trailing spaces. | 1231 |
![]() | Line contains a tab character. | 1231 |
![]() | Line is longer than 80 characters. | 1232 |
![]() | Line contains a tab character. | 1232 |
![]() | Missing a Javadoc comment. | 1232 |
![]() | '(' is preceded with whitespace. | 1232 |
![]() | Line has trailing spaces. | 1233 |
![]() | Line contains a tab character. | 1233 |
![]() | Parameter contours should be final. | 1233 |
![]() | Line contains a tab character. | 1234 |
![]() | Parameter curve should be final. | 1234 |
![]() | Parameter d should be final. | 1234 |
![]() | Line contains a tab character. | 1235 |
![]() | Line contains a tab character. | 1236 |
![]() | Line contains a tab character. | 1237 |
![]() | Line contains a tab character. | 1239 |
![]() | 'for' construct must use '{}'s. | 1240 |
![]() | Line contains a tab character. | 1240 |
![]() | 'for' is not followed by whitespace. | 1240 |
![]() | Line contains a tab character. | 1241 |
![]() | Line has trailing spaces. | 1242 |
![]() | Line contains a tab character. | 1242 |
![]() | 'for' is not followed by whitespace. | 1242 |
![]() | ':' should be on a new line. | 1242 |
![]() | Line contains a tab character. | 1243 |
![]() | Line has trailing spaces. | 1244 |
![]() | Line contains a tab character. | 1244 |
![]() | Line contains a tab character. | 1245 |
![]() | Line is longer than 80 characters. | 1246 |
![]() | Line contains a tab character. | 1246 |
![]() | Line contains a tab character. | 1247 |
![]() | Line has trailing spaces. | 1248 |
![]() | Line contains a tab character. | 1248 |
![]() | Line contains a tab character. | 1249 |
![]() | Line has trailing spaces. | 1250 |
![]() | Line contains a tab character. | 1250 |
![]() | Line contains a tab character. | 1251 |
![]() | 'if' construct must use '{}'s. | 1252 |
![]() | Line contains a tab character. | 1252 |
![]() | 'if' is not followed by whitespace. | 1252 |
![]() | '-' is not preceded with whitespace. | 1252 |
![]() | '-' is not followed by whitespace. | 1252 |
![]() | '<' is not preceded with whitespace. | 1252 |
![]() | '<' is not followed by whitespace. | 1252 |
![]() | Line contains a tab character. | 1253 |
![]() | Line has trailing spaces. | 1254 |
![]() | Line contains a tab character. | 1254 |
![]() | Line is longer than 80 characters. | 1255 |
![]() | Line contains a tab character. | 1255 |
![]() | Line contains a tab character. | 1256 |
![]() | Line contains a tab character. | 1257 |
![]() | Line has trailing spaces. | 1258 |
![]() | Line contains a tab character. | 1258 |
![]() | Line contains a tab character. | 1259 |
![]() | Line has trailing spaces. | 1260 |
![]() | Line contains a tab character. | 1260 |
![]() | Line contains a tab character. | 1261 |
![]() | Line has trailing spaces. | 1262 |
![]() | Line contains a tab character. | 1262 |
![]() | Line contains a tab character. | 1263 |
![]() | Line contains a tab character. | 1264 |
![]() | Line contains a tab character. | 1265 |
![]() | Line is longer than 80 characters. | 1266 |
![]() | Line contains a tab character. | 1266 |
![]() | Line contains a tab character. | 1267 |
![]() | Line contains a tab character. | 1268 |
![]() | Expected an @return tag. | 1269 |
![]() | Line contains a tab character. | 1269 |
![]() | '(' is preceded with whitespace. | 1269 |
![]() | Line contains a tab character. | 1270 |
![]() | Parameter curve should be final. | 1270 |
![]() | Expected @param tag for 'curve'. | 1270 |
![]() | Line contains a tab character. | 1271 |
![]() | 'if' construct must use '{}'s. | 1272 |
![]() | Line contains a tab character. | 1272 |
![]() | Line contains a tab character. | 1273 |
![]() | Line has trailing spaces. | 1274 |
![]() | Line contains a tab character. | 1274 |
![]() | Line is longer than 80 characters. | 1275 |
![]() | Line contains a tab character. | 1275 |
![]() | 'if' construct must use '{}'s. | 1276 |
![]() | Line contains a tab character. | 1276 |
![]() | Line is longer than 80 characters. | 1277 |
![]() | Line contains a tab character. | 1277 |
![]() | Line has trailing spaces. | 1278 |
![]() | Line contains a tab character. | 1278 |
![]() | Line is longer than 80 characters. | 1279 |
![]() | Line contains a tab character. | 1279 |
![]() | Line contains a tab character. | 1280 |
![]() | Line has trailing spaces. | 1281 |
![]() | Line contains a tab character. | 1281 |
![]() | Line contains a tab character. | 1282 |
![]() | Missing a Javadoc comment. | 1282 |
![]() | Parameter p1 should be final. | 1282 |
![]() | Parameter p2 should be final. | 1282 |
![]() | '{' is not preceded with whitespace. | 1282 |
![]() | Line contains a tab character. | 1283 |
![]() | Line contains a tab character. | 1284 |
![]() | '/' is not preceded with whitespace. | 1284 |
![]() | '/' is not followed by whitespace. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Line contains a tab character. | 1286 |
![]() | Line contains a tab character. | 1287 |
![]() | Line contains a tab character. | 1288 |
![]() | Line has trailing spaces. | 1289 |
![]() | Line contains a tab character. | 1289 |
![]() | Line contains a tab character. | 1290 |
![]() | Missing a Javadoc comment. | 1290 |
![]() | Line is longer than 80 characters. | 1291 |
![]() | Line contains a tab character. | 1291 |
![]() | Parameter curve should be final. | 1291 |
![]() | Parameter points should be final. | 1291 |
![]() | '{' is not preceded with whitespace. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | Line contains a tab character. | 1293 |
![]() | 'for' is not followed by whitespace. | 1293 |
![]() | '{' is not preceded with whitespace. | 1293 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | Line contains a tab character. | 1296 |
![]() | Line contains a tab character. | 1297 |
![]() | Line has trailing spaces. | 1298 |
![]() | Line contains a tab character. | 1298 |
![]() | Line contains a tab character. | 1299 |
![]() | Missing a Javadoc comment. | 1299 |
![]() | Line contains a tab character. | 1300 |
![]() | Parameter ref should be final. | 1300 |
![]() | Parameter curve should be final. | 1300 |
![]() | '{' is not preceded with whitespace. | 1300 |
![]() | Line contains a tab character. | 1301 |
![]() | Line contains a tab character. | 1302 |
![]() | Line has trailing spaces. | 1303 |
![]() | Line contains a tab character. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Line contains a tab character. | 1305 |
![]() | 'if' is not followed by whitespace. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Line is longer than 80 characters. | 1307 |
![]() | Line contains a tab character. | 1307 |
![]() | Line contains a tab character. | 1308 |
![]() | Line contains a tab character. | 1309 |
![]() | Line has trailing spaces. | 1310 |
![]() | Line contains a tab character. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Line contains a tab character. | 1312 |
![]() | Line contains a tab character. | 1313 |
![]() | 'for' is not followed by whitespace. | 1313 |
![]() | '{' is not preceded with whitespace. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | Line contains a tab character. | 1315 |
![]() | Line contains a tab character. | 1316 |
![]() | Line contains a tab character. | 1317 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.curve.*. | 15 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 25 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Parameter n should be final. | 42 |
![]() | Expected @param tag for 'n'. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 48 |
![]() | Parameter curves should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | 'for' construct must use '{}'s. | 53 |
![]() | Line has trailing spaces. | 60 |
![]() | Parameter curves should be final. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | 'for' construct must use '{}'s. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | 'for' is not followed by whitespace. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter pos should be final. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter length should be final. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter dist should be final. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter d should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter inv should be final. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | 'for' construct must use '{}'s. | 144 |
![]() | 'cast' is not followed by whitespace. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Line contains a tab character. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | 'for' construct must use '{}'s. | 160 |
![]() | 'for' is not followed by whitespace. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Line contains a tab character. | 167 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Parameter box should be final. | 168 |
![]() | Line has trailing spaces. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | 'if' construct must use '{}'s. | 179 |
![]() | Line has trailing spaces. | 182 |
![]() | Line contains a tab character. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Line has trailing spaces. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Parameter t0 should be final. | 189 |
![]() | Parameter t1 should be final. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line has trailing spaces. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line has trailing spaces. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | 'for' is not followed by whitespace. | 198 |
![]() | 'if' construct must use '{}'s. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | 'else' construct must use '{}'s. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line has trailing spaces. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | '{' is not preceded with whitespace. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | 'for' construct must use '{}'s. | 216 |
![]() | '<' is not preceded with whitespace. | 216 |
![]() | '<' is not followed by whitespace. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | 'cast' is not followed by whitespace. | 217 |
![]() | '-' is not preceded with whitespace. | 217 |
![]() | '-' is not followed by whitespace. | 217 |
![]() | '-' is not preceded with whitespace. | 217 |
![]() | '-' is not followed by whitespace. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 221 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Utility classes should not have a public or default constructor. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Parameter domain should be final. | 25 |
![]() | Parameter dist should be final. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | 'for' is not followed by whitespace. | 31 |
![]() | ':' should be on a new line. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | 'for' is not followed by whitespace. | 34 |
![]() | ':' should be on a new line. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Expected an @return tag. | 54 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Parameter curve should be final. | 55 |
![]() | Expected @param tag for 'curve'. | 55 |
![]() | Parameter d should be final. | 55 |
![]() | Expected @param tag for 'd'. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | 'for' is not followed by whitespace. | 69 |
![]() | ':' should be on a new line. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | 'if' construct must use '{}'s. | 71 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '==' is not preceded with whitespace. | 71 |
![]() | '==' is not followed by whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | 'for' is not followed by whitespace. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | 'for' construct must use '{}'s. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | 'for' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 'for' is not followed by whitespace. | 89 |
![]() | ':' should be on a new line. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '-' is not preceded with whitespace. | 99 |
![]() | '-' is not followed by whitespace. | 99 |
![]() | '<' is not preceded with whitespace. | 99 |
![]() | '<' is not followed by whitespace. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter boundary should be final. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter dist should be final. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter inv should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | 'cast' is not followed by whitespace. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Comment matches to-do format 'TODO:'. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter size should be final. | 39 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter curves should be final. | 44 |
![]() | Line has trailing spaces. | 53 |
![]() | Parameter curves should be final. | 53 |
![]() | Expected @param tag for 'curves'. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter closed should be final. | 54 |
![]() | Expected @param tag for 'closed'. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Parameter curves should be final. | 59 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Parameter curves should be final. | 69 |
![]() | Expected @param tag for 'curves'. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Parameter closed should be final. | 70 |
![]() | Expected @param tag for 'closed'. | 70 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Expected an @return tag. | 82 |
![]() | Expected @param tag for '<T>'. | 82 |
![]() | Parameter curves should be final. | 83 |
![]() | Expected @param tag for 'curves'. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Expected an @return tag. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Parameter curves should be final. | 93 |
![]() | Expected @param tag for 'curves'. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter dist should be final. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Parameter inv should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | 'for' construct must use '{}'s. | 122 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter g2 should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | '{' is not preceded with whitespace. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 152 |
![]() | Line has trailing spaces. | 153 |
![]() | 'for' construct must use '{}'s. | 155 |
![]() | '<' is not preceded with whitespace. | 155 |
![]() | '<' is not followed by whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | 'cast' is not followed by whitespace. | 156 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Parameter trans should be final. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | 'for' construct must use '{}'s. | 173 |
![]() | 'cast' is not followed by whitespace. | 174 |
![]() | Line contains a tab character. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'object' must be private and have accessor methods. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter obj should be final. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.curve.*. | 15 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 27 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter size should be final. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter curves should be final. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter curves should be final. | 45 |
![]() | Parameter closed should be final. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter curves should be final. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter curves should be final. | 53 |
![]() | Parameter closed should be final. | 53 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | 'for' construct must use '{}'s. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 'for' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter pos should be final. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter length should be final. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter dist should be final. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter d should be final. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | 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 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Parameter inv should be final. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | 'for' construct must use '{}'s. | 133 |
![]() | 'cast' is not followed by whitespace. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Line has trailing spaces. | 143 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | 'for' construct must use '{}'s. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | 'for' is not followed by whitespace. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Parameter box should be final. | 171 |
![]() | Line has trailing spaces. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line has trailing spaces. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | 'for' construct must use '{}'s. | 198 |
![]() | '<' is not preceded with whitespace. | 198 |
![]() | '<' is not followed by whitespace. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | 'cast' is not followed by whitespace. | 199 |
![]() | '-' is not preceded with whitespace. | 199 |
![]() | '-' is not followed by whitespace. | 199 |
![]() | '-' is not preceded with whitespace. | 199 |
![]() | '-' is not followed by whitespace. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line has trailing spaces. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Parameter t0 should be final. | 207 |
![]() | Parameter t1 should be final. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line has trailing spaces. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | 'for' is not followed by whitespace. | 218 |
![]() | 'if' construct must use '{}'s. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line has trailing spaces. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.*. | 35 |
![]() | Line has trailing spaces. | 55 |
![]() | Variable 'r' must be private and have accessor methods. | 63 |
![]() | First sentence should end with a period. | 74 |
![]() | Parameter center should be final. | 75 |
![]() | Expected @param tag for 'center'. | 75 |
![]() | Parameter radius should be final. | 75 |
![]() | Expected @param tag for 'radius'. | 75 |
![]() | First sentence should end with a period. | 79 |
![]() | Parameter center should be final. | 80 |
![]() | Expected @param tag for 'center'. | 80 |
![]() | Parameter radius should be final. | 80 |
![]() | Expected @param tag for 'radius'. | 80 |
![]() | Parameter direct should be final. | 80 |
![]() | Expected @param tag for 'direct'. | 80 |
![]() | First sentence should end with a period. | 84 |
![]() | Parameter xcenter should be final. | 85 |
![]() | Expected @param tag for 'xcenter'. | 85 |
![]() | Parameter ycenter should be final. | 85 |
![]() | Expected @param tag for 'ycenter'. | 85 |
![]() | Parameter radius should be final. | 85 |
![]() | Expected @param tag for 'radius'. | 85 |
![]() | Parameter xcenter should be final. | 90 |
![]() | Expected @param tag for 'xcenter'. | 90 |
![]() | Parameter ycenter should be final. | 90 |
![]() | Expected @param tag for 'ycenter'. | 90 |
![]() | Parameter radius should be final. | 90 |
![]() | Expected @param tag for 'radius'. | 90 |
![]() | Parameter direct should be final. | 91 |
![]() | Expected @param tag for 'direct'. | 91 |
![]() | Line has trailing spaces. | 96 |
![]() | Expected an @return tag. | 103 |
![]() | Parameter center should be final. | 103 |
![]() | Expected @param tag for 'center'. | 103 |
![]() | Parameter radius should be final. | 103 |
![]() | Expected @param tag for 'radius'. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | Expected an @return tag. | 110 |
![]() | Parameter p1 should be final. | 110 |
![]() | Expected @param tag for 'p1'. | 110 |
![]() | Parameter p2 should be final. | 110 |
![]() | Expected @param tag for 'p2'. | 110 |
![]() | Parameter p3 should be final. | 110 |
![]() | Expected @param tag for 'p3'. | 110 |
![]() | 'if' construct must use '{}'s. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 119 |
![]() | ':' should be on a new line. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter circle1 should be final. | 130 |
![]() | Parameter circle2 should be final. | 131 |
![]() | 'if' construct must use '{}'s. | 143 |
![]() | '<' is not preceded with whitespace. | 143 |
![]() | '<' is not followed by whitespace. | 143 |
![]() | '-' is not preceded with whitespace. | 143 |
![]() | '-' is not followed by whitespace. | 143 |
![]() | '|' is not preceded with whitespace. | 143 |
![]() | '|' is not followed by whitespace. | 143 |
![]() | '>' is not preceded with whitespace. | 143 |
![]() | '>' is not followed by whitespace. | 143 |
![]() | '+' is not preceded with whitespace. | 143 |
![]() | '+' is not followed by whitespace. | 143 |
![]() | '/' is not preceded with whitespace. | 150 |
![]() | '/' is not followed by whitespace. | 150 |
![]() | '+' is not preceded with whitespace. | 150 |
![]() | '+' is not followed by whitespace. | 150 |
![]() | '*' is not preceded with whitespace. | 150 |
![]() | '*' is not followed by whitespace. | 150 |
![]() | '-' is not preceded with whitespace. | 150 |
![]() | '-' is not followed by whitespace. | 150 |
![]() | '*' is not preceded with whitespace. | 150 |
![]() | '*' is not followed by whitespace. | 150 |
![]() | '/' is not preceded with whitespace. | 150 |
![]() | '/' is not followed by whitespace. | 150 |
![]() | '*' is not preceded with whitespace. | 150 |
![]() | '*' is not followed by whitespace. | 150 |
![]() | '*' is not preceded with whitespace. | 154 |
![]() | '*' is not followed by whitespace. | 154 |
![]() | '-' is not preceded with whitespace. | 154 |
![]() | '-' is not followed by whitespace. | 154 |
![]() | '*' is not preceded with whitespace. | 154 |
![]() | '*' is not followed by whitespace. | 154 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | '/' is not preceded with whitespace. | 155 |
![]() | '/' is not followed by whitespace. | 155 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | '/' is not preceded with whitespace. | 156 |
![]() | '/' is not followed by whitespace. | 156 |
![]() | Expected an @return tag. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Parameter circle should be final. | 168 |
![]() | Expected @param tag for 'circle'. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Parameter line should be final. | 169 |
![]() | Expected @param tag for 'line'. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line has trailing spaces. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | 'assert' is not followed by whitespace. | 184 |
![]() | '!=' is not preceded with whitespace. | 184 |
![]() | '!=' is not followed by whitespace. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | '<' is not preceded with whitespace. | 189 |
![]() | '<' is not followed by whitespace. | 189 |
![]() | 'if' construct must use '{}'s. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | '*' is not preceded with whitespace. | 198 |
![]() | '*' is not followed by whitespace. | 198 |
![]() | '-' is not preceded with whitespace. | 198 |
![]() | '-' is not followed by whitespace. | 198 |
![]() | '*' is not preceded with whitespace. | 198 |
![]() | '*' is not followed by whitespace. | 198 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 204 |
![]() | 'if' construct must use '{}'s. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | 'if' construct must use '{}'s. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Method 'setRadius' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Parameter radius should be final. | 226 |
![]() | Expected @param tag for 'radius'. | 226 |
![]() | Inner assignments should be avoided. | 228 |
![]() | Method 'setCircle' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Parameter xc should be final. | 235 |
![]() | Expected @param tag for 'xc'. | 235 |
![]() | Parameter yc should be final. | 235 |
![]() | Expected @param tag for 'yc'. | 235 |
![]() | Parameter r should be final. | 235 |
![]() | 'r' hides a field. | 235 |
![]() | Expected @param tag for 'r'. | 235 |
![]() | Method 'setCircle' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | Parameter center should be final. | 247 |
![]() | Expected @param tag for 'center'. | 247 |
![]() | Parameter r should be final. | 247 |
![]() | 'r' hides a field. | 247 |
![]() | Expected @param tag for 'r'. | 247 |
![]() | Expected an @return tag. | 261 |
![]() | Method 'getSupportingCircle' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Line has trailing spaces. | 265 |
![]() | Method 'getConicType' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Method 'isCircle' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Expected an @return tag. | 286 |
![]() | Method 'getConicCoefficients' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | '{' is followed by whitespace. | 288 |
![]() | '-2' is a magic number. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '-2' is a magic number. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '-' is not preceded with whitespace. | 288 |
![]() | '-' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | Expected an @return tag. | 294 |
![]() | Method 'getEccentricity' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Expected an @return tag. | 303 |
![]() | Method 'getFocus1' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Expected an @return tag. | 312 |
![]() | Method 'getFocus2' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter dist should be final. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 327 |
![]() | Expected an @return tag. | 332 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Parameter d should be final. | 333 |
![]() | Expected @param tag for 'd'. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Avoid inline conditionals. | 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 |
![]() | Expected an @return tag. | 339 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | '*' is not preceded with whitespace. | 340 |
![]() | '*' is not followed by whitespace. | 340 |
![]() | '*' is not preceded with whitespace. | 340 |
![]() | '*' is not followed by whitespace. | 340 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Parameter pos should be final. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | '*' is not preceded with whitespace. | 347 |
![]() | '*' is not followed by whitespace. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Parameter length should be final. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | '/' is not preceded with whitespace. | 354 |
![]() | '/' is not followed by whitespace. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Parameter inv should be final. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line has trailing spaces. | 362 |
![]() | Line has trailing spaces. | 364 |
![]() | 'if' is not followed by whitespace. | 366 |
![]() | '<' is not preceded with whitespace. | 366 |
![]() | '<' is not followed by whitespace. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | '*' is not preceded with whitespace. | 368 |
![]() | '*' is not followed by whitespace. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line has trailing spaces. | 371 |
![]() | 'if' is not followed by whitespace. | 383 |
![]() | '<' is not preceded with whitespace. | 383 |
![]() | '<' is not followed by whitespace. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | '<' is not preceded with whitespace. | 384 |
![]() | '<' is not followed by whitespace. | 384 |
![]() | Avoid inline conditionals. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line has trailing spaces. | 387 |
![]() | Line has trailing spaces. | 388 |
![]() | Line has trailing spaces. | 390 |
![]() | '/' is not preceded with whitespace. | 396 |
![]() | '/' is not followed by whitespace. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line has trailing spaces. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() | Parameter t should be final. | 404 |
![]() | 'if' construct must use '{}'s. | 405 |
![]() | 'if' construct must use '{}'s. | 412 |
![]() | Line has trailing spaces. | 414 |
![]() | '*' is not preceded with whitespace. | 414 |
![]() | '*' is not followed by whitespace. | 414 |
![]() | '*' is not preceded with whitespace. | 414 |
![]() | '*' is not followed by whitespace. | 414 |
![]() | '-' is not preceded with whitespace. | 414 |
![]() | '-' is not followed by whitespace. | 414 |
![]() | '*' is not preceded with whitespace. | 414 |
![]() | '*' is not followed by whitespace. | 414 |
![]() | '*' is not preceded with whitespace. | 414 |
![]() | '*' is not followed by whitespace. | 414 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' is not followed by whitespace. | 415 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | 'else' construct must use '{}'s. | 416 |
![]() | '*' is not preceded with whitespace. | 418 |
![]() | '*' is not followed by whitespace. | 418 |
![]() | '*' is not preceded with whitespace. | 418 |
![]() | '*' is not followed by whitespace. | 418 |
![]() | '+' is not preceded with whitespace. | 418 |
![]() | '+' is not followed by whitespace. | 418 |
![]() | '*' is not preceded with whitespace. | 418 |
![]() | '*' is not followed by whitespace. | 418 |
![]() | '*' is not preceded with whitespace. | 418 |
![]() | '*' is not followed by whitespace. | 418 |
![]() | '*' is not preceded with whitespace. | 419 |
![]() | '*' is not followed by whitespace. | 419 |
![]() | '*' is not preceded with whitespace. | 419 |
![]() | '*' is not followed by whitespace. | 419 |
![]() | '-' is not preceded with whitespace. | 419 |
![]() | '-' is not followed by whitespace. | 419 |
![]() | '*' is not preceded with whitespace. | 419 |
![]() | '*' is not followed by whitespace. | 419 |
![]() | '*' is not preceded with whitespace. | 419 |
![]() | '*' is not followed by whitespace. | 419 |
![]() | Expected an @return tag. | 428 |
![]() | Line contains a tab character. | 428 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Expected an @return tag. | 443 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 443 |
![]() | Parameter point should be final. | 444 |
![]() | Expected @param tag for 'point'. | 444 |
![]() | '-' is not preceded with whitespace. | 445 |
![]() | '-' is not followed by whitespace. | 445 |
![]() | '/' is not preceded with whitespace. | 445 |
![]() | '/' is not followed by whitespace. | 445 |
![]() | '-' is not preceded with whitespace. | 446 |
![]() | '-' is not followed by whitespace. | 446 |
![]() | '/' is not preceded with whitespace. | 446 |
![]() | '/' is not followed by whitespace. | 446 |
![]() | '*' is not preceded with whitespace. | 447 |
![]() | '*' is not followed by whitespace. | 447 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' is not followed by whitespace. | 447 |
![]() | '*' is not preceded with whitespace. | 447 |
![]() | '*' is not followed by whitespace. | 447 |
![]() | '<' is not preceded with whitespace. | 447 |
![]() | '<' is not followed by whitespace. | 447 |
![]() | '^' is not preceded with whitespace. | 447 |
![]() | '^' is not followed by whitespace. | 447 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Parameter point should be final. | 451 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Parameter x should be final. | 456 |
![]() | Parameter y should be final. | 456 |
![]() | 'if' construct must use '{}'s. | 457 |
![]() | '-' is not preceded with whitespace. | 458 |
![]() | '-' is not followed by whitespace. | 458 |
![]() | 'else' construct must use '{}'s. | 459 |
![]() | '-' is not preceded with whitespace. | 460 |
![]() | '-' is not followed by whitespace. | 460 |
![]() | Expected an @return tag. | 471 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() | Parameter t should be final. | 472 |
![]() | Expected @param tag for 't'. | 472 |
![]() | '+' is not preceded with whitespace. | 473 |
![]() | '+' is not followed by whitespace. | 473 |
![]() | 'if' construct must use '{}'s. | 474 |
![]() | '-' is not preceded with whitespace. | 475 |
![]() | '-' is not followed by whitespace. | 475 |
![]() | '+' is not preceded with whitespace. | 476 |
![]() | '+' is not followed by whitespace. | 476 |
![]() | '*' is not preceded with whitespace. | 476 |
![]() | '*' is not followed by whitespace. | 476 |
![]() | '+' is not preceded with whitespace. | 476 |
![]() | '+' is not followed by whitespace. | 476 |
![]() | '*' is not preceded with whitespace. | 476 |
![]() | '*' is not followed by whitespace. | 476 |
![]() | Line has trailing spaces. | 481 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | Line has trailing spaces. | 491 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '*' is not preceded with whitespace. | 496 |
![]() | '*' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 496 |
![]() | '+' is not followed by whitespace. | 496 |
![]() | '*' is not preceded with whitespace. | 496 |
![]() | '*' is not followed by whitespace. | 496 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() | Parameter point should be final. | 500 |
![]() | Line has trailing spaces. | 501 |
![]() | 'if' construct must use '{}'s. | 503 |
![]() | '-' is not preceded with whitespace. | 504 |
![]() | '-' is not followed by whitespace. | 504 |
![]() | 'else' construct must use '{}'s. | 505 |
![]() | '-' is not preceded with whitespace. | 506 |
![]() | '-' is not followed by whitespace. | 506 |
![]() | Expected an @return tag. | 513 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | Expected an @return tag. | 522 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 522 |
![]() | Parameter t0 should be final. | 523 |
![]() | Expected @param tag for 't0'. | 523 |
![]() | Parameter t1 should be final. | 523 |
![]() | Expected @param tag for 't1'. | 523 |
![]() | '-' is not preceded with whitespace. | 527 |
![]() | '-' is not followed by whitespace. | 527 |
![]() | '-' is not preceded with whitespace. | 529 |
![]() | '-' is not followed by whitespace. | 529 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 535 |
![]() | Line contains a tab character. | 537 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() | Parameter point should be final. | 544 |
![]() | '-' is not followed by whitespace. | 547 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() | Parameter x should be final. | 551 |
![]() | Parameter y should be final. | 551 |
![]() | '-' is not preceded with whitespace. | 552 |
![]() | '-' is not followed by whitespace. | 552 |
![]() | Expected an @return tag. | 561 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() | Parameter line should be final. | 562 |
![]() | Expected @param tag for 'line'. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line is longer than 80 characters. | 567 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Expected an @return tag. | 572 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 572 |
![]() | Parameter box should be final. | 573 |
![]() | Expected @param tag for 'box'. | 573 |
![]() | Line has trailing spaces. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line has trailing spaces. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | 'if' construct must use '{}'s. | 584 |
![]() | 'if' construct must use '{}'s. | 586 |
![]() | Expected an @return tag. | 598 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() | Parameter x should be final. | 599 |
![]() | Expected @param tag for 'x'. | 599 |
![]() | Parameter y should be final. | 599 |
![]() | Expected @param tag for 'y'. | 599 |
![]() | '<=' is not preceded with whitespace. | 600 |
![]() | '<=' is not followed by whitespace. | 600 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() | Line is longer than 80 characters. | 604 |
![]() | Parameter path should be final. | 604 |
![]() | 'if' construct must use '{}'s. | 609 |
![]() | '.1' is a magic number. | 610 |
![]() | '<' is not preceded with whitespace. | 610 |
![]() | '<' is not followed by whitespace. | 610 |
![]() | '*' is not preceded with whitespace. | 610 |
![]() | '*' is not followed by whitespace. | 610 |
![]() | '.1' is a magic number. | 610 |
![]() | '+' is not preceded with whitespace. | 614 |
![]() | '+' is not followed by whitespace. | 614 |
![]() | '*' is not preceded with whitespace. | 614 |
![]() | '*' is not followed by whitespace. | 614 |
![]() | '*' is not preceded with whitespace. | 614 |
![]() | '*' is not followed by whitespace. | 614 |
![]() | '-' is not preceded with whitespace. | 614 |
![]() | '-' is not followed by whitespace. | 614 |
![]() | '*' is not preceded with whitespace. | 614 |
![]() | '*' is not followed by whitespace. | 614 |
![]() | '*' is not preceded with whitespace. | 614 |
![]() | '*' is not followed by whitespace. | 614 |
![]() | '+' is not preceded with whitespace. | 615 |
![]() | '+' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | '+' is not preceded with whitespace. | 615 |
![]() | '+' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | 'else' construct must use '{}'s. | 617 |
![]() | '.1' is a magic number. | 618 |
![]() | '<' is not preceded with whitespace. | 618 |
![]() | '<' is not followed by whitespace. | 618 |
![]() | '*' is not preceded with whitespace. | 618 |
![]() | '*' is not followed by whitespace. | 618 |
![]() | '.1' is a magic number. | 618 |
![]() | '+' is not preceded with whitespace. | 622 |
![]() | '+' is not followed by whitespace. | 622 |
![]() | '*' is not preceded with whitespace. | 622 |
![]() | '*' is not followed by whitespace. | 622 |
![]() | '*' is not preceded with whitespace. | 622 |
![]() | '*' is not followed by whitespace. | 622 |
![]() | '+' is not preceded with whitespace. | 622 |
![]() | '+' is not followed by whitespace. | 622 |
![]() | '*' is not preceded with whitespace. | 622 |
![]() | '*' is not followed by whitespace. | 622 |
![]() | '*' is not preceded with whitespace. | 622 |
![]() | '*' is not followed by whitespace. | 622 |
![]() | '+' is not preceded with whitespace. | 623 |
![]() | '+' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '-' is not preceded with whitespace. | 623 |
![]() | '-' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '*' is not preceded with whitespace. | 623 |
![]() | '*' is not followed by whitespace. | 623 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' is not followed by whitespace. | 627 |
![]() | '*' is not preceded with whitespace. | 627 |
![]() | '*' is not followed by whitespace. | 627 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' is not followed by whitespace. | 627 |
![]() | '*' is not preceded with whitespace. | 627 |
![]() | '*' is not followed by whitespace. | 627 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 632 |
![]() | Parameter g2 should be final. | 633 |
![]() | Line has trailing spaces. | 634 |
![]() | '-' is not preceded with whitespace. | 635 |
![]() | '-' is not followed by whitespace. | 635 |
![]() | '-' is not preceded with whitespace. | 635 |
![]() | '-' is not followed by whitespace. | 635 |
![]() | '*' is not preceded with whitespace. | 635 |
![]() | '*' is not followed by whitespace. | 635 |
![]() | '*' is not preceded with whitespace. | 635 |
![]() | '*' is not followed by whitespace. | 635 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() | Line has trailing spaces. | 644 |
![]() | '?' is not preceded with whitespace. | 646 |
![]() | Avoid inline conditionals. | 646 |
![]() | '?' is not followed by whitespace. | 646 |
![]() | ':' is not preceded with whitespace. | 646 |
![]() | ':' is not followed by whitespace. | 646 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 649 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 649 |
![]() | Parameter obj should be final. | 650 |
![]() | 'if' construct must use '{}'s. | 651 |
![]() | 'if' construct must use '{}'s. | 657 |
![]() | '-' is not preceded with whitespace. | 657 |
![]() | '-' is not followed by whitespace. | 657 |
![]() | '>' is not preceded with whitespace. | 657 |
![]() | '>' is not followed by whitespace. | 657 |
![]() | 'if' construct must use '{}'s. | 659 |
![]() | '-' is not preceded with whitespace. | 659 |
![]() | '-' is not followed by whitespace. | 659 |
![]() | '>' is not preceded with whitespace. | 659 |
![]() | '>' is not followed by whitespace. | 659 |
![]() | 'if' construct must use '{}'s. | 661 |
![]() | '-' is not preceded with whitespace. | 661 |
![]() | '-' is not followed by whitespace. | 661 |
![]() | '>' is not preceded with whitespace. | 661 |
![]() | '>' is not followed by whitespace. | 661 |
![]() | 'if' construct must use '{}'s. | 663 |
![]() | '!=' is not preceded with whitespace. | 663 |
![]() | '!=' is not followed by whitespace. | 663 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 670 |
![]() | Line has trailing spaces. | 674 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Variable 'circle' must be private and have accessor methods. | 69 |
![]() | '/' is not preceded with whitespace. | 79 |
![]() | '/' is not followed by whitespace. | 79 |
![]() | Parameter circle should be final. | 87 |
![]() | 'circle' hides a field. | 87 |
![]() | Expected @param tag for 'circle'. | 87 |
![]() | Parameter startAngle should be final. | 87 |
![]() | Expected @param tag for 'startAngle'. | 87 |
![]() | Parameter angleExtent should be final. | 87 |
![]() | Expected @param tag for 'angleExtent'. | 87 |
![]() | Parameter circle should be final. | 95 |
![]() | 'circle' hides a field. | 95 |
![]() | Expected @param tag for 'circle'. | 95 |
![]() | Parameter startAngle should be final. | 95 |
![]() | Expected @param tag for 'startAngle'. | 95 |
![]() | Parameter endAngle should be final. | 95 |
![]() | Expected @param tag for 'endAngle'. | 95 |
![]() | Parameter direct should be final. | 96 |
![]() | Expected @param tag for 'direct'. | 96 |
![]() | First sentence should end with a period. | 102 |
![]() | Parameter center should be final. | 103 |
![]() | Expected @param tag for 'center'. | 103 |
![]() | Parameter radius should be final. | 103 |
![]() | Expected @param tag for 'radius'. | 103 |
![]() | Parameter startAngle should be final. | 103 |
![]() | Expected @param tag for 'startAngle'. | 103 |
![]() | Parameter angleExtent should be final. | 104 |
![]() | Expected @param tag for 'angleExtent'. | 104 |
![]() | Parameter center should be final. | 112 |
![]() | Expected @param tag for 'center'. | 112 |
![]() | Parameter radius should be final. | 112 |
![]() | Expected @param tag for 'radius'. | 112 |
![]() | Parameter start should be final. | 112 |
![]() | Expected @param tag for 'start'. | 112 |
![]() | Parameter end should be final. | 112 |
![]() | Expected @param tag for 'end'. | 112 |
![]() | Parameter direct should be final. | 113 |
![]() | Expected @param tag for 'direct'. | 113 |
![]() | Parameter xc should be final. | 123 |
![]() | Expected @param tag for 'xc'. | 123 |
![]() | Parameter yc should be final. | 123 |
![]() | Expected @param tag for 'yc'. | 123 |
![]() | Parameter r should be final. | 123 |
![]() | Expected @param tag for 'r'. | 123 |
![]() | Parameter start should be final. | 123 |
![]() | Expected @param tag for 'start'. | 123 |
![]() | Parameter end should be final. | 124 |
![]() | Expected @param tag for 'end'. | 124 |
![]() | Parameter direct should be final. | 124 |
![]() | Expected @param tag for 'direct'. | 124 |
![]() | First sentence should end with a period. | 130 |
![]() | Parameter xc should be final. | 131 |
![]() | Expected @param tag for 'xc'. | 131 |
![]() | Parameter yc should be final. | 131 |
![]() | Expected @param tag for 'yc'. | 131 |
![]() | Parameter r should be final. | 131 |
![]() | Expected @param tag for 'r'. | 131 |
![]() | Parameter start should be final. | 131 |
![]() | Expected @param tag for 'start'. | 131 |
![]() | Parameter extent should be final. | 132 |
![]() | Expected @param tag for 'extent'. | 132 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter support should be final. | 141 |
![]() | Parameter startAngle should be final. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Parameter angleExtent should be final. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter support should be final. | 146 |
![]() | Parameter startAngle should be final. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Parameter endAngle should be final. | 147 |
![]() | Parameter direct should be final. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter center should be final. | 151 |
![]() | Parameter radius should be final. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Parameter startAngle should be final. | 152 |
![]() | Parameter angleExtent should be final. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter center should be final. | 156 |
![]() | Parameter radius should be final. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Parameter startAngle should be final. | 157 |
![]() | Parameter endAngle should be final. | 157 |
![]() | Parameter direct should be final. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 160 |
![]() | Expected an @return tag. | 167 |
![]() | Parameter t should be final. | 167 |
![]() | Expected @param tag for 't'. | 167 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | '>' is not preceded with whitespace. | 168 |
![]() | '>' is not followed by whitespace. | 168 |
![]() | 'if' construct must use '{}'s. | 170 |
![]() | '<' is not preceded with whitespace. | 170 |
![]() | '<' is not followed by whitespace. | 170 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | '<' is not preceded with whitespace. | 172 |
![]() | '<' is not followed by whitespace. | 172 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | Expected an @return tag. | 182 |
![]() | Method 'getSupportCircle' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Line has trailing spaces. | 187 |
![]() | Line has trailing spaces. | 190 |
![]() | Method 'setCenter' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Parameter point should be final. | 195 |
![]() | First sentence should end with a period. | 200 |
![]() | Line has trailing spaces. | 202 |
![]() | Method 'setRadius' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Parameter r should be final. | 207 |
![]() | Method 'setArc' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Parameter center should be final. | 215 |
![]() | Expected @param tag for 'center'. | 215 |
![]() | Parameter radius should be final. | 215 |
![]() | Expected @param tag for 'radius'. | 215 |
![]() | Parameter start should be final. | 215 |
![]() | Expected @param tag for 'start'. | 215 |
![]() | Parameter extent should be final. | 216 |
![]() | Expected @param tag for 'extent'. | 216 |
![]() | Expected an @return tag. | 230 |
![]() | Method 'getSupportingCircle' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Parameter dist should be final. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | Parameter dist should be final. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | '>' is not preceded with whitespace. | 246 |
![]() | '>' is not followed by whitespace. | 246 |
![]() | Avoid inline conditionals. | 246 |
![]() | '+' is not preceded with whitespace. | 246 |
![]() | '+' is not followed by whitespace. | 246 |
![]() | '-' is not preceded with whitespace. | 246 |
![]() | '-' is not followed by whitespace. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line has trailing spaces. | 251 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | '*' is not preceded with whitespace. | 253 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter pos should be final. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | '*' is not preceded with whitespace. | 260 |
![]() | '*' is not followed by whitespace. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter length should be final. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | '/' is not preceded with whitespace. | 267 |
![]() | '/' is not followed by whitespace. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Parameter inv should be final. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line has trailing spaces. | 275 |
![]() | Line has trailing spaces. | 276 |
![]() | Line has trailing spaces. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line has trailing spaces. | 282 |
![]() | 'if' is not followed by whitespace. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line has trailing spaces. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | 'cast' is not followed by whitespace. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Comment matches to-do format 'TODO:'. | 290 |
![]() | Line has trailing spaces. | 290 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 298 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter point should be final. | 304 |
![]() | Line has trailing spaces. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Line has trailing spaces. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | '>' is not preceded with whitespace. | 343 |
![]() | '>' is not followed by whitespace. | 343 |
![]() | '||' is not preceded with whitespace. | 344 |
![]() | '||' is not followed by whitespace. | 344 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | '>' is not preceded with whitespace. | 345 |
![]() | '>' is not followed by whitespace. | 345 |
![]() | '-' is not preceded with whitespace. | 346 |
![]() | '-' is not followed by whitespace. | 346 |
![]() | 'else' construct must use '{}'s. | 347 |
![]() | '*' is not preceded with whitespace. | 348 |
![]() | '*' is not followed by whitespace. | 348 |
![]() | '-' is not preceded with whitespace. | 348 |
![]() | '-' is not followed by whitespace. | 348 |
![]() | '+' is not preceded with whitespace. | 348 |
![]() | '+' is not followed by whitespace. | 348 |
![]() | 'if' construct must use '{}'s. | 350 |
![]() | '>' is not preceded with whitespace. | 350 |
![]() | '>' is not followed by whitespace. | 350 |
![]() | '-' is not preceded with whitespace. | 351 |
![]() | '-' is not followed by whitespace. | 351 |
![]() | '-' is not preceded with whitespace. | 351 |
![]() | '-' is not followed by whitespace. | 351 |
![]() | '*' is not preceded with whitespace. | 351 |
![]() | '*' is not followed by whitespace. | 351 |
![]() | 'else' construct must use '{}'s. | 352 |
![]() | '-' is not preceded with whitespace. | 353 |
![]() | '-' is not followed by whitespace. | 353 |
![]() | '||' is not preceded with whitespace. | 356 |
![]() | '||' is not followed by whitespace. | 356 |
![]() | 'if' construct must use '{}'s. | 357 |
![]() | '>' is not preceded with whitespace. | 357 |
![]() | '>' is not followed by whitespace. | 357 |
![]() | '-' is not preceded with whitespace. | 358 |
![]() | '-' is not followed by whitespace. | 358 |
![]() | 'else' construct must use '{}'s. | 359 |
![]() | '-' is not preceded with whitespace. | 360 |
![]() | '-' is not followed by whitespace. | 360 |
![]() | '-' is not preceded with whitespace. | 360 |
![]() | '-' is not followed by whitespace. | 360 |
![]() | '*' is not preceded with whitespace. | 360 |
![]() | '*' is not followed by whitespace. | 360 |
![]() | 'if' construct must use '{}'s. | 362 |
![]() | '>' is not preceded with whitespace. | 362 |
![]() | '>' is not followed by whitespace. | 362 |
![]() | '-' is not preceded with whitespace. | 363 |
![]() | '-' is not followed by whitespace. | 363 |
![]() | '+' is not preceded with whitespace. | 363 |
![]() | '+' is not followed by whitespace. | 363 |
![]() | '*' is not preceded with whitespace. | 363 |
![]() | '*' is not followed by whitespace. | 363 |
![]() | 'else' construct must use '{}'s. | 364 |
![]() | '-' is not preceded with whitespace. | 365 |
![]() | '-' is not followed by whitespace. | 365 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Parameter point should be final. | 379 |
![]() | '<' is not preceded with whitespace. | 380 |
![]() | '<' is not followed by whitespace. | 380 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Parameter p should be final. | 384 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Parameter x should be final. | 389 |
![]() | Parameter y should be final. | 389 |
![]() | '>' is not preceded with whitespace. | 393 |
![]() | '>' is not followed by whitespace. | 393 |
![]() | 'if' construct must use '{}'s. | 396 |
![]() | '>' is not preceded with whitespace. | 397 |
![]() | '>' is not followed by whitespace. | 397 |
![]() | Avoid inline conditionals. | 397 |
![]() | '+' is not preceded with whitespace. | 400 |
![]() | '+' is not followed by whitespace. | 400 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | '&&' is not preceded with whitespace. | 403 |
![]() | '&&' is not followed by whitespace. | 403 |
![]() | 'if' construct must use '{}'s. | 405 |
![]() | '&&' is not preceded with whitespace. | 405 |
![]() | '&&' is not followed by whitespace. | 405 |
![]() | 'if' construct must use '{}'s. | 410 |
![]() | '&&' is not preceded with whitespace. | 410 |
![]() | '&&' is not followed by whitespace. | 410 |
![]() | 'if' construct must use '{}'s. | 412 |
![]() | '&&' is not preceded with whitespace. | 412 |
![]() | '&&' is not followed by whitespace. | 412 |
![]() | '+' is not preceded with whitespace. | 416 |
![]() | '+' is not followed by whitespace. | 416 |
![]() | 'if' construct must use '{}'s. | 417 |
![]() | '&&' is not preceded with whitespace. | 417 |
![]() | '&&' is not followed by whitespace. | 417 |
![]() | 'if' construct must use '{}'s. | 419 |
![]() | '&&' is not preceded with whitespace. | 419 |
![]() | '&&' is not followed by whitespace. | 419 |
![]() | 'if' construct must use '{}'s. | 422 |
![]() | 'else' construct must use '{}'s. | 424 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Parameter t should be final. | 432 |
![]() | 'if' construct must use '{}'s. | 436 |
![]() | '>' is not preceded with whitespace. | 436 |
![]() | '>' is not followed by whitespace. | 436 |
![]() | '*' is not preceded with whitespace. | 437 |
![]() | '*' is not followed by whitespace. | 437 |
![]() | '*' is not preceded with whitespace. | 437 |
![]() | '*' is not followed by whitespace. | 437 |
![]() | 'else' construct must use '{}'s. | 438 |
![]() | '*' is not preceded with whitespace. | 439 |
![]() | '*' is not followed by whitespace. | 439 |
![]() | '*' is not preceded with whitespace. | 439 |
![]() | '*' is not followed by whitespace. | 439 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Expected an @return tag. | 455 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | First sentence should end with a period. | 463 |
![]() | Expected an @return tag. | 464 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Expected an @return tag. | 473 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Expected an @return tag. | 481 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Parameter t should be final. | 482 |
![]() | Expected @param tag for 't'. | 482 |
![]() | Expected an @return tag. | 490 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() | Parameter point should be final. | 491 |
![]() | Expected @param tag for 'point'. | 491 |
![]() | 'if' construct must use '{}'s. | 493 |
![]() | 'if' construct must use '{}'s. | 494 |
![]() | '>' is not preceded with whitespace. | 494 |
![]() | '>' is not followed by whitespace. | 494 |
![]() | '-' is not preceded with whitespace. | 495 |
![]() | '-' is not followed by whitespace. | 495 |
![]() | 'else' construct must use '{}'s. | 496 |
![]() | '-' is not preceded with whitespace. | 497 |
![]() | '-' is not followed by whitespace. | 497 |
![]() | Line is longer than 80 characters. | 500 |
![]() | '<' is not preceded with whitespace. | 500 |
![]() | '<' is not followed by whitespace. | 500 |
![]() | Avoid inline conditionals. | 500 |
![]() | Expected an @return tag. | 510 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() | Parameter line should be final. | 511 |
![]() | Expected @param tag for 'line'. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() | Parameter point should be final. | 516 |
![]() | '+' is not preceded with whitespace. | 520 |
![]() | '+' is not followed by whitespace. | 520 |
![]() | '>' is not preceded with whitespace. | 521 |
![]() | '>' is not followed by whitespace. | 521 |
![]() | 'if' construct must use '{}'s. | 522 |
![]() | '>' is not preceded with whitespace. | 522 |
![]() | '>' is not followed by whitespace. | 522 |
![]() | '-' is not preceded with whitespace. | 523 |
![]() | '-' is not followed by whitespace. | 523 |
![]() | 'else' construct must use '{}'s. | 524 |
![]() | '-' is not preceded with whitespace. | 525 |
![]() | '-' is not followed by whitespace. | 525 |
![]() | 'if' construct must use '{}'s. | 530 |
![]() | '<' is not preceded with whitespace. | 530 |
![]() | '<' is not followed by whitespace. | 530 |
![]() | 'else' construct must use '{}'s. | 532 |
![]() | Line has trailing spaces. | 540 |
![]() | Line contains a tab character. | 540 |
![]() | Line has trailing spaces. | 544 |
![]() | Line contains a tab character. | 544 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() | Parameter p should be final. | 552 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 556 |
![]() | Parameter x should be final. | 557 |
![]() | Parameter y should be final. | 557 |
![]() | 'if' construct must use '{}'s. | 560 |
![]() | '-' is not followed by whitespace. | 562 |
![]() | 'else' construct must use '{}'s. | 563 |
![]() | First sentence should end with a period. | 568 |
![]() | Expected an @return tag. | 569 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 569 |
![]() | Expected an @return tag. | 578 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() | Parameter t0 should be final. | 579 |
![]() | Expected @param tag for 't0'. | 579 |
![]() | Parameter t1 should be final. | 579 |
![]() | Expected @param tag for 't1'. | 579 |
![]() | '>' is not preceded with whitespace. | 581 |
![]() | '>' is not followed by whitespace. | 581 |
![]() | '+' is not preceded with whitespace. | 582 |
![]() | '+' is not followed by whitespace. | 582 |
![]() | '+' is not preceded with whitespace. | 583 |
![]() | '+' is not followed by whitespace. | 583 |
![]() | '-' is not preceded with whitespace. | 585 |
![]() | '-' is not followed by whitespace. | 585 |
![]() | '-' is not preceded with whitespace. | 586 |
![]() | '-' is not followed by whitespace. | 586 |
![]() | 'if' construct must use '{}'s. | 590 |
![]() | '+' is not preceded with whitespace. | 590 |
![]() | '+' is not followed by whitespace. | 590 |
![]() | '>' is not preceded with whitespace. | 591 |
![]() | '>' is not followed by whitespace. | 591 |
![]() | 'if' construct must use '{}'s. | 593 |
![]() | '+' is not preceded with whitespace. | 593 |
![]() | '+' is not followed by whitespace. | 593 |
![]() | '>' is not preceded with whitespace. | 594 |
![]() | '>' is not followed by whitespace. | 594 |
![]() | '+' is not preceded with whitespace. | 595 |
![]() | '+' is not followed by whitespace. | 595 |
![]() | '>' is not preceded with whitespace. | 598 |
![]() | '>' is not followed by whitespace. | 598 |
![]() | Expected an @return tag. | 605 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 605 |
![]() | '+' is not followed by whitespace. | 608 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() | Line contains a tab character. | 613 |
![]() | Expected an @return tag. | 621 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() | Parameter box should be final. | 622 |
![]() | Expected @param tag for 'box'. | 622 |
![]() | Line has trailing spaces. | 627 |
![]() | Line contains a tab character. | 628 |
![]() | 'if' construct must use '{}'s. | 632 |
![]() | Expected an @return tag. | 642 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() | Parameter trans should be final. | 643 |
![]() | Expected @param tag for 'trans'. | 643 |
![]() | 'if' construct must use '{}'s. | 644 |
![]() | '*' is not preceded with whitespace. | 665 |
![]() | '*' is not followed by whitespace. | 665 |
![]() | '+' is not preceded with whitespace. | 665 |
![]() | '+' is not followed by whitespace. | 665 |
![]() | '3' is a magic number. | 665 |
![]() | '*' is not preceded with whitespace. | 665 |
![]() | '*' is not followed by whitespace. | 665 |
![]() | '3' is a magic number. | 665 |
![]() | '*' is not preceded with whitespace. | 669 |
![]() | '*' is not followed by whitespace. | 669 |
![]() | '-' is not preceded with whitespace. | 671 |
![]() | '-' is not followed by whitespace. | 671 |
![]() | 'if' construct must use '{}'s. | 675 |
![]() | '&' is not preceded with whitespace. | 675 |
![]() | '&' is not followed by whitespace. | 675 |
![]() | '|' is not preceded with whitespace. | 675 |
![]() | '|' is not followed by whitespace. | 675 |
![]() | '&' is not preceded with whitespace. | 675 |
![]() | '&' is not followed by whitespace. | 675 |
![]() | '-' is not preceded with whitespace. | 676 |
![]() | '-' is not followed by whitespace. | 676 |
![]() | '*' is not preceded with whitespace. | 676 |
![]() | '*' is not followed by whitespace. | 676 |
![]() | Line is longer than 80 characters. | 693 |
![]() | Line has trailing spaces. | 697 |
![]() | Line contains a tab character. | 697 |
![]() | Line has trailing spaces. | 733 |
![]() | Line contains a tab character. | 733 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 737 |
![]() | Parameter p should be final. | 738 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 742 |
![]() | Parameter x should be final. | 743 |
![]() | Parameter y should be final. | 743 |
![]() | Line contains a tab character. | 745 |
![]() | 'if' construct must use '{}'s. | 746 |
![]() | Line is longer than 80 characters. | 746 |
![]() | '-' is not preceded with whitespace. | 746 |
![]() | '-' is not followed by whitespace. | 746 |
![]() | '>' is not preceded with whitespace. | 746 |
![]() | '>' is not followed by whitespace. | 746 |
![]() | Line has trailing spaces. | 751 |
![]() | Line is longer than 80 characters. | 756 |
![]() | Line has trailing spaces. | 763 |
![]() | Line contains a tab character. | 763 |
![]() | Line is longer than 80 characters. | 774 |
![]() | Line is longer than 80 characters. | 781 |
![]() | Line has trailing spaces. | 784 |
![]() | Line contains a tab character. | 784 |
![]() | Line has trailing spaces. | 787 |
![]() | Line contains a tab character. | 787 |
![]() | Line has trailing spaces. | 794 |
![]() | Line contains a tab character. | 794 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line has trailing spaces. | 807 |
![]() | Line contains a tab character. | 807 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 811 |
![]() | Line contains a tab character. | 813 |
![]() | Line has trailing spaces. | 814 |
![]() | Line has trailing spaces. | 815 |
![]() | Expected an @return tag. | 824 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 824 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 824 |
![]() | Parameter obj should be final. | 825 |
![]() | Expected @param tag for 'obj'. | 825 |
![]() | 'if' construct must use '{}'s. | 826 |
![]() | 'if' construct must use '{}'s. | 829 |
![]() | 'if' construct must use '{}'s. | 834 |
![]() | '-' is not preceded with whitespace. | 834 |
![]() | '-' is not followed by whitespace. | 834 |
![]() | '>' is not preceded with whitespace. | 834 |
![]() | '>' is not followed by whitespace. | 834 |
![]() | 'if' construct must use '{}'s. | 836 |
![]() | '-' is not preceded with whitespace. | 836 |
![]() | '-' is not followed by whitespace. | 836 |
![]() | '>' is not preceded with whitespace. | 836 |
![]() | '>' is not followed by whitespace. | 836 |
![]() | 'if' construct must use '{}'s. | 838 |
![]() | '-' is not preceded with whitespace. | 838 |
![]() | '-' is not followed by whitespace. | 838 |
![]() | '>' is not preceded with whitespace. | 838 |
![]() | '>' is not followed by whitespace. | 838 |
![]() | 'if' construct must use '{}'s. | 840 |
![]() | '-' is not preceded with whitespace. | 840 |
![]() | '-' is not followed by whitespace. | 840 |
![]() | '>' is not preceded with whitespace. | 840 |
![]() | '>' is not followed by whitespace. | 840 |
![]() | 'if' construct must use '{}'s. | 842 |
![]() | '-' is not preceded with whitespace. | 842 |
![]() | '-' is not followed by whitespace. | 842 |
![]() | '>' is not preceded with whitespace. | 842 |
![]() | '>' is not followed by whitespace. | 842 |
![]() | 'if' construct must use '{}'s. | 844 |
![]() | '-' is not preceded with whitespace. | 844 |
![]() | '-' is not followed by whitespace. | 844 |
![]() | '>' is not preceded with whitespace. | 844 |
![]() | '>' is not followed by whitespace. | 844 |
![]() | 'if' construct must use '{}'s. | 848 |
![]() | '-' is not followed by whitespace. | 849 |
![]() | '>' is not preceded with whitespace. | 849 |
![]() | '>' is not followed by whitespace. | 849 |
![]() | 'if' construct must use '{}'s. | 851 |
![]() | '-' is not followed by whitespace. | 852 |
![]() | '>' is not preceded with whitespace. | 852 |
![]() | '>' is not followed by whitespace. | 852 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 859 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | First sentence should end with a period. | 49 |
![]() | First sentence should end with a period. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | First sentence should end with a period. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | First sentence should end with a period. | 66 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Expected an @return tag. | 91 |
![]() | Redundant 'public' modifier. | 91 |
![]() | Expected an @return tag. | 96 |
![]() | Redundant 'public' modifier. | 96 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Redundant 'public' modifier. | 101 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Redundant 'public' modifier. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 17 |
![]() | Utility classes should not have a public or default constructor. | 20 |
![]() | Method length is 189 lines (max allowed is 150). | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | 'static' modifier out of order with the JLS suggestions. | 22 |
![]() | Parameter coefs should be final. | 22 |
![]() | '<' is not preceded with whitespace. | 23 |
![]() | '6' is a magic number. | 23 |
![]() | '<' is not followed by whitespace. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | '3' is a magic number. | 37 |
![]() | '4' is a magic number. | 38 |
![]() | '5' is a magic number. | 39 |
![]() | '<' is not preceded with whitespace. | 50 |
![]() | '<' is not followed by whitespace. | 50 |
![]() | 'if' construct must use '{}'s. | 61 |
![]() | '-' is not preceded with whitespace. | 61 |
![]() | '-' is not followed by whitespace. | 61 |
![]() | '<' is not preceded with whitespace. | 61 |
![]() | '<' is not followed by whitespace. | 61 |
![]() | '/' is not preceded with whitespace. | 62 |
![]() | '/' is not followed by whitespace. | 62 |
![]() | '4' is a magic number. | 62 |
![]() | 'else' construct must use '{}'s. | 63 |
![]() | '-' is not preceded with whitespace. | 64 |
![]() | '-' is not followed by whitespace. | 64 |
![]() | '/' is not preceded with whitespace. | 64 |
![]() | '/' is not followed by whitespace. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | 'if' construct must use '{}'s. | 66 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | '+' should be on a new line. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | '*' is not preceded with whitespace. | 73 |
![]() | '*' is not followed by whitespace. | 73 |
![]() | '*' is not preceded with whitespace. | 74 |
![]() | '*' is not followed by whitespace. | 74 |
![]() | '*' is not preceded with whitespace. | 75 |
![]() | '*' is not followed by whitespace. | 75 |
![]() | '*' is not preceded with whitespace. | 76 |
![]() | '*' is not followed by whitespace. | 76 |
![]() | '*' is not preceded with whitespace. | 79 |
![]() | '*' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '*' is not preceded with whitespace. | 79 |
![]() | '*' is not followed by whitespace. | 79 |
![]() | '*' is not preceded with whitespace. | 79 |
![]() | '*' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '*' is not preceded with whitespace. | 79 |
![]() | '*' is not followed by whitespace. | 79 |
![]() | '*' is not preceded with whitespace. | 80 |
![]() | '*' is not followed by whitespace. | 80 |
![]() | '-' is not preceded with whitespace. | 80 |
![]() | '-' is not followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | '*' is not preceded with whitespace. | 80 |
![]() | '*' is not followed by whitespace. | 80 |
![]() | '*' is not preceded with whitespace. | 81 |
![]() | '*' is not followed by whitespace. | 81 |
![]() | '-' is not preceded with whitespace. | 81 |
![]() | '-' is not followed by whitespace. | 81 |
![]() | '*' is not preceded with whitespace. | 81 |
![]() | '*' is not followed by whitespace. | 81 |
![]() | '*' is not preceded with whitespace. | 81 |
![]() | '*' is not followed by whitespace. | 81 |
![]() | '+' is not preceded with whitespace. | 81 |
![]() | '+' is not followed by whitespace. | 81 |
![]() | '*' is not preceded with whitespace. | 81 |
![]() | '*' is not followed by whitespace. | 81 |
![]() | '*' is not preceded with whitespace. | 82 |
![]() | '*' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '*' is not preceded with whitespace. | 82 |
![]() | '*' is not followed by whitespace. | 82 |
![]() | '*' is not preceded with whitespace. | 83 |
![]() | '*' is not followed by whitespace. | 83 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 83 |
![]() | '*' is not preceded with whitespace. | 83 |
![]() | '*' is not followed by whitespace. | 83 |
![]() | '>' is not preceded with whitespace. | 88 |
![]() | '>' is not followed by whitespace. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | '+' should be on a new line. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | '<' is not preceded with whitespace. | 96 |
![]() | '<' is not followed by whitespace. | 96 |
![]() | '&&' is not preceded with whitespace. | 96 |
![]() | '&&' is not followed by whitespace. | 96 |
![]() | '<' is not preceded with whitespace. | 96 |
![]() | '<' is not followed by whitespace. | 96 |
![]() | 'if' construct must use '{}'s. | 97 |
![]() | '>' is not preceded with whitespace. | 97 |
![]() | '>' is not followed by whitespace. | 97 |
![]() | '||' is not preceded with whitespace. | 97 |
![]() | '||' is not followed by whitespace. | 97 |
![]() | '>' is not preceded with whitespace. | 97 |
![]() | '>' is not followed by whitespace. | 97 |
![]() | 'else' construct must use '{}'s. | 99 |
![]() | '<' is not preceded with whitespace. | 104 |
![]() | '<' is not followed by whitespace. | 104 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | '<' is not preceded with whitespace. | 110 |
![]() | '<' is not followed by whitespace. | 110 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '-' is not preceded with whitespace. | 111 |
![]() | '-' is not followed by whitespace. | 111 |
![]() | '4' is a magic number. | 111 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '>=' is not preceded with whitespace. | 112 |
![]() | '>=' is not followed by whitespace. | 112 |
![]() | '/' is not preceded with whitespace. | 114 |
![]() | '/' is not followed by whitespace. | 114 |
![]() | '/' is not preceded with whitespace. | 114 |
![]() | '/' is not followed by whitespace. | 114 |
![]() | '/' is not preceded with whitespace. | 115 |
![]() | '/' is not followed by whitespace. | 115 |
![]() | '/' is not preceded with whitespace. | 115 |
![]() | '/' is not followed by whitespace. | 115 |
![]() | 'else' construct must use '{}'s. | 119 |
![]() | '/' is not preceded with whitespace. | 124 |
![]() | '/' is not followed by whitespace. | 124 |
![]() | '/' is not preceded with whitespace. | 125 |
![]() | '/' is not followed by whitespace. | 125 |
![]() | '/' is not preceded with whitespace. | 126 |
![]() | '/' is not followed by whitespace. | 126 |
![]() | '*' is not preceded with whitespace. | 129 |
![]() | '*' is not followed by whitespace. | 129 |
![]() | '-' is not preceded with whitespace. | 129 |
![]() | '-' is not followed by whitespace. | 129 |
![]() | '4' is a magic number. | 129 |
![]() | '*' is not preceded with whitespace. | 129 |
![]() | '*' is not followed by whitespace. | 129 |
![]() | '*' is not preceded with whitespace. | 129 |
![]() | '*' is not followed by whitespace. | 129 |
![]() | '/' is not preceded with whitespace. | 129 |
![]() | '/' is not followed by whitespace. | 129 |
![]() | '4' is a magic number. | 129 |
![]() | '*' is not preceded with whitespace. | 129 |
![]() | '*' is not followed by whitespace. | 129 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '.5' is a magic number. | 130 |
![]() | '/' is not preceded with whitespace. | 130 |
![]() | '/' is not followed by whitespace. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | '-' is not preceded with whitespace. | 133 |
![]() | '-' is not followed by whitespace. | 133 |
![]() | '/' is not preceded with whitespace. | 133 |
![]() | '/' is not followed by whitespace. | 133 |
![]() | '<' is not preceded with whitespace. | 135 |
![]() | '<' is not followed by whitespace. | 135 |
![]() | 'if' construct must use '{}'s. | 137 |
![]() | '<' is not preceded with whitespace. | 141 |
![]() | '<' is not followed by whitespace. | 141 |
![]() | '*' is not preceded with whitespace. | 142 |
![]() | '*' is not followed by whitespace. | 142 |
![]() | '-' is not preceded with whitespace. | 142 |
![]() | '-' is not followed by whitespace. | 142 |
![]() | '4' is a magic number. | 142 |
![]() | '*' is not preceded with whitespace. | 142 |
![]() | '*' is not followed by whitespace. | 142 |
![]() | '*' is not preceded with whitespace. | 142 |
![]() | '*' is not followed by whitespace. | 142 |
![]() | '>=' is not preceded with whitespace. | 143 |
![]() | '>=' is not followed by whitespace. | 143 |
![]() | '/' is not preceded with whitespace. | 145 |
![]() | '/' is not followed by whitespace. | 145 |
![]() | '/' is not preceded with whitespace. | 145 |
![]() | '/' is not followed by whitespace. | 145 |
![]() | '/' is not preceded with whitespace. | 146 |
![]() | '/' is not followed by whitespace. | 146 |
![]() | '/' is not preceded with whitespace. | 146 |
![]() | '/' is not followed by whitespace. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | 'else' construct must use '{}'s. | 150 |
![]() | '/' is not preceded with whitespace. | 155 |
![]() | '/' is not followed by whitespace. | 155 |
![]() | '/' is not preceded with whitespace. | 156 |
![]() | '/' is not followed by whitespace. | 156 |
![]() | '/' is not preceded with whitespace. | 157 |
![]() | '/' is not followed by whitespace. | 157 |
![]() | '*' is not preceded with whitespace. | 160 |
![]() | '*' is not followed by whitespace. | 160 |
![]() | '.5' is a magic number. | 160 |
![]() | '/' is not preceded with whitespace. | 160 |
![]() | '/' is not followed by whitespace. | 160 |
![]() | '*' is not preceded with whitespace. | 161 |
![]() | '*' is not followed by whitespace. | 161 |
![]() | '-' is not preceded with whitespace. | 161 |
![]() | '-' is not followed by whitespace. | 161 |
![]() | '4' is a magic number. | 161 |
![]() | '*' is not preceded with whitespace. | 161 |
![]() | '*' is not followed by whitespace. | 161 |
![]() | '*' is not preceded with whitespace. | 161 |
![]() | '*' is not followed by whitespace. | 161 |
![]() | '/' is not preceded with whitespace. | 161 |
![]() | '/' is not followed by whitespace. | 161 |
![]() | '4' is a magic number. | 161 |
![]() | '*' is not preceded with whitespace. | 161 |
![]() | '*' is not followed by whitespace. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | '/' is not preceded with whitespace. | 170 |
![]() | '/' is not followed by whitespace. | 170 |
![]() | '*' is not preceded with whitespace. | 170 |
![]() | '*' is not followed by whitespace. | 170 |
![]() | '/' is not preceded with whitespace. | 170 |
![]() | '/' is not followed by whitespace. | 170 |
![]() | '*' is not preceded with whitespace. | 170 |
![]() | '*' is not followed by whitespace. | 170 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '-' is not preceded with whitespace. | 174 |
![]() | '-' is not followed by whitespace. | 174 |
![]() | '4' is a magic number. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '/' is not preceded with whitespace. | 174 |
![]() | '/' is not followed by whitespace. | 174 |
![]() | '4' is a magic number. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '/' is not preceded with whitespace. | 175 |
![]() | '/' is not followed by whitespace. | 175 |
![]() | '/' is not preceded with whitespace. | 176 |
![]() | '/' is not followed by whitespace. | 176 |
![]() | '<' is not preceded with whitespace. | 178 |
![]() | '<' is not followed by whitespace. | 178 |
![]() | '&&' is not preceded with whitespace. | 178 |
![]() | '&&' is not followed by whitespace. | 178 |
![]() | '<' is not preceded with whitespace. | 178 |
![]() | '<' is not followed by whitespace. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | '>' is not preceded with whitespace. | 185 |
![]() | '>' is not followed by whitespace. | 185 |
![]() | '&&' is not preceded with whitespace. | 185 |
![]() | '&&' is not followed by whitespace. | 185 |
![]() | '>' is not preceded with whitespace. | 185 |
![]() | '>' is not followed by whitespace. | 185 |
![]() | 'if' construct must use '{}'s. | 186 |
![]() | 'if' construct must use '{}'s. | 188 |
![]() | '>' is not preceded with whitespace. | 188 |
![]() | '>' is not followed by whitespace. | 188 |
![]() | 'else' construct must use '{}'s. | 191 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '/' is not preceded with whitespace. | 193 |
![]() | '/' is not followed by whitespace. | 193 |
![]() | '>' is not preceded with whitespace. | 199 |
![]() | '>' is not followed by whitespace. | 199 |
![]() | 'if' construct must use '{}'s. | 200 |
![]() | 'if' construct must use '{}'s. | 205 |
![]() | '+' is not preceded with whitespace. | 208 |
![]() | '+' is not followed by whitespace. | 208 |
![]() | '/' is not preceded with whitespace. | 208 |
![]() | '/' is not followed by whitespace. | 208 |
![]() | Line has trailing spaces. | 217 |
![]() | 'static' modifier out of order with the JLS suggestions. | 222 |
![]() | Parameter coefs should be final. | 222 |
![]() | Parameter trans should be final. | 223 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | '-' is not preceded with whitespace. | 237 |
![]() | '-' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 238 |
![]() | '*' is not followed by whitespace. | 238 |
![]() | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '+' is not preceded with whitespace. | 240 |
![]() | '+' is not followed by whitespace. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '-' is not preceded with whitespace. | 240 |
![]() | '-' is not followed by whitespace. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '*' is not preceded with whitespace. | 240 |
![]() | '*' is not followed by whitespace. | 240 |
![]() | '/' is not preceded with whitespace. | 240 |
![]() | '/' is not followed by whitespace. | 240 |
![]() | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '-' is not preceded with whitespace. | 241 |
![]() | '-' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '/' is not preceded with whitespace. | 241 |
![]() | '/' is not followed by whitespace. | 241 |
![]() | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '-' is not preceded with whitespace. | 242 |
![]() | '-' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '/' is not preceded with whitespace. | 242 |
![]() | '/' is not followed by whitespace. | 242 |
![]() | 'if' construct must use '{}'s. | 245 |
![]() | '==' is not preceded with whitespace. | 245 |
![]() | '3' is a magic number. | 245 |
![]() | '==' is not followed by whitespace. | 245 |
![]() | '{' is followed by whitespace. | 246 |
![]() | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
![]() | '3' is a magic number. | 249 |
![]() | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() | '4' is a magic number. | 250 |
![]() | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
![]() | '5' is a magic number. | 251 |
![]() | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
![]() | '*' is not preceded with whitespace. | 252 |
![]() | '*' is not followed by whitespace. | 252 |
![]() | '-' is not preceded with whitespace. | 252 |
![]() | '-' is not followed by whitespace. | 252 |
![]() | '*' is not preceded with whitespace. | 252 |
![]() | '*' is not followed by whitespace. | 252 |
![]() | Name 'E2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
![]() | '*' is not preceded with whitespace. | 253 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | '-' is not preceded with whitespace. | 253 |
![]() | '-' is not followed by whitespace. | 253 |
![]() | '*' is not preceded with whitespace. | 253 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | '{' is followed by whitespace. | 254 |
![]() | Line has trailing spaces. | 259 |
![]() | 'static' modifier out of order with the JLS suggestions. | 264 |
![]() | Parameter coefs should be final. | 264 |
![]() | Parameter trans should be final. | 265 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
![]() | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 |
![]() | '3' is a magic number. | 279 |
![]() | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
![]() | '4' is a magic number. | 280 |
![]() | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
![]() | '5' is a magic number. | 281 |
![]() | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '+' is not preceded with whitespace. | 284 |
![]() | '+' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 285 |
![]() | '+' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | '+' is not preceded with whitespace. | 286 |
![]() | '+' is not followed by whitespace. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | '*' is not preceded with whitespace. | 286 |
![]() | '*' is not followed by whitespace. | 286 |
![]() | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | '+' is not preceded with whitespace. | 287 |
![]() | '+' is not followed by whitespace. | 287 |
![]() | '*' is not preceded with whitespace. | 287 |
![]() | '*' is not followed by whitespace. | 287 |
![]() | Name 'E2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | Name 'F2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '{' is followed by whitespace. | 292 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Variable 'coefs' must be private and have accessor methods. | 300 |
![]() | '{' is followed by whitespace. | 300 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Parameter line should be final. | 302 |
![]() | '{' is followed by whitespace. | 304 |
![]() | '*' is not preceded with whitespace. | 304 |
![]() | '*' is not followed by whitespace. | 304 |
![]() | '-' is not preceded with whitespace. | 304 |
![]() | '-' is not followed by whitespace. | 304 |
![]() | '*' is not preceded with whitespace. | 304 |
![]() | '*' is not followed by whitespace. | 304 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Parameter a should be final. | 307 |
![]() | Parameter b should be final. | 307 |
![]() | Parameter c should be final. | 307 |
![]() | '{' is followed by whitespace. | 309 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Expected an @return tag. | 321 |
![]() | Parameter trans should be final. | 331 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Variable 'xc' must be private and have accessor methods. | 339 |
![]() | Variable 'yc' must be private and have accessor methods. | 339 |
![]() | Variable 'd' must be private and have accessor methods. | 339 |
![]() | Variable 'theta' must be private and have accessor methods. | 339 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Parameter point should be final. | 341 |
![]() | Parameter d should be final. | 341 |
![]() | 'd' hides a field. | 341 |
![]() | Parameter theta should be final. | 341 |
![]() | 'theta' hides a field. | 341 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Parameter xc should be final. | 345 |
![]() | 'xc' hides a field. | 345 |
![]() | Parameter yc should be final. | 345 |
![]() | 'yc' hides a field. | 345 |
![]() | Parameter d should be final. | 345 |
![]() | 'd' hides a field. | 345 |
![]() | Parameter theta should be final. | 345 |
![]() | 'theta' hides a field. | 345 |
![]() | Missing a Javadoc comment. | 359 |
![]() | '{' is followed by whitespace. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Parameter trans should be final. | 378 |
![]() | Comment matches to-do format 'TODO:'. | 392 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Variable 'xc' must be private and have accessor methods. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'yc' must be private and have accessor methods. | 70 |
![]() | First sentence should end with a period. | 72 |
![]() | Variable 'r1' must be private and have accessor methods. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | First sentence should end with a period. | 75 |
![]() | Variable 'r2' must be private and have accessor methods. | 76 |
![]() | First sentence should end with a period. | 78 |
![]() | Variable 'theta' must be private and have accessor methods. | 79 |
![]() | First sentence should end with a period. | 81 |
![]() | Variable 'direct' must be private and have accessor methods. | 82 |
![]() | First sentence should end with a period. | 95 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Parameter center should be final. | 96 |
![]() | Expected @param tag for 'center'. | 96 |
![]() | Parameter l1 should be final. | 96 |
![]() | Expected @param tag for 'l1'. | 96 |
![]() | Parameter l2 should be final. | 96 |
![]() | Expected @param tag for 'l2'. | 96 |
![]() | First sentence should end with a period. | 100 |
![]() | Parameter xc should be final. | 101 |
![]() | 'xc' hides a field. | 101 |
![]() | Expected @param tag for 'xc'. | 101 |
![]() | Parameter yc should be final. | 101 |
![]() | 'yc' hides a field. | 101 |
![]() | Expected @param tag for 'yc'. | 101 |
![]() | Parameter l1 should be final. | 101 |
![]() | Expected @param tag for 'l1'. | 101 |
![]() | Parameter l2 should be final. | 101 |
![]() | Expected @param tag for 'l2'. | 101 |
![]() | Parameter center should be final. | 109 |
![]() | Expected @param tag for 'center'. | 109 |
![]() | Parameter l1 should be final. | 109 |
![]() | Expected @param tag for 'l1'. | 109 |
![]() | Parameter l2 should be final. | 109 |
![]() | Expected @param tag for 'l2'. | 109 |
![]() | Parameter theta should be final. | 109 |
![]() | 'theta' hides a field. | 109 |
![]() | Expected @param tag for 'theta'. | 109 |
![]() | Parameter xc should be final. | 117 |
![]() | 'xc' hides a field. | 117 |
![]() | Expected @param tag for 'xc'. | 117 |
![]() | Parameter yc should be final. | 117 |
![]() | 'yc' hides a field. | 117 |
![]() | Expected @param tag for 'yc'. | 117 |
![]() | Parameter l1 should be final. | 117 |
![]() | Expected @param tag for 'l1'. | 117 |
![]() | Parameter l2 should be final. | 117 |
![]() | Expected @param tag for 'l2'. | 117 |
![]() | Parameter theta should be final. | 117 |
![]() | 'theta' hides a field. | 117 |
![]() | Expected @param tag for 'theta'. | 117 |
![]() | Parameter xc should be final. | 125 |
![]() | 'xc' hides a field. | 125 |
![]() | Expected @param tag for 'xc'. | 125 |
![]() | Parameter yc should be final. | 125 |
![]() | 'yc' hides a field. | 125 |
![]() | Expected @param tag for 'yc'. | 125 |
![]() | Parameter l1 should be final. | 125 |
![]() | Expected @param tag for 'l1'. | 125 |
![]() | Parameter l2 should be final. | 125 |
![]() | Expected @param tag for 'l2'. | 125 |
![]() | Parameter theta should be final. | 125 |
![]() | 'theta' hides a field. | 125 |
![]() | Expected @param tag for 'theta'. | 125 |
![]() | Parameter direct should be final. | 126 |
![]() | 'direct' hides a field. | 126 |
![]() | Expected @param tag for 'direct'. | 126 |
![]() | Parameter ellipse should be final. | 140 |
![]() | Expected @param tag for 'ellipse'. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | '/' is not preceded with whitespace. | 142 |
![]() | '/' is not followed by whitespace. | 142 |
![]() | '/' is not preceded with whitespace. | 142 |
![]() | '/' is not followed by whitespace. | 142 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 159 |
![]() | Parameter focus1 should be final. | 159 |
![]() | Parameter focus2 should be final. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Parameter chord should be final. | 160 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' is not followed by whitespace. | 166 |
![]() | '/' is not preceded with whitespace. | 166 |
![]() | '/' is not followed by whitespace. | 166 |
![]() | '+' is not preceded with whitespace. | 167 |
![]() | '+' is not followed by whitespace. | 167 |
![]() | '/' is not preceded with whitespace. | 167 |
![]() | '/' is not followed by whitespace. | 167 |
![]() | 'if' construct must use '{}'s. | 171 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | '/' is not preceded with whitespace. | 172 |
![]() | '/' is not followed by whitespace. | 172 |
![]() | '/' is not preceded with whitespace. | 174 |
![]() | '/' is not followed by whitespace. | 174 |
![]() | '*' is not preceded with whitespace. | 175 |
![]() | '*' is not followed by whitespace. | 175 |
![]() | '-' is not preceded with whitespace. | 175 |
![]() | '-' is not followed by whitespace. | 175 |
![]() | '*' is not preceded with whitespace. | 175 |
![]() | '*' is not followed by whitespace. | 175 |
![]() | '/' is not preceded with whitespace. | 175 |
![]() | '/' is not followed by whitespace. | 175 |
![]() | First sentence should end with a period. | 180 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Expected an @return tag. | 181 |
![]() | Parameter center should be final. | 181 |
![]() | Expected @param tag for 'center'. | 181 |
![]() | Parameter l1 should be final. | 181 |
![]() | Expected @param tag for 'l1'. | 181 |
![]() | Parameter l2 should be final. | 181 |
![]() | Expected @param tag for 'l2'. | 181 |
![]() | Expected an @return tag. | 189 |
![]() | Line has trailing spaces. | 189 |
![]() | Parameter center should be final. | 189 |
![]() | Expected @param tag for 'center'. | 189 |
![]() | Parameter l1 should be final. | 189 |
![]() | Expected @param tag for 'l1'. | 189 |
![]() | Parameter l2 should be final. | 189 |
![]() | Expected @param tag for 'l2'. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Parameter theta should be final. | 190 |
![]() | Expected @param tag for 'theta'. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Expected an @return tag. | 198 |
![]() | Line has trailing spaces. | 198 |
![]() | Parameter center should be final. | 198 |
![]() | Expected @param tag for 'center'. | 198 |
![]() | Parameter l1 should be final. | 198 |
![]() | Expected @param tag for 'l1'. | 198 |
![]() | Parameter l2 should be final. | 198 |
![]() | Expected @param tag for 'l2'. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Parameter theta should be final. | 199 |
![]() | Expected @param tag for 'theta'. | 199 |
![]() | Parameter direct should be final. | 199 |
![]() | Expected @param tag for 'direct'. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Expected an @return tag. | 206 |
![]() | Parameter ellipse should be final. | 206 |
![]() | Expected @param tag for 'ellipse'. | 206 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | '/' is not preceded with whitespace. | 209 |
![]() | '/' is not followed by whitespace. | 209 |
![]() | '/' is not preceded with whitespace. | 209 |
![]() | '/' is not followed by whitespace. | 209 |
![]() | Line has trailing spaces. | 212 |
![]() | Line has trailing spaces. | 219 |
![]() | 'static' modifier out of order with the JLS suggestions. | 224 |
![]() | Parameter coefs should be final. | 224 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
![]() | '-' is not preceded with whitespace. | 231 |
![]() | '-' is not followed by whitespace. | 231 |
![]() | '<' is not preceded with whitespace. | 231 |
![]() | '<' is not followed by whitespace. | 231 |
![]() | '/' is not preceded with whitespace. | 232 |
![]() | '/' is not followed by whitespace. | 232 |
![]() | '4' is a magic number. | 232 |
![]() | '-' is not preceded with whitespace. | 234 |
![]() | '-' is not followed by whitespace. | 234 |
![]() | '/' is not preceded with whitespace. | 234 |
![]() | '/' is not followed by whitespace. | 234 |
![]() | 'if' construct must use '{}'s. | 235 |
![]() | '<' is not preceded with whitespace. | 235 |
![]() | '<' is not followed by whitespace. | 235 |
![]() | 'if' construct must use '{}'s. | 246 |
![]() | '>' is not preceded with whitespace. | 246 |
![]() | '5' is a magic number. | 246 |
![]() | '>' is not followed by whitespace. | 246 |
![]() | '5' is a magic number. | 247 |
![]() | Line has trailing spaces. | 249 |
![]() | '/' is not preceded with whitespace. | 249 |
![]() | '/' is not followed by whitespace. | 249 |
![]() | '<' is not preceded with whitespace. | 249 |
![]() | '<' is not followed by whitespace. | 249 |
![]() | ':' should be on a new line. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line has trailing spaces. | 251 |
![]() | '<' is not preceded with whitespace. | 254 |
![]() | '<' is not followed by whitespace. | 254 |
![]() | '/' is not preceded with whitespace. | 255 |
![]() | '/' is not followed by whitespace. | 255 |
![]() | '/' is not preceded with whitespace. | 256 |
![]() | '/' is not followed by whitespace. | 256 |
![]() | '/' is not preceded with whitespace. | 258 |
![]() | '/' is not followed by whitespace. | 258 |
![]() | '/' is not preceded with whitespace. | 259 |
![]() | '/' is not followed by whitespace. | 259 |
![]() | '+' is not preceded with whitespace. | 260 |
![]() | '+' is not followed by whitespace. | 260 |
![]() | '/' is not preceded with whitespace. | 260 |
![]() | '/' is not followed by whitespace. | 260 |
![]() | '+' is not preceded with whitespace. | 261 |
![]() | '+' is not followed by whitespace. | 261 |
![]() | 'if' construct must use '{}'s. | 265 |
![]() | '-' is not preceded with whitespace. | 265 |
![]() | '-' is not followed by whitespace. | 265 |
![]() | '<' is not preceded with whitespace. | 265 |
![]() | '<' is not followed by whitespace. | 265 |
![]() | Line has trailing spaces. | 267 |
![]() | Line has trailing spaces. | 275 |
![]() | 'static' modifier out of order with the JLS suggestions. | 280 |
![]() | Parameter ellipse should be final. | 280 |
![]() | Parameter trans should be final. | 281 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 292 |
![]() | '*' is not followed by whitespace. | 292 |
![]() | '*' is not preceded with whitespace. | 293 |
![]() | '*' is not followed by whitespace. | 293 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 |
![]() | '/' is not preceded with whitespace. | 296 |
![]() | '/' is not followed by whitespace. | 296 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | '+' is not followed by whitespace. | 296 |
![]() | '/' is not preceded with whitespace. | 296 |
![]() | '/' is not followed by whitespace. | 296 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '/' is not preceded with whitespace. | 297 |
![]() | '/' is not followed by whitespace. | 297 |
![]() | '-' is not preceded with whitespace. | 297 |
![]() | '-' is not followed by whitespace. | 297 |
![]() | '/' is not preceded with whitespace. | 297 |
![]() | '/' is not followed by whitespace. | 297 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 298 |
![]() | '/' is not preceded with whitespace. | 298 |
![]() | '/' is not followed by whitespace. | 298 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' is not followed by whitespace. | 298 |
![]() | '/' is not preceded with whitespace. | 298 |
![]() | '/' is not followed by whitespace. | 298 |
![]() | '{' is followed by whitespace. | 299 |
![]() | Method 'setEllipse' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter xc should be final. | 316 |
![]() | 'xc' hides a field. | 316 |
![]() | Expected @param tag for 'xc'. | 316 |
![]() | Parameter yc should be final. | 316 |
![]() | 'yc' hides a field. | 316 |
![]() | Expected @param tag for 'yc'. | 316 |
![]() | Parameter r1 should be final. | 316 |
![]() | 'r1' hides a field. | 316 |
![]() | Expected @param tag for 'r1'. | 316 |
![]() | Parameter r2 should be final. | 316 |
![]() | 'r2' hides a field. | 316 |
![]() | Expected @param tag for 'r2'. | 316 |
![]() | Parameter theta should be final. | 317 |
![]() | 'theta' hides a field. | 317 |
![]() | Expected @param tag for 'theta'. | 317 |
![]() | Method 'setEllipse' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Parameter xc should be final. | 325 |
![]() | 'xc' hides a field. | 325 |
![]() | Expected @param tag for 'xc'. | 325 |
![]() | Parameter yc should be final. | 325 |
![]() | 'yc' hides a field. | 325 |
![]() | Expected @param tag for 'yc'. | 325 |
![]() | Parameter r1 should be final. | 325 |
![]() | 'r1' hides a field. | 325 |
![]() | Expected @param tag for 'r1'. | 325 |
![]() | Parameter r2 should be final. | 325 |
![]() | 'r2' hides a field. | 325 |
![]() | Expected @param tag for 'r2'. | 325 |
![]() | Parameter theta should be final. | 326 |
![]() | 'theta' hides a field. | 326 |
![]() | Expected @param tag for 'theta'. | 326 |
![]() | Parameter direct should be final. | 326 |
![]() | 'direct' hides a field. | 326 |
![]() | Expected @param tag for 'direct'. | 326 |
![]() | Method 'setEllipse' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Parameter center should be final. | 339 |
![]() | Expected @param tag for 'center'. | 339 |
![]() | Parameter r1 should be final. | 339 |
![]() | 'r1' hides a field. | 339 |
![]() | Expected @param tag for 'r1'. | 339 |
![]() | Parameter r2 should be final. | 339 |
![]() | 'r2' hides a field. | 339 |
![]() | Expected @param tag for 'r2'. | 339 |
![]() | Parameter theta should be final. | 339 |
![]() | 'theta' hides a field. | 339 |
![]() | Expected @param tag for 'theta'. | 339 |
![]() | Method 'setEllipse' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Parameter center should be final. | 347 |
![]() | Expected @param tag for 'center'. | 347 |
![]() | Parameter r1 should be final. | 347 |
![]() | 'r1' hides a field. | 347 |
![]() | Expected @param tag for 'r1'. | 347 |
![]() | Parameter r2 should be final. | 347 |
![]() | 'r2' hides a field. | 347 |
![]() | Expected @param tag for 'r2'. | 347 |
![]() | Parameter theta should be final. | 347 |
![]() | 'theta' hides a field. | 347 |
![]() | Expected @param tag for 'theta'. | 347 |
![]() | Parameter direct should be final. | 348 |
![]() | 'direct' hides a field. | 348 |
![]() | Expected @param tag for 'direct'. | 348 |
![]() | Method 'setCenter' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Parameter center should be final. | 356 |
![]() | Expected @param tag for 'center'. | 356 |
![]() | Method 'setCenter' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Parameter x should be final. | 364 |
![]() | Expected @param tag for 'x'. | 364 |
![]() | Parameter y should be final. | 364 |
![]() | Expected @param tag for 'y'. | 364 |
![]() | Line has trailing spaces. | 372 |
![]() | Method 'getRho' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() | Parameter angle should be final. | 376 |
![]() | '-' is not preceded with whitespace. | 377 |
![]() | '-' is not followed by whitespace. | 377 |
![]() | '-' is not preceded with whitespace. | 378 |
![]() | '-' is not followed by whitespace. | 378 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '/' is not preceded with whitespace. | 379 |
![]() | '/' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '+' is not preceded with whitespace. | 379 |
![]() | '+' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | Method 'getProjectedPoint' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Parameter point should be final. | 382 |
![]() | Line is longer than 80 characters. | 384 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' is not followed by whitespace. | 384 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' is not followed by whitespace. | 384 |
![]() | Unclosed HTML tag found: <code>point</point> to its | 389 |
![]() | Extra HTML tag found: </point> to its | 389 |
![]() | Line has trailing spaces. | 390 |
![]() | Line has trailing spaces. | 392 |
![]() | Line has trailing spaces. | 394 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Method 'getProjectedVector' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Method length is 170 lines (max allowed is 150). | 400 |
![]() | Parameter point should be final. | 400 |
![]() | Expected @param tag for 'point'. | 400 |
![]() | Parameter eMax should be final. | 400 |
![]() | Expected @param tag for 'eMax'. | 400 |
![]() | '/' is not preceded with whitespace. | 402 |
![]() | '/' is not followed by whitespace. | 402 |
![]() | '3.0' is a magic number. | 402 |
![]() | '-' is not preceded with whitespace. | 405 |
![]() | '-' is not followed by whitespace. | 405 |
![]() | '-' is not preceded with whitespace. | 406 |
![]() | '-' is not followed by whitespace. | 406 |
![]() | 'theta' hides a field. | 408 |
![]() | '>=' is not preceded with whitespace. | 409 |
![]() | '>=' is not followed by whitespace. | 409 |
![]() | '+' is not preceded with whitespace. | 416 |
![]() | '+' is not followed by whitespace. | 416 |
![]() | '/' is not preceded with whitespace. | 416 |
![]() | '/' is not followed by whitespace. | 416 |
![]() | '*' is not preceded with whitespace. | 425 |
![]() | '*' is not followed by whitespace. | 425 |
![]() | '-' is not preceded with whitespace. | 425 |
![]() | '-' is not followed by whitespace. | 425 |
![]() | '*' is not preceded with whitespace. | 425 |
![]() | '*' is not followed by whitespace. | 425 |
![]() | '*' is not preceded with whitespace. | 426 |
![]() | '*' is not followed by whitespace. | 426 |
![]() | '+' is not preceded with whitespace. | 426 |
![]() | '+' is not followed by whitespace. | 426 |
![]() | '*' is not preceded with whitespace. | 426 |
![]() | '*' is not followed by whitespace. | 426 |
![]() | '-' is not preceded with whitespace. | 429 |
![]() | '-' is not followed by whitespace. | 429 |
![]() | '/' is not preceded with whitespace. | 429 |
![]() | '/' is not followed by whitespace. | 429 |
![]() | '*' is not preceded with whitespace. | 430 |
![]() | '*' is not followed by whitespace. | 430 |
![]() | '-' is not preceded with whitespace. | 430 |
![]() | '-' is not followed by whitespace. | 430 |
![]() | '-' is not preceded with whitespace. | 431 |
![]() | '-' is not followed by whitespace. | 431 |
![]() | '*' is not preceded with whitespace. | 432 |
![]() | '*' is not followed by whitespace. | 432 |
![]() | '*' is not preceded with whitespace. | 434 |
![]() | '*' is not followed by whitespace. | 434 |
![]() | '*' is not preceded with whitespace. | 438 |
![]() | '*' is not followed by whitespace. | 438 |
![]() | 'r2' hides a field. | 440 |
![]() | '*' is not preceded with whitespace. | 440 |
![]() | '*' is not followed by whitespace. | 440 |
![]() | '*' is not preceded with whitespace. | 441 |
![]() | '*' is not followed by whitespace. | 441 |
![]() | '-' is not preceded with whitespace. | 441 |
![]() | '-' is not followed by whitespace. | 441 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' is not followed by whitespace. | 443 |
![]() | '+' is not preceded with whitespace. | 444 |
![]() | '+' is not followed by whitespace. | 444 |
![]() | '<=' is not preceded with whitespace. | 446 |
![]() | '<=' is not followed by whitespace. | 446 |
![]() | '<' is not preceded with whitespace. | 449 |
![]() | '<' is not followed by whitespace. | 449 |
![]() | '1.0e-10' is a magic number. | 449 |
![]() | '*' is not preceded with whitespace. | 449 |
![]() | '*' is not followed by whitespace. | 449 |
![]() | '/' is not preceded with whitespace. | 454 |
![]() | '/' is not followed by whitespace. | 454 |
![]() | '/' is not preceded with whitespace. | 455 |
![]() | '/' is not followed by whitespace. | 455 |
![]() | '/' is not preceded with whitespace. | 456 |
![]() | '/' is not followed by whitespace. | 456 |
![]() | '+' is not preceded with whitespace. | 456 |
![]() | '+' is not followed by whitespace. | 456 |
![]() | '-' is not preceded with whitespace. | 461 |
![]() | '-' is not followed by whitespace. | 461 |
![]() | '*' is not preceded with whitespace. | 461 |
![]() | '*' is not followed by whitespace. | 461 |
![]() | '*' is not preceded with whitespace. | 461 |
![]() | '*' is not followed by whitespace. | 461 |
![]() | '*' is not preceded with whitespace. | 462 |
![]() | '*' is not followed by whitespace. | 462 |
![]() | '*' is not preceded with whitespace. | 462 |
![]() | '*' is not followed by whitespace. | 462 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' is not followed by whitespace. | 462 |
![]() | '*' is not preceded with whitespace. | 462 |
![]() | '*' is not followed by whitespace. | 462 |
![]() | '*' is not preceded with whitespace. | 464 |
![]() | '*' is not followed by whitespace. | 464 |
![]() | '*' is not preceded with whitespace. | 465 |
![]() | '*' is not followed by whitespace. | 465 |
![]() | '/' is not preceded with whitespace. | 466 |
![]() | '/' is not followed by whitespace. | 466 |
![]() | '+' is not preceded with whitespace. | 466 |
![]() | '+' is not followed by whitespace. | 466 |
![]() | '-' is not preceded with whitespace. | 466 |
![]() | '-' is not followed by whitespace. | 466 |
![]() | '-' is not preceded with whitespace. | 468 |
![]() | '-' is not followed by whitespace. | 468 |
![]() | '*' is not preceded with whitespace. | 468 |
![]() | '*' is not followed by whitespace. | 468 |
![]() | '*' is not preceded with whitespace. | 468 |
![]() | '*' is not followed by whitespace. | 468 |
![]() | '-' is not preceded with whitespace. | 468 |
![]() | '-' is not followed by whitespace. | 468 |
![]() | '*' is not preceded with whitespace. | 468 |
![]() | '*' is not followed by whitespace. | 468 |
![]() | '<' is not preceded with whitespace. | 471 |
![]() | '<' is not followed by whitespace. | 471 |
![]() | '1.0e-10' is a magic number. | 471 |
![]() | '*' is not preceded with whitespace. | 471 |
![]() | '*' is not followed by whitespace. | 471 |
![]() | '<' is not preceded with whitespace. | 476 |
![]() | '100' is a magic number. | 476 |
![]() | '<' is not followed by whitespace. | 476 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' is not followed by whitespace. | 482 |
![]() | '*' is not preceded with whitespace. | 482 |
![]() | '*' is not followed by whitespace. | 482 |
![]() | '*' is not preceded with whitespace. | 482 |
![]() | '*' is not followed by whitespace. | 482 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' is not followed by whitespace. | 482 |
![]() | '*' is not preceded with whitespace. | 482 |
![]() | '*' is not followed by whitespace. | 482 |
![]() | '-4.0' is a magic number. | 483 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | '/' is not preceded with whitespace. | 483 |
![]() | '/' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 484 |
![]() | '*' is not followed by whitespace. | 484 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' is not followed by whitespace. | 484 |
![]() | '+' is not preceded with whitespace. | 484 |
![]() | '+' is not followed by whitespace. | 484 |
![]() | '*' is not preceded with whitespace. | 484 |
![]() | '*' is not followed by whitespace. | 484 |
![]() | '*' is not preceded with whitespace. | 484 |
![]() | '*' is not followed by whitespace. | 484 |
![]() | '/' is not preceded with whitespace. | 484 |
![]() | '/' is not followed by whitespace. | 484 |
![]() | '*' is not preceded with whitespace. | 491 |
![]() | '*' is not followed by whitespace. | 491 |
![]() | '*' is not preceded with whitespace. | 492 |
![]() | '*' is not followed by whitespace. | 492 |
![]() | '*' is not preceded with whitespace. | 495 |
![]() | '*' is not followed by whitespace. | 495 |
![]() | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 |
![]() | '3.0' is a magic number. | 496 |
![]() | '*' is not preceded with whitespace. | 496 |
![]() | '*' is not followed by whitespace. | 496 |
![]() | '-' is not preceded with whitespace. | 496 |
![]() | '-' is not followed by whitespace. | 496 |
![]() | '/' is not preceded with whitespace. | 496 |
![]() | '/' is not followed by whitespace. | 496 |
![]() | '9.0' is a magic number. | 496 |
![]() | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
![]() | '*' is not preceded with whitespace. | 497 |
![]() | '*' is not followed by whitespace. | 497 |
![]() | '9.0' is a magic number. | 497 |
![]() | '*' is not preceded with whitespace. | 497 |
![]() | '*' is not followed by whitespace. | 497 |
![]() | '-' is not preceded with whitespace. | 497 |
![]() | '-' is not followed by whitespace. | 497 |
![]() | '*' is not preceded with whitespace. | 497 |
![]() | '*' is not followed by whitespace. | 497 |
![]() | '-' is not preceded with whitespace. | 497 |
![]() | '-' is not followed by whitespace. | 497 |
![]() | '27.0' is a magic number. | 497 |
![]() | '*' is not preceded with whitespace. | 497 |
![]() | '*' is not followed by whitespace. | 497 |
![]() | '/' is not preceded with whitespace. | 497 |
![]() | '/' is not followed by whitespace. | 497 |
![]() | '54.0' is a magic number. | 497 |
![]() | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 498 |
![]() | '*' is not preceded with whitespace. | 498 |
![]() | '*' is not followed by whitespace. | 498 |
![]() | '*' is not preceded with whitespace. | 498 |
![]() | '*' is not followed by whitespace. | 498 |
![]() | '+' is not preceded with whitespace. | 498 |
![]() | '+' is not followed by whitespace. | 498 |
![]() | '*' is not preceded with whitespace. | 498 |
![]() | '*' is not followed by whitespace. | 498 |
![]() | '>=' is not preceded with whitespace. | 500 |
![]() | '>=' is not followed by whitespace. | 500 |
![]() | '-' is not preceded with whitespace. | 502 |
![]() | '-' is not followed by whitespace. | 502 |
![]() | '+' is not preceded with whitespace. | 503 |
![]() | '+' is not followed by whitespace. | 503 |
![]() | '>' is not preceded with whitespace. | 504 |
![]() | '>' is not followed by whitespace. | 504 |
![]() | Avoid inline conditionals. | 504 |
![]() | '+' is not followed by whitespace. | 505 |
![]() | '>' is not preceded with whitespace. | 505 |
![]() | '>' is not followed by whitespace. | 505 |
![]() | Avoid inline conditionals. | 505 |
![]() | '-' is not preceded with whitespace. | 505 |
![]() | '-' is not followed by whitespace. | 505 |
![]() | '*' is not followed by whitespace. | 506 |
![]() | '*' is not preceded with whitespace. | 507 |
![]() | '*' is not followed by whitespace. | 507 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' is not followed by whitespace. | 508 |
![]() | '*' is not preceded with whitespace. | 509 |
![]() | '*' is not followed by whitespace. | 509 |
![]() | '-' is not preceded with whitespace. | 509 |
![]() | '-' is not followed by whitespace. | 509 |
![]() | '*' is not preceded with whitespace. | 509 |
![]() | '*' is not followed by whitespace. | 509 |
![]() | '*' is not preceded with whitespace. | 509 |
![]() | '*' is not followed by whitespace. | 509 |
![]() | '*' is not followed by whitespace. | 510 |
![]() | '*' is not preceded with whitespace. | 510 |
![]() | '*' is not followed by whitespace. | 510 |
![]() | '-' is not preceded with whitespace. | 510 |
![]() | '-' is not followed by whitespace. | 510 |
![]() | '*' is not preceded with whitespace. | 510 |
![]() | '*' is not followed by whitespace. | 510 |
![]() | '-' is not preceded with whitespace. | 510 |
![]() | '-' is not followed by whitespace. | 510 |
![]() | '/' is not preceded with whitespace. | 514 |
![]() | '/' is not followed by whitespace. | 514 |
![]() | '*' is not preceded with whitespace. | 514 |
![]() | '*' is not followed by whitespace. | 514 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '-' is not preceded with whitespace. | 515 |
![]() | '-' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 515 |
![]() | '*' is not followed by whitespace. | 515 |
![]() | '*' is not preceded with whitespace. | 516 |
![]() | '*' is not followed by whitespace. | 516 |
![]() | '+' is not preceded with whitespace. | 517 |
![]() | '+' is not followed by whitespace. | 517 |
![]() | '*' 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. | 518 |
![]() | '*' is not followed by whitespace. | 518 |
![]() | '*' is not preceded with whitespace. | 518 |
![]() | '*' is not followed by whitespace. | 518 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | '*' is not preceded with whitespace. | 519 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | '-' is not preceded with whitespace. | 519 |
![]() | '-' is not followed by whitespace. | 519 |
![]() | '*' is not preceded with whitespace. | 519 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | '-' is not preceded with whitespace. | 519 |
![]() | '-' is not followed by whitespace. | 519 |
![]() | '*' is not preceded with whitespace. | 520 |
![]() | '*' is not followed by whitespace. | 520 |
![]() | '<' is not preceded with whitespace. | 520 |
![]() | '<' is not followed by whitespace. | 520 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '+' is not preceded with whitespace. | 521 |
![]() | '+' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '-' is not preceded with whitespace. | 521 |
![]() | '-' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 522 |
![]() | '*' is not followed by whitespace. | 522 |
![]() | '+' is not preceded with whitespace. | 523 |
![]() | '+' is not followed by whitespace. | 523 |
![]() | '*' is not preceded with whitespace. | 524 |
![]() | '*' is not followed by whitespace. | 524 |
![]() | '-' is not preceded with whitespace. | 524 |
![]() | '-' is not followed by whitespace. | 524 |
![]() | '*' is not preceded with whitespace. | 524 |
![]() | '*' is not followed by whitespace. | 524 |
![]() | '*' is not preceded with whitespace. | 524 |
![]() | '*' is not followed by whitespace. | 524 |
![]() | '*' is not followed by whitespace. | 525 |
![]() | '*' is not preceded with whitespace. | 525 |
![]() | '*' is not followed by whitespace. | 525 |
![]() | '-' is not preceded with whitespace. | 525 |
![]() | '-' is not followed by whitespace. | 525 |
![]() | '*' is not preceded with whitespace. | 525 |
![]() | '*' is not followed by whitespace. | 525 |
![]() | '-' is not preceded with whitespace. | 525 |
![]() | '-' is not followed by whitespace. | 525 |
![]() | '*' is not preceded with whitespace. | 526 |
![]() | '*' is not followed by whitespace. | 526 |
![]() | '<' is not preceded with whitespace. | 526 |
![]() | '<' is not followed by whitespace. | 526 |
![]() | '*' is not preceded with whitespace. | 527 |
![]() | '*' is not followed by whitespace. | 527 |
![]() | '*' is not preceded with whitespace. | 527 |
![]() | '*' is not followed by whitespace. | 527 |
![]() | '+' is not preceded with whitespace. | 527 |
![]() | '+' is not followed by whitespace. | 527 |
![]() | '4' is a magic number. | 527 |
![]() | '*' is not preceded with whitespace. | 527 |
![]() | '*' is not followed by whitespace. | 527 |
![]() | '*' is not preceded with whitespace. | 527 |
![]() | '*' is not followed by whitespace. | 527 |
![]() | '-' is not preceded with whitespace. | 527 |
![]() | '-' is not followed by whitespace. | 527 |
![]() | '*' is not preceded with whitespace. | 527 |
![]() | '*' is not followed by whitespace. | 527 |
![]() | '*' is not preceded with whitespace. | 528 |
![]() | '*' is not followed by whitespace. | 528 |
![]() | '+' is not preceded with whitespace. | 529 |
![]() | '+' is not followed by whitespace. | 529 |
![]() | '*' is not preceded with whitespace. | 530 |
![]() | '*' is not followed by whitespace. | 530 |
![]() | '-' is not preceded with whitespace. | 530 |
![]() | '-' is not followed by whitespace. | 530 |
![]() | '*' is not preceded with whitespace. | 530 |
![]() | '*' is not followed by whitespace. | 530 |
![]() | '*' is not preceded with whitespace. | 530 |
![]() | '*' is not followed by whitespace. | 530 |
![]() | '*' is not followed by whitespace. | 531 |
![]() | '*' is not preceded with whitespace. | 531 |
![]() | '*' is not followed by whitespace. | 531 |
![]() | '-' is not preceded with whitespace. | 531 |
![]() | '-' is not followed by whitespace. | 531 |
![]() | '*' is not preceded with whitespace. | 531 |
![]() | '*' is not followed by whitespace. | 531 |
![]() | '-' is not preceded with whitespace. | 531 |
![]() | '-' is not followed by whitespace. | 531 |
![]() | '0.5' is a magic number. | 537 |
![]() | '*' is not preceded with whitespace. | 537 |
![]() | '*' is not followed by whitespace. | 537 |
![]() | '-' is not preceded with whitespace. | 537 |
![]() | '-' is not followed by whitespace. | 537 |
![]() | '0.5' is a magic number. | 538 |
![]() | '*' is not preceded with whitespace. | 538 |
![]() | '*' is not followed by whitespace. | 538 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' is not followed by whitespace. | 538 |
![]() | '-' is not preceded with whitespace. | 541 |
![]() | '-' is not followed by whitespace. | 541 |
![]() | '*' is not preceded with whitespace. | 541 |
![]() | '*' is not followed by whitespace. | 541 |
![]() | '*' is not preceded with whitespace. | 541 |
![]() | '*' is not followed by whitespace. | 541 |
![]() | 'if' construct must use '{}'s. | 544 |
![]() | '+' is not preceded with whitespace. | 545 |
![]() | '+' is not followed by whitespace. | 545 |
![]() | '+' is not preceded with whitespace. | 545 |
![]() | '+' is not followed by whitespace. | 545 |
![]() | '+' is not followed by whitespace. | 546 |
![]() | '+' is not preceded with whitespace. | 546 |
![]() | '+' is not followed by whitespace. | 546 |
![]() | '+' is not preceded with whitespace. | 546 |
![]() | '+' is not followed by whitespace. | 546 |
![]() | '+' is not preceded with whitespace. | 546 |
![]() | '+' is not followed by whitespace. | 546 |
![]() | '/' is not preceded with whitespace. | 548 |
![]() | '/' is not followed by whitespace. | 548 |
![]() | '-' is not preceded with whitespace. | 549 |
![]() | '-' is not followed by whitespace. | 549 |
![]() | '*' is not preceded with whitespace. | 549 |
![]() | '*' is not followed by whitespace. | 549 |
![]() | '-' is not preceded with whitespace. | 550 |
![]() | '-' is not followed by whitespace. | 550 |
![]() | '*' is not preceded with whitespace. | 550 |
![]() | '*' is not followed by whitespace. | 550 |
![]() | '*' is not preceded with whitespace. | 550 |
![]() | '*' is not followed by whitespace. | 550 |
![]() | '*' is not preceded with whitespace. | 551 |
![]() | '*' is not followed by whitespace. | 551 |
![]() | '+' is not preceded with whitespace. | 551 |
![]() | '+' is not followed by whitespace. | 551 |
![]() | '*' is not preceded with whitespace. | 551 |
![]() | '*' is not followed by whitespace. | 551 |
![]() | '/' is not preceded with whitespace. | 555 |
![]() | '/' is not followed by whitespace. | 555 |
![]() | '+' is not preceded with whitespace. | 555 |
![]() | '+' is not followed by whitespace. | 555 |
![]() | '<' is not preceded with whitespace. | 557 |
![]() | '1.0e-14' is a magic number. | 557 |
![]() | '<' is not followed by whitespace. | 557 |
![]() | 'if' construct must use '{}'s. | 558 |
![]() | '>=' is not preceded with whitespace. | 558 |
![]() | '>=' is not followed by whitespace. | 558 |
![]() | '+' is not preceded with whitespace. | 559 |
![]() | '+' is not followed by whitespace. | 559 |
![]() | 'else' construct must use '{}'s. | 561 |
![]() | '+' is not preceded with whitespace. | 562 |
![]() | '+' is not followed by whitespace. | 562 |
![]() | '-' is not preceded with whitespace. | 562 |
![]() | '-' is not followed by whitespace. | 562 |
![]() | '/' is not preceded with whitespace. | 562 |
![]() | '/' is not followed by whitespace. | 562 |
![]() | Expected an @return tag. | 576 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() | Parameter d should be final. | 576 |
![]() | Expected @param tag for 'd'. | 576 |
![]() | '+' is not preceded with whitespace. | 577 |
![]() | '+' is not followed by whitespace. | 577 |
![]() | '+' is not preceded with whitespace. | 577 |
![]() | '+' is not followed by whitespace. | 577 |
![]() | Expected an @return tag. | 584 |
![]() | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 584 |
![]() | Method 'isCircle' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() | Missing a Javadoc comment. | 588 |
![]() | '-' is not preceded with whitespace. | 589 |
![]() | '-' is not followed by whitespace. | 589 |
![]() | '<' is not preceded with whitespace. | 589 |
![]() | '<' is not followed by whitespace. | 589 |
![]() | Method 'getConicType' is not designed for extension - needs to be abstract, final or empty. | 595 |
![]() | Missing a Javadoc comment. | 595 |
![]() | 'if' construct must use '{}'s. | 596 |
![]() | '-' is not preceded with whitespace. | 596 |
![]() | '-' is not followed by whitespace. | 596 |
![]() | '<' is not preceded with whitespace. | 596 |
![]() | '<' is not followed by whitespace. | 596 |
![]() | 'else' construct must use '{}'s. | 598 |
![]() | Expected an @return tag. | 606 |
![]() | Method 'getConicCoefficients' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() | '*' is not preceded with whitespace. | 609 |
![]() | '*' is not followed by whitespace. | 609 |
![]() | '*' is not preceded with whitespace. | 610 |
![]() | '*' is not followed by whitespace. | 610 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 615 |
![]() | '*' is not followed by whitespace. | 615 |
![]() | '*' is not preceded with whitespace. | 616 |
![]() | '*' is not followed by whitespace. | 616 |
![]() | '*' is not preceded with whitespace. | 617 |
![]() | '*' is not followed by whitespace. | 617 |
![]() | '*' is not preceded with whitespace. | 620 |
![]() | '*' is not followed by whitespace. | 620 |
![]() | '*' is not preceded with whitespace. | 621 |
![]() | '*' is not followed by whitespace. | 621 |
![]() | '/' is not preceded with whitespace. | 622 |
![]() | '/' is not followed by whitespace. | 622 |
![]() | '/' is not preceded with whitespace. | 623 |
![]() | '/' is not followed by whitespace. | 623 |
![]() | '/' is not preceded with whitespace. | 630 |
![]() | '/' is not followed by whitespace. | 630 |
![]() | '+' is not preceded with whitespace. | 630 |
![]() | '+' is not followed by whitespace. | 630 |
![]() | '/' is not preceded with whitespace. | 630 |
![]() | '/' is not followed by whitespace. | 630 |
![]() | '-' is not preceded with whitespace. | 631 |
![]() | '-' is not followed by whitespace. | 631 |
![]() | '*' is not preceded with whitespace. | 631 |
![]() | '*' is not followed by whitespace. | 631 |
![]() | '/' is not preceded with whitespace. | 631 |
![]() | '/' is not followed by whitespace. | 631 |
![]() | '*' is not preceded with whitespace. | 631 |
![]() | '*' is not followed by whitespace. | 631 |
![]() | '/' is not preceded with whitespace. | 632 |
![]() | '/' is not followed by whitespace. | 632 |
![]() | '+' is not preceded with whitespace. | 632 |
![]() | '+' is not followed by whitespace. | 632 |
![]() | '/' is not preceded with whitespace. | 632 |
![]() | '/' is not followed by whitespace. | 632 |
![]() | '*' is not preceded with whitespace. | 633 |
![]() | '*' is not followed by whitespace. | 633 |
![]() | '-' is not preceded with whitespace. | 633 |
![]() | '-' is not followed by whitespace. | 633 |
![]() | '*' is not preceded with whitespace. | 633 |
![]() | '*' is not followed by whitespace. | 633 |
![]() | '*' is not preceded with whitespace. | 633 |
![]() | '*' is not followed by whitespace. | 633 |
![]() | '*' is not preceded with whitespace. | 634 |
![]() | '*' is not followed by whitespace. | 634 |
![]() | '-' is not preceded with whitespace. | 634 |
![]() | '-' is not followed by whitespace. | 634 |
![]() | '*' is not preceded with whitespace. | 634 |
![]() | '*' is not followed by whitespace. | 634 |
![]() | '*' is not preceded with whitespace. | 634 |
![]() | '*' is not followed by whitespace. | 634 |
![]() | Line contains a tab character. | 636 |
![]() | '+' is not followed by whitespace. | 636 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' is not followed by whitespace. | 636 |
![]() | '*' is not preceded with whitespace. | 636 |
![]() | '*' is not followed by whitespace. | 636 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' is not followed by whitespace. | 636 |
![]() | '/' is not preceded with whitespace. | 636 |
![]() | '/' is not followed by whitespace. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | '+' is not followed by whitespace. | 637 |
![]() | '-' is not preceded with whitespace. | 637 |
![]() | '-' is not followed by whitespace. | 637 |
![]() | '*' is not preceded with whitespace. | 637 |
![]() | '*' is not followed by whitespace. | 637 |
![]() | '-' is not preceded with whitespace. | 637 |
![]() | '-' is not followed by whitespace. | 637 |
![]() | '*' is not preceded with whitespace. | 637 |
![]() | '*' is not followed by whitespace. | 637 |
![]() | '-' is not preceded with whitespace. | 637 |
![]() | '-' is not followed by whitespace. | 637 |
![]() | '/' is not preceded with whitespace. | 637 |
![]() | '/' is not followed by whitespace. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | '+' is not followed by whitespace. | 638 |
![]() | '*' is not preceded with whitespace. | 638 |
![]() | '*' is not followed by whitespace. | 638 |
![]() | '*' is not preceded with whitespace. | 638 |
![]() | '*' is not followed by whitespace. | 638 |
![]() | '-' is not preceded with whitespace. | 638 |
![]() | '-' is not followed by whitespace. | 638 |
![]() | '*' is not preceded with whitespace. | 638 |
![]() | '*' is not followed by whitespace. | 638 |
![]() | '{' is followed by whitespace. | 641 |
![]() | Expected an @return tag. | 647 |
![]() | Method 'getSemiMajorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 647 |
![]() | Expected an @return tag. | 654 |
![]() | Method 'getSemiMinorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 654 |
![]() | Expected an @return tag. | 663 |
![]() | Method 'getEccentricity' is not designed for extension - needs to be abstract, final or empty. | 663 |
![]() | '/' is not preceded with whitespace. | 666 |
![]() | '/' is not followed by whitespace. | 666 |
![]() | '-' is not preceded with whitespace. | 667 |
![]() | '-' is not followed by whitespace. | 667 |
![]() | '*' is not preceded with whitespace. | 667 |
![]() | '*' is not followed by whitespace. | 667 |
![]() | Expected an @return tag. | 673 |
![]() | Method 'getCenter' is not designed for extension - needs to be abstract, final or empty. | 673 |
![]() | Expected an @return tag. | 681 |
![]() | Method 'getFocus1' is not designed for extension - needs to be abstract, final or empty. | 681 |
![]() | 'theta' hides a field. | 682 |
![]() | '>' is not preceded with whitespace. | 683 |
![]() | '>' is not followed by whitespace. | 683 |
![]() | '+' is not preceded with whitespace. | 690 |
![]() | '+' is not followed by whitespace. | 690 |
![]() | '/' is not preceded with whitespace. | 690 |
![]() | '/' is not followed by whitespace. | 690 |
![]() | '*' is not preceded with whitespace. | 692 |
![]() | '*' is not followed by whitespace. | 692 |
![]() | '-' is not preceded with whitespace. | 692 |
![]() | '-' is not followed by whitespace. | 692 |
![]() | '*' is not preceded with whitespace. | 692 |
![]() | '*' is not followed by whitespace. | 692 |
![]() | '+' is not preceded with whitespace. | 692 |
![]() | '+' is not followed by whitespace. | 692 |
![]() | Expected an @return tag. | 699 |
![]() | Method 'getFocus2' is not designed for extension - needs to be abstract, final or empty. | 699 |
![]() | 'theta' hides a field. | 700 |
![]() | '>' is not preceded with whitespace. | 701 |
![]() | '>' is not followed by whitespace. | 701 |
![]() | '+' is not preceded with whitespace. | 708 |
![]() | '+' is not followed by whitespace. | 708 |
![]() | '/' is not preceded with whitespace. | 708 |
![]() | '/' is not followed by whitespace. | 708 |
![]() | '*' is not preceded with whitespace. | 710 |
![]() | '*' is not followed by whitespace. | 710 |
![]() | '-' is not preceded with whitespace. | 710 |
![]() | '-' is not followed by whitespace. | 710 |
![]() | '*' is not preceded with whitespace. | 710 |
![]() | '*' is not followed by whitespace. | 710 |
![]() | Method 'getVector1' is not designed for extension - needs to be abstract, final or empty. | 713 |
![]() | Missing a Javadoc comment. | 713 |
![]() | Method 'getVector2' is not designed for extension - needs to be abstract, final or empty. | 717 |
![]() | Missing a Javadoc comment. | 717 |
![]() | 'if' construct must use '{}'s. | 718 |
![]() | 'else' construct must use '{}'s. | 720 |
![]() | Expected an @return tag. | 727 |
![]() | Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 727 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 734 |
![]() | Missing a Javadoc comment. | 734 |
![]() | Line contains a tab character. | 735 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() | Missing a Javadoc comment. | 738 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 742 |
![]() | Missing a Javadoc comment. | 742 |
![]() | Parameter g2 should be final. | 742 |
![]() | Line contains a tab character. | 743 |
![]() | Line has trailing spaces. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | '-' is not preceded with whitespace. | 745 |
![]() | '-' is not followed by whitespace. | 745 |
![]() | '-' is not preceded with whitespace. | 745 |
![]() | '-' is not followed by whitespace. | 745 |
![]() | '*' is not preceded with whitespace. | 745 |
![]() | '*' is not followed by whitespace. | 745 |
![]() | '*' is not preceded with whitespace. | 745 |
![]() | '*' is not followed by whitespace. | 745 |
![]() | Line has trailing spaces. | 746 |
![]() | Line has trailing spaces. | 751 |
![]() | Expected an @return tag. | 763 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 763 |
![]() | Parameter point should be final. | 763 |
![]() | Expected @param tag for 'point'. | 763 |
![]() | 'if' construct must use '{}'s. | 764 |
![]() | '>' is not preceded with whitespace. | 764 |
![]() | '>' is not followed by whitespace. | 764 |
![]() | 'else' construct must use '{}'s. | 766 |
![]() | Avoid inline conditionals. | 767 |
![]() | '*' is not preceded with whitespace. | 767 |
![]() | '*' is not followed by whitespace. | 767 |
![]() | '*' is not preceded with whitespace. | 767 |
![]() | '*' is not followed by whitespace. | 767 |
![]() | Expected an @return tag. | 775 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 775 |
![]() | Parameter point should be final. | 775 |
![]() | Expected @param tag for 'point'. | 775 |
![]() | '-' is not preceded with whitespace. | 779 |
![]() | '-' is not followed by whitespace. | 779 |
![]() | '/' is not preceded with whitespace. | 779 |
![]() | '/' is not followed by whitespace. | 779 |
![]() | '-' is not preceded with whitespace. | 780 |
![]() | '-' is not followed by whitespace. | 780 |
![]() | '/' is not preceded with whitespace. | 780 |
![]() | '/' is not followed by whitespace. | 780 |
![]() | '*' is not preceded with whitespace. | 781 |
![]() | '*' is not followed by whitespace. | 781 |
![]() | '+' is not preceded with whitespace. | 781 |
![]() | '+' is not followed by whitespace. | 781 |
![]() | '*' is not preceded with whitespace. | 781 |
![]() | '*' is not followed by whitespace. | 781 |
![]() | '<' is not preceded with whitespace. | 781 |
![]() | '<' is not followed by whitespace. | 781 |
![]() | '^' is not preceded with whitespace. | 781 |
![]() | '^' is not followed by whitespace. | 781 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 784 |
![]() | Missing a Javadoc comment. | 784 |
![]() | Parameter point should be final. | 784 |
![]() | '1e-10' is a magic number. | 785 |
![]() | 'if' construct must use '{}'s. | 786 |
![]() | 'else' construct must use '{}'s. | 788 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 792 |
![]() | Missing a Javadoc comment. | 792 |
![]() | Parameter x should be final. | 792 |
![]() | Parameter y should be final. | 792 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 799 |
![]() | Missing a Javadoc comment. | 799 |
![]() | Parameter t should be final. | 799 |
![]() | 'if' construct must use '{}'s. | 800 |
![]() | 'if' construct must use '{}'s. | 805 |
![]() | '*' is not preceded with whitespace. | 807 |
![]() | '*' is not followed by whitespace. | 807 |
![]() | '*' is not preceded with whitespace. | 807 |
![]() | '*' is not followed by whitespace. | 807 |
![]() | '-' is not preceded with whitespace. | 807 |
![]() | '-' is not followed by whitespace. | 807 |
![]() | '*' is not preceded with whitespace. | 807 |
![]() | '*' is not followed by whitespace. | 807 |
![]() | '*' is not preceded with whitespace. | 807 |
![]() | '*' is not followed by whitespace. | 807 |
![]() | '*' is not preceded with whitespace. | 808 |
![]() | '*' is not followed by whitespace. | 808 |
![]() | '*' is not preceded with whitespace. | 808 |
![]() | '*' is not followed by whitespace. | 808 |
![]() | '+' is not preceded with whitespace. | 808 |
![]() | '+' is not followed by whitespace. | 808 |
![]() | '*' is not preceded with whitespace. | 808 |
![]() | '*' is not followed by whitespace. | 808 |
![]() | '*' is not preceded with whitespace. | 808 |
![]() | '*' is not followed by whitespace. | 808 |
![]() | 'else' construct must use '{}'s. | 809 |
![]() | '*' is not preceded with whitespace. | 811 |
![]() | '*' is not followed by whitespace. | 811 |
![]() | '*' is not preceded with whitespace. | 811 |
![]() | '*' is not followed by whitespace. | 811 |
![]() | '+' is not preceded with whitespace. | 811 |
![]() | '+' is not followed by whitespace. | 811 |
![]() | '*' is not preceded with whitespace. | 811 |
![]() | '*' is not followed by whitespace. | 811 |
![]() | '*' is not preceded with whitespace. | 811 |
![]() | '*' is not followed by whitespace. | 811 |
![]() | '*' is not preceded with whitespace. | 812 |
![]() | '*' is not followed by whitespace. | 812 |
![]() | '*' is not preceded with whitespace. | 812 |
![]() | '*' is not followed by whitespace. | 812 |
![]() | '-' is not preceded with whitespace. | 812 |
![]() | '-' is not followed by whitespace. | 812 |
![]() | '*' is not preceded with whitespace. | 812 |
![]() | '*' is not followed by whitespace. | 812 |
![]() | '*' is not preceded with whitespace. | 812 |
![]() | '*' is not followed by whitespace. | 812 |
![]() | Expected an @return tag. | 818 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 818 |
![]() | Parameter t should be final. | 818 |
![]() | Expected @param tag for 't'. | 818 |
![]() | 'if' construct must use '{}'s. | 819 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '/' is not preceded with whitespace. | 823 |
![]() | '/' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '+' is not preceded with whitespace. | 823 |
![]() | '+' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '*' is not preceded with whitespace. | 823 |
![]() | '*' is not followed by whitespace. | 823 |
![]() | '1.5' is a magic number. | 823 |
![]() | Avoid inline conditionals. | 824 |
![]() | Expected an @return tag. | 833 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 833 |
![]() | Expected an @return tag. | 843 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 843 |
![]() | Expected an @return tag. | 850 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 850 |
![]() | '*' is not preceded with whitespace. | 851 |
![]() | '*' is not followed by whitespace. | 851 |
![]() | Expected an @return tag. | 859 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 859 |
![]() | Parameter t should be final. | 859 |
![]() | Expected @param tag for 't'. | 859 |
![]() | 'if' construct must use '{}'s. | 860 |
![]() | '+' is not preceded with whitespace. | 864 |
![]() | '+' is not followed by whitespace. | 864 |
![]() | '*' is not preceded with whitespace. | 864 |
![]() | '*' is not followed by whitespace. | 864 |
![]() | '*' is not preceded with whitespace. | 864 |
![]() | '*' is not followed by whitespace. | 864 |
![]() | '-' is not preceded with whitespace. | 864 |
![]() | '-' is not followed by whitespace. | 864 |
![]() | '*' is not preceded with whitespace. | 864 |
![]() | '*' is not followed by whitespace. | 864 |
![]() | '*' is not preceded with whitespace. | 864 |
![]() | '*' is not followed by whitespace. | 864 |
![]() | '+' is not preceded with whitespace. | 864 |
![]() | '+' is not followed by whitespace. | 864 |
![]() | '*' is not followed by whitespace. | 865 |
![]() | '*' is not preceded with whitespace. | 865 |
![]() | '*' is not followed by whitespace. | 865 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' is not followed by whitespace. | 865 |
![]() | '*' is not preceded with whitespace. | 865 |
![]() | '*' is not followed by whitespace. | 865 |
![]() | '*' is not preceded with whitespace. | 865 |
![]() | '*' is not followed by whitespace. | 865 |
![]() | Line has trailing spaces. | 870 |
![]() | Line contains a tab character. | 873 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 873 |
![]() | '+' is not preceded with whitespace. | 875 |
![]() | '+' is not followed by whitespace. | 875 |
![]() | '*' is not preceded with whitespace. | 875 |
![]() | '*' is not followed by whitespace. | 875 |
![]() | '+' is not preceded with whitespace. | 875 |
![]() | '+' is not followed by whitespace. | 875 |
![]() | '*' is not preceded with whitespace. | 875 |
![]() | '*' is not followed by whitespace. | 875 |
![]() | Line has trailing spaces. | 880 |
![]() | Line contains a tab character. | 883 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 883 |
![]() | '+' is not preceded with whitespace. | 885 |
![]() | '+' is not followed by whitespace. | 885 |
![]() | '*' is not preceded with whitespace. | 885 |
![]() | '*' is not followed by whitespace. | 885 |
![]() | '+' is not preceded with whitespace. | 885 |
![]() | '+' is not followed by whitespace. | 885 |
![]() | '*' is not preceded with whitespace. | 885 |
![]() | '*' is not followed by whitespace. | 885 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 888 |
![]() | Missing a Javadoc comment. | 888 |
![]() | Parameter point should be final. | 888 |
![]() | '-' is not preceded with whitespace. | 893 |
![]() | '-' is not followed by whitespace. | 893 |
![]() | '-' is not preceded with whitespace. | 894 |
![]() | '-' is not followed by whitespace. | 894 |
![]() | '*' is not preceded with whitespace. | 897 |
![]() | '*' is not followed by whitespace. | 897 |
![]() | '+' is not preceded with whitespace. | 897 |
![]() | '+' is not followed by whitespace. | 897 |
![]() | '*' is not preceded with whitespace. | 897 |
![]() | '*' is not followed by whitespace. | 897 |
![]() | '*' is not preceded with whitespace. | 898 |
![]() | '*' is not followed by whitespace. | 898 |
![]() | '+' is not preceded with whitespace. | 898 |
![]() | '+' is not followed by whitespace. | 898 |
![]() | '*' is not preceded with whitespace. | 898 |
![]() | '*' is not followed by whitespace. | 898 |
![]() | '/' is not preceded with whitespace. | 903 |
![]() | '/' is not followed by whitespace. | 903 |
![]() | '/' is not preceded with whitespace. | 904 |
![]() | '/' is not followed by whitespace. | 904 |
![]() | 'if' construct must use '{}'s. | 906 |
![]() | 'if' construct must use '{}'s. | 912 |
![]() | '-' is not preceded with whitespace. | 912 |
![]() | '-' is not followed by whitespace. | 912 |
![]() | '<' is not preceded with whitespace. | 912 |
![]() | '<' is not followed by whitespace. | 912 |
![]() | 'else' construct must use '{}'s. | 914 |
![]() | Expected an @return tag. | 923 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 923 |
![]() | Parameter point should be final. | 923 |
![]() | Expected @param tag for 'point'. | 923 |
![]() | '-' is not preceded with whitespace. | 928 |
![]() | '-' is not followed by whitespace. | 928 |
![]() | '-' is not preceded with whitespace. | 929 |
![]() | '-' is not followed by whitespace. | 929 |
![]() | '*' is not preceded with whitespace. | 932 |
![]() | '*' is not followed by whitespace. | 932 |
![]() | '+' is not preceded with whitespace. | 932 |
![]() | '+' is not followed by whitespace. | 932 |
![]() | '*' is not preceded with whitespace. | 932 |
![]() | '*' is not followed by whitespace. | 932 |
![]() | '*' is not preceded with whitespace. | 933 |
![]() | '*' is not followed by whitespace. | 933 |
![]() | '+' is not preceded with whitespace. | 933 |
![]() | '+' is not followed by whitespace. | 933 |
![]() | '*' is not preceded with whitespace. | 933 |
![]() | '*' is not followed by whitespace. | 933 |
![]() | '/' is not preceded with whitespace. | 938 |
![]() | '/' is not followed by whitespace. | 938 |
![]() | '/' is not preceded with whitespace. | 939 |
![]() | '/' is not followed by whitespace. | 939 |
![]() | Expected an @return tag. | 951 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 951 |
![]() | Line contains a tab character. | 955 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 955 |
![]() | Line contains a tab character. | 957 |
![]() | Expected an @return tag. | 963 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 963 |
![]() | Parameter t0 should be final. | 963 |
![]() | Expected @param tag for 't0'. | 963 |
![]() | Parameter t1 should be final. | 963 |
![]() | Expected @param tag for 't1'. | 963 |
![]() | '-' is not preceded with whitespace. | 967 |
![]() | '-' is not followed by whitespace. | 967 |
![]() | '-' is not preceded with whitespace. | 969 |
![]() | '-' is not followed by whitespace. | 969 |
![]() | Expected an @return tag. | 979 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 979 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 983 |
![]() | Missing a Javadoc comment. | 983 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 987 |
![]() | Missing a Javadoc comment. | 987 |
![]() | Parameter point should be final. | 987 |
![]() | '128' is a magic number. | 990 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 993 |
![]() | Missing a Javadoc comment. | 993 |
![]() | Parameter x should be final. | 993 |
![]() | Parameter y should be final. | 993 |
![]() | Line is longer than 80 characters. | 998 |
![]() | Line is longer than 80 characters. | 1000 |
![]() | Expected an @return tag. | 1003 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 1003 |
![]() | Parameter box should be final. | 1003 |
![]() | Expected @param tag for 'box'. | 1003 |
![]() | Line has trailing spaces. | 1008 |
![]() | Line contains a tab character. | 1009 |
![]() | 'if' construct must use '{}'s. | 1013 |
![]() | 'if' construct must use '{}'s. | 1015 |
![]() | Expected an @return tag. | 1024 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 1024 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '+' is not preceded with whitespace. | 1034 |
![]() | '+' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1034 |
![]() | '*' is not followed by whitespace. | 1034 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '+' is not preceded with whitespace. | 1035 |
![]() | '+' is not followed by whitespace. | 1035 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '*' is not preceded with whitespace. | 1035 |
![]() | '*' is not followed by whitespace. | 1035 |
![]() | '-' is not preceded with whitespace. | 1036 |
![]() | '-' is not followed by whitespace. | 1036 |
![]() | '+' is not preceded with whitespace. | 1036 |
![]() | '+' is not followed by whitespace. | 1036 |
![]() | '-' is not preceded with whitespace. | 1036 |
![]() | '-' is not followed by whitespace. | 1036 |
![]() | '+' is not preceded with whitespace. | 1036 |
![]() | '+' is not followed by whitespace. | 1036 |
![]() | Expected an @return tag. | 1047 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 1047 |
![]() | Parameter line should be final. | 1047 |
![]() | Expected @param tag for 'line'. | 1047 |
![]() | 'if' construct must use '{}'s. | 1064 |
![]() | '==' is not preceded with whitespace. | 1064 |
![]() | '==' is not followed by whitespace. | 1064 |
![]() | 'for' construct must use '{}'s. | 1069 |
![]() | Expected an @return tag. | 1082 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 1082 |
![]() | Parameter trans should be final. | 1082 |
![]() | Expected @param tag for 'trans'. | 1082 |
![]() | '^' is not preceded with whitespace. | 1085 |
![]() | '^' is not followed by whitespace. | 1085 |
![]() | Expected an @return tag. | 1096 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 1096 |
![]() | Parameter p should be final. | 1096 |
![]() | Expected @param tag for 'p'. | 1096 |
![]() | Expected an @return tag. | 1104 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 1104 |
![]() | Parameter x should be final. | 1104 |
![]() | Expected @param tag for 'x'. | 1104 |
![]() | Parameter y should be final. | 1104 |
![]() | Expected @param tag for 'y'. | 1104 |
![]() | '<' is not preceded with whitespace. | 1105 |
![]() | '<' is not followed by whitespace. | 1105 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 1108 |
![]() | Missing a Javadoc comment. | 1108 |
![]() | Line has trailing spaces. | 1112 |
![]() | Line has trailing spaces. | 1115 |
![]() | '+' is not preceded with whitespace. | 1117 |
![]() | '+' is not followed by whitespace. | 1117 |
![]() | '*' is not preceded with whitespace. | 1117 |
![]() | '*' is not followed by whitespace. | 1117 |
![]() | '+' is not preceded with whitespace. | 1117 |
![]() | '+' is not followed by whitespace. | 1117 |
![]() | '*' is not preceded with whitespace. | 1117 |
![]() | '*' is not followed by whitespace. | 1117 |
![]() | Line has trailing spaces. | 1122 |
![]() | Line has trailing spaces. | 1125 |
![]() | Line is longer than 80 characters. | 1129 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 1129 |
![]() | Parameter path should be final. | 1129 |
![]() | 'if' construct must use '{}'s. | 1134 |
![]() | 'for' construct must use '{}'s. | 1135 |
![]() | '.1' is a magic number. | 1135 |
![]() | '<=' is not preceded with whitespace. | 1135 |
![]() | '<=' is not followed by whitespace. | 1135 |
![]() | '*' is not preceded with whitespace. | 1135 |
![]() | '*' is not followed by whitespace. | 1135 |
![]() | '.1' is a magic number. | 1135 |
![]() | '+' is not preceded with whitespace. | 1136 |
![]() | '+' is not followed by whitespace. | 1136 |
![]() | '*' is not preceded with whitespace. | 1136 |
![]() | '*' is not followed by whitespace. | 1136 |
![]() | '*' is not preceded with whitespace. | 1136 |
![]() | '*' is not followed by whitespace. | 1136 |
![]() | '-' is not preceded with whitespace. | 1136 |
![]() | '-' is not followed by whitespace. | 1136 |
![]() | '*' is not preceded with whitespace. | 1136 |
![]() | '*' is not followed by whitespace. | 1136 |
![]() | '*' is not preceded with whitespace. | 1136 |
![]() | '*' is not followed by whitespace. | 1136 |
![]() | '+' is not preceded with whitespace. | 1137 |
![]() | '+' is not followed by whitespace. | 1137 |
![]() | '*' is not preceded with whitespace. | 1137 |
![]() | '*' is not followed by whitespace. | 1137 |
![]() | '*' is not preceded with whitespace. | 1137 |
![]() | '*' is not followed by whitespace. | 1137 |
![]() | '+' is not preceded with whitespace. | 1137 |
![]() | '+' is not followed by whitespace. | 1137 |
![]() | '*' is not preceded with whitespace. | 1137 |
![]() | '*' is not followed by whitespace. | 1137 |
![]() | '*' is not preceded with whitespace. | 1137 |
![]() | '*' is not followed by whitespace. | 1137 |
![]() | 'else' construct must use '{}'s. | 1138 |
![]() | 'for' construct must use '{}'s. | 1139 |
![]() | '.1' is a magic number. | 1139 |
![]() | '<=' is not preceded with whitespace. | 1139 |
![]() | '<=' is not followed by whitespace. | 1139 |
![]() | '*' is not preceded with whitespace. | 1139 |
![]() | '*' is not followed by whitespace. | 1139 |
![]() | '.1' is a magic number. | 1139 |
![]() | '+' is not preceded with whitespace. | 1140 |
![]() | '+' is not followed by whitespace. | 1140 |
![]() | '*' is not preceded with whitespace. | 1140 |
![]() | '*' is not followed by whitespace. | 1140 |
![]() | '*' is not preceded with whitespace. | 1140 |
![]() | '*' is not followed by whitespace. | 1140 |
![]() | '+' is not preceded with whitespace. | 1140 |
![]() | '+' is not followed by whitespace. | 1140 |
![]() | '*' is not preceded with whitespace. | 1140 |
![]() | '*' is not followed by whitespace. | 1140 |
![]() | '*' is not preceded with whitespace. | 1140 |
![]() | '*' is not followed by whitespace. | 1140 |
![]() | '-' is not preceded with whitespace. | 1141 |
![]() | '-' is not followed by whitespace. | 1141 |
![]() | '*' is not preceded with whitespace. | 1141 |
![]() | '*' is not followed by whitespace. | 1141 |
![]() | '*' is not preceded with whitespace. | 1141 |
![]() | '*' is not followed by whitespace. | 1141 |
![]() | '+' is not preceded with whitespace. | 1141 |
![]() | '+' is not followed by whitespace. | 1141 |
![]() | '*' is not preceded with whitespace. | 1141 |
![]() | '*' is not followed by whitespace. | 1141 |
![]() | '*' is not preceded with whitespace. | 1141 |
![]() | '*' is not followed by whitespace. | 1141 |
![]() | '+' is not preceded with whitespace. | 1144 |
![]() | '+' is not followed by whitespace. | 1144 |
![]() | '*' is not preceded with whitespace. | 1144 |
![]() | '*' is not followed by whitespace. | 1144 |
![]() | '+' is not preceded with whitespace. | 1144 |
![]() | '+' is not followed by whitespace. | 1144 |
![]() | '*' is not preceded with whitespace. | 1144 |
![]() | '*' is not followed by whitespace. | 1144 |
![]() | Line contains a tab character. | 1149 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 1149 |
![]() | Parameter g2 should be final. | 1150 |
![]() | Line has trailing spaces. | 1151 |
![]() | '-' is not preceded with whitespace. | 1152 |
![]() | '-' is not followed by whitespace. | 1152 |
![]() | '-' is not preceded with whitespace. | 1152 |
![]() | '-' is not followed by whitespace. | 1152 |
![]() | '*' is not preceded with whitespace. | 1152 |
![]() | '*' is not followed by whitespace. | 1152 |
![]() | '*' is not preceded with whitespace. | 1152 |
![]() | '*' is not followed by whitespace. | 1152 |
![]() | Line has trailing spaces. | 1153 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1161 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1161 |
![]() | Parameter obj should be final. | 1162 |
![]() | 'if' construct must use '{}'s. | 1163 |
![]() | 'if' construct must use '{}'s. | 1168 |
![]() | 'if' construct must use '{}'s. | 1170 |
![]() | '-' is not preceded with whitespace. | 1170 |
![]() | '-' is not followed by whitespace. | 1170 |
![]() | '>' is not preceded with whitespace. | 1170 |
![]() | '>' is not followed by whitespace. | 1170 |
![]() | 'if' construct must use '{}'s. | 1172 |
![]() | '-' is not preceded with whitespace. | 1172 |
![]() | '-' is not followed by whitespace. | 1172 |
![]() | '>' is not preceded with whitespace. | 1172 |
![]() | '>' is not followed by whitespace. | 1172 |
![]() | 'if' construct must use '{}'s. | 1174 |
![]() | Line is longer than 80 characters. | 1174 |
![]() | '-' is not preceded with whitespace. | 1174 |
![]() | '-' is not followed by whitespace. | 1174 |
![]() | '>' is not preceded with whitespace. | 1174 |
![]() | '>' is not followed by whitespace. | 1174 |
![]() | 'if' construct must use '{}'s. | 1176 |
![]() | '!=' is not preceded with whitespace. | 1176 |
![]() | '!=' is not followed by whitespace. | 1176 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 1181 |
![]() | Line has trailing spaces. | 1185 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1186 |
![]() | Line has trailing spaces. | 1188 |
![]() | '?' is not preceded with whitespace. | 1189 |
![]() | Avoid inline conditionals. | 1189 |
![]() | '?' is not followed by whitespace. | 1189 |
![]() | ':' is not preceded with whitespace. | 1189 |
![]() | ':' is not followed by whitespace. | 1189 |
![]() | Line has trailing spaces. | 1199 |
![]() | Line contains a tab character. | 1199 |
![]() | Line has trailing spaces. | 1202 |
![]() | Line contains a tab character. | 1202 |
![]() | Line has trailing spaces. | 1206 |
![]() | Line contains a tab character. | 1206 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 55 |
![]() | First sentence should end with a period. | 61 |
![]() | Variable 'ellipse' must be private and have accessor methods. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | Variable 'startAngle' must be private and have accessor methods. | 65 |
![]() | Variable 'angleExtent' must be private and have accessor methods. | 68 |
![]() | '/' is not preceded with whitespace. | 79 |
![]() | '/' is not followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 84 |
![]() | Parameter ell should be final. | 89 |
![]() | Parameter start should be final. | 89 |
![]() | Parameter extent should be final. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 96 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Parameter ell should be final. | 102 |
![]() | Parameter start should be final. | 102 |
![]() | Parameter end should be final. | 102 |
![]() | Parameter direct should be final. | 102 |
![]() | Parameter xc should be final. | 109 |
![]() | Expected @param tag for 'xc'. | 109 |
![]() | Parameter yc should be final. | 109 |
![]() | Expected @param tag for 'yc'. | 109 |
![]() | Parameter a should be final. | 109 |
![]() | Expected @param tag for 'a'. | 109 |
![]() | Parameter b should be final. | 109 |
![]() | Expected @param tag for 'b'. | 109 |
![]() | Parameter theta should be final. | 109 |
![]() | Expected @param tag for 'theta'. | 109 |
![]() | Parameter start should be final. | 110 |
![]() | Expected @param tag for 'start'. | 110 |
![]() | Parameter extent should be final. | 110 |
![]() | Expected @param tag for 'extent'. | 110 |
![]() | More than 7 parameters. | 120 |
![]() | Parameter xc should be final. | 120 |
![]() | Expected @param tag for 'xc'. | 120 |
![]() | Parameter yc should be final. | 120 |
![]() | Expected @param tag for 'yc'. | 120 |
![]() | Parameter a should be final. | 120 |
![]() | Expected @param tag for 'a'. | 120 |
![]() | Parameter b should be final. | 120 |
![]() | Expected @param tag for 'b'. | 120 |
![]() | Parameter theta should be final. | 120 |
![]() | Expected @param tag for 'theta'. | 120 |
![]() | Parameter start should be final. | 121 |
![]() | Expected @param tag for 'start'. | 121 |
![]() | Parameter end should be final. | 121 |
![]() | Expected @param tag for 'end'. | 121 |
![]() | Parameter direct should be final. | 121 |
![]() | Expected @param tag for 'direct'. | 121 |
![]() | '-' is not preceded with whitespace. | 124 |
![]() | '-' is not followed by whitespace. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | '-' is not preceded with whitespace. | 126 |
![]() | '-' is not followed by whitespace. | 126 |
![]() | '*' is not preceded with whitespace. | 126 |
![]() | '*' is not followed by whitespace. | 126 |
![]() | Line has trailing spaces. | 135 |
![]() | Unused @param tag for 'end'. | 138 |
![]() | Unused @param tag for 'direct'. | 139 |
![]() | Expected an @return tag. | 141 |
![]() | Line has trailing spaces. | 141 |
![]() | Parameter ell should be final. | 141 |
![]() | Parameter start should be final. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Parameter extent should be final. | 142 |
![]() | Expected @param tag for 'extent'. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 150 |
![]() | Expected an @return tag. | 156 |
![]() | Parameter ell should be final. | 156 |
![]() | Parameter start should be final. | 156 |
![]() | Parameter end should be final. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Parameter direct should be final. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Method 'getSupportingEllipse' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 168 |
![]() | Method 'getStartAngle' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 172 |
![]() | Method 'getAngleExtent' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line has trailing spaces. | 176 |
![]() | Expected an @return tag. | 181 |
![]() | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | '>' is not preceded with whitespace. | 182 |
![]() | '>' is not followed by whitespace. | 182 |
![]() | Line has trailing spaces. | 184 |
![]() | Method 'containsAngle' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter angle should be final. | 185 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '>' is not preceded with whitespace. | 187 |
![]() | '>' is not followed by whitespace. | 187 |
![]() | First sentence should end with a period. | 190 |
![]() | Expected an @return tag. | 191 |
![]() | Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter position should be final. | 191 |
![]() | Expected @param tag for 'position'. | 191 |
![]() | 'if' construct must use '{}'s. | 192 |
![]() | '<' is not preceded with whitespace. | 192 |
![]() | '<' is not followed by whitespace. | 192 |
![]() | 'if' construct must use '{}'s. | 194 |
![]() | '>' is not preceded with whitespace. | 194 |
![]() | '>' is not followed by whitespace. | 194 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | '<' is not preceded with whitespace. | 196 |
![]() | '<' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 198 |
![]() | '+' is not followed by whitespace. | 198 |
![]() | Line has trailing spaces. | 206 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter point should be final. | 209 |
![]() | '>' is not preceded with whitespace. | 221 |
![]() | '>' is not followed by whitespace. | 221 |
![]() | '||' is not preceded with whitespace. | 222 |
![]() | '||' is not followed by whitespace. | 222 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | '>' is not preceded with whitespace. | 223 |
![]() | '>' is not followed by whitespace. | 223 |
![]() | '-' is not preceded with whitespace. | 224 |
![]() | '-' is not followed by whitespace. | 224 |
![]() | 'else' construct must use '{}'s. | 225 |
![]() | '*' is not preceded with whitespace. | 226 |
![]() | '*' is not followed by whitespace. | 226 |
![]() | '-' is not preceded with whitespace. | 226 |
![]() | '-' is not followed by whitespace. | 226 |
![]() | '+' is not preceded with whitespace. | 226 |
![]() | '+' is not followed by whitespace. | 226 |
![]() | 'if' construct must use '{}'s. | 228 |
![]() | '>' is not preceded with whitespace. | 228 |
![]() | '>' is not followed by whitespace. | 228 |
![]() | '-' is not preceded with whitespace. | 229 |
![]() | '-' is not followed by whitespace. | 229 |
![]() | '-' is not preceded with whitespace. | 229 |
![]() | '-' is not followed by whitespace. | 229 |
![]() | '*' is not preceded with whitespace. | 229 |
![]() | '*' is not followed by whitespace. | 229 |
![]() | 'else' construct must use '{}'s. | 230 |
![]() | '-' is not preceded with whitespace. | 231 |
![]() | '-' is not followed by whitespace. | 231 |
![]() | '||' is not preceded with whitespace. | 234 |
![]() | '||' is not followed by whitespace. | 234 |
![]() | 'if' construct must use '{}'s. | 235 |
![]() | '>' is not preceded with whitespace. | 235 |
![]() | '>' is not followed by whitespace. | 235 |
![]() | '-' is not preceded with whitespace. | 236 |
![]() | '-' is not followed by whitespace. | 236 |
![]() | 'else' construct must use '{}'s. | 237 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | '*' is not preceded with whitespace. | 238 |
![]() | '*' is not followed by whitespace. | 238 |
![]() | 'if' construct must use '{}'s. | 240 |
![]() | '>' is not preceded with whitespace. | 240 |
![]() | '>' is not followed by whitespace. | 240 |
![]() | '-' is not preceded with whitespace. | 241 |
![]() | '-' is not followed by whitespace. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | 'else' construct must use '{}'s. | 242 |
![]() | '-' is not preceded with whitespace. | 243 |
![]() | '-' is not followed by whitespace. | 243 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter p should be final. | 255 |
![]() | '<' is not preceded with whitespace. | 256 |
![]() | '<' is not followed by whitespace. | 256 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter p should be final. | 259 |
![]() | Line has trailing spaces. | 265 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Parameter x should be final. | 268 |
![]() | Parameter y should be final. | 268 |
![]() | '>' is not preceded with whitespace. | 269 |
![]() | '>' is not followed by whitespace. | 269 |
![]() | 'if' construct must use '{}'s. | 275 |
![]() | '>' is not preceded with whitespace. | 276 |
![]() | '>' is not followed by whitespace. | 276 |
![]() | Avoid inline conditionals. | 276 |
![]() | '+' is not preceded with whitespace. | 279 |
![]() | '+' is not followed by whitespace. | 279 |
![]() | 'if' construct must use '{}'s. | 282 |
![]() | '&&' is not preceded with whitespace. | 282 |
![]() | '&&' is not followed by whitespace. | 282 |
![]() | 'if' construct must use '{}'s. | 284 |
![]() | '&&' is not preceded with whitespace. | 284 |
![]() | '&&' is not followed by whitespace. | 284 |
![]() | 'if' construct must use '{}'s. | 289 |
![]() | '&&' is not preceded with whitespace. | 289 |
![]() | '&&' is not followed by whitespace. | 289 |
![]() | 'if' construct must use '{}'s. | 291 |
![]() | '&&' is not preceded with whitespace. | 291 |
![]() | '&&' is not followed by whitespace. | 291 |
![]() | '+' is not preceded with whitespace. | 294 |
![]() | '+' is not followed by whitespace. | 294 |
![]() | '+' is not preceded with whitespace. | 295 |
![]() | '+' is not followed by whitespace. | 295 |
![]() | 'if' construct must use '{}'s. | 296 |
![]() | '&&' is not preceded with whitespace. | 296 |
![]() | '&&' is not followed by whitespace. | 296 |
![]() | 'if' construct must use '{}'s. | 298 |
![]() | '&&' is not preceded with whitespace. | 298 |
![]() | '&&' is not followed by whitespace. | 298 |
![]() | 'if' construct must use '{}'s. | 301 |
![]() | 'else' construct must use '{}'s. | 303 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Parameter t should be final. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line has trailing spaces. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | '<' is not preceded with whitespace. | 315 |
![]() | '<' is not followed by whitespace. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | '-' is not preceded with whitespace. | 317 |
![]() | '-' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 319 |
![]() | '+' is not followed by whitespace. | 319 |
![]() | Expected an @return tag. | 326 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Parameter t should be final. | 326 |
![]() | Expected @param tag for 't'. | 326 |
![]() | 'if' construct must use '{}'s. | 328 |
![]() | '<' is not preceded with whitespace. | 328 |
![]() | '<' is not followed by whitespace. | 328 |
![]() | '-' is not preceded with whitespace. | 329 |
![]() | '-' is not followed by whitespace. | 329 |
![]() | 'else' construct must use '{}'s. | 330 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | Avoid inline conditionals. | 333 |
![]() | Expected an @return tag. | 340 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | First sentence should end with a period. | 347 |
![]() | Expected an @return tag. | 348 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | First sentence should end with a period. | 352 |
![]() | Expected an @return tag. | 353 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Line has trailing spaces. | 359 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Parameter t should be final. | 362 |
![]() | 'if' construct must use '{}'s. | 368 |
![]() | '<' is not preceded with whitespace. | 368 |
![]() | '<' is not followed by whitespace. | 368 |
![]() | '-' is not preceded with whitespace. | 369 |
![]() | '-' is not followed by whitespace. | 369 |
![]() | 'else' construct must use '{}'s. | 370 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' is not followed by whitespace. | 371 |
![]() | Line has trailing spaces. | 379 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Parameter point should be final. | 382 |
![]() | 'if' construct must use '{}'s. | 384 |
![]() | 'if' construct must use '{}'s. | 385 |
![]() | '>' is not preceded with whitespace. | 385 |
![]() | '>' is not followed by whitespace. | 385 |
![]() | '-' is not preceded with whitespace. | 386 |
![]() | '-' is not followed by whitespace. | 386 |
![]() | 'else' construct must use '{}'s. | 387 |
![]() | '-' is not preceded with whitespace. | 388 |
![]() | '-' is not followed by whitespace. | 388 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Parameter point should be final. | 394 |
![]() | 'if' construct must use '{}'s. | 399 |
![]() | '>' is not preceded with whitespace. | 399 |
![]() | '>' is not followed by whitespace. | 399 |
![]() | '-' is not preceded with whitespace. | 400 |
![]() | '-' is not followed by whitespace. | 400 |
![]() | 'else' construct must use '{}'s. | 401 |
![]() | '-' is not preceded with whitespace. | 402 |
![]() | '-' is not followed by whitespace. | 402 |
![]() | '<' is not preceded with whitespace. | 408 |
![]() | '<' is not followed by whitespace. | 408 |
![]() | Avoid inline conditionals. | 408 |
![]() | Line has trailing spaces. | 410 |
![]() | Line has trailing spaces. | 413 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Parameter line should be final. | 416 |
![]() | 'for' construct must use '{}'s. | 420 |
![]() | 'if' construct must use '{}'s. | 421 |
![]() | Expected an @return tag. | 431 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | '+' is not followed by whitespace. | 433 |
![]() | Line contains a tab character. | 436 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Line contains a tab character. | 438 |
![]() | Expected an @return tag. | 444 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() | Parameter t0 should be final. | 444 |
![]() | Expected @param tag for 't0'. | 444 |
![]() | Parameter t1 should be final. | 444 |
![]() | Expected @param tag for 't1'. | 444 |
![]() | '+' is not preceded with whitespace. | 446 |
![]() | '+' is not followed by whitespace. | 446 |
![]() | '+' is not preceded with whitespace. | 447 |
![]() | '+' is not followed by whitespace. | 447 |
![]() | 'if' construct must use '{}'s. | 450 |
![]() | '+' is not preceded with whitespace. | 450 |
![]() | '+' is not followed by whitespace. | 450 |
![]() | '>' is not preceded with whitespace. | 451 |
![]() | '>' is not followed by whitespace. | 451 |
![]() | 'if' construct must use '{}'s. | 453 |
![]() | '+' is not preceded with whitespace. | 453 |
![]() | '+' is not followed by whitespace. | 453 |
![]() | '>' is not preceded with whitespace. | 454 |
![]() | '>' is not followed by whitespace. | 454 |
![]() | '>' is not preceded with whitespace. | 458 |
![]() | '>' is not followed by whitespace. | 458 |
![]() | Line has trailing spaces. | 466 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | Missing a Javadoc comment. | 469 |
![]() | Parameter point should be final. | 469 |
![]() | Line has trailing spaces. | 475 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() | Missing a Javadoc comment. | 478 |
![]() | Parameter x should be final. | 478 |
![]() | Parameter y should be final. | 478 |
![]() | First sentence should end with a period. | 483 |
![]() | Expected an @return tag. | 484 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 488 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Expected an @return tag. | 498 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() | Parameter box should be final. | 498 |
![]() | Expected @param tag for 'box'. | 498 |
![]() | Line has trailing spaces. | 503 |
![]() | Line contains a tab character. | 504 |
![]() | 'if' construct must use '{}'s. | 508 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() | Missing a Javadoc comment. | 514 |
![]() | 'if' construct must use '{}'s. | 536 |
![]() | '+' is not preceded with whitespace. | 536 |
![]() | '+' is not followed by whitespace. | 536 |
![]() | '/' is not preceded with whitespace. | 536 |
![]() | '/' is not followed by whitespace. | 536 |
![]() | '+' is not followed by whitespace. | 537 |
![]() | '>=' is not preceded with whitespace. | 537 |
![]() | '>=' is not followed by whitespace. | 537 |
![]() | '+' is not preceded with whitespace. | 538 |
![]() | '+' is not followed by whitespace. | 538 |
![]() | 'if' construct must use '{}'s. | 539 |
![]() | '+' is not preceded with whitespace. | 539 |
![]() | '+' is not followed by whitespace. | 539 |
![]() | '3' is a magic number. | 539 |
![]() | '*' is not preceded with whitespace. | 539 |
![]() | '*' is not followed by whitespace. | 539 |
![]() | '/' is not followed by whitespace. | 540 |
![]() | '+' is not preceded with whitespace. | 540 |
![]() | '+' is not followed by whitespace. | 540 |
![]() | '>=' is not preceded with whitespace. | 540 |
![]() | '>=' is not followed by whitespace. | 540 |
![]() | '-' is not preceded with whitespace. | 541 |
![]() | '-' is not followed by whitespace. | 541 |
![]() | 'if' construct must use '{}'s. | 542 |
![]() | '+' is not preceded with whitespace. | 542 |
![]() | '+' is not followed by whitespace. | 542 |
![]() | '>=' is not preceded with whitespace. | 543 |
![]() | '>=' is not followed by whitespace. | 543 |
![]() | '+' is not preceded with whitespace. | 544 |
![]() | '+' is not followed by whitespace. | 544 |
![]() | 'if' construct must use '{}'s. | 545 |
![]() | '+' is not preceded with whitespace. | 545 |
![]() | '+' is not followed by whitespace. | 545 |
![]() | '+' is not followed by whitespace. | 546 |
![]() | '>=' is not preceded with whitespace. | 546 |
![]() | '>=' is not followed by whitespace. | 546 |
![]() | '-' is not preceded with whitespace. | 547 |
![]() | '-' is not followed by whitespace. | 547 |
![]() | Line has trailing spaces. | 555 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Missing a Javadoc comment. | 558 |
![]() | Parameter trans should be final. | 558 |
![]() | 'if' construct must use '{}'s. | 563 |
![]() | '>' is not preceded with whitespace. | 571 |
![]() | '>' is not followed by whitespace. | 571 |
![]() | '^' is not preceded with whitespace. | 571 |
![]() | '^' is not followed by whitespace. | 571 |
![]() | Line has trailing spaces. | 577 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 580 |
![]() | Missing a Javadoc comment. | 580 |
![]() | Parameter x should be final. | 580 |
![]() | Parameter y should be final. | 580 |
![]() | '>' is not preceded with whitespace. | 581 |
![]() | '>' is not followed by whitespace. | 581 |
![]() | Line has trailing spaces. | 586 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 589 |
![]() | Missing a Javadoc comment. | 589 |
![]() | Parameter point should be final. | 589 |
![]() | Line is longer than 80 characters. | 593 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 593 |
![]() | Missing a Javadoc comment. | 593 |
![]() | Parameter path should be final. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | Line contains a tab character. | 595 |
![]() | '/' is not preceded with whitespace. | 595 |
![]() | '/' is not followed by whitespace. | 595 |
![]() | '/' is not preceded with whitespace. | 595 |
![]() | '/' is not followed by whitespace. | 595 |
![]() | Line contains a tab character. | 596 |
![]() | '4' is a magic number. | 596 |
![]() | Line has trailing spaces. | 597 |
![]() | Line contains a tab character. | 597 |
![]() | Line contains a tab character. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | '/' is not preceded with whitespace. | 599 |
![]() | '/' is not followed by whitespace. | 599 |
![]() | Line has trailing spaces. | 600 |
![]() | Line contains a tab character. | 600 |
![]() | Line has trailing spaces. | 601 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Line has trailing spaces. | 603 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | 'for' is not followed by whitespace. | 604 |
![]() | '=' is not preceded with whitespace. | 604 |
![]() | '=' is not followed by whitespace. | 604 |
![]() | '<' is not preceded with whitespace. | 604 |
![]() | '<' is not followed by whitespace. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | '*' is not preceded with whitespace. | 606 |
![]() | '*' is not followed by whitespace. | 606 |
![]() | Line contains a tab character. | 607 |
![]() | '+' is not preceded with whitespace. | 607 |
![]() | '+' is not followed by whitespace. | 607 |
![]() | '*' is not preceded with whitespace. | 607 |
![]() | '*' is not followed by whitespace. | 607 |
![]() | Line has trailing spaces. | 608 |
![]() | Line contains a tab character. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line has trailing spaces. | 612 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 613 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 615 |
![]() | Line has trailing spaces. | 616 |
![]() | Line contains a tab character. | 616 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line has trailing spaces. | 619 |
![]() | Line contains a tab character. | 619 |
![]() | '+' is not preceded with whitespace. | 619 |
![]() | '+' is not followed by whitespace. | 619 |
![]() | '+' is not preceded with whitespace. | 619 |
![]() | '+' is not followed by whitespace. | 619 |
![]() | Line has trailing spaces. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | '-' is not preceded with whitespace. | 620 |
![]() | '-' is not followed by whitespace. | 620 |
![]() | '-' is not preceded with whitespace. | 620 |
![]() | '-' is not followed by whitespace. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line contains a tab character. | 622 |
![]() | Line has trailing spaces. | 623 |
![]() | Line contains a tab character. | 623 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | Missing a Javadoc comment. | 626 |
![]() | Line contains a tab character. | 641 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 641 |
![]() | Parameter g2 should be final. | 642 |
![]() | Line has trailing spaces. | 647 |
![]() | Expected an @return tag. | 725 |
![]() | Parameter increment should be final. | 725 |
![]() | Expected @param tag for 'increment'. | 725 |
![]() | '4.0' is a magic number. | 727 |
![]() | '3.0' is a magic number. | 727 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 733 |
![]() | Line contains a tab character. | 735 |
![]() | Line has trailing spaces. | 736 |
![]() | Line has trailing spaces. | 737 |
![]() | Line has trailing spaces. | 738 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 743 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 743 |
![]() | Parameter obj should be final. | 744 |
![]() | 'if' construct must use '{}'s. | 745 |
![]() | 'if' construct must use '{}'s. | 750 |
![]() | '-' is not preceded with whitespace. | 750 |
![]() | '-' is not followed by whitespace. | 750 |
![]() | '>' is not preceded with whitespace. | 750 |
![]() | '>' is not followed by whitespace. | 750 |
![]() | 'if' construct must use '{}'s. | 752 |
![]() | '-' is not preceded with whitespace. | 752 |
![]() | '-' is not followed by whitespace. | 752 |
![]() | '>' is not preceded with whitespace. | 752 |
![]() | '>' is not followed by whitespace. | 752 |
![]() | 'if' construct must use '{}'s. | 754 |
![]() | '-' is not preceded with whitespace. | 754 |
![]() | '-' is not followed by whitespace. | 754 |
![]() | '>' is not preceded with whitespace. | 754 |
![]() | '>' is not followed by whitespace. | 754 |
![]() | 'if' construct must use '{}'s. | 756 |
![]() | '-' is not preceded with whitespace. | 756 |
![]() | '-' is not followed by whitespace. | 756 |
![]() | '>' is not preceded with whitespace. | 756 |
![]() | '>' is not followed by whitespace. | 756 |
![]() | 'if' construct must use '{}'s. | 758 |
![]() | '-' is not preceded with whitespace. | 758 |
![]() | '-' is not followed by whitespace. | 758 |
![]() | '>' is not preceded with whitespace. | 758 |
![]() | '>' is not followed by whitespace. | 758 |
![]() | 'if' construct must use '{}'s. | 762 |
![]() | 'if' construct must use '{}'s. | 764 |
![]() | Line has trailing spaces. | 769 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 770 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 48 |
![]() | First sentence should end with a period. | 57 |
![]() | Variable 'xc' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'yc' must be private and have accessor methods. | 59 |
![]() | First sentence should end with a period. | 61 |
![]() | Variable 'a' must be private and have accessor methods. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | Variable 'b' must be private and have accessor methods. | 65 |
![]() | First sentence should end with a period. | 67 |
![]() | Variable 'theta' must be private and have accessor methods. | 68 |
![]() | First sentence should end with a period. | 70 |
![]() | Variable 'direct' must be private and have accessor methods. | 71 |
![]() | First sentence should end with a period. | 73 |
![]() | Variable 'branch1' must be private and have accessor methods. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | First sentence should end with a period. | 76 |
![]() | Variable 'branch2' must be private and have accessor methods. | 77 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter center should be final. | 90 |
![]() | Parameter a should be final. | 90 |
![]() | 'a' hides a field. | 90 |
![]() | Parameter b should be final. | 90 |
![]() | 'b' hides a field. | 90 |
![]() | Parameter theta should be final. | 90 |
![]() | 'theta' hides a field. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter center should be final. | 94 |
![]() | Parameter a should be final. | 94 |
![]() | 'a' hides a field. | 94 |
![]() | Parameter b should be final. | 94 |
![]() | 'b' hides a field. | 94 |
![]() | Parameter theta should be final. | 94 |
![]() | 'theta' hides a field. | 94 |
![]() | Parameter d should be final. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter xc should be final. | 99 |
![]() | 'xc' hides a field. | 99 |
![]() | Parameter yc should be final. | 99 |
![]() | 'yc' hides a field. | 99 |
![]() | Parameter a should be final. | 99 |
![]() | 'a' hides a field. | 99 |
![]() | Parameter b should be final. | 99 |
![]() | 'b' hides a field. | 99 |
![]() | Parameter theta should be final. | 99 |
![]() | 'theta' hides a field. | 99 |
![]() | First sentence should end with a period. | 103 |
![]() | Parameter xc should be final. | 104 |
![]() | 'xc' hides a field. | 104 |
![]() | Expected @param tag for 'xc'. | 104 |
![]() | Parameter yc should be final. | 104 |
![]() | 'yc' hides a field. | 104 |
![]() | Expected @param tag for 'yc'. | 104 |
![]() | Parameter a should be final. | 104 |
![]() | 'a' hides a field. | 104 |
![]() | Expected @param tag for 'a'. | 104 |
![]() | Parameter b should be final. | 104 |
![]() | 'b' hides a field. | 104 |
![]() | Expected @param tag for 'b'. | 104 |
![]() | Parameter theta should be final. | 104 |
![]() | 'theta' hides a field. | 104 |
![]() | Expected @param tag for 'theta'. | 104 |
![]() | Parameter d should be final. | 105 |
![]() | Expected @param tag for 'd'. | 105 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter center should be final. | 123 |
![]() | Parameter a should be final. | 123 |
![]() | Parameter b should be final. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Parameter theta should be final. | 124 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter center should be final. | 128 |
![]() | Parameter a should be final. | 128 |
![]() | Parameter b should be final. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Parameter theta should be final. | 129 |
![]() | Parameter d should be final. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 140 |
![]() | Parameter coefs should be final. | 146 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
![]() | '-' is not preceded with whitespace. | 153 |
![]() | '-' is not followed by whitespace. | 153 |
![]() | '<' is not preceded with whitespace. | 153 |
![]() | '<' is not followed by whitespace. | 153 |
![]() | '/' is not preceded with whitespace. | 154 |
![]() | '/' is not followed by whitespace. | 154 |
![]() | '4' is a magic number. | 154 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | '/' is not preceded with whitespace. | 156 |
![]() | '/' is not followed by whitespace. | 156 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | '<' is not preceded with whitespace. | 157 |
![]() | '<' is not followed by whitespace. | 157 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | '>' is not preceded with whitespace. | 168 |
![]() | '5' is a magic number. | 168 |
![]() | '>' is not followed by whitespace. | 168 |
![]() | '5' is a magic number. | 169 |
![]() | '/' is not preceded with whitespace. | 171 |
![]() | '/' is not followed by whitespace. | 171 |
![]() | '<' is not preceded with whitespace. | 171 |
![]() | '<' is not followed by whitespace. | 171 |
![]() | ':' should be on a new line. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '<' is not preceded with whitespace. | 174 |
![]() | '<' is not followed by whitespace. | 174 |
![]() | ':' is not preceded with whitespace. | 174 |
![]() | ':' should be on a new line. | 174 |
![]() | Line has trailing spaces. | 176 |
![]() | '>' is not preceded with whitespace. | 180 |
![]() | '>' is not followed by whitespace. | 180 |
![]() | '/' is not preceded with whitespace. | 182 |
![]() | '/' is not followed by whitespace. | 182 |
![]() | '/' is not preceded with whitespace. | 183 |
![]() | '/' is not followed by whitespace. | 183 |
![]() | '/' is not preceded with whitespace. | 186 |
![]() | '/' is not followed by whitespace. | 186 |
![]() | '/' is not preceded with whitespace. | 187 |
![]() | '/' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 188 |
![]() | '+' is not followed by whitespace. | 188 |
![]() | '/' is not preceded with whitespace. | 188 |
![]() | '/' is not followed by whitespace. | 188 |
![]() | '+' is not preceded with whitespace. | 189 |
![]() | '+' is not followed by whitespace. | 189 |
![]() | Line has trailing spaces. | 199 |
![]() | Parameter hyper should be final. | 204 |
![]() | Parameter trans should be final. | 205 |
![]() | '*' is not preceded with whitespace. | 212 |
![]() | '*' is not followed by whitespace. | 212 |
![]() | '*' is not preceded with whitespace. | 213 |
![]() | '*' is not followed by whitespace. | 213 |
![]() | '*' is not preceded with whitespace. | 216 |
![]() | '*' is not followed by whitespace. | 216 |
![]() | '*' is not preceded with whitespace. | 217 |
![]() | '*' is not followed by whitespace. | 217 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
![]() | '/' is not preceded with whitespace. | 220 |
![]() | '/' is not followed by whitespace. | 220 |
![]() | '-' is not preceded with whitespace. | 220 |
![]() | '-' is not followed by whitespace. | 220 |
![]() | '/' is not preceded with whitespace. | 220 |
![]() | '/' is not followed by whitespace. | 220 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
![]() | '*' is not preceded with whitespace. | 221 |
![]() | '*' is not followed by whitespace. | 221 |
![]() | '*' is not preceded with whitespace. | 221 |
![]() | '*' is not followed by whitespace. | 221 |
![]() | '*' is not preceded with whitespace. | 221 |
![]() | '*' is not followed by whitespace. | 221 |
![]() | '/' is not preceded with whitespace. | 221 |
![]() | '/' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '/' is not preceded with whitespace. | 221 |
![]() | '/' is not followed by whitespace. | 221 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
![]() | '/' is not preceded with whitespace. | 222 |
![]() | '/' is not followed by whitespace. | 222 |
![]() | '-' is not preceded with whitespace. | 222 |
![]() | '-' is not followed by whitespace. | 222 |
![]() | '/' is not preceded with whitespace. | 222 |
![]() | '/' is not followed by whitespace. | 222 |
![]() | '{' is followed by whitespace. | 223 |
![]() | Expected an @return tag. | 240 |
![]() | Method 'toGlobal' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Parameter point should be final. | 240 |
![]() | Expected @param tag for 'point'. | 240 |
![]() | Method 'toLocal' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter point should be final. | 247 |
![]() | '/' is not preceded with whitespace. | 250 |
![]() | '/' is not followed by whitespace. | 250 |
![]() | '/' is not preceded with whitespace. | 250 |
![]() | '/' is not followed by whitespace. | 250 |
![]() | Line has trailing spaces. | 257 |
![]() | Expected an @return tag. | 261 |
![]() | Parameter line should be final. | 261 |
![]() | Expected @param tag for 'line'. | 261 |
![]() | '/' 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 'getCenter' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Line has trailing spaces. | 277 |
![]() | Expected an @return tag. | 281 |
![]() | Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | First sentence should end with a period. | 285 |
![]() | Expected an @return tag. | 286 |
![]() | Method 'getLength1' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | First sentence should end with a period. | 290 |
![]() | Expected an @return tag. | 291 |
![]() | Method 'getLength2' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Missing a Javadoc comment. | 295 |
![]() | Method 'getVector1' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Method 'getVector2' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Expected an @return tag. | 311 |
![]() | Method 'getFocus1' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '*' is not preceded with whitespace. | 313 |
![]() | '*' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | '*' is not preceded with whitespace. | 313 |
![]() | '*' is not followed by whitespace. | 313 |
![]() | Expected an @return tag. | 320 |
![]() | Method 'getFocus2' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | '-' is not preceded with whitespace. | 322 |
![]() | '-' is not followed by whitespace. | 322 |
![]() | '*' is not preceded with whitespace. | 322 |
![]() | '*' is not followed by whitespace. | 322 |
![]() | '-' is not preceded with whitespace. | 322 |
![]() | '-' is not followed by whitespace. | 322 |
![]() | '*' is not preceded with whitespace. | 322 |
![]() | '*' is not followed by whitespace. | 322 |
![]() | Line has trailing spaces. | 324 |
![]() | Method 'getPositiveBranch' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Method 'getNegativeBranch' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line has trailing spaces. | 332 |
![]() | Method 'getBranches' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Line has trailing spaces. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line has trailing spaces. | 340 |
![]() | Expected an @return tag. | 344 |
![]() | Line has trailing spaces. | 344 |
![]() | Method 'getAsymptotes' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line has trailing spaces. | 348 |
![]() | 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 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line has trailing spaces. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | 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 |
![]() | Method 'getConicCoefficients' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | Missing a Javadoc comment. | 369 |
![]() | '*' is not preceded with whitespace. | 371 |
![]() | '*' is not followed by whitespace. | 371 |
![]() | '*' is not preceded with whitespace. | 372 |
![]() | '*' is not followed by whitespace. | 372 |
![]() | '/' is not preceded with whitespace. | 373 |
![]() | '/' is not followed by whitespace. | 373 |
![]() | '/' is not preceded with whitespace. | 374 |
![]() | '/' is not followed by whitespace. | 374 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 380 |
![]() | '*' is not followed by whitespace. | 380 |
![]() | '*' is not preceded with whitespace. | 381 |
![]() | '*' is not followed by whitespace. | 381 |
![]() | '*' is not preceded with whitespace. | 384 |
![]() | '*' is not followed by whitespace. | 384 |
![]() | '*' is not preceded with whitespace. | 385 |
![]() | '*' is not followed by whitespace. | 385 |
![]() | 'a' hides a field. | 392 |
![]() | '/' is not preceded with whitespace. | 392 |
![]() | '/' is not followed by whitespace. | 392 |
![]() | '-' is not preceded with whitespace. | 392 |
![]() | '-' is not followed by whitespace. | 392 |
![]() | '/' is not preceded with whitespace. | 392 |
![]() | '/' is not followed by whitespace. | 392 |
![]() | 'b' hides a field. | 393 |
![]() | '+' is not preceded with whitespace. | 393 |
![]() | '+' is not followed by whitespace. | 393 |
![]() | '*' is not preceded with whitespace. | 393 |
![]() | '*' is not followed by whitespace. | 393 |
![]() | '/' is not preceded with whitespace. | 393 |
![]() | '/' is not followed by whitespace. | 393 |
![]() | '*' is not preceded with whitespace. | 393 |
![]() | '*' is not followed by whitespace. | 393 |
![]() | '/' is not preceded with whitespace. | 394 |
![]() | '/' is not followed by whitespace. | 394 |
![]() | '-' is not preceded with whitespace. | 394 |
![]() | '-' is not followed by whitespace. | 394 |
![]() | '/' is not preceded with whitespace. | 394 |
![]() | '/' is not followed by whitespace. | 394 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '-' is not preceded with whitespace. | 395 |
![]() | '-' is not followed by whitespace. | 395 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '*' is not preceded with whitespace. | 396 |
![]() | '*' is not followed by whitespace. | 396 |
![]() | '-' is not preceded with whitespace. | 396 |
![]() | '-' is not followed by whitespace. | 396 |
![]() | '*' is not preceded with whitespace. | 396 |
![]() | '*' is not followed by whitespace. | 396 |
![]() | '*' is not preceded with whitespace. | 396 |
![]() | '*' is not followed by whitespace. | 396 |
![]() | '+' is not preceded with whitespace. | 397 |
![]() | '+' is not followed by whitespace. | 397 |
![]() | '+' is not preceded with whitespace. | 397 |
![]() | '+' is not followed by whitespace. | 397 |
![]() | '*' is not preceded with whitespace. | 397 |
![]() | '*' is not followed by whitespace. | 397 |
![]() | '-' is not preceded with whitespace. | 397 |
![]() | '-' is not followed by whitespace. | 397 |
![]() | '/' is not preceded with whitespace. | 397 |
![]() | '/' is not followed by whitespace. | 397 |
![]() | '+' is not preceded with whitespace. | 397 |
![]() | '+' is not followed by whitespace. | 397 |
![]() | '-' is not preceded with whitespace. | 397 |
![]() | '-' is not followed by whitespace. | 397 |
![]() | '*' is not followed by whitespace. | 398 |
![]() | '-' is not preceded with whitespace. | 398 |
![]() | '-' is not followed by whitespace. | 398 |
![]() | '*' is not preceded with whitespace. | 398 |
![]() | '*' is not followed by whitespace. | 398 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' is not followed by whitespace. | 398 |
![]() | '/' is not preceded with whitespace. | 398 |
![]() | '/' is not followed by whitespace. | 398 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' is not followed by whitespace. | 398 |
![]() | '*' is not preceded with whitespace. | 398 |
![]() | '*' is not followed by whitespace. | 398 |
![]() | '*' is not preceded with whitespace. | 398 |
![]() | '*' is not followed by whitespace. | 398 |
![]() | '+' is not preceded with whitespace. | 398 |
![]() | '+' is not followed by whitespace. | 398 |
![]() | '*' is not preceded with whitespace. | 398 |
![]() | '*' is not followed by whitespace. | 398 |
![]() | '{' is followed by whitespace. | 404 |
![]() | Method 'getConicType' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Method 'getEccentricity' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Missing a Javadoc comment. | 411 |
![]() | '*' is not preceded with whitespace. | 412 |
![]() | '*' is not followed by whitespace. | 412 |
![]() | '/' is not preceded with whitespace. | 412 |
![]() | '/' is not followed by whitespace. | 412 |
![]() | '/' is not preceded with whitespace. | 412 |
![]() | '/' is not followed by whitespace. | 412 |
![]() | Line has trailing spaces. | 415 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() | Parameter line should be final. | 426 |
![]() | '>' is not preceded with whitespace. | 441 |
![]() | '>' is not followed by whitespace. | 441 |
![]() | '/' is not preceded with whitespace. | 445 |
![]() | '/' is not followed by whitespace. | 445 |
![]() | '-' is not preceded with whitespace. | 446 |
![]() | '-' is not followed by whitespace. | 446 |
![]() | '*' is not preceded with whitespace. | 446 |
![]() | '*' is not followed by whitespace. | 446 |
![]() | 'a' hides a field. | 449 |
![]() | '-' is not preceded with whitespace. | 449 |
![]() | '-' is not followed by whitespace. | 449 |
![]() | '*' is not preceded with whitespace. | 449 |
![]() | '*' is not followed by whitespace. | 449 |
![]() | 'b' hides a field. | 450 |
![]() | '-2' is a magic number. | 450 |
![]() | '*' is not preceded with whitespace. | 450 |
![]() | '*' is not followed by whitespace. | 450 |
![]() | '*' is not preceded with whitespace. | 450 |
![]() | '*' is not followed by whitespace. | 450 |
![]() | '*' is not preceded with whitespace. | 451 |
![]() | '*' is not followed by whitespace. | 451 |
![]() | '-' is not preceded with whitespace. | 451 |
![]() | '-' is not followed by whitespace. | 451 |
![]() | '*' is not preceded with whitespace. | 453 |
![]() | '*' is not followed by whitespace. | 453 |
![]() | '-' is not preceded with whitespace. | 453 |
![]() | '-' is not followed by whitespace. | 453 |
![]() | '4' is a magic number. | 453 |
![]() | '*' is not preceded with whitespace. | 453 |
![]() | '*' is not followed by whitespace. | 453 |
![]() | '*' is not preceded with whitespace. | 453 |
![]() | '*' is not followed by whitespace. | 453 |
![]() | '<=' is not preceded with whitespace. | 454 |
![]() | '<=' is not followed by whitespace. | 454 |
![]() | Line is longer than 80 characters. | 456 |
![]() | '-' is not preceded with whitespace. | 461 |
![]() | '-' is not followed by whitespace. | 461 |
![]() | '/' is not preceded with whitespace. | 461 |
![]() | '/' is not followed by whitespace. | 461 |
![]() | '*' is not preceded with whitespace. | 461 |
![]() | '*' is not followed by whitespace. | 461 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' is not followed by whitespace. | 462 |
![]() | '/' is not preceded with whitespace. | 462 |
![]() | '/' is not followed by whitespace. | 462 |
![]() | '*' is not preceded with whitespace. | 462 |
![]() | '*' is not followed by whitespace. | 462 |
![]() | '*' is not preceded with whitespace. | 468 |
![]() | '*' is not followed by whitespace. | 468 |
![]() | '+' is not preceded with whitespace. | 468 |
![]() | '+' is not followed by whitespace. | 468 |
![]() | 'if' construct must use '{}'s. | 469 |
![]() | '*' is not preceded with whitespace. | 473 |
![]() | '*' is not followed by whitespace. | 473 |
![]() | '+' is not preceded with whitespace. | 473 |
![]() | '+' is not followed by whitespace. | 473 |
![]() | 'if' construct must use '{}'s. | 474 |
![]() | '/' is not preceded with whitespace. | 481 |
![]() | '/' is not followed by whitespace. | 481 |
![]() | '-' is not preceded with whitespace. | 482 |
![]() | '-' is not followed by whitespace. | 482 |
![]() | '*' is not preceded with whitespace. | 482 |
![]() | '*' is not followed by whitespace. | 482 |
![]() | 'a' hides a field. | 485 |
![]() | '*' is not preceded with whitespace. | 485 |
![]() | '*' is not followed by whitespace. | 485 |
![]() | '-' is not preceded with whitespace. | 485 |
![]() | '-' is not followed by whitespace. | 485 |
![]() | 'b' hides a field. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 487 |
![]() | '*' is not followed by whitespace. | 487 |
![]() | '-' is not preceded with whitespace. | 487 |
![]() | '-' is not followed by whitespace. | 487 |
![]() | '*' is not preceded with whitespace. | 489 |
![]() | '*' is not followed by whitespace. | 489 |
![]() | '-' is not preceded with whitespace. | 489 |
![]() | '-' is not followed by whitespace. | 489 |
![]() | '4' is a magic number. | 489 |
![]() | '*' is not preceded with whitespace. | 489 |
![]() | '*' is not followed by whitespace. | 489 |
![]() | '*' is not preceded with whitespace. | 489 |
![]() | '*' is not followed by whitespace. | 489 |
![]() | '<=' is not preceded with whitespace. | 490 |
![]() | '<=' is not followed by whitespace. | 490 |
![]() | '-' is not preceded with whitespace. | 496 |
![]() | '-' is not followed by whitespace. | 496 |
![]() | '/' is not preceded with whitespace. | 496 |
![]() | '/' is not followed by whitespace. | 496 |
![]() | '*' is not preceded with whitespace. | 496 |
![]() | '*' is not followed by whitespace. | 496 |
![]() | '+' is not preceded with whitespace. | 497 |
![]() | '+' is not followed by whitespace. | 497 |
![]() | '/' is not preceded with whitespace. | 497 |
![]() | '/' is not followed by whitespace. | 497 |
![]() | '*' is not preceded with whitespace. | 497 |
![]() | '*' is not followed by whitespace. | 497 |
![]() | '*' is not preceded with whitespace. | 503 |
![]() | '*' is not followed by whitespace. | 503 |
![]() | '+' is not preceded with whitespace. | 503 |
![]() | '+' is not followed by whitespace. | 503 |
![]() | 'if' construct must use '{}'s. | 504 |
![]() | '*' is not preceded with whitespace. | 508 |
![]() | '*' is not followed by whitespace. | 508 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' is not followed by whitespace. | 508 |
![]() | 'if' construct must use '{}'s. | 509 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 519 |
![]() | Parameter point should be final. | 520 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 524 |
![]() | Parameter x should be final. | 525 |
![]() | Parameter y should be final. | 525 |
![]() | '/' is not preceded with whitespace. | 527 |
![]() | '/' is not followed by whitespace. | 527 |
![]() | '/' is not preceded with whitespace. | 528 |
![]() | '/' is not followed by whitespace. | 528 |
![]() | '*' is not preceded with whitespace. | 529 |
![]() | '*' is not followed by whitespace. | 529 |
![]() | '-' is not preceded with whitespace. | 529 |
![]() | '-' is not followed by whitespace. | 529 |
![]() | '*' is not preceded with whitespace. | 529 |
![]() | '*' is not followed by whitespace. | 529 |
![]() | '-' is not preceded with whitespace. | 529 |
![]() | '-' is not followed by whitespace. | 529 |
![]() | '<' is not preceded with whitespace. | 531 |
![]() | '1e-6' is a magic number. | 531 |
![]() | '<' is not followed by whitespace. | 531 |
![]() | Expected an @return tag. | 537 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 537 |
![]() | Parameter trans should be final. | 538 |
![]() | Expected @param tag for 'trans'. | 538 |
![]() | Comment matches to-do format 'TODO:'. | 543 |
![]() | Line is longer than 80 characters. | 543 |
![]() | '^' is not preceded with whitespace. | 544 |
![]() | '^' is not followed by whitespace. | 544 |
![]() | First sentence should end with a period. | 548 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() | Parameter g should be final. | 550 |
![]() | Expected @param tag for 'g'. | 550 |
![]() | Expected an @return tag. | 557 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 557 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 557 |
![]() | Parameter obj should be final. | 558 |
![]() | Expected @param tag for 'obj'. | 558 |
![]() | 'if' construct must use '{}'s. | 559 |
![]() | '1e-6' is a magic number. | 566 |
![]() | 'if' construct must use '{}'s. | 567 |
![]() | '-' is not preceded with whitespace. | 567 |
![]() | '-' is not followed by whitespace. | 567 |
![]() | '>' is not preceded with whitespace. | 567 |
![]() | '>' is not followed by whitespace. | 567 |
![]() | 'if' construct must use '{}'s. | 569 |
![]() | '-' is not preceded with whitespace. | 569 |
![]() | '-' is not followed by whitespace. | 569 |
![]() | '>' is not preceded with whitespace. | 569 |
![]() | '>' is not followed by whitespace. | 569 |
![]() | 'if' construct must use '{}'s. | 571 |
![]() | '-' is not preceded with whitespace. | 571 |
![]() | '-' is not followed by whitespace. | 571 |
![]() | '>' is not preceded with whitespace. | 571 |
![]() | '>' is not followed by whitespace. | 571 |
![]() | 'if' construct must use '{}'s. | 573 |
![]() | '-' is not preceded with whitespace. | 573 |
![]() | '-' is not followed by whitespace. | 573 |
![]() | '>' is not preceded with whitespace. | 573 |
![]() | '>' is not followed by whitespace. | 573 |
![]() | 'if' construct must use '{}'s. | 575 |
![]() | '-' is not preceded with whitespace. | 575 |
![]() | '-' is not followed by whitespace. | 575 |
![]() | '>' is not preceded with whitespace. | 575 |
![]() | '>' is not followed by whitespace. | 575 |
![]() | 'if' construct must use '{}'s. | 577 |
![]() | '!=' is not preceded with whitespace. | 577 |
![]() | '!=' is not followed by whitespace. | 577 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 584 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Variable 'hyperbola' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Variable 'positive' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Parameter hyperbola should be final. | 53 |
![]() | 'hyperbola' hides a field. | 53 |
![]() | Expected @param tag for 'hyperbola'. | 53 |
![]() | Parameter b should be final. | 53 |
![]() | Expected @param tag for 'b'. | 53 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getHyperbola' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line has trailing spaces. | 71 |
![]() | Method 'isPositiveBranch' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | First sentence should end with a period. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter t should be final. | 85 |
![]() | Expected @param tag for 't'. | 85 |
![]() | '*' is not preceded with whitespace. | 88 |
![]() | '*' is not followed by whitespace. | 88 |
![]() | '*' is not preceded with whitespace. | 89 |
![]() | '*' is not followed by whitespace. | 89 |
![]() | '*' is not preceded with whitespace. | 90 |
![]() | '*' is not followed by whitespace. | 90 |
![]() | '/' is not preceded with whitespace. | 90 |
![]() | '/' is not followed by whitespace. | 90 |
![]() | '3' is a magic number. | 90 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter t should be final. | 93 |
![]() | '*' is not preceded with whitespace. | 99 |
![]() | '*' is not followed by whitespace. | 99 |
![]() | '*' is not preceded with whitespace. | 100 |
![]() | '*' is not followed by whitespace. | 100 |
![]() | '*' is not preceded with whitespace. | 102 |
![]() | '*' is not followed by whitespace. | 102 |
![]() | '*' is not preceded with whitespace. | 103 |
![]() | '*' is not followed by whitespace. | 103 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | Expected an @return tag. | 117 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | First sentence should end with a period. | 127 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter g2 should be final. | 128 |
![]() | Expected @param tag for 'g2'. | 128 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter point should be final. | 135 |
![]() | Avoid inline conditionals. | 137 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter x should be final. | 140 |
![]() | Parameter y should be final. | 140 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter point should be final. | 144 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter point should be final. | 149 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | Avoid inline conditionals. | 154 |
![]() | '<' is not preceded with whitespace. | 154 |
![]() | '<' is not followed by whitespace. | 154 |
![]() | '>' is not preceded with whitespace. | 154 |
![]() | '>' is not followed by whitespace. | 154 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | Avoid inline conditionals. | 159 |
![]() | '>' is not preceded with whitespace. | 159 |
![]() | '>' is not followed by whitespace. | 159 |
![]() | '<' is not preceded with whitespace. | 159 |
![]() | '<' is not followed by whitespace. | 159 |
![]() | First sentence should end with a period. | 166 |
![]() | Expected an @return tag. | 167 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Parameter path should be final. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line has trailing spaces. | 176 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter t should be final. | 180 |
![]() | 'if' construct must use '{}'s. | 181 |
![]() | 'if' construct must use '{}'s. | 187 |
![]() | 'if' construct must use '{}'s. | 190 |
![]() | 'if' construct must use '{}'s. | 194 |
![]() | 'if' construct must use '{}'s. | 197 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter point should be final. | 203 |
![]() | Avoid inline conditionals. | 205 |
![]() | '+' is not preceded with whitespace. | 206 |
![]() | '+' is not followed by whitespace. | 206 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter point should be final. | 209 |
![]() | Avoid inline conditionals. | 211 |
![]() | '+' is not preceded with whitespace. | 212 |
![]() | '+' is not followed by whitespace. | 212 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Expected an @return tag. | 225 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Parameter t0 should be final. | 225 |
![]() | Expected @param tag for 't0'. | 225 |
![]() | Parameter t1 should be final. | 225 |
![]() | Expected @param tag for 't1'. | 225 |
![]() | Expected an @return tag. | 230 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Expected an @return tag. | 235 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter line should be final. | 239 |
![]() | 'if' construct must use '{}'s. | 246 |
![]() | '>' is not preceded with whitespace. | 246 |
![]() | '>' is not followed by whitespace. | 246 |
![]() | '^' is not preceded with whitespace. | 246 |
![]() | '^' is not followed by whitespace. | 246 |
![]() | Line has trailing spaces. | 254 |
![]() | First sentence should end with a period. | 258 |
![]() | Expected an @return tag. | 259 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Line has trailing spaces. | 267 |
![]() | Expected an @return tag. | 271 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Parameter box should be final. | 271 |
![]() | Expected @param tag for 'box'. | 271 |
![]() | Line has trailing spaces. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | 'if' construct must use '{}'s. | 281 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Parameter point should be final. | 287 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() | Missing a Javadoc comment. | 292 |
![]() | Parameter x should be final. | 292 |
![]() | Parameter y should be final. | 292 |
![]() | Expected an @return tag. | 298 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | Expected an @return tag. | 305 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Parameter trans should be final. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | 'hyperbola' hides a field. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line has trailing spaces. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line has trailing spaces. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | '<' is not preceded with whitespace. | 319 |
![]() | '<' is not followed by whitespace. | 319 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter point should be final. | 322 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Parameter x should be final. | 326 |
![]() | Parameter y should be final. | 326 |
![]() | 'if' construct must use '{}'s. | 327 |
![]() | '>' is not preceded with whitespace. | 330 |
![]() | '>' is not followed by whitespace. | 330 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 336 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Parameter obj should be final. | 337 |
![]() | 'if' construct must use '{}'s. | 338 |
![]() | 'if' is not followed by whitespace. | 338 |
![]() | Line has trailing spaces. | 341 |
![]() | 'if' construct must use '{}'s. | 342 |
![]() | 'if' is not followed by whitespace. | 342 |
![]() | '==' is not preceded with whitespace. | 343 |
![]() | '==' is not followed by whitespace. | 343 |
![]() | Line has trailing spaces. | 345 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 346 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 25 |
![]() | First sentence should end with a period. | 31 |
![]() | Variable 'branch' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 't0' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 't1' must be private and have accessor methods. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter branch should be final. | 37 |
![]() | 'branch' hides a field. | 37 |
![]() | Parameter t0 should be final. | 37 |
![]() | 't0' hides a field. | 37 |
![]() | Parameter t1 should be final. | 37 |
![]() | 't1' hides a field. | 37 |
![]() | Method 'getHyperbolaBranch' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter t should be final. | 53 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter t should be final. | 57 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter point should be final. | 64 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter x should be final. | 68 |
![]() | Parameter y should be final. | 68 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter point should be final. | 73 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter pt should be final. | 78 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter path should be final. | 86 |
![]() | '60' is a magic number. | 87 |
![]() | Expected an @return tag. | 91 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter line should be final. | 98 |
![]() | 'if' construct must use '{}'s. | 103 |
![]() | '>' is not preceded with whitespace. | 103 |
![]() | '>' is not followed by whitespace. | 103 |
![]() | '&&' is not preceded with whitespace. | 103 |
![]() | '&&' is not followed by whitespace. | 103 |
![]() | '<' is not preceded with whitespace. | 103 |
![]() | '<' is not followed by whitespace. | 103 |
![]() | Expected an @return tag. | 113 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter t should be final. | 113 |
![]() | Expected @param tag for 't'. | 113 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter point should be final. | 120 |
![]() | 'if' construct must use '{}'s. | 121 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | '-' is not preceded with whitespace. | 124 |
![]() | '-' is not followed by whitespace. | 124 |
![]() | '<' is not preceded with whitespace. | 124 |
![]() | '<' is not followed by whitespace. | 124 |
![]() | 'if' construct must use '{}'s. | 126 |
![]() | '-' is not preceded with whitespace. | 126 |
![]() | '-' is not followed by whitespace. | 126 |
![]() | '<' is not preceded with whitespace. | 126 |
![]() | '<' is not followed by whitespace. | 126 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter point should be final. | 131 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Incomplete HTML tag found: * belong to the old bounds interval. If t1<t0, returns null. | 147 |
![]() | Expected an @return tag. | 149 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Parameter t0 should be final. | 149 |
![]() | 't0' hides a field. | 149 |
![]() | Expected @param tag for 't0'. | 149 |
![]() | Parameter t1 should be final. | 149 |
![]() | 't1' hides a field. | 149 |
![]() | Expected @param tag for 't1'. | 149 |
![]() | 'if' construct must use '{}'s. | 150 |
![]() | '<' is not preceded with whitespace. | 150 |
![]() | '<' is not followed by whitespace. | 150 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | 'if' construct must use '{}'s. | 169 |
![]() | '100' is a magic number. | 171 |
![]() | Expected an @return tag. | 180 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter box should be final. | 180 |
![]() | Expected @param tag for 'box'. | 180 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | 'if' construct must use '{}'s. | 190 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter point should be final. | 196 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter x should be final. | 201 |
![]() | Parameter y should be final. | 201 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | 'if' construct must use '{}'s. | 207 |
![]() | '==' is not preceded with whitespace. | 207 |
![]() | '==' is not followed by whitespace. | 207 |
![]() | 'if' construct must use '{}'s. | 209 |
![]() | '==' is not preceded with whitespace. | 209 |
![]() | '==' is not followed by whitespace. | 209 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter trans should be final. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Avoid inline conditionals. | 223 |
![]() | Avoid inline conditionals. | 225 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | '>' is not preceded with whitespace. | 229 |
![]() | '>' is not followed by whitespace. | 229 |
![]() | '{' is not preceded with whitespace. | 229 |
![]() | Line has trailing spaces. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 233 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Parameter p should be final. | 237 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter x should be final. | 241 |
![]() | Parameter y should be final. | 241 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | 'if' construct must use '{}'s. | 245 |
![]() | '<' is not preceded with whitespace. | 245 |
![]() | '<' is not followed by whitespace. | 245 |
![]() | 'if' construct must use '{}'s. | 247 |
![]() | '>' is not preceded with whitespace. | 247 |
![]() | '>' is not followed by whitespace. | 247 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | 'if' construct must use '{}'s. | 253 |
![]() | '100' is a magic number. | 255 |
![]() | Line has trailing spaces. | 258 |
![]() | Line has trailing spaces. | 261 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 262 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Parameter obj should be final. | 263 |
![]() | 'if' construct must use '{}'s. | 264 |
![]() | Line has trailing spaces. | 267 |
![]() | 'if' construct must use '{}'s. | 268 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | 'if' construct must use '{}'s. | 269 |
![]() | 'if' is not followed by whitespace. | 269 |
![]() | '-' is not preceded with whitespace. | 269 |
![]() | '-' is not followed by whitespace. | 269 |
![]() | '>' is not preceded with whitespace. | 269 |
![]() | '>' is not followed by whitespace. | 269 |
![]() | 'if' construct must use '{}'s. | 270 |
![]() | 'if' is not followed by whitespace. | 270 |
![]() | '-' is not preceded with whitespace. | 270 |
![]() | '-' is not followed by whitespace. | 270 |
![]() | '>' is not preceded with whitespace. | 270 |
![]() | '>' is not followed by whitespace. | 270 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 274 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 68 |
![]() | First sentence should end with a period. | 71 |
![]() | Variable 'xv' must be private and have accessor methods. | 72 |
![]() | Variable 'yv' must be private and have accessor methods. | 72 |
![]() | First sentence should end with a period. | 74 |
![]() | Variable 'theta' must be private and have accessor methods. | 75 |
![]() | Variable 'a' must be private and have accessor methods. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | 'static' modifier out of order with the JLS suggestions. | 89 |
![]() | Parameter vertex should be final. | 89 |
![]() | Parameter focus should be final. | 89 |
![]() | '-' is not preceded with whitespace. | 91 |
![]() | '-' is not followed by whitespace. | 91 |
![]() | '/' is not preceded with whitespace. | 91 |
![]() | '/' is not followed by whitespace. | 91 |
![]() | '/' is not preceded with whitespace. | 92 |
![]() | '/' is not followed by whitespace. | 92 |
![]() | '4' is a magic number. | 92 |
![]() | '*' is not preceded with whitespace. | 92 |
![]() | '*' is not followed by whitespace. | 92 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter vertex should be final. | 99 |
![]() | Parameter a should be final. | 99 |
![]() | 'a' hides a field. | 99 |
![]() | Parameter theta should be final. | 99 |
![]() | 'theta' hides a field. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter xv should be final. | 103 |
![]() | 'xv' hides a field. | 103 |
![]() | Parameter yv should be final. | 103 |
![]() | 'yv' hides a field. | 103 |
![]() | Parameter a should be final. | 103 |
![]() | 'a' hides a field. | 103 |
![]() | Parameter theta should be final. | 103 |
![]() | 'theta' hides a field. | 103 |
![]() | Expected an @return tag. | 117 |
![]() | Method 'getFocus' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '/' is not preceded with whitespace. | 118 |
![]() | '/' is not followed by whitespace. | 118 |
![]() | '/' is not preceded with whitespace. | 118 |
![]() | '/' is not followed by whitespace. | 118 |
![]() | '4.0' is a magic number. | 118 |
![]() | '-' is not preceded with whitespace. | 119 |
![]() | '-' is not followed by whitespace. | 119 |
![]() | '*' is not preceded with whitespace. | 119 |
![]() | '*' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '*' is not preceded with whitespace. | 119 |
![]() | '*' is not followed by whitespace. | 119 |
![]() | Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'getFocusDistance' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '/' is not preceded with whitespace. | 127 |
![]() | '/' is not followed by whitespace. | 127 |
![]() | '4' is a magic number. | 127 |
![]() | '*' is not preceded with whitespace. | 127 |
![]() | '*' is not followed by whitespace. | 127 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | First sentence should end with a period. | 134 |
![]() | Expected an @return tag. | 137 |
![]() | Method 'getVector1' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Expected an @return tag. | 145 |
![]() | Method 'getVector2' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | '+' is not preceded with whitespace. | 148 |
![]() | '+' is not followed by whitespace. | 148 |
![]() | '/' is not preceded with whitespace. | 148 |
![]() | '/' is not followed by whitespace. | 148 |
![]() | Expected an @return tag. | 155 |
![]() | Method 'getAngle' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Expected an @return tag. | 162 |
![]() | Method 'isDirect' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | '>' is not preceded with whitespace. | 163 |
![]() | '>' is not followed by whitespace. | 163 |
![]() | Line has trailing spaces. | 169 |
![]() | Expected an @return tag. | 173 |
![]() | Parameter point should be final. | 173 |
![]() | Expected @param tag for 'point'. | 173 |
![]() | '/' is not preceded with whitespace. | 177 |
![]() | '/' is not followed by whitespace. | 177 |
![]() | Line has trailing spaces. | 184 |
![]() | Expected an @return tag. | 188 |
![]() | Parameter line should be final. | 188 |
![]() | Expected @param tag for 'line'. | 188 |
![]() | '/' is not preceded with whitespace. | 191 |
![]() | '/' is not followed by whitespace. | 191 |
![]() | Method 'getConicType' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Method 'getConicCoefficients' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Line has trailing spaces. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line has trailing spaces. | 227 |
![]() | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
![]() | '*' is not preceded with whitespace. | 230 |
![]() | '*' is not followed by whitespace. | 230 |
![]() | '*' is not preceded with whitespace. | 230 |
![]() | '*' is not followed by whitespace. | 230 |
![]() | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
![]() | '*' is not preceded with whitespace. | 231 |
![]() | '*' is not followed by whitespace. | 231 |
![]() | '*' is not preceded with whitespace. | 231 |
![]() | '*' is not followed by whitespace. | 231 |
![]() | '*' is not preceded with whitespace. | 231 |
![]() | '*' is not followed by whitespace. | 231 |
![]() | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
![]() | '*' is not preceded with whitespace. | 232 |
![]() | '*' is not followed by whitespace. | 232 |
![]() | '*' is not preceded with whitespace. | 232 |
![]() | '*' is not followed by whitespace. | 232 |
![]() | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
![]() | '*' is not preceded with whitespace. | 233 |
![]() | '*' is not followed by whitespace. | 233 |
![]() | '*' is not preceded with whitespace. | 233 |
![]() | '*' is not followed by whitespace. | 233 |
![]() | '*' is not preceded with whitespace. | 233 |
![]() | '*' is not followed by whitespace. | 233 |
![]() | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 |
![]() | '*' is not preceded with whitespace. | 235 |
![]() | '*' is not followed by whitespace. | 235 |
![]() | '*' is not preceded with whitespace. | 235 |
![]() | '*' is not followed by whitespace. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Expected an @return tag. | 244 |
![]() | Method 'getEccentricity' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Parameter point should be final. | 265 |
![]() | 'if' construct must use '{}'s. | 267 |
![]() | '*' is not preceded with whitespace. | 268 |
![]() | '*' is not followed by whitespace. | 268 |
![]() | 'else' construct must use '{}'s. | 269 |
![]() | 'if' construct must use '{}'s. | 272 |
![]() | 'else' construct must use '{}'s. | 274 |
![]() | '*' is not preceded with whitespace. | 275 |
![]() | '*' is not followed by whitespace. | 275 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Parameter p should be final. | 279 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Parameter x should be final. | 283 |
![]() | Parameter y should be final. | 283 |
![]() | 'if' construct must use '{}'s. | 284 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Parameter point should be final. | 289 |
![]() | '>' is not preceded with whitespace. | 299 |
![]() | '>' is not followed by whitespace. | 299 |
![]() | '*' is not preceded with whitespace. | 299 |
![]() | '*' is not followed by whitespace. | 299 |
![]() | '^' is not preceded with whitespace. | 299 |
![]() | '^' is not followed by whitespace. | 299 |
![]() | '<' is not preceded with whitespace. | 299 |
![]() | '<' is not followed by whitespace. | 299 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Parameter t should be final. | 305 |
![]() | '*' is not preceded with whitespace. | 306 |
![]() | '*' is not followed by whitespace. | 306 |
![]() | '*' is not preceded with whitespace. | 306 |
![]() | '*' is not followed by whitespace. | 306 |
![]() | Expected an @return tag. | 313 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Parameter t should be final. | 313 |
![]() | Expected @param tag for 't'. | 313 |
![]() | '*' is not preceded with whitespace. | 314 |
![]() | '*' is not followed by whitespace. | 314 |
![]() | '/' is not preceded with whitespace. | 314 |
![]() | '/' is not followed by whitespace. | 314 |
![]() | '*' is not preceded with whitespace. | 314 |
![]() | '*' is not followed by whitespace. | 314 |
![]() | '*' is not preceded with whitespace. | 314 |
![]() | '*' is not followed by whitespace. | 314 |
![]() | '3' is a magic number. | 314 |
![]() | Expected an @return tag. | 323 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Expected an @return tag. | 334 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Expected an @return tag. | 342 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Parameter t should be final. | 346 |
![]() | '*' is not preceded with whitespace. | 347 |
![]() | '*' is not followed by whitespace. | 347 |
![]() | '*' is not preceded with whitespace. | 347 |
![]() | '*' is not followed by whitespace. | 347 |
![]() | Expected an @return tag. | 358 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Parameter point should be final. | 358 |
![]() | Expected @param tag for 'point'. | 358 |
![]() | Expected an @return tag. | 368 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Parameter point should be final. | 368 |
![]() | Expected @param tag for 'point'. | 368 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Parameter line should be final. | 373 |
![]() | '<' is not preceded with whitespace. | 382 |
![]() | '<' is not followed by whitespace. | 382 |
![]() | 'if' construct must use '{}'s. | 383 |
![]() | '*' is not preceded with whitespace. | 386 |
![]() | '*' is not followed by whitespace. | 386 |
![]() | 'if' construct must use '{}'s. | 387 |
![]() | '/' is not preceded with whitespace. | 398 |
![]() | '/' is not followed by whitespace. | 398 |
![]() | '*' is not preceded with whitespace. | 399 |
![]() | '*' is not followed by whitespace. | 399 |
![]() | '-' is not preceded with whitespace. | 399 |
![]() | '-' is not followed by whitespace. | 399 |
![]() | '*' is not preceded with whitespace. | 400 |
![]() | '*' is not followed by whitespace. | 400 |
![]() | '-' is not preceded with whitespace. | 400 |
![]() | '-' is not followed by whitespace. | 400 |
![]() | '4' is a magic number. | 400 |
![]() | '*' is not preceded with whitespace. | 400 |
![]() | '*' is not followed by whitespace. | 400 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | '<' is not preceded with whitespace. | 403 |
![]() | '<' is not followed by whitespace. | 403 |
![]() | '-' is not preceded with whitespace. | 414 |
![]() | '-' is not followed by whitespace. | 414 |
![]() | '*' is not preceded with whitespace. | 414 |
![]() | '*' is not followed by whitespace. | 414 |
![]() | '.5' is a magic number. | 414 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | 'if' construct must use '{}'s. | 416 |
![]() | '+' is not preceded with whitespace. | 420 |
![]() | '+' is not followed by whitespace. | 420 |
![]() | '*' is not preceded with whitespace. | 420 |
![]() | '*' is not followed by whitespace. | 420 |
![]() | '.5' is a magic number. | 420 |
![]() | '*' is not preceded with whitespace. | 421 |
![]() | '*' is not followed by whitespace. | 421 |
![]() | 'if' construct must use '{}'s. | 422 |
![]() | Expected an @return tag. | 432 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | '+' is not preceded with whitespace. | 433 |
![]() | '+' is not followed by whitespace. | 433 |
![]() | Incomplete HTML tag found: * Returns a new ParabolaArc2D, or null if t1<t0. | 437 |
![]() | Expected an @return tag. | 439 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Parameter t0 should be final. | 439 |
![]() | Expected @param tag for 't0'. | 439 |
![]() | Parameter t1 should be final. | 439 |
![]() | Expected @param tag for 't1'. | 439 |
![]() | 'if' construct must use '{}'s. | 440 |
![]() | '+' is not preceded with whitespace. | 441 |
![]() | '+' is not followed by whitespace. | 441 |
![]() | 'if' construct must use '{}'s. | 442 |
![]() | '<' is not preceded with whitespace. | 442 |
![]() | '<' is not followed by whitespace. | 442 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Missing a Javadoc comment. | 447 |
![]() | Parameter p should be final. | 447 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() | Missing a Javadoc comment. | 451 |
![]() | Parameter x should be final. | 451 |
![]() | Parameter y should be final. | 451 |
![]() | '-100' is a magic number. | 454 |
![]() | '100' is a magic number. | 454 |
![]() | First sentence should end with a period. | 460 |
![]() | Expected an @return tag. | 461 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Parameter path should be final. | 462 |
![]() | Expected @param tag for 'path'. | 462 |
![]() | First sentence should end with a period. | 466 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() | Parameter g2 should be final. | 467 |
![]() | Expected @param tag for 'g2'. | 467 |
![]() | Expected an @return tag. | 475 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() | Expected an @return tag. | 482 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Expected an @return tag. | 492 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() | Parameter box should be final. | 492 |
![]() | Expected @param tag for 'box'. | 492 |
![]() | Line has trailing spaces. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | 'if' construct must use '{}'s. | 502 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 508 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Comment matches to-do format 'TODO:'. | 509 |
![]() | Line contains a tab character. | 511 |
![]() | Expected an @return tag. | 520 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() | Parameter trans should be final. | 520 |
![]() | Expected @param tag for 'trans'. | 520 |
![]() | Comment matches to-do format 'TODO:'. | 521 |
![]() | Line contains a tab character. | 521 |
![]() | 'a' hides a field. | 524 |
![]() | '/' is not preceded with whitespace. | 524 |
![]() | '/' is not followed by whitespace. | 524 |
![]() | '4.0' is a magic number. | 524 |
![]() | '*' is not preceded with whitespace. | 524 |
![]() | '*' is not followed by whitespace. | 524 |
![]() | 'theta' hides a field. | 525 |
![]() | '-' is not preceded with whitespace. | 525 |
![]() | '-' is not followed by whitespace. | 525 |
![]() | '/' is not preceded with whitespace. | 525 |
![]() | '/' is not followed by whitespace. | 525 |
![]() | 'if' construct must use '{}'s. | 528 |
![]() | '<' is not preceded with whitespace. | 528 |
![]() | '<' is not followed by whitespace. | 528 |
![]() | '^' is not preceded with whitespace. | 528 |
![]() | '^' is not followed by whitespace. | 528 |
![]() | 'else' construct must use '{}'s. | 531 |
![]() | '+' is not preceded with whitespace. | 533 |
![]() | '+' is not followed by whitespace. | 533 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Parameter x should be final. | 539 |
![]() | Parameter y should be final. | 539 |
![]() | '-' is not preceded with whitespace. | 548 |
![]() | '-' is not followed by whitespace. | 548 |
![]() | '*' is not preceded with whitespace. | 548 |
![]() | '*' is not followed by whitespace. | 548 |
![]() | '<' is not preceded with whitespace. | 548 |
![]() | '<' is not followed by whitespace. | 548 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() | Missing a Javadoc comment. | 551 |
![]() | Parameter point should be final. | 551 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Line has trailing spaces. | 560 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 564 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 564 |
![]() | Parameter obj should be final. | 565 |
![]() | 'if' construct must use '{}'s. | 566 |
![]() | 'if' construct must use '{}'s. | 570 |
![]() | Line has trailing spaces. | 570 |
![]() | '-' is not preceded with whitespace. | 570 |
![]() | '-' is not followed by whitespace. | 570 |
![]() | '>' is not preceded with whitespace. | 570 |
![]() | '>' is not followed by whitespace. | 570 |
![]() | 'if' construct must use '{}'s. | 572 |
![]() | Line has trailing spaces. | 572 |
![]() | '-' is not preceded with whitespace. | 572 |
![]() | '-' is not followed by whitespace. | 572 |
![]() | '>' is not preceded with whitespace. | 572 |
![]() | '>' is not followed by whitespace. | 572 |
![]() | 'if' construct must use '{}'s. | 574 |
![]() | '-' is not preceded with whitespace. | 574 |
![]() | '-' is not followed by whitespace. | 574 |
![]() | '>' is not preceded with whitespace. | 574 |
![]() | '>' is not followed by whitespace. | 574 |
![]() | 'if' construct must use '{}'s. | 576 |
![]() | Line has trailing spaces. | 581 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 582 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'parabola' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 't0' must be private and have accessor methods. | 60 |
![]() | '-10' is a magic number. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 't1' must be private and have accessor methods. | 61 |
![]() | '10' is a magic number. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter parabola should be final. | 63 |
![]() | 'parabola' hides a field. | 63 |
![]() | Parameter t0 should be final. | 63 |
![]() | 't0' hides a field. | 63 |
![]() | Parameter t1 should be final. | 63 |
![]() | 't1' hides a field. | 63 |
![]() | Method 'getParabola' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter point should be final. | 79 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | Avoid inline conditionals. | 86 |
![]() | '*' is not preceded with whitespace. | 86 |
![]() | '*' is not followed by whitespace. | 86 |
![]() | '/' is not preceded with whitespace. | 86 |
![]() | '/' is not followed by whitespace. | 86 |
![]() | '+' is not preceded with whitespace. | 92 |
![]() | '+' is not followed by whitespace. | 92 |
![]() | Avoid inline conditionals. | 92 |
![]() | '*' is not preceded with whitespace. | 92 |
![]() | '*' is not followed by whitespace. | 92 |
![]() | '/' is not preceded with whitespace. | 92 |
![]() | '/' is not followed by whitespace. | 92 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | '>' is not preceded with whitespace. | 99 |
![]() | '>' is not followed by whitespace. | 99 |
![]() | '*' is not preceded with whitespace. | 100 |
![]() | '*' is not followed by whitespace. | 100 |
![]() | '-' is not preceded with whitespace. | 100 |
![]() | '-' is not followed by whitespace. | 100 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | 'else' construct must use '{}'s. | 101 |
![]() | '-' is not preceded with whitespace. | 102 |
![]() | '-' is not followed by whitespace. | 102 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | '>' is not preceded with whitespace. | 105 |
![]() | '>' is not followed by whitespace. | 105 |
![]() | '-' is not preceded with whitespace. | 106 |
![]() | '-' is not followed by whitespace. | 106 |
![]() | 'else' construct must use '{}'s. | 107 |
![]() | '-' is not preceded with whitespace. | 108 |
![]() | '-' is not followed by whitespace. | 108 |
![]() | '-' is not preceded with whitespace. | 108 |
![]() | '-' is not followed by whitespace. | 108 |
![]() | '*' is not preceded with whitespace. | 108 |
![]() | '*' is not followed by whitespace. | 108 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter p should be final. | 112 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter x should be final. | 116 |
![]() | Parameter y should be final. | 116 |
![]() | 'if' construct must use '{}'s. | 117 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter point should be final. | 122 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | '&&' is not preceded with whitespace. | 125 |
![]() | '&&' is not followed by whitespace. | 125 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | '&&' is not preceded with whitespace. | 127 |
![]() | '&&' is not followed by whitespace. | 127 |
![]() | '<' is not preceded with whitespace. | 132 |
![]() | '<' is not followed by whitespace. | 132 |
![]() | '>' is not preceded with whitespace. | 139 |
![]() | '>' is not followed by whitespace. | 139 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter t should be final. | 151 |
![]() | Expected an @return tag. | 158 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter t should be final. | 158 |
![]() | Expected @param tag for 't'. | 158 |
![]() | First sentence should end with a period. | 165 |
![]() | Expected an @return tag. | 166 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Expected an @return tag. | 176 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Expected an @return tag. | 183 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter t should be final. | 187 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter point should be final. | 192 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | '-' is not preceded with whitespace. | 196 |
![]() | '-' is not followed by whitespace. | 196 |
![]() | '<' is not preceded with whitespace. | 196 |
![]() | '<' is not followed by whitespace. | 196 |
![]() | 'if' construct must use '{}'s. | 198 |
![]() | '-' is not preceded with whitespace. | 198 |
![]() | '-' is not followed by whitespace. | 198 |
![]() | '<' is not preceded with whitespace. | 198 |
![]() | '<' is not followed by whitespace. | 198 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter point should be final. | 203 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Parameter line should be final. | 208 |
![]() | 'if' construct must use '{}'s. | 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 |
![]() | '<' is not preceded with whitespace. | 213 |
![]() | '<' is not followed by whitespace. | 213 |
![]() | Expected an @return tag. | 224 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Parameter t0 should be final. | 228 |
![]() | 't0' hides a field. | 228 |
![]() | Parameter t1 should be final. | 228 |
![]() | 't1' hides a field. | 228 |
![]() | 'if' construct must use '{}'s. | 229 |
![]() | '<' is not preceded with whitespace. | 229 |
![]() | '<' is not followed by whitespace. | 229 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter p should be final. | 239 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter x should be final. | 243 |
![]() | Parameter y should be final. | 243 |
![]() | '100' is a magic number. | 245 |
![]() | Expected an @return tag. | 251 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | 'if' construct must use '{}'s. | 252 |
![]() | '==' is not preceded with whitespace. | 252 |
![]() | '==' is not followed by whitespace. | 252 |
![]() | 'if' construct must use '{}'s. | 254 |
![]() | '==' is not preceded with whitespace. | 254 |
![]() | '==' is not followed by whitespace. | 254 |
![]() | Incomplete HTML tag found: * Return true if t1<t0. | 260 |
![]() | Expected an @return tag. | 262 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | '<=' is not preceded with whitespace. | 263 |
![]() | '<=' is not followed by whitespace. | 263 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Expected an @return tag. | 272 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Parameter box should be final. | 272 |
![]() | Expected @param tag for 'box'. | 272 |
![]() | Line has trailing spaces. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | 'if' construct must use '{}'s. | 282 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Missing a Javadoc comment. | 288 |
![]() | '100' is a magic number. | 290 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter trans should be final. | 293 |
![]() | Avoid inline conditionals. | 297 |
![]() | Avoid inline conditionals. | 299 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Parameter x should be final. | 309 |
![]() | Parameter y should be final. | 309 |
![]() | 'if' construct must use '{}'s. | 311 |
![]() | Line has trailing spaces. | 313 |
![]() | 'if' construct must use '{}'s. | 316 |
![]() | '<' is not preceded with whitespace. | 316 |
![]() | '<' is not followed by whitespace. | 316 |
![]() | 'if' construct must use '{}'s. | 318 |
![]() | '>' is not preceded with whitespace. | 318 |
![]() | '>' is not followed by whitespace. | 318 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Parameter point should be final. | 324 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Parameter path should be final. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | 'if' construct must use '{}'s. | 333 |
![]() | Line has trailing spaces. | 341 |
![]() | Line has trailing spaces. | 345 |
![]() | Line has trailing spaces. | 348 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Missing a Javadoc comment. | 354 |
![]() | 'if' construct must use '{}'s. | 355 |
![]() | '32' is a magic number. | 357 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Line has trailing spaces. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line contains a tab character. | 366 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 369 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | Parameter obj should be final. | 370 |
![]() | 'if' construct must use '{}'s. | 371 |
![]() | 'if' construct must use '{}'s. | 375 |
![]() | 'if' construct must use '{}'s. | 377 |
![]() | '-' is not preceded with whitespace. | 377 |
![]() | '-' is not followed by whitespace. | 377 |
![]() | '>' is not preceded with whitespace. | 377 |
![]() | '>' is not followed by whitespace. | 377 |
![]() | 'if' construct must use '{}'s. | 379 |
![]() | '-' is not preceded with whitespace. | 379 |
![]() | '-' is not followed by whitespace. | 379 |
![]() | '>' is not preceded with whitespace. | 379 |
![]() | '>' is not followed by whitespace. | 379 |
![]() | Line has trailing spaces. | 384 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 385 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter curve should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getAsPolyline' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter n should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | '-' is not preceded with whitespace. | 45 |
![]() | '-' is not followed by whitespace. | 45 |
![]() | '/' is not preceded with whitespace. | 45 |
![]() | '/' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | 'for' construct must use '{}'s. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | 'for' is not followed by 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 followed by whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '*' is not preceded with whitespace. | 52 |
![]() | '*' is not followed by whitespace. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | '+' is not preceded with whitespace. | 58 |
![]() | '+' is not followed by whitespace. | 58 |
![]() | 'for' construct must use '{}'s. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | 'for' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '<' is not preceded with whitespace. | 59 |
![]() | '<' is not followed by whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
![]() | ';' is not followed by whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '*' is not preceded with whitespace. | 60 |
![]() | '*' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | 'if' construct must use '{}'s. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter g2 should be final. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getAsAWTShape' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Method 'getLeftTangent' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter t should be final. | 29 |
![]() | '{' is not preceded with whitespace. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'getRightTangent' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter t should be final. | 36 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Expected an @return tag. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Expected an @return tag. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter pos should be final. | 61 |
![]() | Expected @param tag for 'pos'. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 29 |
![]() | Expected an @return tag. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Redundant 'public' modifier. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 67 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Line has trailing spaces. | 73 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Redundant 'public' modifier. | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Redundant 'public' modifier. | 92 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Redundant 'public' modifier. | 94 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Unused import - java.awt.Shape. | 30 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 50 |
![]() | Expected an @return tag. | 68 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Expected an @return tag. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Expected an @return tag. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Expected @param tag for 't'. | 83 |
![]() | Line has trailing spaces. | 88 |
![]() | Redundant 'public' modifier. | 91 |
![]() | Line has trailing spaces. | 96 |
![]() | Redundant 'public' modifier. | 99 |
![]() | Line has trailing spaces. | 104 |
![]() | Redundant 'public' modifier. | 107 |
![]() | Line has trailing spaces. | 111 |
![]() | Redundant 'public' modifier. | 115 |
![]() | Line has trailing spaces. | 120 |
![]() | Redundant 'public' modifier. | 124 |
![]() | Line has trailing spaces. | 130 |
![]() | Redundant 'public' modifier. | 134 |
![]() | Expected an @return tag. | 140 |
![]() | Redundant 'public' modifier. | 140 |
![]() | Expected @param tag for 'line'. | 140 |
![]() | Line has trailing spaces. | 146 |
![]() | Expected an @return tag. | 154 |
![]() | Redundant 'public' modifier. | 154 |
![]() | Line has trailing spaces. | 158 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Redundant 'public' modifier. | 161 |
![]() | Line has trailing spaces. | 166 |
![]() | Redundant 'public' modifier. | 171 |
![]() | Comment matches to-do format 'TODO:'. | 177 |
![]() | Expected an @return tag. | 179 |
![]() | Redundant 'public' modifier. | 179 |
![]() | Expected @param tag for 'trans'. | 179 |
![]() | Expected an @return tag. | 184 |
![]() | Redundant 'public' modifier. | 184 |
![]() | Expected @param tag for 'box'. | 184 |
![]() | Redundant 'public' modifier. | 190 |
![]() | ';' is preceded with whitespace. | 190 |
![]() | Line has trailing spaces. | 191 |
![]() | Line has trailing spaces. | 194 |
![]() | Redundant 'public' modifier. | 198 |
![]() | Redundant 'public' modifier. | 205 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | Parameter t should be final. | 39 |
![]() | Parameter t0 should be final. | 39 |
![]() | Parameter t1 should be final. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | '<=' is not preceded with whitespace. | 40 |
![]() | '<=' is not followed by whitespace. | 40 |
![]() | 'if' construct must use '{}'s. | 42 |
![]() | '>=' is not preceded with whitespace. | 42 |
![]() | '>=' is not followed by whitespace. | 42 |
![]() | 'if' construct must use '{}'s. | 45 |
![]() | '==' is not preceded with whitespace. | 45 |
![]() | '==' is not followed by whitespace. | 45 |
![]() | '&&' is not preceded with whitespace. | 45 |
![]() | '&&' is not followed by whitespace. | 45 |
![]() | '==' is not preceded with whitespace. | 45 |
![]() | '==' is not followed by whitespace. | 45 |
![]() | '/' is not preceded with whitespace. | 46 |
![]() | '/' is not followed by whitespace. | 46 |
![]() | '+' is not preceded with whitespace. | 46 |
![]() | '+' is not followed by whitespace. | 46 |
![]() | '.5' is a magic number. | 46 |
![]() | 'if' construct must use '{}'s. | 48 |
![]() | '==' is not preceded with whitespace. | 48 |
![]() | '==' is not followed by whitespace. | 48 |
![]() | '-' is not preceded with whitespace. | 49 |
![]() | '-' is not followed by whitespace. | 49 |
![]() | '*' is not preceded with whitespace. | 49 |
![]() | '*' is not followed by whitespace. | 49 |
![]() | '/' is not preceded with whitespace. | 49 |
![]() | '/' is not followed by whitespace. | 49 |
![]() | '+' is not preceded with whitespace. | 49 |
![]() | '+' is not followed by whitespace. | 49 |
![]() | 'if' construct must use '{}'s. | 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 followed by whitespace. | 52 |
![]() | '/' is not preceded with whitespace. | 52 |
![]() | '/' is not followed by whitespace. | 52 |
![]() | '-' is not preceded with whitespace. | 55 |
![]() | '-' is not followed by whitespace. | 55 |
![]() | '/' is not preceded with whitespace. | 55 |
![]() | '/' is not followed by whitespace. | 55 |
![]() | '-' is not preceded with whitespace. | 55 |
![]() | '-' is not followed by whitespace. | 55 |
![]() | Line has trailing spaces. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Parameter t should be final. | 67 |
![]() | Parameter t0 should be final. | 67 |
![]() | Parameter t1 should be final. | 67 |
![]() | 'if' construct must use '{}'s. | 68 |
![]() | '<=' is not preceded with whitespace. | 68 |
![]() | '<=' is not followed by whitespace. | 68 |
![]() | 'if' construct must use '{}'s. | 70 |
![]() | '>=' is not preceded with whitespace. | 70 |
![]() | '>=' is not followed by whitespace. | 70 |
![]() | 'if' construct must use '{}'s. | 73 |
![]() | '==' is not preceded with whitespace. | 73 |
![]() | '==' is not followed by whitespace. | 73 |
![]() | '&&' is not preceded with whitespace. | 73 |
![]() | '&&' is not followed by whitespace. | 73 |
![]() | '==' is not preceded with whitespace. | 73 |
![]() | '==' is not followed by whitespace. | 73 |
![]() | '-' is not preceded with whitespace. | 74 |
![]() | '-' is not followed by whitespace. | 74 |
![]() | '.5' is a magic number. | 74 |
![]() | '*' is not preceded with whitespace. | 74 |
![]() | '*' is not followed by whitespace. | 74 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | '==' is not preceded with whitespace. | 76 |
![]() | '==' is not followed by whitespace. | 76 |
![]() | '-' is not preceded with whitespace. | 77 |
![]() | '-' is not followed by whitespace. | 77 |
![]() | '*' is not preceded with whitespace. | 77 |
![]() | '*' is not followed by whitespace. | 77 |
![]() | '/' is not preceded with whitespace. | 77 |
![]() | '/' is not followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | '==' is not preceded with whitespace. | 79 |
![]() | '==' is not followed by whitespace. | 79 |
![]() | '*' is not preceded with whitespace. | 80 |
![]() | '*' is not followed by whitespace. | 80 |
![]() | '/' is not preceded with whitespace. | 80 |
![]() | '/' is not followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | '*' is not preceded with whitespace. | 83 |
![]() | '*' is not followed by whitespace. | 83 |
![]() | '-' is not preceded with whitespace. | 83 |
![]() | '-' is not followed by whitespace. | 83 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 83 |
![]() | Expected an @return tag. | 92 |
![]() | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() | Parameter curve should be final. | 93 |
![]() | Expected @param tag for 'curve'. | 93 |
![]() | Parameter box should be final. | 93 |
![]() | Expected @param tag for 'box'. | 93 |
![]() | 'if' construct must use '{}'s. | 96 |
![]() | 'if' construct must use '{}'s. | 101 |
![]() | Expected an @return tag. | 112 |
![]() | 'static' modifier out of order with the JLS suggestions. | 112 |
![]() | Parameter curveSet should be final. | 113 |
![]() | Expected @param tag for 'curveSet'. | 113 |
![]() | Parameter box should be final. | 113 |
![]() | Expected @param tag for 'box'. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | 'for' construct must use '{}'s. | 121 |
![]() | Expected an @return tag. | 151 |
![]() | 'static' modifier out of order with the JLS suggestions. | 151 |
![]() | Parameter curve should be final. | 152 |
![]() | Expected @param tag for 'curve'. | 152 |
![]() | Parameter box should be final. | 152 |
![]() | Expected @param tag for 'box'. | 152 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | 'for' construct must use '{}'s. | 164 |
![]() | 'for' construct must use '{}'s. | 170 |
![]() | '+' is not preceded with whitespace. | 180 |
![]() | '+' is not followed by whitespace. | 180 |
![]() | '+' is not preceded with whitespace. | 181 |
![]() | '+' is not followed by whitespace. | 181 |
![]() | 'for' construct must use '{}'s. | 185 |
![]() | '<' is not preceded with whitespace. | 185 |
![]() | '<' is not followed by whitespace. | 185 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | 'for' construct must use '{}'s. | 190 |
![]() | '<' is not preceded with whitespace. | 190 |
![]() | '<' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | '<' is not preceded with whitespace. | 198 |
![]() | '<' is not followed by whitespace. | 198 |
![]() | '+' is not preceded with whitespace. | 200 |
![]() | '+' is not followed by whitespace. | 200 |
![]() | 'if' construct must use '{}'s. | 203 |
![]() | '==' is not preceded with whitespace. | 203 |
![]() | '==' is not followed by whitespace. | 203 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' is not followed by whitespace. | 204 |
![]() | '==' is not preceded with whitespace. | 217 |
![]() | '==' is not followed by whitespace. | 217 |
![]() | 'if' construct must use '{}'s. | 228 |
![]() | 'while' construct must use '{}'s. | 256 |
![]() | '-' is not preceded with whitespace. | 256 |
![]() | '-' is not followed by whitespace. | 256 |
![]() | '<' is not preceded with whitespace. | 256 |
![]() | '<' is not followed by whitespace. | 256 |
![]() | '&&' is not preceded with whitespace. | 256 |
![]() | '&&' is not followed by whitespace. | 256 |
![]() | 'if' construct must use '{}'s. | 258 |
![]() | '-' is not preceded with whitespace. | 258 |
![]() | '-' is not followed by whitespace. | 258 |
![]() | '<' is not preceded with whitespace. | 258 |
![]() | '<' is not followed by whitespace. | 258 |
![]() | 'cast' is not followed by whitespace. | 269 |
![]() | 'if' construct must use '{}'s. | 282 |
![]() | '&&' is not preceded with whitespace. | 282 |
![]() | '&&' is not followed by whitespace. | 282 |
![]() | 'if' construct must use '{}'s. | 283 |
![]() | 'else' construct must use '{}'s. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | 'cast' is not followed by whitespace. | 286 |
![]() | 'if' construct must use '{}'s. | 293 |
![]() | 'else' construct must use '{}'s. | 295 |
![]() | '&&' is not preceded with whitespace. | 296 |
![]() | '&&' is not followed by whitespace. | 296 |
![]() | Avoid inline conditionals. | 296 |
![]() | 'cast' is not followed by whitespace. | 297 |
![]() | Expected an @return tag. | 307 |
![]() | 'static' modifier out of order with the JLS suggestions. | 307 |
![]() | Parameter curve should be final. | 308 |
![]() | Expected @param tag for 'curve'. | 308 |
![]() | Parameter box should be final. | 308 |
![]() | Expected @param tag for 'box'. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | 'for' construct must use '{}'s. | 310 |
![]() | 'if' construct must use '{}'s. | 312 |
![]() | Expected an @return tag. | 322 |
![]() | 'static' modifier out of order with the JLS suggestions. | 322 |
![]() | Parameter curve should be final. | 323 |
![]() | Expected @param tag for 'curve'. | 323 |
![]() | Parameter line should be final. | 323 |
![]() | Expected @param tag for 'line'. | 323 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | '>' is not preceded with whitespace. | 345 |
![]() | '>' is not followed by whitespace. | 345 |
![]() | 'if' construct must use '{}'s. | 356 |
![]() | '-1000' is a magic number. | 357 |
![]() | 'else' construct must use '{}'s. | 358 |
![]() | 'if' construct must use '{}'s. | 371 |
![]() | '==' is not preceded with whitespace. | 371 |
![]() | '==' is not followed by whitespace. | 371 |
![]() | '-100' is a magic number. | 372 |
![]() | 'if' construct must use '{}'s. | 375 |
![]() | '==' is not preceded with whitespace. | 375 |
![]() | '==' is not followed by whitespace. | 375 |
![]() | '+100' is a magic number. | 376 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | '/' is not preceded with whitespace. | 377 |
![]() | '/' is not followed by whitespace. | 377 |
![]() | 'if' construct must use '{}'s. | 380 |
![]() | '<' is not preceded with whitespace. | 380 |
![]() | '<' is not followed by whitespace. | 380 |
![]() | '<' is not preceded with whitespace. | 386 |
![]() | '<' is not followed by whitespace. | 386 |
![]() | '&&' is not preceded with whitespace. | 386 |
![]() | '&&' is not followed by whitespace. | 386 |
![]() | 'cast' is not followed by whitespace. | 388 |
![]() | 'if' construct must use '{}'s. | 394 |
![]() | 'else' construct must use '{}'s. | 396 |
![]() | 'cast' is not followed by whitespace. | 398 |
![]() | Missing a Javadoc comment. | 404 |
![]() | 'static' modifier out of order with the JLS suggestions. | 404 |
![]() | Parameter positions should be final. | 404 |
![]() | Parameter pos should be final. | 404 |
![]() | '<' is not preceded with whitespace. | 407 |
![]() | '<' is not followed by whitespace. | 407 |
![]() | 'if' construct must use '{}'s. | 409 |
![]() | 'if' construct must use '{}'s. | 412 |
![]() | '-' is not preceded with whitespace. | 412 |
![]() | '-' is not followed by whitespace. | 412 |
![]() | '<' is not preceded with whitespace. | 412 |
![]() | '<' is not followed by whitespace. | 412 |
![]() | '<' is not preceded with whitespace. | 416 |
![]() | '<' is not followed by whitespace. | 416 |
![]() | 'if' construct must use '{}'s. | 422 |
![]() | '!=' is not preceded with whitespace. | 422 |
![]() | '!=' is not followed by whitespace. | 422 |
![]() | '<' is not preceded with whitespace. | 427 |
![]() | '<' is not followed by whitespace. | 427 |
![]() | 'if' construct must use '{}'s. | 428 |
![]() | '-' is not preceded with whitespace. | 430 |
![]() | '-' is not followed by whitespace. | 430 |
![]() | '<' is not preceded with whitespace. | 430 |
![]() | '<' is not followed by whitespace. | 430 |
![]() | Line has trailing spaces. | 441 |
![]() | 'static' modifier out of order with the JLS suggestions. | 446 |
![]() | Parameter t0 should be final. | 446 |
![]() | Parameter t1 should be final. | 446 |
![]() | 'if' construct must use '{}'s. | 448 |
![]() | '-' is not preceded with whitespace. | 450 |
![]() | '-' is not followed by whitespace. | 450 |
![]() | '10' is a magic number. | 450 |
![]() | 'if' construct must use '{}'s. | 453 |
![]() | '+' is not preceded with whitespace. | 454 |
![]() | '+' is not followed by whitespace. | 454 |
![]() | '10' is a magic number. | 454 |
![]() | '+' is not preceded with whitespace. | 456 |
![]() | '+' is not followed by whitespace. | 456 |
![]() | '/' is not preceded with whitespace. | 456 |
![]() | '/' is not followed by whitespace. | 456 |
![]() | Line has trailing spaces. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Missing a Javadoc comment. | 459 |
![]() | 'static' modifier out of order with the JLS suggestions. | 459 |
![]() | Parameter curve should be final. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | 'if' construct must use '{}'s. | 461 |
![]() | Line contains a tab character. | 461 |
![]() | 'if' is not followed by whitespace. | 461 |
![]() | Line has trailing spaces. | 462 |
![]() | Line contains a tab character. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line is longer than 80 characters. | 464 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line has trailing spaces. | 466 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line has trailing spaces. | 470 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Missing a Javadoc comment. | 471 |
![]() | 'static' modifier out of order with the JLS suggestions. | 471 |
![]() | Parameter curve should be final. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | 'if' construct must use '{}'s. | 473 |
![]() | Line contains a tab character. | 473 |
![]() | 'if' is not followed by whitespace. | 473 |
![]() | Line has trailing spaces. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | 'for' construct must use '{}'s. | 477 |
![]() | Line contains a tab character. | 477 |
![]() | 'for' is not followed by whitespace. | 477 |
![]() | 'for' construct must use '{}'s. | 478 |
![]() | Line contains a tab character. | 478 |
![]() | 'for' is not followed by whitespace. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line has trailing spaces. | 480 |
![]() | Line contains a tab character. | 480 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line has trailing spaces. | 483 |
![]() | Line contains a tab character. | 483 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 52 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Parameter n should be final. | 73 |
![]() | Expected @param tag for 'n'. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Parameter curves should be final. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | 'for' construct must use '{}'s. | 86 |
![]() | Line has trailing spaces. | 93 |
![]() | Parameter curves should be final. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 135 |
![]() | Method 'getLocalPosition' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Parameter t should be final. | 142 |
![]() | '-' is not preceded with whitespace. | 147 |
![]() | '-' is not followed by whitespace. | 147 |
![]() | '*' is not preceded with whitespace. | 147 |
![]() | '*' is not followed by whitespace. | 147 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'getGlobalPosition' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Parameter i should be final. | 161 |
![]() | Parameter t should be final. | 161 |
![]() | '+' is not preceded with whitespace. | 165 |
![]() | '+' is not followed by whitespace. | 165 |
![]() | '*' is not preceded with whitespace. | 165 |
![]() | '*' is not followed by whitespace. | 165 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'getCurveIndex' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Parameter t should be final. | 176 |
![]() | 'if' construct must use '{}'s. | 179 |
![]() | '==' is not preceded with whitespace. | 179 |
![]() | '==' is not followed by whitespace. | 179 |
![]() | 'if' construct must use '{}'s. | 181 |
![]() | '>' is not preceded with whitespace. | 181 |
![]() | '>' is not followed by whitespace. | 181 |
![]() | '*' is not preceded with whitespace. | 181 |
![]() | '*' is not followed by whitespace. | 181 |
![]() | '-' is not preceded with whitespace. | 181 |
![]() | '-' is not followed by whitespace. | 181 |
![]() | '-' is not preceded with whitespace. | 182 |
![]() | '-' is not followed by whitespace. | 182 |
![]() | '/' is not preceded with whitespace. | 188 |
![]() | '/' is not followed by whitespace. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | '*' is not preceded with whitespace. | 189 |
![]() | '*' is not followed by whitespace. | 189 |
![]() | '==' is not preceded with whitespace. | 189 |
![]() | '==' is not followed by whitespace. | 189 |
![]() | 'else' construct must use '{}'s. | 191 |
![]() | '-' is not preceded with whitespace. | 192 |
![]() | '-' is not followed by whitespace. | 192 |
![]() | '<' is not preceded with whitespace. | 192 |
![]() | '.5' is a magic number. | 192 |
![]() | '<' is not followed by whitespace. | 192 |
![]() | Avoid inline conditionals. | 192 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' is not followed by whitespace. | 192 |
![]() | Line has trailing spaces. | 201 |
![]() | Method 'addCurve' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Parameter curve should be final. | 205 |
![]() | 'if' construct must use '{}'s. | 206 |
![]() | Line has trailing spaces. | 212 |
![]() | Method 'removeCurve' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Parameter curve should be final. | 216 |
![]() | Expected an @return tag. | 223 |
![]() | Method 'containsCurve' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Parameter curve should be final. | 224 |
![]() | Expected @param tag for 'curve'. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line has trailing spaces. | 227 |
![]() | Method 'clearCurves' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | First sentence should end with a period. | 236 |
![]() | Line has trailing spaces. | 238 |
![]() | Method 'getCurves' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 248 |
![]() | Method 'getCurve' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Parameter index should be final. | 254 |
![]() | Line has trailing spaces. | 260 |
![]() | Method 'getChildCurve' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Parameter t should be final. | 267 |
![]() | 'if' construct must use '{}'s. | 268 |
![]() | '==' is not preceded with whitespace. | 268 |
![]() | '==' is not followed by whitespace. | 268 |
![]() | Line has trailing spaces. | 275 |
![]() | Method 'getFirstCurve' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | 'if' construct must use '{}'s. | 280 |
![]() | '==' is not preceded with whitespace. | 280 |
![]() | '==' is not followed by whitespace. | 280 |
![]() | Line has trailing spaces. | 287 |
![]() | Method 'getLastCurve' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | 'if' construct must use '{}'s. | 292 |
![]() | '==' is not preceded with whitespace. | 292 |
![]() | '==' is not followed by whitespace. | 292 |
![]() | '-' is not preceded with whitespace. | 294 |
![]() | '-' is not followed by whitespace. | 294 |
![]() | First sentence should end with a period. | 297 |
![]() | Line has trailing spaces. | 299 |
![]() | Method 'getCurveNumber' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Expected an @return tag. | 310 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | '==' is not preceded with whitespace. | 312 |
![]() | '==' is not followed by whitespace. | 312 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Parameter line should be final. | 319 |
![]() | 'for' construct must use '{}'s. | 323 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | '*' is not preceded with whitespace. | 336 |
![]() | '*' is not followed by whitespace. | 336 |
![]() | '-' is not preceded with whitespace. | 336 |
![]() | '-' is not followed by whitespace. | 336 |
![]() | Line has trailing spaces. | 341 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Parameter t should be final. | 345 |
![]() | 'if' construct must use '{}'s. | 346 |
![]() | '==' is not preceded with whitespace. | 346 |
![]() | '==' is not followed by whitespace. | 346 |
![]() | 'if' construct must use '{}'s. | 348 |
![]() | '<' is not preceded with whitespace. | 348 |
![]() | '<' is not followed by whitespace. | 348 |
![]() | 'if' construct must use '{}'s. | 350 |
![]() | '>' is not preceded with whitespace. | 350 |
![]() | '>' is not followed by whitespace. | 350 |
![]() | '/' is not preceded with whitespace. | 357 |
![]() | '/' is not followed by whitespace. | 357 |
![]() | '*' is not preceded with whitespace. | 358 |
![]() | '*' is not followed by whitespace. | 358 |
![]() | '==' is not preceded with whitespace. | 358 |
![]() | '==' is not followed by whitespace. | 358 |
![]() | Line has trailing spaces. | 360 |
![]() | '-' is not preceded with whitespace. | 360 |
![]() | '-' is not followed by whitespace. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | 'if' construct must use '{}'s. | 366 |
![]() | '-' is not preceded with whitespace. | 366 |
![]() | '-' is not followed by whitespace. | 366 |
![]() | '<' is not preceded with whitespace. | 366 |
![]() | '.5' is a magic number. | 366 |
![]() | '<' is not followed by whitespace. | 366 |
![]() | 'else' construct must use '{}'s. | 368 |
![]() | '+' is not preceded with whitespace. | 369 |
![]() | '+' is not followed by whitespace. | 369 |
![]() | Line has trailing spaces. | 375 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | 'if' construct must use '{}'s. | 380 |
![]() | '==' is not preceded with whitespace. | 380 |
![]() | '==' is not followed by whitespace. | 380 |
![]() | Line has trailing spaces. | 387 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | 'if' construct must use '{}'s. | 392 |
![]() | '==' is not preceded with whitespace. | 392 |
![]() | '==' is not followed by whitespace. | 392 |
![]() | Expected an @return tag. | 402 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line has trailing spaces. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | '{' is not preceded with whitespace. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | 'for' construct must use '{}'s. | 410 |
![]() | 'if' construct must use '{}'s. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line has trailing spaces. | 413 |
![]() | 'if' is not followed by whitespace. | 415 |
![]() | '{' is not preceded with whitespace. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | 'if' construct must use '{}'s. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line has trailing spaces. | 420 |
![]() | 'if' is not followed by whitespace. | 422 |
![]() | '{' is not preceded with whitespace. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | 'if' construct must use '{}'s. | 424 |
![]() | Line contains a tab character. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Parameter pos should be final. | 433 |
![]() | 'if' construct must use '{}'s. | 434 |
![]() | '-' is not preceded with whitespace. | 434 |
![]() | '-' is not followed by whitespace. | 434 |
![]() | '<' is not preceded with whitespace. | 434 |
![]() | '<' is not followed by whitespace. | 434 |
![]() | 'if' construct must use '{}'s. | 439 |
![]() | '-' is not preceded with whitespace. | 439 |
![]() | '-' is not followed by whitespace. | 439 |
![]() | '/' is not preceded with whitespace. | 439 |
![]() | '/' is not followed by whitespace. | 439 |
![]() | '>' is not preceded with whitespace. | 439 |
![]() | '>' is not followed by whitespace. | 439 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Parameter point should be final. | 450 |
![]() | '<' is not preceded with whitespace. | 458 |
![]() | '<' is not followed by whitespace. | 458 |
![]() | '+' is not preceded with whitespace. | 464 |
![]() | '+' is not followed by whitespace. | 464 |
![]() | '*' is not preceded with whitespace. | 464 |
![]() | '*' is not followed by whitespace. | 464 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Parameter point should be final. | 472 |
![]() | '<' is not preceded with whitespace. | 480 |
![]() | '<' is not followed by whitespace. | 480 |
![]() | '+' is not preceded with whitespace. | 486 |
![]() | '+' is not followed by whitespace. | 486 |
![]() | '*' is not preceded with whitespace. | 486 |
![]() | '*' is not followed by whitespace. | 486 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line has trailing spaces. | 498 |
![]() | 'for' construct must use '{}'s. | 500 |
![]() | '<' is not preceded with whitespace. | 500 |
![]() | '<' is not followed by whitespace. | 500 |
![]() | '-' is not preceded with whitespace. | 501 |
![]() | '-' is not followed by whitespace. | 501 |
![]() | '-' is not preceded with whitespace. | 501 |
![]() | '-' is not followed by whitespace. | 501 |
![]() | Line has trailing spaces. | 502 |
![]() | Expected an @return tag. | 510 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Parameter t0 should be final. | 511 |
![]() | Expected @param tag for 't0'. | 511 |
![]() | Parameter t1 should be final. | 511 |
![]() | Expected @param tag for 't1'. | 511 |
![]() | '*' is not preceded with whitespace. | 520 |
![]() | '*' is not followed by whitespace. | 520 |
![]() | '-' is not preceded with whitespace. | 520 |
![]() | '-' is not followed by whitespace. | 520 |
![]() | '.6' is a magic number. | 520 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '-' is not preceded with whitespace. | 521 |
![]() | '-' is not followed by whitespace. | 521 |
![]() | '.6' is a magic number. | 521 |
![]() | '/' is not preceded with whitespace. | 528 |
![]() | '/' is not followed by whitespace. | 528 |
![]() | '/' is not preceded with whitespace. | 529 |
![]() | '/' is not followed by whitespace. | 529 |
![]() | 'if' construct must use '{}'s. | 532 |
![]() | '-' is not preceded with whitespace. | 532 |
![]() | '-' is not followed by whitespace. | 532 |
![]() | '*' is not preceded with whitespace. | 532 |
![]() | '*' is not followed by whitespace. | 532 |
![]() | '>' is not preceded with whitespace. | 532 |
![]() | '1.5' is a magic number. | 532 |
![]() | '>' is not followed by whitespace. | 532 |
![]() | 'if' construct must use '{}'s. | 534 |
![]() | '-' is not preceded with whitespace. | 534 |
![]() | '-' is not followed by whitespace. | 534 |
![]() | '*' is not preceded with whitespace. | 534 |
![]() | '*' is not followed by whitespace. | 534 |
![]() | '>' is not preceded with whitespace. | 534 |
![]() | '1.5' is a magic number. | 534 |
![]() | '>' is not followed by whitespace. | 534 |
![]() | '*' is not preceded with whitespace. | 538 |
![]() | '*' is not followed by whitespace. | 538 |
![]() | '*' is not preceded with whitespace. | 539 |
![]() | '*' is not followed by whitespace. | 539 |
![]() | '==' is not preceded with whitespace. | 544 |
![]() | '==' is not followed by whitespace. | 544 |
![]() | '&&' is not preceded with whitespace. | 544 |
![]() | '&&' is not followed by whitespace. | 544 |
![]() | '<' is not preceded with whitespace. | 544 |
![]() | '<' is not followed by whitespace. | 544 |
![]() | Line has trailing spaces. | 546 |
![]() | '-' is not preceded with whitespace. | 546 |
![]() | '-' is not followed by whitespace. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line has trailing spaces. | 548 |
![]() | '-' is not preceded with whitespace. | 548 |
![]() | '-' is not followed by whitespace. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line has trailing spaces. | 556 |
![]() | '-' is not preceded with whitespace. | 556 |
![]() | '-' is not followed by whitespace. | 556 |
![]() | Line contains a tab character. | 557 |
![]() | '>' is not preceded with whitespace. | 560 |
![]() | '>' is not followed by whitespace. | 560 |
![]() | 'for' construct must use '{}'s. | 562 |
![]() | '+' is not preceded with whitespace. | 562 |
![]() | '+' is not followed by whitespace. | 562 |
![]() | '<' is not preceded with whitespace. | 562 |
![]() | '<' is not followed by whitespace. | 562 |
![]() | 'for' construct must use '{}'s. | 566 |
![]() | '+' is not preceded with whitespace. | 566 |
![]() | '+' is not followed by whitespace. | 566 |
![]() | '<' is not preceded with whitespace. | 566 |
![]() | '<' is not followed by whitespace. | 566 |
![]() | 'for' construct must use '{}'s. | 570 |
![]() | '<' is not preceded with whitespace. | 570 |
![]() | '<' is not followed by whitespace. | 570 |
![]() | Line has trailing spaces. | 576 |
![]() | '-' is not preceded with whitespace. | 576 |
![]() | '-' is not followed by whitespace. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Parameter p should be final. | 588 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 592 |
![]() | Line contains a tab character. | 593 |
![]() | Parameter x should be final. | 593 |
![]() | Parameter y should be final. | 593 |
![]() | 'for' construct must use '{}'s. | 595 |
![]() | First sentence should end with a period. | 600 |
![]() | Expected an @return tag. | 603 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | 'for' construct must use '{}'s. | 605 |
![]() | 'if' construct must use '{}'s. | 606 |
![]() | Line is longer than 80 characters. | 614 |
![]() | Expected an @return tag. | 617 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Parameter box should be final. | 618 |
![]() | Expected @param tag for 'box'. | 618 |
![]() | Line contains a tab character. | 619 |
![]() | Line contains a tab character. | 620 |
![]() | Expected an @return tag. | 626 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | Line contains a tab character. | 627 |
![]() | Expected an @return tag. | 649 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | Line contains a tab character. | 650 |
![]() | Parameter trans should be final. | 650 |
![]() | Expected @param tag for 'trans'. | 650 |
![]() | Line contains a tab character. | 651 |
![]() | Line has trailing spaces. | 653 |
![]() | 'for' construct must use '{}'s. | 655 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 660 |
![]() | Line contains a tab character. | 661 |
![]() | Line contains a tab character. | 662 |
![]() | Line has trailing spaces. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | First sentence should end with a period. | 682 |
![]() | Expected an @return tag. | 683 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Parameter p should be final. | 684 |
![]() | Expected @param tag for 'p'. | 684 |
![]() | First sentence should end with a period. | 688 |
![]() | Expected an @return tag. | 689 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() | Line contains a tab character. | 690 |
![]() | Parameter x should be final. | 690 |
![]() | Expected @param tag for 'x'. | 690 |
![]() | Parameter y should be final. | 690 |
![]() | Expected @param tag for 'y'. | 690 |
![]() | 'if' construct must use '{}'s. | 692 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | 'if' construct must use '{}'s. | 704 |
![]() | '==' is not preceded with whitespace. | 704 |
![]() | '==' is not followed by whitespace. | 704 |
![]() | Method 'getAsAWTShape' is not designed for extension - needs to be abstract, final or empty. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 727 |
![]() | Line contains a tab character. | 728 |
![]() | Parameter g2 should be final. | 728 |
![]() | 'for' construct must use '{}'s. | 729 |
![]() | Line contains a tab character. | 729 |
![]() | 'for' is not followed by whitespace. | 729 |
![]() | Line contains a tab character. | 730 |
![]() | Expected an @return tag. | 740 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 740 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 740 |
![]() | Parameter obj should be final. | 741 |
![]() | Expected @param tag for 'obj'. | 741 |
![]() | 'if' construct must use '{}'s. | 743 |
![]() | 'if' construct must use '{}'s. | 748 |
![]() | '!=' is not preceded with whitespace. | 748 |
![]() | '!=' is not followed by whitespace. | 748 |
![]() | 'for' construct must use '{}'s. | 752 |
![]() | 'for' is not followed by whitespace. | 752 |
![]() | '=' is not preceded with whitespace. | 752 |
![]() | '=' is not followed by whitespace. | 752 |
![]() | '<' is not preceded with whitespace. | 752 |
![]() | '<' is not followed by whitespace. | 752 |
![]() | 'if' construct must use '{}'s. | 753 |
![]() | 'if' is not followed by whitespace. | 753 |
![]() | Line has trailing spaces. | 755 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 760 |
![]() | 'for' construct must use '{}'s. | 763 |
![]() | 'for' is not followed by whitespace. | 763 |
![]() | Line has trailing spaces. | 767 |
![]() | Line has trailing spaces. | 773 |
![]() | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 776 |
![]() | Line contains a tab character. | 777 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 50 |
![]() | First sentence should end with a period. | 52 |
![]() | Variable 'curves' must be private and have accessor methods. | 53 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() | Parameter t should be final. | 70 |
![]() | Parameter t0 should be final. | 70 |
![]() | Parameter t1 should be final. | 70 |
![]() | 'if' construct must use '{}'s. | 71 |
![]() | '<=' is not preceded with whitespace. | 71 |
![]() | '<=' is not followed by whitespace. | 71 |
![]() | 'if' construct must use '{}'s. | 73 |
![]() | '>=' is not preceded with whitespace. | 73 |
![]() | '>=' is not followed by whitespace. | 73 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | '==' is not preceded with whitespace. | 76 |
![]() | '==' is not followed by whitespace. | 76 |
![]() | '&&' is not preceded with whitespace. | 76 |
![]() | '&&' is not followed by whitespace. | 76 |
![]() | '==' is not preceded with whitespace. | 76 |
![]() | '==' is not followed by whitespace. | 76 |
![]() | '/' is not preceded with whitespace. | 77 |
![]() | '/' is not followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '.5' is a magic number. | 77 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | '==' is not preceded with whitespace. | 79 |
![]() | '==' is not followed by whitespace. | 79 |
![]() | '-' is not preceded with whitespace. | 80 |
![]() | '-' is not followed by whitespace. | 80 |
![]() | '*' is not preceded with whitespace. | 80 |
![]() | '*' is not followed by whitespace. | 80 |
![]() | '/' is not preceded with whitespace. | 80 |
![]() | '/' is not followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | 'if' construct must use '{}'s. | 82 |
![]() | '==' is not preceded with whitespace. | 82 |
![]() | '==' is not followed by whitespace. | 82 |
![]() | '-' is not preceded with whitespace. | 83 |
![]() | '-' is not followed by whitespace. | 83 |
![]() | '*' is not preceded with whitespace. | 83 |
![]() | '*' is not followed by whitespace. | 83 |
![]() | '/' is not preceded with whitespace. | 83 |
![]() | '/' is not followed by whitespace. | 83 |
![]() | '-' is not preceded with whitespace. | 86 |
![]() | '-' is not followed by whitespace. | 86 |
![]() | '/' is not preceded with whitespace. | 86 |
![]() | '/' is not followed by whitespace. | 86 |
![]() | '-' is not preceded with whitespace. | 86 |
![]() | '-' is not followed by whitespace. | 86 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters. | 100 |
![]() | 'static' modifier out of order with the JLS suggestions. | 100 |
![]() | Parameter t should be final. | 100 |
![]() | Parameter t0 should be final. | 100 |
![]() | Parameter t1 should be final. | 100 |
![]() | 'if' construct must use '{}'s. | 101 |
![]() | '<=' is not preceded with whitespace. | 101 |
![]() | '<=' is not followed by whitespace. | 101 |
![]() | 'if' construct must use '{}'s. | 103 |
![]() | '>=' is not preceded with whitespace. | 103 |
![]() | '>=' is not followed by whitespace. | 103 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | '==' is not preceded with whitespace. | 106 |
![]() | '==' is not followed by whitespace. | 106 |
![]() | '&&' is not preceded with whitespace. | 106 |
![]() | '&&' is not followed by whitespace. | 106 |
![]() | '==' is not preceded with whitespace. | 106 |
![]() | '==' is not followed by whitespace. | 106 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | '.5' is a magic number. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | '==' is not preceded with whitespace. | 109 |
![]() | '==' is not followed by whitespace. | 109 |
![]() | '-' is not preceded with whitespace. | 110 |
![]() | '-' is not followed by whitespace. | 110 |
![]() | '*' is not preceded with whitespace. | 110 |
![]() | '*' is not followed by whitespace. | 110 |
![]() | '/' is not preceded with whitespace. | 110 |
![]() | '/' is not followed by whitespace. | 110 |
![]() | '+' is not preceded with whitespace. | 110 |
![]() | '+' is not followed by whitespace. | 110 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | '==' is not preceded with whitespace. | 112 |
![]() | '==' is not followed by whitespace. | 112 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '/' is not preceded with whitespace. | 113 |
![]() | '/' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '*' is not preceded with whitespace. | 116 |
![]() | '*' is not followed by whitespace. | 116 |
![]() | '-' is not preceded with whitespace. | 116 |
![]() | '-' is not followed by whitespace. | 116 |
![]() | '+' is not preceded with whitespace. | 116 |
![]() | '+' is not followed by whitespace. | 116 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 132 |
![]() | Parameter n should be final. | 137 |
![]() | Expected @param tag for 'n'. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 143 |
![]() | Parameter curves should be final. | 148 |
![]() | 'curves' hides a field. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | 'for' construct must use '{}'s. | 150 |
![]() | Line has trailing spaces. | 157 |
![]() | Parameter curves should be final. | 162 |
![]() | 'curves' hides a field. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line has trailing spaces. | 175 |
![]() | Method 'getLocalPosition' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter t should be final. | 181 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | '*' is not preceded with whitespace. | 186 |
![]() | '*' is not followed by whitespace. | 186 |
![]() | Line has trailing spaces. | 192 |
![]() | Method 'getGlobalPosition' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Parameter i should be final. | 199 |
![]() | Parameter t should be final. | 199 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | Line has trailing spaces. | 208 |
![]() | Method 'getCurveIndex' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Parameter t should be final. | 213 |
![]() | 'if' construct must use '{}'s. | 216 |
![]() | '==' is not preceded with whitespace. | 216 |
![]() | '==' is not followed by whitespace. | 216 |
![]() | 'if' construct must use '{}'s. | 218 |
![]() | '>' is not preceded with whitespace. | 218 |
![]() | '>' is not followed by whitespace. | 218 |
![]() | '*' is not preceded with whitespace. | 218 |
![]() | '*' is not followed by whitespace. | 218 |
![]() | '-' is not preceded with whitespace. | 218 |
![]() | '-' is not followed by whitespace. | 218 |
![]() | '-' is not preceded with whitespace. | 219 |
![]() | '-' is not followed by whitespace. | 219 |
![]() | '/' is not preceded with whitespace. | 225 |
![]() | '/' is not followed by whitespace. | 225 |
![]() | 'if' construct must use '{}'s. | 226 |
![]() | '*' is not preceded with whitespace. | 226 |
![]() | '*' is not followed by whitespace. | 226 |
![]() | '==' is not preceded with whitespace. | 226 |
![]() | '==' is not followed by whitespace. | 226 |
![]() | 'else' construct must use '{}'s. | 228 |
![]() | '-' is not preceded with whitespace. | 229 |
![]() | '-' is not followed by whitespace. | 229 |
![]() | '<' is not preceded with whitespace. | 229 |
![]() | '.5' is a magic number. | 229 |
![]() | '<' is not followed by whitespace. | 229 |
![]() | Avoid inline conditionals. | 229 |
![]() | '+' is not preceded with whitespace. | 229 |
![]() | '+' is not followed by whitespace. | 229 |
![]() | Line has trailing spaces. | 238 |
![]() | Method 'addCurve' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter curve should be final. | 241 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | Line has trailing spaces. | 248 |
![]() | Method 'removeCurve' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Parameter curve should be final. | 251 |
![]() | Expected an @return tag. | 258 |
![]() | Method 'containsCurve' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter curve should be final. | 258 |
![]() | Expected @param tag for 'curve'. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Method 'clearCurves' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | First sentence should end with a period. | 269 |
![]() | Line has trailing spaces. | 271 |
![]() | Method 'getCurves' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Line has trailing spaces. | 280 |
![]() | Method 'getCurve' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | Parameter index should be final. | 285 |
![]() | Line has trailing spaces. | 291 |
![]() | Method 'getChildCurve' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Parameter t should be final. | 297 |
![]() | 'if' construct must use '{}'s. | 298 |
![]() | '==' is not preceded with whitespace. | 298 |
![]() | '==' is not followed by whitespace. | 298 |
![]() | Line has trailing spaces. | 305 |
![]() | Method 'getFirstCurve' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | 'if' construct must use '{}'s. | 309 |
![]() | '==' is not preceded with whitespace. | 309 |
![]() | '==' is not followed by whitespace. | 309 |
![]() | Line has trailing spaces. | 316 |
![]() | Method 'getLastCurve' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | 'if' construct must use '{}'s. | 320 |
![]() | '==' is not preceded with whitespace. | 320 |
![]() | '==' is not followed by whitespace. | 320 |
![]() | '-' is not preceded with whitespace. | 322 |
![]() | '-' is not followed by whitespace. | 322 |
![]() | First sentence should end with a period. | 325 |
![]() | Line has trailing spaces. | 327 |
![]() | Method 'getCurveNumber' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Expected an @return tag. | 337 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | '==' is not preceded with whitespace. | 338 |
![]() | '==' is not followed by whitespace. | 338 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Parameter line should be final. | 344 |
![]() | 'for' construct must use '{}'s. | 348 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Missing a Javadoc comment. | 358 |
![]() | '*' is not preceded with whitespace. | 359 |
![]() | '*' is not followed by whitespace. | 359 |
![]() | '-' is not preceded with whitespace. | 359 |
![]() | '-' is not followed by whitespace. | 359 |
![]() | Line has trailing spaces. | 364 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Parameter t should be final. | 367 |
![]() | 'if' construct must use '{}'s. | 368 |
![]() | '==' is not preceded with whitespace. | 368 |
![]() | '==' is not followed by whitespace. | 368 |
![]() | 'if' construct must use '{}'s. | 370 |
![]() | '<' is not preceded with whitespace. | 370 |
![]() | '<' is not followed by whitespace. | 370 |
![]() | 'if' construct must use '{}'s. | 372 |
![]() | '>' is not preceded with whitespace. | 372 |
![]() | '>' is not followed by whitespace. | 372 |
![]() | '/' is not preceded with whitespace. | 379 |
![]() | '/' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 380 |
![]() | '*' is not followed by whitespace. | 380 |
![]() | '==' is not preceded with whitespace. | 380 |
![]() | '==' is not followed by whitespace. | 380 |
![]() | Line has trailing spaces. | 382 |
![]() | '-' is not preceded with whitespace. | 382 |
![]() | '-' is not followed by whitespace. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | 'if' construct must use '{}'s. | 388 |
![]() | '-' is not preceded with whitespace. | 388 |
![]() | '-' is not followed by whitespace. | 388 |
![]() | '<' is not preceded with whitespace. | 388 |
![]() | '.5' is a magic number. | 388 |
![]() | '<' is not followed by whitespace. | 388 |
![]() | 'else' construct must use '{}'s. | 390 |
![]() | '+' is not preceded with whitespace. | 391 |
![]() | '+' is not followed by whitespace. | 391 |
![]() | Line has trailing spaces. | 397 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | 'if' construct must use '{}'s. | 401 |
![]() | '==' is not preceded with whitespace. | 401 |
![]() | '==' is not followed by whitespace. | 401 |
![]() | Line has trailing spaces. | 408 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | 'if' construct must use '{}'s. | 412 |
![]() | '==' is not preceded with whitespace. | 412 |
![]() | '==' is not followed by whitespace. | 412 |
![]() | Expected an @return tag. | 422 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | '{' is not preceded with whitespace. | 424 |
![]() | 'for' construct must use '{}'s. | 425 |
![]() | 'if' construct must use '{}'s. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | 'if' construct must use '{}'s. | 428 |
![]() | 'if' is not followed by whitespace. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | 'if' construct must use '{}'s. | 430 |
![]() | 'if' is not followed by whitespace. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Parameter pos should be final. | 436 |
![]() | 'if' construct must use '{}'s. | 437 |
![]() | '-' is not preceded with whitespace. | 437 |
![]() | '-' is not followed by whitespace. | 437 |
![]() | '<' is not preceded with whitespace. | 437 |
![]() | '<' is not followed by whitespace. | 437 |
![]() | 'if' construct must use '{}'s. | 442 |
![]() | '-' is not preceded with whitespace. | 442 |
![]() | '-' is not followed by whitespace. | 442 |
![]() | '/' is not preceded with whitespace. | 442 |
![]() | '/' is not followed by whitespace. | 442 |
![]() | '>' is not preceded with whitespace. | 442 |
![]() | '>' is not followed by whitespace. | 442 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() | Missing a Javadoc comment. | 452 |
![]() | Parameter point should be final. | 452 |
![]() | '<' is not preceded with whitespace. | 460 |
![]() | '<' is not followed by whitespace. | 460 |
![]() | '+' is not preceded with whitespace. | 466 |
![]() | '+' is not followed by whitespace. | 466 |
![]() | '*' is not preceded with whitespace. | 466 |
![]() | '*' is not followed by whitespace. | 466 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Missing a Javadoc comment. | 473 |
![]() | Parameter point should be final. | 473 |
![]() | '<' is not preceded with whitespace. | 481 |
![]() | '<' is not followed by whitespace. | 481 |
![]() | '+' is not preceded with whitespace. | 487 |
![]() | '+' is not followed by whitespace. | 487 |
![]() | '*' is not preceded with whitespace. | 487 |
![]() | '*' is not followed by whitespace. | 487 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line has trailing spaces. | 498 |
![]() | 'for' construct must use '{}'s. | 500 |
![]() | '<' is not preceded with whitespace. | 500 |
![]() | '<' is not followed by whitespace. | 500 |
![]() | '-' is not preceded with whitespace. | 501 |
![]() | '-' is not followed by whitespace. | 501 |
![]() | '-' is not preceded with whitespace. | 501 |
![]() | '-' is not followed by whitespace. | 501 |
![]() | Line has trailing spaces. | 502 |
![]() | Expected an @return tag. | 510 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() | Parameter t0 should be final. | 510 |
![]() | Expected @param tag for 't0'. | 510 |
![]() | Parameter t1 should be final. | 510 |
![]() | Expected @param tag for 't1'. | 510 |
![]() | '*' is not preceded with whitespace. | 519 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | '-' is not preceded with whitespace. | 519 |
![]() | '-' is not followed by whitespace. | 519 |
![]() | '.6' is a magic number. | 519 |
![]() | '*' is not preceded with whitespace. | 520 |
![]() | '*' is not followed by whitespace. | 520 |
![]() | '-' is not preceded with whitespace. | 520 |
![]() | '-' is not followed by whitespace. | 520 |
![]() | '.6' is a magic number. | 520 |
![]() | '/' is not preceded with whitespace. | 527 |
![]() | '/' is not followed by whitespace. | 527 |
![]() | '/' is not preceded with whitespace. | 528 |
![]() | '/' is not followed by whitespace. | 528 |
![]() | 'if' construct must use '{}'s. | 531 |
![]() | '-' is not preceded with whitespace. | 531 |
![]() | '-' is not followed by whitespace. | 531 |
![]() | '*' is not preceded with whitespace. | 531 |
![]() | '*' is not followed by whitespace. | 531 |
![]() | '>' is not preceded with whitespace. | 531 |
![]() | '1.5' is a magic number. | 531 |
![]() | '>' is not followed by whitespace. | 531 |
![]() | 'if' construct must use '{}'s. | 533 |
![]() | '-' is not preceded with whitespace. | 533 |
![]() | '-' is not followed by whitespace. | 533 |
![]() | '*' is not preceded with whitespace. | 533 |
![]() | '*' is not followed by whitespace. | 533 |
![]() | '>' is not preceded with whitespace. | 533 |
![]() | '1.5' is a magic number. | 533 |
![]() | '>' is not followed by whitespace. | 533 |
![]() | '*' is not preceded with whitespace. | 537 |
![]() | '*' is not followed by whitespace. | 537 |
![]() | '*' is not preceded with whitespace. | 538 |
![]() | '*' is not followed by whitespace. | 538 |
![]() | '==' is not preceded with whitespace. | 543 |
![]() | '==' is not followed by whitespace. | 543 |
![]() | '&&' is not preceded with whitespace. | 543 |
![]() | '&&' is not followed by whitespace. | 543 |
![]() | '<' is not preceded with whitespace. | 543 |
![]() | '<' is not followed by whitespace. | 543 |
![]() | Line has trailing spaces. | 545 |
![]() | '-' is not preceded with whitespace. | 545 |
![]() | '-' is not followed by whitespace. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Line has trailing spaces. | 547 |
![]() | '-' is not preceded with whitespace. | 547 |
![]() | '-' is not followed by whitespace. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line has trailing spaces. | 555 |
![]() | '-' is not preceded with whitespace. | 555 |
![]() | '-' is not followed by whitespace. | 555 |
![]() | Line contains a tab character. | 556 |
![]() | '>' is not preceded with whitespace. | 559 |
![]() | '>' is not followed by whitespace. | 559 |
![]() | 'for' construct must use '{}'s. | 561 |
![]() | '+' is not preceded with whitespace. | 561 |
![]() | '+' is not followed by whitespace. | 561 |
![]() | '<' is not preceded with whitespace. | 561 |
![]() | '<' is not followed by whitespace. | 561 |
![]() | 'for' construct must use '{}'s. | 565 |
![]() | '+' is not preceded with whitespace. | 565 |
![]() | '+' is not followed by whitespace. | 565 |
![]() | '<' is not preceded with whitespace. | 565 |
![]() | '<' is not followed by whitespace. | 565 |
![]() | 'for' construct must use '{}'s. | 569 |
![]() | '<' is not preceded with whitespace. | 569 |
![]() | '<' is not followed by whitespace. | 569 |
![]() | Line has trailing spaces. | 575 |
![]() | '-' is not preceded with whitespace. | 575 |
![]() | '-' is not followed by whitespace. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() | Missing a Javadoc comment. | 586 |
![]() | Parameter p should be final. | 586 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Missing a Javadoc comment. | 590 |
![]() | Parameter x should be final. | 590 |
![]() | Parameter y should be final. | 590 |
![]() | 'for' construct must use '{}'s. | 592 |
![]() | First sentence should end with a period. | 597 |
![]() | Expected an @return tag. | 600 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() | 'for' construct must use '{}'s. | 601 |
![]() | 'if' construct must use '{}'s. | 602 |
![]() | Expected an @return tag. | 613 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() | Parameter box should be final. | 613 |
![]() | Expected @param tag for 'box'. | 613 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 615 |
![]() | Expected an @return tag. | 621 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() | Expected an @return tag. | 643 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 643 |
![]() | Parameter trans should be final. | 643 |
![]() | Expected @param tag for 'trans'. | 643 |
![]() | Line contains a tab character. | 644 |
![]() | Line has trailing spaces. | 645 |
![]() | Line contains a tab character. | 645 |
![]() | Line contains a tab character. | 646 |
![]() | Line has trailing spaces. | 647 |
![]() | 'for' construct must use '{}'s. | 649 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 654 |
![]() | Missing a Javadoc comment. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Line has trailing spaces. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | First sentence should end with a period. | 675 |
![]() | Expected an @return tag. | 676 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 676 |
![]() | Parameter p should be final. | 676 |
![]() | Expected @param tag for 'p'. | 676 |
![]() | First sentence should end with a period. | 680 |
![]() | Expected an @return tag. | 681 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 681 |
![]() | Parameter x should be final. | 681 |
![]() | Expected @param tag for 'x'. | 681 |
![]() | Parameter y should be final. | 681 |
![]() | Expected @param tag for 'y'. | 681 |
![]() | 'if' construct must use '{}'s. | 683 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() | Missing a Javadoc comment. | 689 |
![]() | 'if' construct must use '{}'s. | 694 |
![]() | '==' is not preceded with whitespace. | 694 |
![]() | '==' is not followed by whitespace. | 694 |
![]() | Method 'getAsAWTShape' is not designed for extension - needs to be abstract, final or empty. | 712 |
![]() | Missing a Javadoc comment. | 712 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 716 |
![]() | Missing a Javadoc comment. | 716 |
![]() | Parameter g2 should be final. | 716 |
![]() | 'for' construct must use '{}'s. | 717 |
![]() | Line contains a tab character. | 717 |
![]() | 'for' is not followed by whitespace. | 717 |
![]() | Line contains a tab character. | 718 |
![]() | Expected an @return tag. | 728 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 728 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() | Parameter obj should be final. | 729 |
![]() | Expected @param tag for 'obj'. | 729 |
![]() | 'if' construct must use '{}'s. | 731 |
![]() | 'if' construct must use '{}'s. | 736 |
![]() | '!=' is not preceded with whitespace. | 736 |
![]() | '!=' is not followed by whitespace. | 736 |
![]() | 'for' construct must use '{}'s. | 740 |
![]() | 'for' is not followed by whitespace. | 740 |
![]() | '=' is not preceded with whitespace. | 740 |
![]() | '=' is not followed by whitespace. | 740 |
![]() | '<' is not preceded with whitespace. | 740 |
![]() | '<' is not followed by whitespace. | 740 |
![]() | 'if' construct must use '{}'s. | 741 |
![]() | 'if' is not followed by whitespace. | 741 |
![]() | Line has trailing spaces. | 743 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 748 |
![]() | 'for' construct must use '{}'s. | 751 |
![]() | 'for' is not followed by whitespace. | 751 |
![]() | Line has trailing spaces. | 755 |
![]() | Line has trailing spaces. | 761 |
![]() | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() | Missing a Javadoc comment. | 764 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 8 |
![]() | Using the '.*' form of import should be avoided - java.awt.geom.*. | 15 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'path' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 68 |
![]() | Parameter rule should be final. | 73 |
![]() | Line has trailing spaces. | 83 |
![]() | Parameter rule should be final. | 90 |
![]() | Parameter initialCapacity should be final. | 90 |
![]() | Line has trailing spaces. | 98 |
![]() | Parameter s should be final. | 101 |
![]() | Line has trailing spaces. | 107 |
![]() | Parameter x should be final. | 111 |
![]() | Parameter y should be final. | 111 |
![]() | Line has trailing spaces. | 117 |
![]() | Parameter p should be final. | 120 |
![]() | Line has trailing spaces. | 127 |
![]() | Parameter x should be final. | 131 |
![]() | Parameter y should be final. | 131 |
![]() | Line has trailing spaces. | 138 |
![]() | Parameter p should be final. | 141 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Parameter x1 should be final. | 156 |
![]() | Parameter y1 should be final. | 156 |
![]() | Parameter x2 should be final. | 156 |
![]() | Parameter y2 should be final. | 156 |
![]() | Line has trailing spaces. | 165 |
![]() | Parameter p1 should be final. | 169 |
![]() | Parameter p2 should be final. | 170 |
![]() | Line has trailing spaces. | 180 |
![]() | Parameter x1 should be final. | 188 |
![]() | Parameter y1 should be final. | 188 |
![]() | Parameter x2 should be final. | 188 |
![]() | Parameter y2 should be final. | 189 |
![]() | Parameter x3 should be final. | 189 |
![]() | Parameter y3 should be final. | 189 |
![]() | Line has trailing spaces. | 199 |
![]() | Parameter p1 should be final. | 204 |
![]() | Parameter p2 should be final. | 205 |
![]() | Parameter p3 should be final. | 205 |
![]() | Line has trailing spaces. | 231 |
![]() | Parameter s should be final. | 237 |
![]() | Parameter connect should be final. | 237 |
![]() | Line has trailing spaces. | 253 |
![]() | Parameter pi should be final. | 260 |
![]() | Parameter connect should be final. | 260 |
![]() | Line has trailing spaces. | 266 |
![]() | Line has trailing spaces. | 277 |
![]() | Unused @throws tag for '<code>IllegalArgumentException</code>'. | 279 |
![]() | Parameter rule should be final. | 285 |
![]() | Line has trailing spaces. | 292 |
![]() | Line has trailing spaces. | 313 |
![]() | Parameter at should be final. | 316 |
![]() | Line has trailing spaces. | 322 |
![]() | Parameter at should be final. | 328 |
![]() | Line has trailing spaces. | 334 |
![]() | Line has trailing spaces. | 343 |
![]() | Line has trailing spaces. | 353 |
![]() | Parameter x should be final. | 359 |
![]() | Parameter y should be final. | 359 |
![]() | Line has trailing spaces. | 366 |
![]() | Parameter p should be final. | 372 |
![]() | Line has trailing spaces. | 379 |
![]() | Parameter x should be final. | 387 |
![]() | Parameter y should be final. | 387 |
![]() | Parameter w should be final. | 387 |
![]() | Parameter h should be final. | 387 |
![]() | Line has trailing spaces. | 394 |
![]() | Parameter r should be final. | 400 |
![]() | Line has trailing spaces. | 407 |
![]() | Parameter x should be final. | 416 |
![]() | Parameter y should be final. | 416 |
![]() | Parameter w should be final. | 416 |
![]() | Parameter h should be final. | 416 |
![]() | Line has trailing spaces. | 423 |
![]() | Parameter r should be final. | 429 |
![]() | Line has trailing spaces. | 441 |
![]() | Parameter at should be final. | 447 |
![]() | Line has trailing spaces. | 459 |
![]() | Parameter at should be final. | 467 |
![]() | Parameter flatness should be final. | 467 |
![]() | Line has trailing spaces. | 473 |
![]() | Unused @throws tag for 'OutOfMemoryError'. | 475 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 45 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 48 |
![]() | First sentence should end with a period. | 51 |
![]() | Variable 'closed' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter n should be final. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter curves should be final. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter curves should be final. | 68 |
![]() | Parameter closed should be final. | 68 |
![]() | 'closed' hides a field. | 68 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter curves should be final. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter curves should be final. | 77 |
![]() | Parameter closed should be final. | 77 |
![]() | 'closed' hides a field. | 77 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter curve should be final. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Method 'setClosed' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter b should be final. | 119 |
![]() | Expected @param tag for 'b'. | 119 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getLeftTangent' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter t should be final. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'getRightTangent' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter t should be final. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Expected an @return tag. | 143 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Method 'getAsPolyline' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter n should be final. | 147 |
![]() | '+' is not preceded with whitespace. | 148 |
![]() | '+' is not followed by whitespace. | 148 |
![]() | '-' is not preceded with whitespace. | 151 |
![]() | '-' is not followed by whitespace. | 151 |
![]() | '/' is not preceded with whitespace. | 151 |
![]() | '/' is not followed by whitespace. | 151 |
![]() | 'for' construct must use '{}'s. | 152 |
![]() | '<' is not preceded with whitespace. | 152 |
![]() | '<' is not followed by whitespace. | 152 |
![]() | '*' is not preceded with whitespace. | 153 |
![]() | '*' is not followed by whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | Line has trailing spaces. | 159 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | 'for' construct must use '{}'s. | 164 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Redundant 'final' modifier. | 175 |
![]() | 'static' modifier out of order with the JLS suggestions. | 175 |
![]() | Parameter curve should be final. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | 'for' construct must use '{}'s. | 187 |
![]() | 'if' construct must use '{}'s. | 192 |
![]() | '==' is not preceded with whitespace. | 192 |
![]() | '==' is not followed by whitespace. | 192 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | 'for' construct must use '{}'s. | 215 |
![]() | '<' is not preceded with whitespace. | 215 |
![]() | '<' is not followed by whitespace. | 215 |
![]() | 'cast' is not followed by whitespace. | 216 |
![]() | '-' is not preceded with whitespace. | 216 |
![]() | '-' is not followed by whitespace. | 216 |
![]() | '-' is not preceded with whitespace. | 216 |
![]() | '-' is not followed by whitespace. | 216 |
![]() | Line has trailing spaces. | 217 |
![]() | Expected an @return tag. | 226 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Parameter t0 should be final. | 227 |
![]() | Expected @param tag for 't0'. | 227 |
![]() | Parameter t1 should be final. | 228 |
![]() | Expected @param tag for 't1'. | 228 |
![]() | 'if' construct must use '{}'s. | 230 |
![]() | '<' is not preceded with whitespace. | 230 |
![]() | '<' is not followed by whitespace. | 230 |
![]() | '&' is not preceded with whitespace. | 230 |
![]() | '&' is not followed by whitespace. | 230 |
![]() | Line has trailing spaces. | 235 |
![]() | Line has trailing spaces. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | 'for' construct must use '{}'s. | 244 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Expected an @return tag. | 257 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Parameter box should be final. | 258 |
![]() | Expected @param tag for 'box'. | 258 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | 'if' construct must use '{}'s. | 268 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Parameter trans should be final. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | 'for' construct must use '{}'s. | 278 |
![]() | 'cast' is not followed by whitespace. | 279 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Parameter path should be final. | 284 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | 'if' construct must use '{}'s. | 307 |
![]() | '==' is not preceded with whitespace. | 307 |
![]() | '==' is not followed by whitespace. | 307 |
![]() | 'for' is not followed by whitespace. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | 'if' construct must use '{}'s. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | '>' is not preceded with whitespace. | 319 |
![]() | '>' is not followed by whitespace. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line has trailing spaces. | 324 |
![]() | Line has trailing spaces. | 333 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Parameter g2 should be final. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 339 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | Parameter obj should be final. | 340 |
![]() | 'if' construct must use '{}'s. | 342 |
![]() | 'if' construct must use '{}'s. | 347 |
![]() | '!=' is not preceded with whitespace. | 347 |
![]() | '!=' is not followed by whitespace. | 347 |
![]() | 'for' construct must use '{}'s. | 351 |
![]() | 'for' is not followed by whitespace. | 351 |
![]() | '=' is not preceded with whitespace. | 351 |
![]() | '=' is not followed by whitespace. | 351 |
![]() | '<' is not preceded with whitespace. | 351 |
![]() | '<' is not followed by whitespace. | 351 |
![]() | 'if' construct must use '{}'s. | 352 |
![]() | 'if' is not followed by whitespace. | 352 |
![]() | Line has trailing spaces. | 354 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Unused import - java.awt.geom.Point2D. | 30 |
![]() | Unused import - java.util.ArrayList. | 31 |
![]() | Unused import - math.geom2d.Box2D. | 35 |
![]() | Unused import - math.geom2d.curve.ContinuousCurve2D. | 36 |
![]() | Unused import - math.geom2d.curve.CurveSet2D. | 38 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 50 |
![]() | Redundant 'public' modifier. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | Expected an @return tag. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Expected an @return tag. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Expected an @return tag. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Expected @param tag for 'trans'. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Redundant 'public' modifier. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 24 |
![]() | Expected an @return tag. | 35 |
![]() | Line is longer than 80 characters. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Parameter curve should be final. | 36 |
![]() | Expected @param tag for 'curve'. | 36 |
![]() | Parameter box should be final. | 36 |
![]() | Expected @param tag for 'box'. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | 'for' construct must use '{}'s. | 40 |
![]() | Line has trailing spaces. | 40 |
![]() | ':' should be on a new line. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | 'if' construct must use '{}'s. | 42 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Expected an @return tag. | 106 |
![]() | Method length is 183 lines (max allowed is 150). | 106 |
![]() | 'static' modifier out of order with the JLS suggestions. | 106 |
![]() | Parameter boundary should be final. | 107 |
![]() | Expected @param tag for 'boundary'. | 107 |
![]() | Parameter box should be final. | 107 |
![]() | Expected @param tag for 'box'. | 107 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | 'for' construct must use '{}'s. | 139 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | '<' is not preceded with whitespace. | 162 |
![]() | '<' is not followed by whitespace. | 162 |
![]() | '<' is not preceded with whitespace. | 190 |
![]() | '<' is not followed by whitespace. | 190 |
![]() | 'while' construct must use '{}'s. | 193 |
![]() | '==' is not preceded with whitespace. | 193 |
![]() | '==' is not followed by whitespace. | 193 |
![]() | Line has trailing spaces. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | '!=' is not preceded with whitespace. | 239 |
![]() | '!=' is not followed by whitespace. | 239 |
![]() | 'while' construct must use '{}'s. | 271 |
![]() | 'if' construct must use '{}'s. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Missing a Javadoc comment. | 291 |
![]() | 'static' modifier out of order with the JLS suggestions. | 291 |
![]() | Parameter positions should be final. | 291 |
![]() | Parameter pos should be final. | 291 |
![]() | '<' is not preceded with whitespace. | 294 |
![]() | '<' is not followed by whitespace. | 294 |
![]() | 'if' construct must use '{}'s. | 296 |
![]() | 'if' construct must use '{}'s. | 299 |
![]() | '-' is not preceded with whitespace. | 299 |
![]() | '-' is not followed by whitespace. | 299 |
![]() | '<' is not preceded with whitespace. | 299 |
![]() | '<' is not followed by whitespace. | 299 |
![]() | '<' is not preceded with whitespace. | 303 |
![]() | '<' is not followed by whitespace. | 303 |
![]() | 'if' construct must use '{}'s. | 309 |
![]() | '!=' is not preceded with whitespace. | 309 |
![]() | '!=' is not followed by whitespace. | 309 |
![]() | '<' is not preceded with whitespace. | 314 |
![]() | '<' is not followed by whitespace. | 314 |
![]() | 'if' construct must use '{}'s. | 315 |
![]() | '-' is not preceded with whitespace. | 317 |
![]() | '-' is not followed by whitespace. | 317 |
![]() | '<' is not preceded with whitespace. | 317 |
![]() | '<' is not followed by whitespace. | 317 |
![]() | Line has trailing spaces. | 327 |
![]() | 'static' modifier out of order with the JLS suggestions. | 333 |
![]() | Parameter box should be final. | 333 |
![]() | Parameter p0 should be final. | 333 |
![]() | Parameter p1 should be final. | 334 |
![]() | 'if' construct must use '{}'s. | 346 |
![]() | '==' is not preceded with whitespace. | 346 |
![]() | '==' is not followed by whitespace. | 346 |
![]() | '&&' is not preceded with whitespace. | 346 |
![]() | '&&' is not followed by whitespace. | 346 |
![]() | '<' is not preceded with whitespace. | 346 |
![]() | '<' is not followed by whitespace. | 346 |
![]() | '{' is followed by whitespace. | 347 |
![]() | '6' is a magic number. | 352 |
![]() | '+' is not preceded with whitespace. | 358 |
![]() | '+' is not followed by whitespace. | 358 |
![]() | '%' is not preceded with whitespace. | 358 |
![]() | '%' is not followed by whitespace. | 358 |
![]() | '4' is a magic number. | 358 |
![]() | '!=' is not preceded with whitespace. | 361 |
![]() | '!=' is not followed by whitespace. | 361 |
![]() | '+' is not preceded with whitespace. | 363 |
![]() | '+' is not followed by whitespace. | 363 |
![]() | '%' is not preceded with whitespace. | 363 |
![]() | '%' is not followed by whitespace. | 363 |
![]() | '4' is a magic number. | 363 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter n should be final. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter curves should be final. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter curves should be final. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 72 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected @param tag for '<T>'. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Parameter curves should be final. | 73 |
![]() | Expected @param tag for 'curves'. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Expected an @return tag. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Expected @param tag for '<T>'. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Parameter curves should be final. | 83 |
![]() | Expected @param tag for 'curves'. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Expected an @return tag. | 95 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Expected an @return tag. | 111 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter g2 should be final. | 119 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | 'for' construct must use '{}'s. | 131 |
![]() | '<' is not preceded with whitespace. | 131 |
![]() | '<' is not followed by whitespace. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 'cast' is not followed by whitespace. | 132 |
![]() | '-' is not preceded with whitespace. | 132 |
![]() | '-' is not followed by whitespace. | 132 |
![]() | '-' is not preceded with whitespace. | 132 |
![]() | '-' is not followed by whitespace. | 132 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter trans should be final. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | 'for' construct must use '{}'s. | 141 |
![]() | 'cast' is not followed by whitespace. | 142 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.curve.*. | 35 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 44 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter size should be final. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter curves should be final. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter curves should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter curve should be final. | 65 |
![]() | Line has trailing spaces. | 70 |
![]() | Expected an @return tag. | 79 |
![]() | Expected @param tag for '<T>'. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Parameter curves should be final. | 80 |
![]() | Expected @param tag for 'curves'. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 83 |
![]() | Expected an @return tag. | 89 |
![]() | Expected @param tag for '<T>'. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Parameter curves should be final. | 90 |
![]() | Expected @param tag for 'curves'. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | 'for' construct must use '{}'s. | 100 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter g2 should be final. | 109 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter point should be final. | 116 |
![]() | 'for' construct must use '{}'s. | 118 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter p should be final. | 123 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter x should be final. | 132 |
![]() | Parameter y should be final. | 132 |
![]() | 'if' construct must use '{}'s. | 138 |
![]() | '<' is not preceded with whitespace. | 138 |
![]() | '<' is not followed by whitespace. | 138 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter point should be final. | 144 |
![]() | '<' is not preceded with whitespace. | 145 |
![]() | '<' is not followed by whitespace. | 145 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Line is longer than 80 characters. | 153 |
![]() | 'for' construct must use '{}'s. | 155 |
![]() | '<' is not preceded with whitespace. | 155 |
![]() | '<' is not followed by whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | 'cast' is not followed by whitespace. | 156 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter t0 should be final. | 162 |
![]() | Parameter t1 should be final. | 162 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | 'for' construct must use '{}'s. | 169 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Expected an @return tag. | 186 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Parameter box should be final. | 187 |
![]() | Expected @param tag for 'box'. | 187 |
![]() | Line has trailing spaces. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | 'if' construct must use '{}'s. | 197 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter trans should be final. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | 'for' construct must use '{}'s. | 208 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Redundant 'public' modifier. | 49 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 54 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Redundant 'public' modifier. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'boundary' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter boundary should be final. | 49 |
![]() | 'boundary' hides a field. | 49 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'cast' is not followed by whitespace. | 61 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter p should be final. | 67 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter x should be final. | 71 |
![]() | Parameter y should be final. | 71 |
![]() | Expected an @return tag. | 80 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | 'if' construct must use '{}'s. | 82 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '&&' is not preceded with whitespace. | 94 |
![]() | '&&' is not followed by whitespace. | 94 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter box should be final. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Expected an @return tag. | 106 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | 'if' construct must use '{}'s. | 107 |
![]() | Expected an @return tag. | 117 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter trans should be final. | 117 |
![]() | Expected @param tag for 'trans'. | 117 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | 'if' construct must use '{}'s. | 119 |
![]() | 'cast' is not followed by whitespace. | 120 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter x should be final. | 124 |
![]() | Parameter y should be final. | 124 |
![]() | '<=' is not preceded with whitespace. | 125 |
![]() | '<=' is not followed by whitespace. | 125 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter p should be final. | 131 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter g2 should be final. | 135 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter g2 should be final. | 139 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 47 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Line has trailing spaces. | 58 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Line has trailing spaces. | 67 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Line has trailing spaces. | 76 |
![]() | Comment matches to-do format 'TODO:'. | 80 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Comment matches to-do format 'TODO:'. | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 51 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 54 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter size should be final. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter curves should be final. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter curves should be final. | 72 |
![]() | Parameter closed should be final. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter curves should be final. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter curves should be final. | 80 |
![]() | Parameter closed should be final. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 108 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter point should be final. | 112 |
![]() | 'for' construct must use '{}'s. | 114 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter p should be final. | 119 |
![]() | Line has trailing spaces. | 125 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter x should be final. | 128 |
![]() | Parameter y should be final. | 128 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter curve should be final. | 137 |
![]() | Parameter pos should be final. | 137 |
![]() | 'if' construct must use '{}'s. | 139 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter point should be final. | 155 |
![]() | 'if' construct must use '{}'s. | 165 |
![]() | '/' is not preceded with whitespace. | 165 |
![]() | '/' is not followed by whitespace. | 165 |
![]() | '-' is not preceded with whitespace. | 165 |
![]() | '-' is not followed by whitespace. | 165 |
![]() | '>' is not preceded with whitespace. | 165 |
![]() | '.25' is a magic number. | 165 |
![]() | '>' is not followed by whitespace. | 165 |
![]() | '==' is not preceded with whitespace. | 169 |
![]() | '==' is not followed by whitespace. | 169 |
![]() | '*' is not preceded with whitespace. | 169 |
![]() | '*' is not followed by whitespace. | 169 |
![]() | '-' is not preceded with whitespace. | 169 |
![]() | '-' is not followed by whitespace. | 169 |
![]() | '*' is not preceded with whitespace. | 175 |
![]() | '*' is not followed by whitespace. | 175 |
![]() | '>' is not preceded with whitespace. | 178 |
![]() | '>' is not followed by whitespace. | 178 |
![]() | Avoid inline conditionals. | 178 |
![]() | '-' is not preceded with whitespace. | 178 |
![]() | '-' is not followed by whitespace. | 178 |
![]() | '-' is not preceded with whitespace. | 178 |
![]() | '-' is not followed by whitespace. | 178 |
![]() | '<' is not preceded with whitespace. | 195 |
![]() | '<' is not followed by whitespace. | 195 |
![]() | '&&' is not preceded with whitespace. | 196 |
![]() | '&&' is not followed by whitespace. | 196 |
![]() | '||' is not preceded with whitespace. | 198 |
![]() | '||' is not followed by whitespace. | 198 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | 'for' construct must use '{}'s. | 211 |
![]() | '<' is not preceded with whitespace. | 211 |
![]() | '<' is not followed by whitespace. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | 'cast' is not followed by whitespace. | 212 |
![]() | '-' is not preceded with whitespace. | 212 |
![]() | '-' is not followed by whitespace. | 212 |
![]() | '-' is not preceded with whitespace. | 212 |
![]() | '-' is not followed by whitespace. | 212 |
![]() | Expected an @return tag. | 219 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Parameter t0 should be final. | 221 |
![]() | Expected @param tag for 't0'. | 221 |
![]() | Parameter t1 should be final. | 221 |
![]() | Expected @param tag for 't1'. | 221 |
![]() | Line is longer than 80 characters. | 223 |
![]() | 'for' construct must use '{}'s. | 227 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Expected an @return tag. | 239 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter box should be final. | 240 |
![]() | Expected @param tag for 'box'. | 240 |
![]() | Line has trailing spaces. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | 'if' construct must use '{}'s. | 251 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Parameter trans should be final. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | 'for' construct must use '{}'s. | 261 |
![]() | 'cast' is not followed by whitespace. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'x0' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'y0' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'sx' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'sy' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter origin should be final. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter origin should be final. | 39 |
![]() | Parameter s should be final. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter origin should be final. | 43 |
![]() | Parameter sx should be final. | 43 |
![]() | 'sx' hides a field. | 43 |
![]() | Parameter sy should be final. | 43 |
![]() | 'sy' hides a field. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter x0 should be final. | 47 |
![]() | 'x0' hides a field. | 47 |
![]() | Parameter y0 should be final. | 47 |
![]() | 'y0' hides a field. | 47 |
![]() | Parameter s should be final. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter s should be final. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter sx should be final. | 55 |
![]() | 'sx' hides a field. | 55 |
![]() | Parameter sy should be final. | 55 |
![]() | 'sy' hides a field. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter x0 should be final. | 59 |
![]() | 'x0' hides a field. | 59 |
![]() | Parameter y0 should be final. | 59 |
![]() | 'y0' hides a field. | 59 |
![]() | Parameter sx should be final. | 59 |
![]() | 'sx' hides a field. | 59 |
![]() | Parameter sy should be final. | 59 |
![]() | 'sy' hides a field. | 59 |
![]() | Method 'setOrigin' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter point should be final. | 70 |
![]() | Expected @param tag for 'point'. | 70 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getSizeX' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'getSizeY' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter s should be final. | 91 |
![]() | Expected @param tag for 's'. | 91 |
![]() | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter sx should be final. | 100 |
![]() | 'sx' hides a field. | 100 |
![]() | Expected @param tag for 'sx'. | 100 |
![]() | Parameter sy should be final. | 100 |
![]() | 'sy' hides a field. | 100 |
![]() | Expected @param tag for 'sy'. | 100 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'getClosestVertex' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter point should be final. | 110 |
![]() | '-' is not preceded with whitespace. | 111 |
![]() | '-' is not followed by whitespace. | 111 |
![]() | '/' is not preceded with whitespace. | 111 |
![]() | '/' is not followed by whitespace. | 111 |
![]() | '-' is not preceded with whitespace. | 112 |
![]() | '-' is not followed by whitespace. | 112 |
![]() | '/' is not preceded with whitespace. | 112 |
![]() | '/' is not followed by whitespace. | 112 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter box should be final. | 121 |
![]() | '-' is not preceded with whitespace. | 133 |
![]() | '-' is not followed by whitespace. | 133 |
![]() | '/' is not preceded with whitespace. | 133 |
![]() | '/' is not followed by whitespace. | 133 |
![]() | '*' is not preceded with whitespace. | 133 |
![]() | '*' is not followed by whitespace. | 133 |
![]() | '+' is not preceded with whitespace. | 133 |
![]() | '+' is not followed by whitespace. | 133 |
![]() | '-' is not preceded with whitespace. | 134 |
![]() | '-' is not followed by whitespace. | 134 |
![]() | '/' is not preceded with whitespace. | 134 |
![]() | '/' is not followed by whitespace. | 134 |
![]() | '*' is not preceded with whitespace. | 134 |
![]() | '*' is not followed by whitespace. | 134 |
![]() | '+' is not preceded with whitespace. | 134 |
![]() | '+' is not followed by whitespace. | 134 |
![]() | 'for' construct must use '{}'s. | 139 |
![]() | '-' is not preceded with whitespace. | 139 |
![]() | '-' is not followed by whitespace. | 139 |
![]() | '<' is not preceded with whitespace. | 139 |
![]() | '<' is not followed by whitespace. | 139 |
![]() | 'for' construct must use '{}'s. | 143 |
![]() | '-' is not preceded with whitespace. | 143 |
![]() | '-' is not followed by whitespace. | 143 |
![]() | '<' is not preceded with whitespace. | 143 |
![]() | '<' is not followed by whitespace. | 143 |
![]() | Line has trailing spaces. | 152 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter box should be final. | 155 |
![]() | '-' is not preceded with whitespace. | 167 |
![]() | '-' is not followed by whitespace. | 167 |
![]() | '/' is not preceded with whitespace. | 167 |
![]() | '/' is not followed by whitespace. | 167 |
![]() | '*' is not preceded with whitespace. | 167 |
![]() | '*' is not followed by whitespace. | 167 |
![]() | '+' is not preceded with whitespace. | 167 |
![]() | '+' is not followed by whitespace. | 167 |
![]() | '-' is not preceded with whitespace. | 168 |
![]() | '-' is not followed by whitespace. | 168 |
![]() | '/' is not preceded with whitespace. | 168 |
![]() | '/' is not followed by whitespace. | 168 |
![]() | '*' is not preceded with whitespace. | 168 |
![]() | '*' is not followed by whitespace. | 168 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' is not followed by whitespace. | 168 |
![]() | 'for' construct must use '{}'s. | 173 |
![]() | '-' is not preceded with whitespace. | 173 |
![]() | '-' is not followed by whitespace. | 173 |
![]() | '<' is not preceded with whitespace. | 173 |
![]() | '<' is not followed by whitespace. | 173 |
![]() | 'for' construct must use '{}'s. | 174 |
![]() | '-' is not preceded with whitespace. | 174 |
![]() | '-' is not followed by whitespace. | 174 |
![]() | '<' is not preceded with whitespace. | 174 |
![]() | '<' is not followed by whitespace. | 174 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'x0' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'y0' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 's' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'theta' must be private and have accessor methods. | 30 |
![]() | Line has trailing spaces. | 34 |
![]() | Redundant 'final' modifier. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Parameter n should be final. | 38 |
![]() | '*' is not preceded with whitespace. | 39 |
![]() | '*' is not followed by whitespace. | 39 |
![]() | '.5' is a magic number. | 39 |
![]() | '-' is not preceded with whitespace. | 39 |
![]() | '-' is not followed by whitespace. | 39 |
![]() | '*' is not preceded with whitespace. | 39 |
![]() | '*' is not followed by whitespace. | 39 |
![]() | '.5' is a magic number. | 39 |
![]() | '<' is not preceded with whitespace. | 39 |
![]() | '.25' is a magic number. | 39 |
![]() | '<' is not followed by whitespace. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter s should be final. | 49 |
![]() | 's' hides a field. | 49 |
![]() | Parameter x0 should be final. | 57 |
![]() | 'x0' hides a field. | 57 |
![]() | Parameter y0 should be final. | 57 |
![]() | 'y0' hides a field. | 57 |
![]() | Parameter x0 should be final. | 66 |
![]() | 'x0' hides a field. | 66 |
![]() | Parameter y0 should be final. | 66 |
![]() | 'y0' hides a field. | 66 |
![]() | Parameter s should be final. | 66 |
![]() | 's' hides a field. | 66 |
![]() | Parameter x0 should be final. | 76 |
![]() | 'x0' hides a field. | 76 |
![]() | Parameter y0 should be final. | 76 |
![]() | 'y0' hides a field. | 76 |
![]() | Parameter s should be final. | 76 |
![]() | 's' hides a field. | 76 |
![]() | Parameter theta should be final. | 76 |
![]() | 'theta' hides a field. | 76 |
![]() | Line has trailing spaces. | 85 |
![]() | Parameter point should be final. | 88 |
![]() | Parameter point should be final. | 96 |
![]() | Parameter s should be final. | 96 |
![]() | 's' hides a field. | 96 |
![]() | Parameter point should be final. | 105 |
![]() | Parameter s should be final. | 105 |
![]() | 's' hides a field. | 105 |
![]() | Parameter theta should be final. | 105 |
![]() | 'theta' hides a field. | 105 |
![]() | Method 'setOrigin' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter point should be final. | 113 |
![]() | Expected @param tag for 'point'. | 113 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter s should be final. | 130 |
![]() | 's' hides a field. | 130 |
![]() | Expected @param tag for 's'. | 130 |
![]() | Method 'setAngle' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter theta should be final. | 138 |
![]() | 'theta' hides a field. | 138 |
![]() | Expected @param tag for 'theta'. | 138 |
![]() | Method 'getTheta' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Line has trailing spaces. | 148 |
![]() | Method 'getClosestVertex' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter point should be final. | 151 |
![]() | '*' is not preceded with whitespace. | 158 |
![]() | '*' is not followed by whitespace. | 158 |
![]() | '3' is a magic number. | 158 |
![]() | '/' is not preceded with whitespace. | 158 |
![]() | '/' is not followed by whitespace. | 158 |
![]() | '/' is not preceded with whitespace. | 160 |
![]() | '/' is not followed by whitespace. | 160 |
![]() | '/' is not preceded with whitespace. | 161 |
![]() | '/' is not followed by whitespace. | 161 |
![]() | '*' is not preceded with whitespace. | 164 |
![]() | '*' is not followed by whitespace. | 164 |
![]() | '*' is not preceded with whitespace. | 165 |
![]() | '*' is not followed by whitespace. | 165 |
![]() | '/' is not preceded with whitespace. | 172 |
![]() | '/' is not followed by whitespace. | 172 |
![]() | '*' is not preceded with whitespace. | 172 |
![]() | '*' is not followed by whitespace. | 172 |
![]() | '/' is not preceded with whitespace. | 173 |
![]() | '/' is not followed by whitespace. | 173 |
![]() | '*' is not preceded with whitespace. | 173 |
![]() | '*' is not followed by whitespace. | 173 |
![]() | '/' is not preceded with whitespace. | 174 |
![]() | '/' is not followed by whitespace. | 174 |
![]() | '+' is not preceded with whitespace. | 174 |
![]() | '+' is not followed by whitespace. | 174 |
![]() | '.5' is a magic number. | 174 |
![]() | '*' is not preceded with whitespace. | 174 |
![]() | '*' is not followed by whitespace. | 174 |
![]() | '/' is not preceded with whitespace. | 176 |
![]() | '/' is not followed by whitespace. | 176 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' is not followed by whitespace. | 176 |
![]() | '.5' is a magic number. | 176 |
![]() | '*' is not preceded with whitespace. | 176 |
![]() | '*' is not followed by whitespace. | 176 |
![]() | '/' is not preceded with whitespace. | 177 |
![]() | '/' is not followed by whitespace. | 177 |
![]() | '*' is not preceded with whitespace. | 177 |
![]() | '*' is not followed by whitespace. | 177 |
![]() | '/' is not preceded with whitespace. | 178 |
![]() | '/' is not followed by whitespace. | 178 |
![]() | '*' is not preceded with whitespace. | 178 |
![]() | '*' is not followed by whitespace. | 178 |
![]() | '<' is not preceded with whitespace. | 185 |
![]() | '<' is not followed by whitespace. | 185 |
![]() | '<' is not preceded with whitespace. | 191 |
![]() | '<' is not followed by whitespace. | 191 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter box should be final. | 203 |
![]() | '*' is not preceded with whitespace. | 208 |
![]() | '*' is not followed by whitespace. | 208 |
![]() | '3' is a magic number. | 208 |
![]() | '/' is not preceded with whitespace. | 208 |
![]() | '/' is not followed by whitespace. | 208 |
![]() | '<' is not preceded with whitespace. | 211 |
![]() | '3' is a magic number. | 211 |
![]() | '<' is not followed by whitespace. | 211 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' is not followed by 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 |
![]() | '3.0' is a magic number. | 213 |
![]() | '*' is not preceded with whitespace. | 228 |
![]() | '*' is not followed by whitespace. | 228 |
![]() | '3' is a magic number. | 228 |
![]() | '/' is not preceded with whitespace. | 228 |
![]() | '/' is not followed by whitespace. | 228 |
![]() | '/' is not preceded with whitespace. | 229 |
![]() | '/' is not followed by whitespace. | 229 |
![]() | '/' is not preceded with whitespace. | 230 |
![]() | '/' is not followed by whitespace. | 230 |
![]() | '<=' is not preceded with whitespace. | 233 |
![]() | '<=' is not followed by whitespace. | 233 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | 'if' construct must use '{}'s. | 236 |
![]() | Line has trailing spaces. | 246 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Parameter box should be final. | 249 |
![]() | '*' is not preceded with whitespace. | 254 |
![]() | '*' is not followed by whitespace. | 254 |
![]() | '3' is a magic number. | 254 |
![]() | '/' is not preceded with whitespace. | 254 |
![]() | '/' is not followed by whitespace. | 254 |
![]() | '/' is not preceded with whitespace. | 272 |
![]() | '/' is not followed by whitespace. | 272 |
![]() | '/' is not preceded with whitespace. | 273 |
![]() | '/' is not followed by whitespace. | 273 |
![]() | '<=' is not preceded with whitespace. | 276 |
![]() | '<=' is not followed by whitespace. | 276 |
![]() | '*' is not preceded with whitespace. | 279 |
![]() | '*' is not followed by whitespace. | 279 |
![]() | Avoid inline conditionals. | 290 |
![]() | '*' is not preceded with whitespace. | 290 |
![]() | '*' is not followed by whitespace. | 290 |
![]() | '.5' is a magic number. | 290 |
![]() | '-' is not preceded with whitespace. | 293 |
![]() | '-' is not followed by whitespace. | 293 |
![]() | '/' is not preceded with whitespace. | 293 |
![]() | '/' is not followed by whitespace. | 293 |
![]() | '-' is not preceded with whitespace. | 294 |
![]() | '-' is not followed by whitespace. | 294 |
![]() | '/' is not preceded with whitespace. | 294 |
![]() | '/' is not followed by whitespace. | 294 |
![]() | 'if' construct must use '{}'s. | 297 |
![]() | '<' is not preceded with whitespace. | 297 |
![]() | '<' is not followed by whitespace. | 297 |
![]() | 'for' construct must use '{}'s. | 299 |
![]() | '<=' is not preceded with whitespace. | 299 |
![]() | '<=' is not followed by whitespace. | 299 |
![]() | '*' is not preceded with whitespace. | 300 |
![]() | '*' is not followed by whitespace. | 300 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | First sentence should end with a period. | 81 |
![]() | Variable 'x0' must be private and have accessor methods. | 84 |
![]() | Variable 'y0' must be private and have accessor methods. | 84 |
![]() | Variable 'dx' must be private and have accessor methods. | 89 |
![]() | Variable 'dy' must be private and have accessor methods. | 89 |
![]() | Expected an @return tag. | 98 |
![]() | 'static' modifier out of order with the JLS suggestions. | 98 |
![]() | Parameter l1 should be final. | 98 |
![]() | Expected @param tag for 'l1'. | 98 |
![]() | Parameter l2 should be final. | 99 |
![]() | Expected @param tag for 'l2'. | 99 |
![]() | '-' is not preceded with whitespace. | 100 |
![]() | '-' is not followed by whitespace. | 100 |
![]() | '*' is not preceded with whitespace. | 100 |
![]() | '*' is not followed by whitespace. | 100 |
![]() | '-' is not preceded with whitespace. | 100 |
![]() | '-' is not followed by whitespace. | 100 |
![]() | '-' is not preceded with whitespace. | 100 |
![]() | '-' is not followed by whitespace. | 100 |
![]() | '*' is not preceded with whitespace. | 100 |
![]() | '*' is not followed by whitespace. | 100 |
![]() | '/' is not followed by whitespace. | 101 |
![]() | '*' is not preceded with whitespace. | 101 |
![]() | '*' is not followed by whitespace. | 101 |
![]() | '-' is not preceded with whitespace. | 101 |
![]() | '-' is not followed by whitespace. | 101 |
![]() | '*' is not preceded with whitespace. | 101 |
![]() | '*' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '*' is not preceded with whitespace. | 102 |
![]() | '*' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '*' is not preceded with whitespace. | 102 |
![]() | '*' is not followed by whitespace. | 102 |
![]() | Expected an @return tag. | 108 |
![]() | 'static' modifier out of order with the JLS suggestions. | 108 |
![]() | Parameter line1 should be final. | 108 |
![]() | Expected @param tag for 'line1'. | 108 |
![]() | Parameter line2 should be final. | 109 |
![]() | Expected @param tag for 'line2'. | 109 |
![]() | 'if' construct must use '{}'s. | 111 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '-' is not preceded with whitespace. | 111 |
![]() | '-' is not followed by whitespace. | 111 |
![]() | '*' is not preceded with whitespace. | 111 |
![]() | '*' is not followed by whitespace. | 111 |
![]() | '>' is not preceded with whitespace. | 111 |
![]() | '>' is not followed by whitespace. | 111 |
![]() | '-' is not preceded with whitespace. | 116 |
![]() | '-' is not followed by whitespace. | 116 |
![]() | '*' is not preceded with whitespace. | 116 |
![]() | '*' is not followed by whitespace. | 116 |
![]() | '-' is not preceded with whitespace. | 116 |
![]() | '-' is not followed by whitespace. | 116 |
![]() | '-' is not preceded with whitespace. | 116 |
![]() | '-' is not followed by whitespace. | 116 |
![]() | '*' is not followed by whitespace. | 117 |
![]() | '/' is not followed by whitespace. | 118 |
![]() | '<' is not preceded with whitespace. | 118 |
![]() | '<' is not followed by whitespace. | 118 |
![]() | Expected an @return tag. | 124 |
![]() | 'static' modifier out of order with the JLS suggestions. | 124 |
![]() | Parameter line1 should be final. | 124 |
![]() | Expected @param tag for 'line1'. | 124 |
![]() | Parameter line2 should be final. | 125 |
![]() | Expected @param tag for 'line2'. | 125 |
![]() | '*' is not preceded with whitespace. | 126 |
![]() | '*' is not followed by whitespace. | 126 |
![]() | '-' is not preceded with whitespace. | 126 |
![]() | '-' is not followed by whitespace. | 126 |
![]() | '*' is not preceded with whitespace. | 126 |
![]() | '*' is not followed by whitespace. | 126 |
![]() | '<' is not preceded with whitespace. | 126 |
![]() | '<' is not followed by whitespace. | 126 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter x0 should be final. | 132 |
![]() | 'x0' hides a field. | 132 |
![]() | Parameter y0 should be final. | 132 |
![]() | 'y0' hides a field. | 132 |
![]() | Parameter dx should be final. | 132 |
![]() | 'dx' hides a field. | 132 |
![]() | Parameter dy should be final. | 132 |
![]() | 'dy' hides a field. | 132 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter point should be final. | 139 |
![]() | Parameter vector should be final. | 139 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter line should be final. | 146 |
![]() | Method 'isColinear' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter linear should be final. | 153 |
![]() | 'if' construct must use '{}'s. | 155 |
![]() | '>' is not preceded with whitespace. | 161 |
![]() | '>' is not followed by whitespace. | 161 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | Conditional logic can be removed. | 162 |
![]() | '-' is not preceded with whitespace. | 162 |
![]() | '-' is not followed by whitespace. | 162 |
![]() | '*' is not preceded with whitespace. | 162 |
![]() | '*' is not followed by whitespace. | 162 |
![]() | '/' is not preceded with whitespace. | 162 |
![]() | '/' is not followed by whitespace. | 162 |
![]() | '+' is not preceded with whitespace. | 162 |
![]() | '+' is not followed by whitespace. | 162 |
![]() | '-' is not preceded with whitespace. | 162 |
![]() | '-' is not followed by whitespace. | 162 |
![]() | '>' is not preceded with whitespace. | 162 |
![]() | '>' is not followed by whitespace. | 162 |
![]() | 'else' construct must use '{}'s. | 164 |
![]() | 'if' construct must use '{}'s. | 167 |
![]() | Conditional logic can be removed. | 167 |
![]() | '-' is not preceded with whitespace. | 167 |
![]() | '-' is not followed by whitespace. | 167 |
![]() | '*' is not preceded with whitespace. | 167 |
![]() | '*' is not followed by whitespace. | 167 |
![]() | '/' is not preceded with whitespace. | 167 |
![]() | '/' is not followed by whitespace. | 167 |
![]() | '+' is not preceded with whitespace. | 167 |
![]() | '+' is not followed by whitespace. | 167 |
![]() | '-' is not preceded with whitespace. | 167 |
![]() | '-' is not followed by whitespace. | 167 |
![]() | '>' is not preceded with whitespace. | 167 |
![]() | '>' is not followed by whitespace. | 167 |
![]() | 'else' construct must use '{}'s. | 169 |
![]() | Expected an @return tag. | 177 |
![]() | Method 'isParallel' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter line should be final. | 177 |
![]() | Expected @param tag for 'line'. | 177 |
![]() | Expected an @return tag. | 185 |
![]() | Method 'supportContains' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Parameter x should be final. | 185 |
![]() | Expected @param tag for 'x'. | 185 |
![]() | Parameter y should be final. | 185 |
![]() | Expected @param tag for 'y'. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | '*' is not preceded with whitespace. | 186 |
![]() | '*' is not followed by whitespace. | 186 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | '*' is not preceded with whitespace. | 186 |
![]() | '*' is not followed by whitespace. | 186 |
![]() | '/' is not preceded with whitespace. | 186 |
![]() | '/' is not followed by whitespace. | 186 |
![]() | '<' is not preceded with whitespace. | 186 |
![]() | '<' is not followed by whitespace. | 186 |
![]() | Expected an @return tag. | 198 |
![]() | Method 'getParametric' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Array brackets at illegal position. | 199 |
![]() | Line has trailing spaces. | 210 |
![]() | Method 'getCartesianEquation' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Array brackets at illegal position. | 214 |
![]() | '3' is a magic number. | 214 |
![]() | '*' is not preceded with whitespace. | 217 |
![]() | '*' is not followed by whitespace. | 217 |
![]() | '-' is not preceded with whitespace. | 217 |
![]() | '-' is not followed by whitespace. | 217 |
![]() | '*' is not preceded with whitespace. | 217 |
![]() | '*' is not followed by whitespace. | 217 |
![]() | Line has trailing spaces. | 223 |
![]() | Method 'getPolarCoefficients' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Array brackets at illegal position. | 229 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | '>' is not preceded with whitespace. | 232 |
![]() | '>' is not followed by whitespace. | 232 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '%' is not preceded with whitespace. | 233 |
![]() | '%' is not followed by whitespace. | 233 |
![]() | '*' is not preceded with whitespace. | 233 |
![]() | '*' is not followed by whitespace. | 233 |
![]() | 'else' construct must use '{}'s. | 234 |
![]() | Line has trailing spaces. | 242 |
![]() | Method 'getSignedPolarCoefficients' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Array brackets at illegal position. | 248 |
![]() | Method 'getPositionOnLine' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Parameter point should be final. | 254 |
![]() | Expected an @return tag. | 265 |
![]() | Method 'getPositionOnLine' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Parameter x should be final. | 265 |
![]() | Expected @param tag for 'x'. | 265 |
![]() | Parameter y should be final. | 265 |
![]() | Expected @param tag for 'y'. | 265 |
![]() | '-' is not preceded with whitespace. | 266 |
![]() | '-' is not followed by whitespace. | 266 |
![]() | '*' is not preceded with whitespace. | 266 |
![]() | '*' is not followed by whitespace. | 266 |
![]() | '+' is not preceded with whitespace. | 266 |
![]() | '+' is not followed by whitespace. | 266 |
![]() | '-' is not preceded with whitespace. | 266 |
![]() | '-' is not followed by whitespace. | 266 |
![]() | '*' is not preceded with whitespace. | 266 |
![]() | '*' is not followed by whitespace. | 266 |
![]() | '/' is not preceded with whitespace. | 266 |
![]() | '/' is not followed by whitespace. | 266 |
![]() | '*' is not preceded with whitespace. | 266 |
![]() | '*' is not followed by whitespace. | 266 |
![]() | '+' is not preceded with whitespace. | 266 |
![]() | '+' is not followed by whitespace. | 266 |
![]() | '*' is not preceded with whitespace. | 266 |
![]() | '*' is not followed by whitespace. | 266 |
![]() | Line has trailing spaces. | 272 |
![]() | Method 'getProjectedPoint' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Parameter p should be final. | 277 |
![]() | Line has trailing spaces. | 284 |
![]() | Method 'getProjectedPoint' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Parameter x should be final. | 289 |
![]() | Parameter y should be final. | 289 |
![]() | 'if' construct must use '{}'s. | 290 |
![]() | '+' is not preceded with whitespace. | 297 |
![]() | '+' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '+' is not preceded with whitespace. | 297 |
![]() | '+' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | Line has trailing spaces. | 302 |
![]() | Method 'getSymmetric' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Parameter p should be final. | 307 |
![]() | Line has trailing spaces. | 314 |
![]() | Method 'getSymmetric' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Parameter x should be final. | 319 |
![]() | Parameter y should be final. | 319 |
![]() | '*' is not preceded with whitespace. | 321 |
![]() | '*' is not followed by whitespace. | 321 |
![]() | '*' is not preceded with whitespace. | 324 |
![]() | '*' is not followed by whitespace. | 324 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | '*' is not preceded with whitespace. | 324 |
![]() | '*' is not followed by whitespace. | 324 |
![]() | '-' is not preceded with whitespace. | 324 |
![]() | '-' is not followed by whitespace. | 324 |
![]() | '*' is not preceded with whitespace. | 324 |
![]() | '*' is not followed by whitespace. | 324 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | '*' is not preceded with whitespace. | 324 |
![]() | '*' is not followed by whitespace. | 324 |
![]() | '-' is not preceded with whitespace. | 324 |
![]() | '-' is not followed by whitespace. | 324 |
![]() | Line has trailing spaces. | 330 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Parameter point should be final. | 334 |
![]() | Line has trailing spaces. | 341 |
![]() | Method 'getPerpendicular' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Parameter point should be final. | 345 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Method 'getVector' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Expected an @return tag. | 365 |
![]() | Method 'getHorizontalAngle' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | '+' is not preceded with whitespace. | 366 |
![]() | '+' is not followed by whitespace. | 366 |
![]() | '*' is not preceded with whitespace. | 366 |
![]() | '*' is not followed by whitespace. | 366 |
![]() | '%' is not preceded with whitespace. | 366 |
![]() | '%' is not followed by whitespace. | 366 |
![]() | '*' is not preceded with whitespace. | 366 |
![]() | '*' is not followed by whitespace. | 366 |
![]() | Expected an @return tag. | 373 |
![]() | Method 'getIntersection' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() | Parameter line should be final. | 373 |
![]() | Expected @param tag for 'line'. | 373 |
![]() | 'if' construct must use '{}'s. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '-' is not preceded with whitespace. | 379 |
![]() | '-' is not followed by whitespace. | 379 |
![]() | '*' is not preceded with whitespace. | 379 |
![]() | '*' is not followed by whitespace. | 379 |
![]() | '<' is not preceded with whitespace. | 379 |
![]() | '<' is not followed by whitespace. | 379 |
![]() | '-' is not preceded with whitespace. | 386 |
![]() | '-' is not followed by whitespace. | 386 |
![]() | '*' is not preceded with whitespace. | 386 |
![]() | '*' is not followed by whitespace. | 386 |
![]() | '-' is not preceded with whitespace. | 386 |
![]() | '-' is not followed by whitespace. | 386 |
![]() | '-' is not preceded with whitespace. | 386 |
![]() | '-' is not followed by whitespace. | 386 |
![]() | '*' is not preceded with whitespace. | 386 |
![]() | '*' is not followed by whitespace. | 386 |
![]() | '/' is not preceded with whitespace. | 386 |
![]() | '/' is not followed by whitespace. | 386 |
![]() | '*' is not preceded with whitespace. | 386 |
![]() | '*' is not followed by whitespace. | 386 |
![]() | '-' is not preceded with whitespace. | 386 |
![]() | '-' is not followed by whitespace. | 386 |
![]() | '*' is not preceded with whitespace. | 386 |
![]() | '*' is not followed by whitespace. | 386 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '*' is not preceded with whitespace. | 389 |
![]() | '*' is not followed by whitespace. | 389 |
![]() | 'if' construct must use '{}'s. | 393 |
![]() | '&&' is not preceded with whitespace. | 393 |
![]() | '&&' is not followed by whitespace. | 393 |
![]() | Method 'getSupportingLine' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Line has trailing spaces. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Parameter dist should be final. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Missing a Javadoc comment. | 416 |
![]() | 'if' construct must use '{}'s. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | 'if' is not followed by whitespace. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | '-' is not preceded with whitespace. | 418 |
![]() | '-' is not followed by whitespace. | 418 |
![]() | '*' is not preceded with whitespace. | 418 |
![]() | '*' is not followed by whitespace. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 424 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Parameter pos should be final. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | '*' is not preceded with whitespace. | 425 |
![]() | '*' is not followed by whitespace. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Missing a Javadoc comment. | 431 |
![]() | Parameter length should be final. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | '/' is not preceded with whitespace. | 432 |
![]() | '/' is not followed by whitespace. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Parameter inv should be final. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Line has trailing spaces. | 442 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | '<' is not preceded with whitespace. | 453 |
![]() | '<' is not followed by whitespace. | 453 |
![]() | '{' is not preceded with whitespace. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | '{' is not preceded with whitespace. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | '{' is not preceded with whitespace. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | '{' is not preceded with whitespace. | 466 |
![]() | Line is longer than 80 characters. | 467 |
![]() | Line contains a tab character. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line has trailing spaces. | 476 |
![]() | Line contains a tab character. | 481 |
![]() | '*' is not preceded with whitespace. | 481 |
![]() | '*' is not followed by whitespace. | 481 |
![]() | '/' is not preceded with whitespace. | 481 |
![]() | '/' is not followed by whitespace. | 481 |
![]() | '/' is not preceded with whitespace. | 481 |
![]() | '/' is not followed by whitespace. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line has trailing spaces. | 486 |
![]() | Line contains a tab character. | 489 |
![]() | Line has trailing spaces. | 491 |
![]() | Avoid inline conditionals. | 494 |
![]() | Avoid inline conditionals. | 495 |
![]() | Line has trailing spaces. | 496 |
![]() | Line has trailing spaces. | 500 |
![]() | Line contains a tab character. | 503 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 509 |
![]() | Missing a Javadoc comment. | 509 |
![]() | Parameter point should be final. | 509 |
![]() | 'if' construct must use '{}'s. | 515 |
![]() | '==' is not preceded with whitespace. | 515 |
![]() | '==' is not followed by whitespace. | 515 |
![]() | 'else' construct must use '{}'s. | 517 |
![]() | '+' is not followed by whitespace. | 519 |
![]() | '*' is not preceded with whitespace. | 519 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | '+' is not preceded with whitespace. | 519 |
![]() | '+' is not followed by whitespace. | 519 |
![]() | '*' is not preceded with whitespace. | 519 |
![]() | '*' is not followed by whitespace. | 519 |
![]() | 'if' construct must use '{}'s. | 521 |
![]() | '==' is not preceded with whitespace. | 521 |
![]() | '==' is not followed by whitespace. | 521 |
![]() | 'else' construct must use '{}'s. | 523 |
![]() | '+' is not followed by whitespace. | 525 |
![]() | '*' is not preceded with whitespace. | 525 |
![]() | '*' is not followed by whitespace. | 525 |
![]() | '+' is not preceded with whitespace. | 525 |
![]() | '+' is not followed by whitespace. | 525 |
![]() | '*' is not preceded with whitespace. | 525 |
![]() | '*' is not followed by whitespace. | 525 |
![]() | 'if' construct must use '{}'s. | 528 |
![]() | '>' is not preceded with whitespace. | 528 |
![]() | '>' is not followed by whitespace. | 528 |
![]() | '-' is not preceded with whitespace. | 529 |
![]() | '-' is not followed by whitespace. | 529 |
![]() | 'else' construct must use '{}'s. | 530 |
![]() | '*' is not preceded with whitespace. | 531 |
![]() | '*' is not followed by whitespace. | 531 |
![]() | '-' is not preceded with whitespace. | 531 |
![]() | '-' is not followed by whitespace. | 531 |
![]() | '+' is not preceded with whitespace. | 531 |
![]() | '+' is not followed by whitespace. | 531 |
![]() | 'if' construct must use '{}'s. | 533 |
![]() | '>' is not preceded with whitespace. | 533 |
![]() | '>' is not followed by whitespace. | 533 |
![]() | '-' is not preceded with whitespace. | 534 |
![]() | '-' is not followed by whitespace. | 534 |
![]() | '-' is not preceded with whitespace. | 534 |
![]() | '-' is not followed by whitespace. | 534 |
![]() | '*' is not preceded with whitespace. | 534 |
![]() | '*' is not followed by whitespace. | 534 |
![]() | 'else' construct must use '{}'s. | 535 |
![]() | '-' is not preceded with whitespace. | 536 |
![]() | '-' is not followed by whitespace. | 536 |
![]() | Expected an @return tag. | 547 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() | Parameter p should be final. | 547 |
![]() | Expected @param tag for 'p'. | 547 |
![]() | Expected an @return tag. | 558 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Parameter x should be final. | 558 |
![]() | Expected @param tag for 'x'. | 558 |
![]() | Parameter y should be final. | 558 |
![]() | Expected @param tag for 'y'. | 558 |
![]() | '-' is not preceded with whitespace. | 559 |
![]() | '-' is not followed by whitespace. | 559 |
![]() | '*' is not preceded with whitespace. | 559 |
![]() | '*' is not followed by whitespace. | 559 |
![]() | '-' is not preceded with whitespace. | 559 |
![]() | '-' is not followed by whitespace. | 559 |
![]() | '-' is not preceded with whitespace. | 559 |
![]() | '-' is not followed by whitespace. | 559 |
![]() | '*' is not preceded with whitespace. | 559 |
![]() | '*' is not followed by whitespace. | 559 |
![]() | '/' is not preceded with whitespace. | 559 |
![]() | '/' is not followed by whitespace. | 559 |
![]() | Line has trailing spaces. | 565 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 569 |
![]() | Parameter p should be final. | 569 |
![]() | '-' is not preceded with whitespace. | 570 |
![]() | '-' is not followed by whitespace. | 570 |
![]() | '*' is not preceded with whitespace. | 570 |
![]() | '*' is not followed by whitespace. | 570 |
![]() | '-' is not preceded with whitespace. | 570 |
![]() | '-' is not followed by whitespace. | 570 |
![]() | '-' is not preceded with whitespace. | 570 |
![]() | '-' is not followed by whitespace. | 570 |
![]() | '*' is not preceded with whitespace. | 570 |
![]() | '*' is not followed by whitespace. | 570 |
![]() | '<' is not preceded with whitespace. | 570 |
![]() | '<' is not followed by whitespace. | 570 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() | Missing a Javadoc comment. | 576 |
![]() | Parameter t should be final. | 576 |
![]() | Expected an @return tag. | 583 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() | Parameter t should be final. | 583 |
![]() | Expected @param tag for 't'. | 583 |
![]() | Expected an @return tag. | 594 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 594 |
![]() | Expected an @return tag. | 605 |
![]() | Line contains a tab character. | 605 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 605 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() | Missing a Javadoc comment. | 611 |
![]() | Parameter line should be final. | 611 |
![]() | 'if' construct must use '{}'s. | 615 |
![]() | '==' is not preceded with whitespace. | 615 |
![]() | '==' is not followed by whitespace. | 615 |
![]() | Unclosed HTML tag found: <code> t = (xp - x0)/dx <\code>, or equivalently:<p> | 627 |
![]() | Expected an @return tag. | 631 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 631 |
![]() | Parameter point should be final. | 631 |
![]() | Expected @param tag for 'point'. | 631 |
![]() | 'if' construct must use '{}'s. | 635 |
![]() | '<' is not preceded with whitespace. | 635 |
![]() | '<' is not followed by whitespace. | 635 |
![]() | 'if' construct must use '{}'s. | 637 |
![]() | '>' is not preceded with whitespace. | 637 |
![]() | '>' is not followed by whitespace. | 637 |
![]() | Unclosed HTML tag found: <code> t = (xp - x0)/dx <\code>, or equivalently:<p> | 646 |
![]() | Expected an @return tag. | 651 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 651 |
![]() | Parameter point should be final. | 651 |
![]() | Expected @param tag for 'point'. | 651 |
![]() | Expected an @return tag. | 663 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 663 |
![]() | Parameter t0 should be final. | 663 |
![]() | Expected @param tag for 't0'. | 663 |
![]() | Parameter t1 should be final. | 663 |
![]() | Expected @param tag for 't1'. | 663 |
![]() | 'if' construct must use '{}'s. | 667 |
![]() | 'else' construct must use '{}'s. | 669 |
![]() | 'if' construct must use '{}'s. | 673 |
![]() | 'else' construct must use '{}'s. | 675 |
![]() | Line contains a tab character. | 680 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | Line contains a tab character. | 682 |
![]() | Expected an @return tag. | 693 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 693 |
![]() | Parameter p should be final. | 693 |
![]() | Expected @param tag for 'p'. | 693 |
![]() | Line has trailing spaces. | 701 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 706 |
![]() | Parameter x should be final. | 706 |
![]() | Parameter y should be final. | 706 |
![]() | Line contains a tab character. | 707 |
![]() | Line has trailing spaces. | 709 |
![]() | 'if' construct must use '{}'s. | 711 |
![]() | Line has trailing spaces. | 713 |
![]() | 'if' construct must use '{}'s. | 716 |
![]() | 'if' is not followed by whitespace. | 716 |
![]() | Line contains a tab character. | 717 |
![]() | 'if' construct must use '{}'s. | 718 |
![]() | 'if' is not followed by whitespace. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 720 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 723 |
![]() | Missing a Javadoc comment. | 723 |
![]() | Parameter p should be final. | 723 |
![]() | Expected an @return tag. | 730 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 730 |
![]() | '<' is not preceded with whitespace. | 731 |
![]() | '<' is not followed by whitespace. | 731 |
![]() | Missing a Javadoc comment. | 734 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 736 |
![]() | Missing a Javadoc comment. | 736 |
![]() | Parameter box should be final. | 736 |
![]() | Line has trailing spaces. | 742 |
![]() | Line contains a tab character. | 743 |
![]() | 'if' construct must use '{}'s. | 747 |
![]() | Line has trailing spaces. | 752 |
![]() | Expected an @return tag. | 756 |
![]() | Line contains a tab character. | 756 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter initialPoint should be final. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter points should be final. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter xcoords should be final. | 58 |
![]() | Parameter ycoords should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter points should be final. | 62 |
![]() | Expected an @return tag. | 75 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '>' is not preceded with whitespace. | 79 |
![]() | '>' is not followed by whitespace. | 79 |
![]() | 'for' construct must use '{}'s. | 81 |
![]() | '<' is not preceded with whitespace. | 81 |
![]() | '<' is not followed by whitespace. | 81 |
![]() | '-' is not preceded with whitespace. | 82 |
![]() | '-' is not followed by whitespace. | 82 |
![]() | Expected an @return tag. | 91 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter t0 should be final. | 92 |
![]() | Expected @param tag for 't0'. | 92 |
![]() | Parameter t1 should be final. | 92 |
![]() | Expected @param tag for 't1'. | 92 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '==' is not preceded with whitespace. | 109 |
![]() | '==' is not followed by whitespace. | 109 |
![]() | '&&' is not preceded with whitespace. | 109 |
![]() | '&&' is not followed by whitespace. | 109 |
![]() | '<' is not preceded with whitespace. | 109 |
![]() | '<' is not followed by whitespace. | 109 |
![]() | '>' is not preceded with whitespace. | 120 |
![]() | '>' is not followed by whitespace. | 120 |
![]() | 'for' construct must use '{}'s. | 122 |
![]() | '+' is not preceded with whitespace. | 122 |
![]() | '+' is not followed by whitespace. | 122 |
![]() | '<=' is not preceded with whitespace. | 122 |
![]() | '<=' is not followed by whitespace. | 122 |
![]() | 'for' construct must use '{}'s. | 126 |
![]() | '+' is not preceded with whitespace. | 126 |
![]() | '+' is not followed by whitespace. | 126 |
![]() | '<' is not preceded with whitespace. | 126 |
![]() | '<' is not followed by whitespace. | 126 |
![]() | 'for' construct must use '{}'s. | 130 |
![]() | '<=' is not preceded with whitespace. | 130 |
![]() | '<=' is not followed by whitespace. | 130 |
![]() | Expected an @return tag. | 147 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter trans should be final. | 148 |
![]() | Expected @param tag for 'trans'. | 148 |
![]() | 'for' construct must use '{}'s. | 150 |
![]() | '<' is not preceded with whitespace. | 150 |
![]() | '<' is not followed by whitespace. | 150 |
![]() | Line has trailing spaces. | 154 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 44 |
![]() | Unclosed HTML tag found: <code></p> | 44 |
![]() | Unclosed HTML tag found: <code>t<code> comprised between -INFINITY and 0. | 45 |
![]() | Unclosed HTML tag found: <code>point1<\code>, and going in the | 69 |
![]() | Parameter point1 should be final. | 72 |
![]() | Expected @param tag for 'point1'. | 72 |
![]() | Parameter point2 should be final. | 72 |
![]() | Expected @param tag for 'point2'. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | '-' is not preceded with whitespace. | 74 |
![]() | '-' is not followed by whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | '-' is not preceded with whitespace. | 75 |
![]() | '-' is not followed by whitespace. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Unclosed HTML tag found: <code>(x1,y1)<\code>, and going | 80 |
![]() | Parameter x1 should be final. | 83 |
![]() | Expected @param tag for 'x1'. | 83 |
![]() | Parameter y1 should be final. | 83 |
![]() | Expected @param tag for 'y1'. | 83 |
![]() | Parameter dx should be final. | 83 |
![]() | Expected @param tag for 'dx'. | 83 |
![]() | Parameter dy should be final. | 83 |
![]() | Expected @param tag for 'dy'. | 83 |
![]() | Line has trailing spaces. | 88 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 88 |
![]() | Parameter point should be final. | 91 |
![]() | Expected @param tag for 'point'. | 91 |
![]() | Parameter dx should be final. | 91 |
![]() | Expected @param tag for 'dx'. | 91 |
![]() | Parameter dy should be final. | 91 |
![]() | Expected @param tag for 'dy'. | 91 |
![]() | Line has trailing spaces. | 96 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 96 |
![]() | Parameter point should be final. | 99 |
![]() | Expected @param tag for 'point'. | 99 |
![]() | Parameter vector should be final. | 99 |
![]() | Expected @param tag for 'vector'. | 99 |
![]() | Line has trailing spaces. | 104 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 104 |
![]() | Parameter point should be final. | 107 |
![]() | Expected @param tag for 'point'. | 107 |
![]() | Parameter angle should be final. | 107 |
![]() | Expected @param tag for 'angle'. | 107 |
![]() | Line has trailing spaces. | 113 |
![]() | Unclosed HTML tag found: <code>(x, y)<\code>, and going | 113 |
![]() | Parameter x should be final. | 116 |
![]() | Expected @param tag for 'x'. | 116 |
![]() | Parameter y should be final. | 116 |
![]() | Expected @param tag for 'y'. | 116 |
![]() | Parameter angle should be final. | 116 |
![]() | Expected @param tag for 'angle'. | 116 |
![]() | Parameter line should be final. | 123 |
![]() | Expected @param tag for 'line'. | 123 |
![]() | Expected an @return tag. | 135 |
![]() | Line is longer than 80 characters. | 135 |
![]() | 'static' modifier out of order with the JLS suggestions. | 135 |
![]() | Parameter target should be final. | 135 |
![]() | Expected @param tag for 'target'. | 135 |
![]() | Parameter direction should be final. | 135 |
![]() | Expected @param tag for 'direction'. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter x0 should be final. | 147 |
![]() | Expected @param tag for 'x0'. | 147 |
![]() | Parameter y0 should be final. | 147 |
![]() | Expected @param tag for 'y0'. | 147 |
![]() | Parameter dx should be final. | 147 |
![]() | Expected @param tag for 'dx'. | 147 |
![]() | Parameter dy should be final. | 147 |
![]() | Expected @param tag for 'dy'. | 147 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter p1 should be final. | 158 |
![]() | Expected @param tag for 'p1'. | 158 |
![]() | Parameter p2 should be final. | 158 |
![]() | Expected @param tag for 'p2'. | 158 |
![]() | '-' is not preceded with whitespace. | 161 |
![]() | '-' is not followed by whitespace. | 161 |
![]() | '-' is not preceded with whitespace. | 162 |
![]() | '-' is not followed by whitespace. | 162 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter point should be final. | 169 |
![]() | Expected @param tag for 'point'. | 169 |
![]() | Parameter vect should be final. | 169 |
![]() | Expected @param tag for 'vect'. | 169 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter d should be final. | 182 |
![]() | '*' 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. | 183 |
![]() | '*' is not followed by whitespace. | 183 |
![]() | '+' is not preceded with whitespace. | 184 |
![]() | '+' is not followed by whitespace. | 184 |
![]() | '*' is not preceded with whitespace. | 184 |
![]() | '*' is not followed by whitespace. | 184 |
![]() | '/' is not preceded with whitespace. | 184 |
![]() | '/' is not followed by whitespace. | 184 |
![]() | '-' is not preceded with whitespace. | 184 |
![]() | '-' is not followed by whitespace. | 184 |
![]() | '*' is not preceded with whitespace. | 184 |
![]() | '*' is not followed by whitespace. | 184 |
![]() | '/' is not preceded with whitespace. | 184 |
![]() | '/' is not followed by whitespace. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | First sentence should end with a period. | 190 |
![]() | Expected an @return tag. | 191 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter path should be final. | 191 |
![]() | Expected @param tag for 'path'. | 191 |
![]() | First sentence should end with a period. | 195 |
![]() | Expected an @return tag. | 196 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter t should be final. | 203 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '+' is not preceded with whitespace. | 205 |
![]() | '+' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Expected an @return tag. | 224 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Parameter x should be final. | 228 |
![]() | Parameter y should be final. | 228 |
![]() | 'if' construct must use '{}'s. | 229 |
![]() | '<' is not preceded with whitespace. | 232 |
![]() | '<' is not followed by whitespace. | 232 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '+' is not preceded with whitespace. | 237 |
![]() | '+' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | '+' is not preceded with whitespace. | 237 |
![]() | '+' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Parameter trans should be final. | 241 |
![]() | '*' is not preceded with whitespace. | 243 |
![]() | '*' is not followed by whitespace. | 243 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' is not followed by whitespace. | 243 |
![]() | '*' is not preceded with whitespace. | 243 |
![]() | '*' is not followed by whitespace. | 243 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' is not followed by whitespace. | 243 |
![]() | '*' is not preceded with whitespace. | 244 |
![]() | '*' is not followed by whitespace. | 244 |
![]() | '3' is a magic number. | 244 |
![]() | '+' is not preceded with whitespace. | 244 |
![]() | '+' is not followed by whitespace. | 244 |
![]() | '*' is not preceded with whitespace. | 244 |
![]() | '*' is not followed by whitespace. | 244 |
![]() | '4' is a magic number. | 244 |
![]() | '+' is not preceded with whitespace. | 244 |
![]() | '+' is not followed by whitespace. | 244 |
![]() | '5' is a magic number. | 244 |
![]() | '*' is not preceded with whitespace. | 245 |
![]() | '*' is not followed by whitespace. | 245 |
![]() | '+' is not preceded with whitespace. | 245 |
![]() | '+' is not followed by whitespace. | 245 |
![]() | '*' is not preceded with whitespace. | 245 |
![]() | '*' is not followed by whitespace. | 245 |
![]() | '*' is not preceded with whitespace. | 245 |
![]() | '*' is not followed by whitespace. | 245 |
![]() | '3' is a magic number. | 245 |
![]() | '+' is not preceded with whitespace. | 245 |
![]() | '+' is not followed by whitespace. | 245 |
![]() | '*' is not followed by whitespace. | 246 |
![]() | '4' is a magic number. | 246 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Line has trailing spaces. | 257 |
![]() | '+' should be on a new line. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line has trailing spaces. | 260 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 261 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Parameter obj should be final. | 262 |
![]() | 'if' construct must use '{}'s. | 263 |
![]() | 'if' construct must use '{}'s. | 266 |
![]() | '-' is not preceded with whitespace. | 266 |
![]() | '-' is not followed by whitespace. | 266 |
![]() | '>' is not preceded with whitespace. | 266 |
![]() | '>' is not followed by whitespace. | 266 |
![]() | 'if' construct must use '{}'s. | 268 |
![]() | '-' is not preceded with whitespace. | 268 |
![]() | '-' is not followed by whitespace. | 268 |
![]() | '>' is not preceded with whitespace. | 268 |
![]() | '>' is not followed by whitespace. | 268 |
![]() | 'if' construct must use '{}'s. | 270 |
![]() | '-' is not preceded with whitespace. | 270 |
![]() | '-' is not followed by whitespace. | 270 |
![]() | '>' is not preceded with whitespace. | 270 |
![]() | '>' is not followed by whitespace. | 270 |
![]() | 'if' construct must use '{}'s. | 272 |
![]() | '-' is not preceded with whitespace. | 272 |
![]() | '-' is not followed by whitespace. | 272 |
![]() | '>' is not preceded with whitespace. | 272 |
![]() | '>' is not followed by whitespace. | 272 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 277 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Variable 'p1' must be private and have accessor methods. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Variable 'p2' must be private and have accessor methods. | 91 |
![]() | Line has trailing spaces. | 101 |
![]() | Parameter line1 should be final. | 106 |
![]() | Parameter line2 should be final. | 106 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '<=' is not preceded with whitespace. | 113 |
![]() | '<=' is not followed by whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 115 |
![]() | '<=' is not preceded with whitespace. | 115 |
![]() | '<=' is not followed by whitespace. | 115 |
![]() | '&&' is not preceded with whitespace. | 116 |
![]() | '&&' is not followed by whitespace. | 116 |
![]() | Parameter point1 should be final. | 123 |
![]() | Expected @param tag for 'point1'. | 123 |
![]() | Parameter point2 should be final. | 123 |
![]() | Expected @param tag for 'point2'. | 123 |
![]() | Parameter x1 should be final. | 129 |
![]() | Expected @param tag for 'x1'. | 129 |
![]() | Parameter y1 should be final. | 129 |
![]() | Expected @param tag for 'y1'. | 129 |
![]() | Parameter x2 should be final. | 129 |
![]() | Expected @param tag for 'x2'. | 129 |
![]() | Parameter y2 should be final. | 129 |
![]() | Expected @param tag for 'y2'. | 129 |
![]() | Expected an @return tag. | 142 |
![]() | Parameter p1 should be final. | 142 |
![]() | Expected @param tag for 'p1'. | 142 |
![]() | Parameter p2 should be final. | 142 |
![]() | Expected @param tag for 'p2'. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 152 |
![]() | Method 'getPoint1' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Line has trailing spaces. | 161 |
![]() | Method 'getPoint2' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Method 'getX1' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Method 'getY1' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Method 'getX2' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Method 'getY2' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Line has trailing spaces. | 186 |
![]() | Method 'getOtherPoint' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Parameter point should be final. | 190 |
![]() | 'if' construct must use '{}'s. | 191 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | Method 'setPoint1' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Parameter point should be final. | 198 |
![]() | Method 'setPoint2' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter point should be final. | 202 |
![]() | Method 'isColinear' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter line should be final. | 209 |
![]() | Expected an @return tag. | 217 |
![]() | Method 'isParallel' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Parameter line should be final. | 217 |
![]() | Expected @param tag for 'line'. | 217 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Parameter dist should be final. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter d should be final. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | '-' is not preceded with whitespace. | 237 |
![]() | '-' is not followed by whitespace. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | '*' is not preceded with whitespace. | 239 |
![]() | '*' is not followed by whitespace. | 239 |
![]() | '+' is not preceded with whitespace. | 239 |
![]() | '+' is not followed by whitespace. | 239 |
![]() | '*' is not preceded with whitespace. | 239 |
![]() | '*' is not followed by whitespace. | 239 |
![]() | Line has trailing spaces. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '/' is not preceded with whitespace. | 241 |
![]() | '/' is not followed by whitespace. | 241 |
![]() | '-' is not preceded with whitespace. | 241 |
![]() | '-' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '/' is not preceded with whitespace. | 241 |
![]() | '/' is not followed by whitespace. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '/' is not preceded with whitespace. | 242 |
![]() | '/' is not followed by whitespace. | 242 |
![]() | '+' is not preceded with whitespace. | 242 |
![]() | '+' is not followed by whitespace. | 242 |
![]() | '-' is not preceded with whitespace. | 242 |
![]() | '-' is not followed by whitespace. | 242 |
![]() | '*' is not preceded with whitespace. | 242 |
![]() | '*' is not followed by whitespace. | 242 |
![]() | '/' is not preceded with whitespace. | 242 |
![]() | '/' is not followed by whitespace. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter pos should be final. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | '-' is not preceded with whitespace. | 256 |
![]() | '-' is not followed by whitespace. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | '-' is not preceded with whitespace. | 257 |
![]() | '-' is not followed by whitespace. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | '*' is not preceded with whitespace. | 258 |
![]() | '*' is not followed by whitespace. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Parameter length should be final. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | '-' is not preceded with whitespace. | 265 |
![]() | '-' is not followed by whitespace. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | '-' is not preceded with whitespace. | 266 |
![]() | '-' is not followed by whitespace. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | '/' is not preceded with whitespace. | 267 |
![]() | '/' is not followed by whitespace. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Parameter inv should be final. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line has trailing spaces. | 277 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line has trailing spaces. | 281 |
![]() | '<' is not preceded with whitespace. | 284 |
![]() | '<' is not followed by whitespace. | 284 |
![]() | '{' is not preceded with whitespace. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | 'p1' hides a field. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | 'p2' hides a field. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line has trailing spaces. | 289 |
![]() | Line contains a tab character. | 294 |
![]() | '*' is not preceded with whitespace. | 294 |
![]() | '*' is not followed by whitespace. | 294 |
![]() | '/' is not preceded with whitespace. | 294 |
![]() | '/' is not followed by whitespace. | 294 |
![]() | '/' is not preceded with whitespace. | 294 |
![]() | '/' is not followed by whitespace. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line has trailing spaces. | 299 |
![]() | Line has trailing spaces. | 303 |
![]() | Line contains a tab character. | 306 |
![]() | Line has trailing spaces. | 307 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Method 'getParametric' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Method 'getCartesianEquation' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Method 'getPolarCoefficients' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | Missing a Javadoc comment. | 321 |
![]() | Method 'getSignedPolarCoefficients' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Line has trailing spaces. | 331 |
![]() | Method 'getHorizontalAngle' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Line has trailing spaces. | 335 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Method 'getIntersection' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Parameter line should be final. | 339 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Method 'getSupportingLine' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Method 'getVector' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Line has trailing spaces. | 364 |
![]() | Line has trailing spaces. | 367 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Parameter p should be final. | 368 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Parameter x should be final. | 372 |
![]() | Parameter y should be final. | 372 |
![]() | Line has trailing spaces. | 376 |
![]() | Line has trailing spaces. | 379 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Expected an @return tag. | 394 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() | Line has trailing spaces. | 397 |
![]() | Expected an @return tag. | 404 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() | Parameter p should be final. | 404 |
![]() | Expected @param tag for 'p'. | 404 |
![]() | Expected an @return tag. | 411 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Parameter x should be final. | 411 |
![]() | Expected @param tag for 'x'. | 411 |
![]() | Parameter y should be final. | 411 |
![]() | Expected @param tag for 'y'. | 411 |
![]() | 'if' construct must use '{}'s. | 414 |
![]() | '-' is not preceded with whitespace. | 416 |
![]() | '-' is not followed by whitespace. | 416 |
![]() | '-' is not preceded with whitespace. | 416 |
![]() | '-' is not followed by whitespace. | 416 |
![]() | '-' is not preceded with whitespace. | 417 |
![]() | '-' is not followed by whitespace. | 417 |
![]() | '-' is not preceded with whitespace. | 417 |
![]() | '-' is not followed by whitespace. | 417 |
![]() | Line has trailing spaces. | 425 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() | Parameter point should be final. | 429 |
![]() | Line has trailing spaces. | 436 |
![]() | Method 'getPerpendicular' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() | Parameter point should be final. | 440 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Expected an @return tag. | 450 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Parameter box should be final. | 450 |
![]() | Expected @param tag for 'box'. | 450 |
![]() | Line has trailing spaces. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | 'if' construct must use '{}'s. | 460 |
![]() | Expected an @return tag. | 469 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 469 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() | Missing a Javadoc comment. | 476 |
![]() | Parameter t should be final. | 476 |
![]() | Expected an @return tag. | 483 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | Parameter t should be final. | 483 |
![]() | Expected @param tag for 't'. | 483 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() | Missing a Javadoc comment. | 490 |
![]() | Parameter point should be final. | 490 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 494 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Parameter point should be final. | 494 |
![]() | '<' is not preceded with whitespace. | 495 |
![]() | '<' is not followed by whitespace. | 495 |
![]() | Expected an @return tag. | 504 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 504 |
![]() | Expected an @return tag. | 511 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() | Missing a Javadoc comment. | 515 |
![]() | Parameter t should be final. | 515 |
![]() | 'if' construct must use '{}'s. | 516 |
![]() | '<' is not preceded with whitespace. | 516 |
![]() | '<' is not followed by whitespace. | 516 |
![]() | 'if' construct must use '{}'s. | 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 followed by whitespace. | 520 |
![]() | '*' is not preceded with whitespace. | 520 |
![]() | '*' is not followed by whitespace. | 520 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | '-' is not preceded with whitespace. | 521 |
![]() | '-' is not followed by whitespace. | 521 |
![]() | '*' is not preceded with whitespace. | 521 |
![]() | '*' is not followed by whitespace. | 521 |
![]() | Line has trailing spaces. | 527 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 530 |
![]() | Line has trailing spaces. | 537 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() | Unclosed HTML tag found: <code> t = (xp - x0)/dx <\code>, or equivalently :<p> | 549 |
![]() | Line has trailing spaces. | 551 |
![]() | Line is longer than 80 characters. | 551 |
![]() | Line has trailing spaces. | 552 |
![]() | Line is longer than 80 characters. | 552 |
![]() | Expected an @return tag. | 555 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() | Parameter point should be final. | 555 |
![]() | Expected @param tag for 'point'. | 555 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Parameter point should be final. | 559 |
![]() | Expected an @return tag. | 567 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Expected an @return tag. | 580 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 580 |
![]() | Parameter t0 should be final. | 580 |
![]() | Expected @param tag for 't0'. | 580 |
![]() | Parameter t1 should be final. | 580 |
![]() | Expected @param tag for 't1'. | 580 |
![]() | 'if' construct must use '{}'s. | 581 |
![]() | Line has trailing spaces. | 581 |
![]() | 'if' is not followed by whitespace. | 581 |
![]() | '>' is not preceded with whitespace. | 581 |
![]() | '>' is not followed by whitespace. | 581 |
![]() | Line is longer than 80 characters. | 589 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 591 |
![]() | Missing a Javadoc comment. | 591 |
![]() | Parameter line should be final. | 591 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() | Missing a Javadoc comment. | 598 |
![]() | Parameter trans should be final. | 598 |
![]() | Line has trailing spaces. | 600 |
![]() | Expected an @return tag. | 611 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() | Parameter x should be final. | 611 |
![]() | Expected @param tag for 'x'. | 611 |
![]() | Parameter y should be final. | 611 |
![]() | Expected @param tag for 'y'. | 611 |
![]() | Expected an @return tag. | 619 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() | Parameter p should be final. | 619 |
![]() | Expected @param tag for 'p'. | 619 |
![]() | First sentence should end with a period. | 623 |
![]() | Expected an @return tag. | 626 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | First sentence should end with a period. | 630 |
![]() | Expected an @return tag. | 633 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 633 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() | Missing a Javadoc comment. | 637 |
![]() | Line is longer than 80 characters. | 644 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() | Missing a Javadoc comment. | 644 |
![]() | Parameter path should be final. | 644 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 652 |
![]() | Line has trailing spaces. | 658 |
![]() | Line has trailing spaces. | 660 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 664 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 664 |
![]() | Parameter obj should be final. | 665 |
![]() | 'if' construct must use '{}'s. | 667 |
![]() | 'if' is not followed by whitespace. | 667 |
![]() | Line has trailing spaces. | 669 |
![]() | Line has trailing spaces. | 674 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 675 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Incomplete HTML tag found: * (with t0<t1). t0=0 and t1=1: this is an edge. t0=-inf and t1=inf: this is a | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 't0' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 't1' must be private and have accessor methods. | 52 |
![]() | Parameter point1 should be final. | 63 |
![]() | Parameter point2 should be final. | 63 |
![]() | Parameter t0 should be final. | 63 |
![]() | 't0' hides a field. | 63 |
![]() | Parameter t1 should be final. | 63 |
![]() | 't1' hides a field. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '-' is not preceded with whitespace. | 65 |
![]() | '-' is not followed by whitespace. | 65 |
![]() | '-' is not preceded with whitespace. | 65 |
![]() | '-' is not followed by whitespace. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | First sentence should end with a period. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Parameter line should be final. | 77 |
![]() | Parameter t0 should be final. | 77 |
![]() | 't0' hides a field. | 77 |
![]() | Parameter t1 should be final. | 77 |
![]() | 't1' hides a field. | 77 |
![]() | First sentence should end with a period. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Parameter line should be final. | 88 |
![]() | Line has trailing spaces. | 95 |
![]() | Parameter x1 should be final. | 103 |
![]() | Parameter y1 should be final. | 103 |
![]() | Parameter dx should be final. | 103 |
![]() | Parameter dy should be final. | 103 |
![]() | Parameter t0 should be final. | 103 |
![]() | 't0' hides a field. | 103 |
![]() | Parameter t1 should be final. | 104 |
![]() | 't1' hides a field. | 104 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 113 |
![]() | First sentence should end with a period. | 114 |
![]() | Expected an @return tag. | 118 |
![]() | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter p1 should be final. | 118 |
![]() | Expected @param tag for 'p1'. | 118 |
![]() | Parameter p2 should be final. | 118 |
![]() | Expected @param tag for 'p2'. | 118 |
![]() | Parameter t0 should be final. | 118 |
![]() | 't0' hides a field. | 118 |
![]() | Expected @param tag for 't0'. | 118 |
![]() | Parameter t1 should be final. | 118 |
![]() | 't1' hides a field. | 118 |
![]() | Expected @param tag for 't1'. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 122 |
![]() | Expected an @return tag. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | '!=' is not preceded with whitespace. | 131 |
![]() | '!=' is not followed by whitespace. | 131 |
![]() | '&&' is not preceded with whitespace. | 131 |
![]() | '&&' is not followed by whitespace. | 131 |
![]() | '!=' is not preceded with whitespace. | 131 |
![]() | '!=' is not followed by whitespace. | 131 |
![]() | 'else' construct must use '{}'s. | 133 |
![]() | Line has trailing spaces. | 140 |
![]() | Method 'getPoint1' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | 'if' construct must use '{}'s. | 144 |
![]() | '!=' is not preceded with whitespace. | 144 |
![]() | '!=' is not followed by whitespace. | 144 |
![]() | '+' is not preceded with whitespace. | 145 |
![]() | '+' is not followed by whitespace. | 145 |
![]() | '*' is not preceded with whitespace. | 145 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | '+' is not preceded with whitespace. | 145 |
![]() | '+' is not followed by whitespace. | 145 |
![]() | '*' is not preceded with whitespace. | 145 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | 'else' construct must use '{}'s. | 146 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'getPoint2' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | '!=' is not preceded with whitespace. | 157 |
![]() | '!=' is not followed by whitespace. | 157 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '*' is not preceded with whitespace. | 158 |
![]() | '*' is not followed by whitespace. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '*' is not preceded with whitespace. | 158 |
![]() | '*' is not followed by whitespace. | 158 |
![]() | 'else' construct must use '{}'s. | 159 |
![]() | Method 'getX1' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | 'if' construct must use '{}'s. | 164 |
![]() | '!=' is not preceded with whitespace. | 164 |
![]() | '!=' is not followed by whitespace. | 164 |
![]() | '+' is not preceded with whitespace. | 165 |
![]() | '+' is not followed by whitespace. | 165 |
![]() | '*' is not preceded with whitespace. | 165 |
![]() | '*' is not followed by whitespace. | 165 |
![]() | 'else' construct must use '{}'s. | 166 |
![]() | Method 'getY1' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | 'if' construct must use '{}'s. | 171 |
![]() | '!=' is not preceded with whitespace. | 171 |
![]() | '!=' is not followed by whitespace. | 171 |
![]() | '+' is not preceded with whitespace. | 172 |
![]() | '+' is not followed by whitespace. | 172 |
![]() | '*' is not preceded with whitespace. | 172 |
![]() | '*' is not followed by whitespace. | 172 |
![]() | 'else' construct must use '{}'s. | 173 |
![]() | Method 'getX2' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | 'if' construct must use '{}'s. | 178 |
![]() | '!=' is not preceded with whitespace. | 178 |
![]() | '!=' is not followed by whitespace. | 178 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '*' is not preceded with whitespace. | 179 |
![]() | '*' is not followed by whitespace. | 179 |
![]() | 'else' construct must use '{}'s. | 180 |
![]() | Method 'getY2' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | 'if' construct must use '{}'s. | 185 |
![]() | '!=' is not preceded with whitespace. | 185 |
![]() | '!=' is not followed by whitespace. | 185 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | '*' is not preceded with whitespace. | 186 |
![]() | '*' is not followed by whitespace. | 186 |
![]() | 'else' construct must use '{}'s. | 187 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter d should be final. | 197 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | '*' is not preceded with whitespace. | 199 |
![]() | '*' is not followed by whitespace. | 199 |
![]() | '/' is not preceded with whitespace. | 199 |
![]() | '/' is not followed by whitespace. | 199 |
![]() | '-' is not preceded with whitespace. | 199 |
![]() | '-' is not followed by whitespace. | 199 |
![]() | '*' is not preceded with whitespace. | 199 |
![]() | '*' is not followed by whitespace. | 199 |
![]() | '/' is not preceded with whitespace. | 199 |
![]() | '/' is not followed by whitespace. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 203 |
![]() | Line has trailing spaces. | 207 |
![]() | Expected an @return tag. | 210 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Line has trailing spaces. | 215 |
![]() | Expected an @return tag. | 218 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter t should be final. | 222 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | '<' is not preceded with whitespace. | 223 |
![]() | '<' is not followed by whitespace. | 223 |
![]() | 'if' construct must use '{}'s. | 225 |
![]() | '>' is not preceded with whitespace. | 225 |
![]() | '>' is not followed by whitespace. | 225 |
![]() | 'if' construct must use '{}'s. | 228 |
![]() | 'else' construct must use '{}'s. | 230 |
![]() | '+' is not preceded with whitespace. | 231 |
![]() | '+' is not followed by whitespace. | 231 |
![]() | '*' is not preceded with whitespace. | 231 |
![]() | '*' is not followed by whitespace. | 231 |
![]() | '+' is not preceded with whitespace. | 231 |
![]() | '+' is not followed by whitespace. | 231 |
![]() | '*' is not preceded with whitespace. | 231 |
![]() | '*' is not followed by whitespace. | 231 |
![]() | Line has trailing spaces. | 237 |
![]() | Line contains a tab character. | 240 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' is not followed by whitespace. | 243 |
![]() | '*' is not preceded with whitespace. | 243 |
![]() | '*' is not followed by whitespace. | 243 |
![]() | '+' is not preceded with whitespace. | 243 |
![]() | '+' is not followed by whitespace. | 243 |
![]() | '*' is not preceded with whitespace. | 243 |
![]() | '*' is not followed by whitespace. | 243 |
![]() | 'else' construct must use '{}'s. | 244 |
![]() | Line has trailing spaces. | 251 |
![]() | Line contains a tab character. | 254 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | 'if' construct must use '{}'s. | 256 |
![]() | '+' is not preceded with whitespace. | 257 |
![]() | '+' is not followed by whitespace. | 257 |
![]() | '*' is not preceded with whitespace. | 257 |
![]() | '*' is not followed by whitespace. | 257 |
![]() | '+' is not preceded with whitespace. | 257 |
![]() | '+' is not followed by whitespace. | 257 |
![]() | '*' is not preceded with whitespace. | 257 |
![]() | '*' is not followed by whitespace. | 257 |
![]() | 'else' construct must use '{}'s. | 258 |
![]() | Line contains a tab character. | 262 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | 'if' construct must use '{}'s. | 265 |
![]() | '!=' is not preceded with whitespace. | 265 |
![]() | '!=' is not followed by whitespace. | 265 |
![]() | 'if' construct must use '{}'s. | 267 |
![]() | '!=' is not preceded with whitespace. | 267 |
![]() | '!=' is not followed by whitespace. | 267 |
![]() | Line contains a tab character. | 272 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Parameter pos should be final. | 273 |
![]() | 'if' construct must use '{}'s. | 274 |
![]() | '-' is not preceded with whitespace. | 274 |
![]() | '-' is not followed by whitespace. | 274 |
![]() | '<' is not preceded with whitespace. | 274 |
![]() | '<' is not followed by whitespace. | 274 |
![]() | 'if' construct must use '{}'s. | 276 |
![]() | '-' is not preceded with whitespace. | 276 |
![]() | '-' is not followed by whitespace. | 276 |
![]() | '<' is not preceded with whitespace. | 276 |
![]() | '<' is not followed by whitespace. | 276 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Line contains a tab character. | 283 |
![]() | Expected an @return tag. | 290 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Expected an @return tag. | 298 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | Parameter t0 should be final. | 299 |
![]() | 't0' hides a field. | 299 |
![]() | Expected @param tag for 't0'. | 299 |
![]() | Parameter t1 should be final. | 299 |
![]() | 't1' hides a field. | 299 |
![]() | Expected @param tag for 't1'. | 299 |
![]() | Expected an @return tag. | 309 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | 'if' construct must use '{}'s. | 310 |
![]() | '==' is not preceded with whitespace. | 310 |
![]() | '==' is not followed by whitespace. | 310 |
![]() | 'if' construct must use '{}'s. | 312 |
![]() | '==' is not preceded with whitespace. | 312 |
![]() | '==' is not followed by whitespace. | 312 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Missing a Javadoc comment. | 317 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | '*' is not preceded with whitespace. | 318 |
![]() | '*' is not followed by whitespace. | 318 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | '*' is not preceded with whitespace. | 318 |
![]() | '*' is not followed by whitespace. | 318 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | '*' is not preceded with whitespace. | 318 |
![]() | '*' is not followed by whitespace. | 318 |
![]() | '+' is not preceded with whitespace. | 318 |
![]() | '+' is not followed by whitespace. | 318 |
![]() | '*' is not preceded with whitespace. | 318 |
![]() | '*' is not followed by whitespace. | 318 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Parameter pt should be final. | 325 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Parameter xp should be final. | 329 |
![]() | Parameter yp should be final. | 329 |
![]() | 'if' construct must use '{}'s. | 330 |
![]() | 'if' construct must use '{}'s. | 336 |
![]() | '-' is not preceded with whitespace. | 336 |
![]() | '-' is not followed by whitespace. | 336 |
![]() | '<' is not preceded with whitespace. | 336 |
![]() | '<' is not followed by whitespace. | 336 |
![]() | 'if' construct must use '{}'s. | 338 |
![]() | '-' is not preceded with whitespace. | 338 |
![]() | '-' is not followed by whitespace. | 338 |
![]() | '>' is not preceded with whitespace. | 338 |
![]() | '>' is not followed by whitespace. | 338 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Missing a Javadoc comment. | 344 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | '+' is not preceded with whitespace. | 348 |
![]() | '+' is not followed by whitespace. | 348 |
![]() | '*' is not preceded with whitespace. | 348 |
![]() | '*' is not followed by whitespace. | 348 |
![]() | '+' is not preceded with whitespace. | 348 |
![]() | '+' is not followed by whitespace. | 348 |
![]() | '*' is not preceded with whitespace. | 348 |
![]() | '*' is not followed by whitespace. | 348 |
![]() | '+' is not preceded with whitespace. | 349 |
![]() | '+' is not followed by whitespace. | 349 |
![]() | '*' is not preceded with whitespace. | 349 |
![]() | '*' is not followed by whitespace. | 349 |
![]() | '+' is not preceded with whitespace. | 349 |
![]() | '+' is not followed by whitespace. | 349 |
![]() | '*' is not preceded with whitespace. | 349 |
![]() | '*' is not followed by whitespace. | 349 |
![]() | Line has trailing spaces. | 356 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Parameter path should be final. | 360 |
![]() | 'if' construct must use '{}'s. | 361 |
![]() | 'if' construct must use '{}'s. | 363 |
![]() | '==' is not preceded with whitespace. | 363 |
![]() | '==' is not followed by whitespace. | 363 |
![]() | 'if' construct must use '{}'s. | 365 |
![]() | '==' is not preceded with whitespace. | 365 |
![]() | '==' is not followed by whitespace. | 365 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Parameter trans should be final. | 373 |
![]() | '*' is not preceded with whitespace. | 375 |
![]() | '*' is not followed by whitespace. | 375 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' is not followed by whitespace. | 375 |
![]() | '*' is not preceded with whitespace. | 375 |
![]() | '*' is not followed by whitespace. | 375 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' is not followed by whitespace. | 375 |
![]() | '*' is not preceded with whitespace. | 376 |
![]() | '*' is not followed by whitespace. | 376 |
![]() | '3' is a magic number. | 376 |
![]() | '+' is not preceded with whitespace. | 376 |
![]() | '+' is not followed by whitespace. | 376 |
![]() | '*' is not preceded with whitespace. | 376 |
![]() | '*' is not followed by whitespace. | 376 |
![]() | '4' is a magic number. | 376 |
![]() | '+' is not preceded with whitespace. | 376 |
![]() | '+' is not followed by whitespace. | 376 |
![]() | '5' is a magic number. | 376 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '3' is a magic number. | 377 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | '*' is not preceded with whitespace. | 377 |
![]() | '*' is not followed by whitespace. | 377 |
![]() | '4' is a magic number. | 377 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Line has trailing spaces. | 383 |
![]() | '+' should be on a new line. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | '+' is not followed by whitespace. | 384 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 390 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Parameter obj should be final. | 391 |
![]() | 'if' construct must use '{}'s. | 392 |
![]() | 'if' construct must use '{}'s. | 397 |
![]() | '==' is not preceded with whitespace. | 401 |
![]() | '==' is not followed by whitespace. | 401 |
![]() | '&&' is not preceded with whitespace. | 401 |
![]() | '&&' is not followed by whitespace. | 401 |
![]() | '==' is not preceded with whitespace. | 401 |
![]() | '==' is not followed by whitespace. | 401 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | '!=' is not preceded with whitespace. | 403 |
![]() | '!=' is not followed by whitespace. | 403 |
![]() | 'if' construct must use '{}'s. | 405 |
![]() | '!=' is not preceded with whitespace. | 405 |
![]() | '!=' is not followed by whitespace. | 405 |
![]() | '==' is not preceded with whitespace. | 411 |
![]() | '==' is not followed by whitespace. | 411 |
![]() | 'if' construct must use '{}'s. | 413 |
![]() | '==' is not preceded with whitespace. | 413 |
![]() | '==' is not followed by whitespace. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | '<' is not preceded with whitespace. | 414 |
![]() | '<' is not followed by whitespace. | 414 |
![]() | 'if' construct must use '{}'s. | 415 |
![]() | '==' is not preceded with whitespace. | 415 |
![]() | '==' is not followed by whitespace. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | '<' is not preceded with whitespace. | 416 |
![]() | '<' is not followed by whitespace. | 416 |
![]() | '==' is not preceded with whitespace. | 419 |
![]() | '==' is not followed by whitespace. | 419 |
![]() | 'if' construct must use '{}'s. | 421 |
![]() | '==' is not preceded with whitespace. | 421 |
![]() | '==' is not followed by whitespace. | 421 |
![]() | Line is longer than 80 characters. | 422 |
![]() | '<' is not preceded with whitespace. | 422 |
![]() | '<' is not followed by whitespace. | 422 |
![]() | 'if' construct must use '{}'s. | 423 |
![]() | '==' is not preceded with whitespace. | 423 |
![]() | '==' is not followed by whitespace. | 423 |
![]() | Line is longer than 80 characters. | 424 |
![]() | '<' is not preceded with whitespace. | 424 |
![]() | '<' is not followed by whitespace. | 424 |
![]() | 'if' construct must use '{}'s. | 430 |
![]() | '==' is not preceded with whitespace. | 430 |
![]() | '==' is not followed by whitespace. | 430 |
![]() | '||' is not preceded with whitespace. | 430 |
![]() | '||' is not followed by whitespace. | 430 |
![]() | '==' is not preceded with whitespace. | 430 |
![]() | '==' is not followed by whitespace. | 430 |
![]() | 'if' construct must use '{}'s. | 432 |
![]() | '==' is not preceded with whitespace. | 432 |
![]() | '==' is not followed by whitespace. | 432 |
![]() | '||' is not preceded with whitespace. | 432 |
![]() | '||' is not followed by whitespace. | 432 |
![]() | '==' is not preceded with whitespace. | 432 |
![]() | '==' is not followed by whitespace. | 432 |
![]() | 'if' construct must use '{}'s. | 436 |
![]() | '<' is not preceded with whitespace. | 436 |
![]() | '<' is not followed by whitespace. | 436 |
![]() | '<' is not preceded with whitespace. | 437 |
![]() | '<' is not followed by whitespace. | 437 |
![]() | 'if' construct must use '{}'s. | 439 |
![]() | '>' is not preceded with whitespace. | 439 |
![]() | '>' is not followed by whitespace. | 439 |
![]() | 'if' construct must use '{}'s. | 441 |
![]() | '>' is not preceded with whitespace. | 441 |
![]() | '>' is not followed by whitespace. | 441 |
![]() | Line has trailing spaces. | 445 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 446 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Parameter point1 should be final. | 63 |
![]() | Expected @param tag for 'point1'. | 63 |
![]() | Parameter point2 should be final. | 63 |
![]() | Expected @param tag for 'point2'. | 63 |
![]() | Parameter x1 should be final. | 68 |
![]() | Expected @param tag for 'x1'. | 68 |
![]() | Parameter y1 should be final. | 68 |
![]() | Expected @param tag for 'y1'. | 68 |
![]() | Parameter x2 should be final. | 68 |
![]() | Expected @param tag for 'x2'. | 68 |
![]() | Parameter y2 should be final. | 68 |
![]() | Expected @param tag for 'y2'. | 68 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Parameter point1 should be final. | 55 |
![]() | Expected @param tag for 'point1'. | 55 |
![]() | Parameter point2 should be final. | 56 |
![]() | Expected @param tag for 'point2'. | 56 |
![]() | Parameter x1 should be final. | 61 |
![]() | Expected @param tag for 'x1'. | 61 |
![]() | Parameter y1 should be final. | 61 |
![]() | Expected @param tag for 'y1'. | 61 |
![]() | Parameter x2 should be final. | 61 |
![]() | Expected @param tag for 'x2'. | 61 |
![]() | Parameter y2 should be final. | 61 |
![]() | Expected @param tag for 'y2'. | 61 |
![]() | '-' is not preceded with whitespace. | 62 |
![]() | '-' is not followed by whitespace. | 62 |
![]() | '-' is not preceded with whitespace. | 62 |
![]() | '-' is not followed by whitespace. | 62 |
![]() | Expected an @return tag. | 72 |
![]() | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() | Parameter p1 should be final. | 72 |
![]() | Expected @param tag for 'p1'. | 72 |
![]() | Parameter p2 should be final. | 72 |
![]() | Expected @param tag for 'p2'. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() | Parameter edge should be final. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '*' is not preceded with whitespace. | 78 |
![]() | '*' is not followed by whitespace. | 78 |
![]() | '.5' is a magic number. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '*' is not preceded with whitespace. | 78 |
![]() | '*' is not followed by whitespace. | 78 |
![]() | '.5' is a magic number. | 78 |
![]() | Expected an @return tag. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | Parameter edge1 should be final. | 85 |
![]() | Expected @param tag for 'edge1'. | 85 |
![]() | Parameter edge2 should be final. | 86 |
![]() | Expected @param tag for 'edge2'. | 86 |
![]() | '-' is not preceded with whitespace. | 89 |
![]() | '-' is not followed by whitespace. | 89 |
![]() | '<' is not preceded with whitespace. | 89 |
![]() | '<' is not followed by whitespace. | 89 |
![]() | '&&' is not followed by whitespace. | 90 |
![]() | '-' is not preceded with whitespace. | 90 |
![]() | '-' is not followed by whitespace. | 90 |
![]() | '<' is not preceded with whitespace. | 90 |
![]() | '<' is not followed by whitespace. | 90 |
![]() | '+' is not preceded with whitespace. | 93 |
![]() | '+' is not followed by whitespace. | 93 |
![]() | '+' is not preceded with whitespace. | 94 |
![]() | '+' is not followed by whitespace. | 94 |
![]() | '+' is not preceded with whitespace. | 95 |
![]() | '+' is not followed by whitespace. | 95 |
![]() | '+' is not preceded with whitespace. | 96 |
![]() | '+' is not followed by whitespace. | 96 |
![]() | '+' is not preceded with whitespace. | 97 |
![]() | '+' is not followed by whitespace. | 97 |
![]() | '-' is not preceded with whitespace. | 97 |
![]() | '-' is not followed by whitespace. | 97 |
![]() | '<' is not preceded with whitespace. | 97 |
![]() | '<' is not followed by whitespace. | 97 |
![]() | '&&' is not followed by whitespace. | 98 |
![]() | '+' is not preceded with whitespace. | 98 |
![]() | '+' is not followed by whitespace. | 98 |
![]() | '-' is not preceded with whitespace. | 98 |
![]() | '-' is not followed by whitespace. | 98 |
![]() | '<' is not preceded with whitespace. | 98 |
![]() | '<' is not followed by whitespace. | 98 |
![]() | '+' is not preceded with whitespace. | 99 |
![]() | '+' is not followed by whitespace. | 99 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | '+' is not preceded with whitespace. | 104 |
![]() | '+' is not followed by whitespace. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '+' is not preceded with whitespace. | 105 |
![]() | '+' is not followed by whitespace. | 105 |
![]() | '-' is not preceded with whitespace. | 105 |
![]() | '-' is not followed by whitespace. | 105 |
![]() | '-' is not preceded with whitespace. | 105 |
![]() | '-' is not followed by whitespace. | 105 |
![]() | '<' is not preceded with whitespace. | 105 |
![]() | '<' is not followed by whitespace. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '&&' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | '-' is not preceded with whitespace. | 106 |
![]() | '-' is not followed by whitespace. | 106 |
![]() | '-' is not preceded with whitespace. | 106 |
![]() | '-' is not followed by whitespace. | 106 |
![]() | '<' is not preceded with whitespace. | 106 |
![]() | '<' is not followed by whitespace. | 106 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '+' is not preceded with whitespace. | 108 |
![]() | '+' is not followed by whitespace. | 108 |
![]() | '-' is not preceded with whitespace. | 113 |
![]() | '-' is not followed by whitespace. | 113 |
![]() | '-' is not preceded with whitespace. | 113 |
![]() | '-' is not followed by whitespace. | 113 |
![]() | '<' is not preceded with whitespace. | 113 |
![]() | '<' is not followed by whitespace. | 113 |
![]() | '&&' is not followed by whitespace. | 114 |
![]() | '-' is not preceded with whitespace. | 114 |
![]() | '-' is not followed by whitespace. | 114 |
![]() | '-' is not preceded with whitespace. | 114 |
![]() | '-' is not followed by whitespace. | 114 |
![]() | '<' is not preceded with whitespace. | 114 |
![]() | '<' is not followed by whitespace. | 114 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | '+' is not preceded with whitespace. | 118 |
![]() | '+' is not followed by whitespace. | 118 |
![]() | '{' is not followed by whitespace. | 121 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 126 |
![]() | '-' is not followed by whitespace. | 126 |
![]() | Line has trailing spaces. | 132 |
![]() | 'static' modifier out of order with the JLS suggestions. | 137 |
![]() | Parameter edge1 should be final. | 137 |
![]() | Parameter edge2 should be final. | 138 |
![]() | '*' is not followed by whitespace. | 145 |
![]() | '<=' is not preceded with whitespace. | 145 |
![]() | '<=' is not followed by whitespace. | 145 |
![]() | '*' is not followed by whitespace. | 147 |
![]() | '<=' is not preceded with whitespace. | 147 |
![]() | '<=' is not followed by whitespace. | 147 |
![]() | '&&' is not preceded with whitespace. | 148 |
![]() | '&&' is not followed by whitespace. | 148 |
![]() | Line has trailing spaces. | 151 |
![]() | Line has trailing spaces. | 157 |
![]() | Method 'getOtherPoint' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Parameter point should be final. | 161 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | '+' is not preceded with whitespace. | 163 |
![]() | '+' is not followed by whitespace. | 163 |
![]() | '+' is not preceded with whitespace. | 163 |
![]() | '+' is not followed by whitespace. | 163 |
![]() | 'if' construct must use '{}'s. | 164 |
![]() | '+' is not preceded with whitespace. | 164 |
![]() | '+' is not followed by whitespace. | 164 |
![]() | '+' is not preceded with whitespace. | 164 |
![]() | '+' is not followed by whitespace. | 164 |
![]() | Expected an @return tag. | 173 |
![]() | Method 'getMedian' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' is not followed by whitespace. | 176 |
![]() | '*' is not preceded with whitespace. | 176 |
![]() | '*' is not followed by whitespace. | 176 |
![]() | '.5' is a magic number. | 176 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' is not followed by whitespace. | 176 |
![]() | '*' is not preceded with whitespace. | 176 |
![]() | '*' is not followed by whitespace. | 176 |
![]() | '.5' is a magic number. | 176 |
![]() | Method 'setLineSegment' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter p1 should be final. | 183 |
![]() | Expected @param tag for 'p1'. | 183 |
![]() | Parameter p2 should be final. | 183 |
![]() | Expected @param tag for 'p2'. | 183 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | '-' is not preceded with whitespace. | 187 |
![]() | '-' is not followed by whitespace. | 187 |
![]() | Method 'setLineSegment' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Parameter x1 should be final. | 194 |
![]() | Expected @param tag for 'x1'. | 194 |
![]() | Parameter y1 should be final. | 194 |
![]() | Expected @param tag for 'y1'. | 194 |
![]() | Parameter x2 should be final. | 194 |
![]() | Expected @param tag for 'x2'. | 194 |
![]() | Parameter y2 should be final. | 194 |
![]() | Expected @param tag for 'y2'. | 194 |
![]() | '-' is not preceded with whitespace. | 197 |
![]() | '-' is not followed by whitespace. | 197 |
![]() | '-' is not preceded with whitespace. | 198 |
![]() | '-' is not followed by whitespace. | 198 |
![]() | Expected an @return tag. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter d should be final. | 215 |
![]() | '*' is not preceded with whitespace. | 216 |
![]() | '*' is not followed by whitespace. | 216 |
![]() | '+' is not preceded with whitespace. | 216 |
![]() | '+' is not followed by whitespace. | 216 |
![]() | '*' is not preceded with whitespace. | 216 |
![]() | '*' is not followed by whitespace. | 216 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '*' is not preceded with whitespace. | 218 |
![]() | '*' is not followed by whitespace. | 218 |
![]() | '/' is not preceded with whitespace. | 218 |
![]() | '/' is not followed by whitespace. | 218 |
![]() | '-' is not preceded with whitespace. | 218 |
![]() | '-' is not followed by whitespace. | 218 |
![]() | '*' is not preceded with whitespace. | 218 |
![]() | '*' is not followed by whitespace. | 218 |
![]() | '/' is not preceded with whitespace. | 218 |
![]() | '/' is not followed by whitespace. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | '+' is not preceded with whitespace. | 219 |
![]() | '+' is not followed by whitespace. | 219 |
![]() | '+' is not preceded with whitespace. | 219 |
![]() | '+' is not followed by whitespace. | 219 |
![]() | '*' is not preceded with whitespace. | 219 |
![]() | '*' is not followed by whitespace. | 219 |
![]() | '/' is not preceded with whitespace. | 219 |
![]() | '/' is not followed by whitespace. | 219 |
![]() | '+' is not preceded with whitespace. | 219 |
![]() | '+' is not followed by whitespace. | 219 |
![]() | '-' is not preceded with whitespace. | 219 |
![]() | '-' is not followed by whitespace. | 219 |
![]() | '*' is not preceded with whitespace. | 219 |
![]() | '*' is not followed by whitespace. | 219 |
![]() | '/' is not preceded with whitespace. | 219 |
![]() | '/' is not followed by whitespace. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Parameter x should be final. | 226 |
![]() | Parameter y should be final. | 226 |
![]() | 'if' construct must use '{}'s. | 228 |
![]() | '>' is not preceded with whitespace. | 232 |
![]() | '>' is not followed by whitespace. | 232 |
![]() | Avoid inline conditionals. | 232 |
![]() | Line has trailing spaces. | 234 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 245 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 258 |
![]() | Line has trailing spaces. | 260 |
![]() | Line contains a tab character. | 275 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 286 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 296 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' is not followed by whitespace. | 298 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' is not followed by whitespace. | 298 |
![]() | Expected an @return tag. | 304 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Expected an @return tag. | 311 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Parameter t should be final. | 315 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '*' is not preceded with whitespace. | 317 |
![]() | '*' is not followed by whitespace. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | '*' is not preceded with whitespace. | 317 |
![]() | '*' is not followed by whitespace. | 317 |
![]() | Expected an @return tag. | 324 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | '+' is not preceded with whitespace. | 325 |
![]() | '+' is not followed by whitespace. | 325 |
![]() | '+' is not preceded with whitespace. | 325 |
![]() | '+' is not followed by whitespace. | 325 |
![]() | First sentence should end with a period. | 331 |
![]() | Expected an @return tag. | 334 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Parameter xp should be final. | 338 |
![]() | Parameter yp should be final. | 338 |
![]() | 'if' construct must use '{}'s. | 339 |
![]() | 'if' construct must use '{}'s. | 345 |
![]() | '<' is not preceded with whitespace. | 345 |
![]() | '<' is not followed by whitespace. | 345 |
![]() | 'if' construct must use '{}'s. | 347 |
![]() | '-' is not preceded with whitespace. | 347 |
![]() | '-' is not followed by whitespace. | 347 |
![]() | '>' is not preceded with whitespace. | 347 |
![]() | '>' is not followed by whitespace. | 347 |
![]() | Expected an @return tag. | 356 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Parameter x should be final. | 357 |
![]() | Expected @param tag for 'x'. | 357 |
![]() | Parameter y should be final. | 357 |
![]() | Expected @param tag for 'y'. | 357 |
![]() | 'if' construct must use '{}'s. | 359 |
![]() | '-' is not preceded with whitespace. | 361 |
![]() | '-' is not followed by whitespace. | 361 |
![]() | '-' is not preceded with whitespace. | 361 |
![]() | '-' is not followed by whitespace. | 361 |
![]() | '+' is not preceded with whitespace. | 362 |
![]() | '+' is not followed by whitespace. | 362 |
![]() | '-' is not preceded with whitespace. | 362 |
![]() | '-' is not followed by whitespace. | 362 |
![]() | '+' is not preceded with whitespace. | 362 |
![]() | '+' is not followed by whitespace. | 362 |
![]() | '-' is not preceded with whitespace. | 362 |
![]() | '-' is not followed by whitespace. | 362 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | Parameter trans should be final. | 367 |
![]() | '*' is not preceded with whitespace. | 369 |
![]() | '*' is not followed by whitespace. | 369 |
![]() | '+' is not preceded with whitespace. | 369 |
![]() | '+' is not followed by whitespace. | 369 |
![]() | '*' is not preceded with whitespace. | 369 |
![]() | '*' is not followed by whitespace. | 369 |
![]() | '+' is not preceded with whitespace. | 369 |
![]() | '+' is not followed by whitespace. | 369 |
![]() | '*' is not preceded with whitespace. | 370 |
![]() | '*' is not followed by whitespace. | 370 |
![]() | '3' is a magic number. | 370 |
![]() | '+' is not preceded with whitespace. | 370 |
![]() | '+' is not followed by whitespace. | 370 |
![]() | '*' is not preceded with whitespace. | 370 |
![]() | '*' is not followed by whitespace. | 370 |
![]() | '4' is a magic number. | 370 |
![]() | '+' is not preceded with whitespace. | 370 |
![]() | '+' is not followed by whitespace. | 370 |
![]() | '5' is a magic number. | 370 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' is not followed by whitespace. | 371 |
![]() | '*' is not preceded with whitespace. | 371 |
![]() | '*' is not followed by whitespace. | 371 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' is not followed by whitespace. | 371 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' is not followed by whitespace. | 371 |
![]() | '*' is not preceded with whitespace. | 371 |
![]() | '*' is not followed by whitespace. | 371 |
![]() | '+' is not preceded with whitespace. | 371 |
![]() | '+' is not followed by whitespace. | 371 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' is not followed by whitespace. | 372 |
![]() | '*' is not preceded with whitespace. | 372 |
![]() | '*' is not followed by whitespace. | 372 |
![]() | '3' is a magic number. | 372 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' is not followed by whitespace. | 372 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' is not followed by whitespace. | 372 |
![]() | '*' is not preceded with whitespace. | 372 |
![]() | '*' is not followed by whitespace. | 372 |
![]() | '4' is a magic number. | 372 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' is not followed by whitespace. | 372 |
![]() | '5' is a magic number. | 372 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() | Missing a Javadoc comment. | 376 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | '+' is not preceded with whitespace. | 377 |
![]() | '+' is not followed by whitespace. | 377 |
![]() | Line has trailing spaces. | 385 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Parameter path should be final. | 389 |
![]() | '+' is not preceded with whitespace. | 390 |
![]() | '+' is not followed by whitespace. | 390 |
![]() | '+' is not preceded with whitespace. | 390 |
![]() | '+' is not followed by whitespace. | 390 |
![]() | First sentence should end with a period. | 394 |
![]() | Expected an @return tag. | 397 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() | '+' is not preceded with whitespace. | 400 |
![]() | '+' is not followed by whitespace. | 400 |
![]() | '+' is not preceded with whitespace. | 400 |
![]() | '+' is not followed by whitespace. | 400 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() | Line has trailing spaces. | 409 |
![]() | '+' is not preceded with whitespace. | 410 |
![]() | '+' is not followed by whitespace. | 410 |
![]() | '+' is not preceded with whitespace. | 410 |
![]() | '+' is not followed by whitespace. | 410 |
![]() | Line has trailing spaces. | 412 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 413 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Parameter obj should be final. | 414 |
![]() | 'if' construct must use '{}'s. | 415 |
![]() | 'if' construct must use '{}'s. | 419 |
![]() | '-' is not preceded with whitespace. | 419 |
![]() | '-' is not followed by whitespace. | 419 |
![]() | '>' is not preceded with whitespace. | 419 |
![]() | '>' is not followed by whitespace. | 419 |
![]() | 'if' construct must use '{}'s. | 421 |
![]() | '-' is not preceded with whitespace. | 421 |
![]() | '-' is not followed by whitespace. | 421 |
![]() | '>' is not preceded with whitespace. | 421 |
![]() | '>' is not followed by whitespace. | 421 |
![]() | 'if' construct must use '{}'s. | 423 |
![]() | '-' is not preceded with whitespace. | 423 |
![]() | '-' is not followed by whitespace. | 423 |
![]() | '>' is not preceded with whitespace. | 423 |
![]() | '>' is not followed by whitespace. | 423 |
![]() | 'if' construct must use '{}'s. | 425 |
![]() | '-' is not preceded with whitespace. | 425 |
![]() | '-' is not followed by whitespace. | 425 |
![]() | '>' is not preceded with whitespace. | 425 |
![]() | '>' is not followed by whitespace. | 425 |
![]() | Line has trailing spaces. | 429 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | '+' is not preceded with whitespace. | 432 |
![]() | '+' is not followed by whitespace. | 432 |
![]() | '+' is not preceded with whitespace. | 432 |
![]() | '+' is not followed by whitespace. | 432 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Expected an @return tag. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line has trailing spaces. | 30 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line has trailing spaces. | 37 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Expected an @return tag. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @param tag for 'line'. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'points' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter initialPoint should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter points should be final. | 57 |
![]() | 'points' hides a field. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter points should be final. | 61 |
![]() | 'points' hides a field. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter xcoords should be final. | 65 |
![]() | Parameter ycoords should be final. | 65 |
![]() | Expected an @return tag. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | '>' is not preceded with whitespace. | 80 |
![]() | '>' is not followed by whitespace. | 80 |
![]() | 'for' construct must use '{}'s. | 81 |
![]() | '<' is not preceded with whitespace. | 81 |
![]() | '<' is not followed by whitespace. | 81 |
![]() | '-' is not preceded with whitespace. | 82 |
![]() | '-' is not followed by whitespace. | 82 |
![]() | '-' is not preceded with whitespace. | 82 |
![]() | '-' is not followed by whitespace. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Parameter polyline should be final. | 37 |
![]() | Parameter d should be final. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | 'if' construct must use '{}'s. | 44 |
![]() | '<' is not preceded with whitespace. | 44 |
![]() | '<' is not followed by whitespace. | 44 |
![]() | '>' is not preceded with whitespace. | 84 |
![]() | '>' is not followed by whitespace. | 84 |
![]() | '^' is not preceded with whitespace. | 84 |
![]() | '^' is not followed by whitespace. | 84 |
![]() | '<' is not preceded with whitespace. | 84 |
![]() | '<' is not followed by whitespace. | 84 |
![]() | '>' is not preceded with whitespace. | 93 |
![]() | '>' is not followed by whitespace. | 93 |
![]() | '>' is not preceded with whitespace. | 120 |
![]() | '>' is not followed by whitespace. | 120 |
![]() | '^' is not preceded with whitespace. | 120 |
![]() | '^' is not followed by whitespace. | 120 |
![]() | '<' is not preceded with whitespace. | 120 |
![]() | '<' is not followed by whitespace. | 120 |
![]() | '>' is not preceded with whitespace. | 133 |
![]() | '>' is not followed by whitespace. | 133 |
![]() | '>' is not preceded with whitespace. | 151 |
![]() | '>' is not followed by whitespace. | 151 |
![]() | '^' is not preceded with whitespace. | 151 |
![]() | '^' is not followed by whitespace. | 151 |
![]() | '<' is not preceded with whitespace. | 151 |
![]() | '<' is not followed by whitespace. | 151 |
![]() | '>' is not preceded with whitespace. | 164 |
![]() | '>' is not followed by whitespace. | 164 |
![]() | Line has trailing spaces. | 182 |
![]() | Line is longer than 80 characters. | 187 |
![]() | 'static' modifier out of order with the JLS suggestions. | 187 |
![]() | Parameter polyline should be final. | 188 |
![]() | Parameter d should be final. | 188 |
![]() | Line is longer than 80 characters. | 191 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | '<' is not preceded with whitespace. | 195 |
![]() | '<' is not followed by whitespace. | 195 |
![]() | '>' is not preceded with whitespace. | 234 |
![]() | '>' is not followed by whitespace. | 234 |
![]() | '^' is not preceded with whitespace. | 234 |
![]() | '^' is not followed by whitespace. | 234 |
![]() | '<' is not preceded with whitespace. | 234 |
![]() | '<' is not followed by whitespace. | 234 |
![]() | '>' is not preceded with whitespace. | 243 |
![]() | '>' is not followed by whitespace. | 243 |
![]() | '>' is not preceded with whitespace. | 259 |
![]() | '>' is not followed by whitespace. | 259 |
![]() | '^' is not preceded with whitespace. | 259 |
![]() | '^' is not followed by whitespace. | 259 |
![]() | '<' is not preceded with whitespace. | 259 |
![]() | '<' is not followed by whitespace. | 259 |
![]() | '>' is not preceded with whitespace. | 272 |
![]() | '>' is not followed by whitespace. | 272 |
![]() | '>' is not preceded with whitespace. | 289 |
![]() | '>' is not followed by whitespace. | 289 |
![]() | '^' is not preceded with whitespace. | 289 |
![]() | '^' is not followed by whitespace. | 289 |
![]() | '<' is not preceded with whitespace. | 289 |
![]() | '<' is not followed by whitespace. | 289 |
![]() | '>' is not preceded with whitespace. | 302 |
![]() | '>' is not followed by whitespace. | 302 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 44 |
![]() | Unclosed HTML tag found: <code></p> | 44 |
![]() | Unclosed HTML tag found: <code>t<code> comprised between 0 and +INFINITY. | 45 |
![]() | Unclosed HTML tag found: <code>point1<\code>, and going in the | 68 |
![]() | Parameter point1 should be final. | 71 |
![]() | Expected @param tag for 'point1'. | 71 |
![]() | Parameter point2 should be final. | 71 |
![]() | Expected @param tag for 'point2'. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | '-' is not preceded with whitespace. | 73 |
![]() | '-' is not followed by whitespace. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | '-' is not preceded with whitespace. | 74 |
![]() | '-' is not followed by whitespace. | 74 |
![]() | Line has trailing spaces. | 79 |
![]() | Unclosed HTML tag found: <code>(x1,y1)<\code>, and going | 79 |
![]() | Parameter x1 should be final. | 82 |
![]() | Expected @param tag for 'x1'. | 82 |
![]() | Parameter y1 should be final. | 82 |
![]() | Expected @param tag for 'y1'. | 82 |
![]() | Parameter dx should be final. | 82 |
![]() | Expected @param tag for 'dx'. | 82 |
![]() | Parameter dy should be final. | 82 |
![]() | Expected @param tag for 'dy'. | 82 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 87 |
![]() | Parameter point should be final. | 90 |
![]() | Expected @param tag for 'point'. | 90 |
![]() | Parameter dx should be final. | 90 |
![]() | Expected @param tag for 'dx'. | 90 |
![]() | Parameter dy should be final. | 90 |
![]() | Expected @param tag for 'dy'. | 90 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 95 |
![]() | Parameter point should be final. | 98 |
![]() | Expected @param tag for 'point'. | 98 |
![]() | Parameter vector should be final. | 98 |
![]() | Expected @param tag for 'vector'. | 98 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Unclosed HTML tag found: <code>point<\code>, and going | 103 |
![]() | Parameter point should be final. | 106 |
![]() | Expected @param tag for 'point'. | 106 |
![]() | Parameter angle should be final. | 106 |
![]() | Expected @param tag for 'angle'. | 106 |
![]() | Line has trailing spaces. | 112 |
![]() | Unclosed HTML tag found: <code>(x, y)<\code>, and going | 112 |
![]() | Parameter x should be final. | 115 |
![]() | Expected @param tag for 'x'. | 115 |
![]() | Parameter y should be final. | 115 |
![]() | Expected @param tag for 'y'. | 115 |
![]() | Parameter angle should be final. | 115 |
![]() | Expected @param tag for 'angle'. | 115 |
![]() | Parameter line should be final. | 122 |
![]() | Expected @param tag for 'line'. | 122 |
![]() | Expected an @return tag. | 133 |
![]() | 'static' modifier out of order with the JLS suggestions. | 133 |
![]() | Parameter origin should be final. | 133 |
![]() | Expected @param tag for 'origin'. | 133 |
![]() | Parameter direction should be final. | 133 |
![]() | Expected @param tag for 'direction'. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Unclosed HTML tag found: <code>origin<\code>, and going in the | 139 |
![]() | Expected an @return tag. | 143 |
![]() | 'static' modifier out of order with the JLS suggestions. | 143 |
![]() | Parameter origin should be final. | 143 |
![]() | Expected @param tag for 'origin'. | 143 |
![]() | Parameter target should be final. | 143 |
![]() | Expected @param tag for 'target'. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 146 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter x0 should be final. | 151 |
![]() | Expected @param tag for 'x0'. | 151 |
![]() | Parameter y0 should be final. | 151 |
![]() | Expected @param tag for 'y0'. | 151 |
![]() | Parameter dx should be final. | 151 |
![]() | Expected @param tag for 'dx'. | 151 |
![]() | Parameter dy should be final. | 151 |
![]() | Expected @param tag for 'dy'. | 151 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Parameter p1 should be final. | 162 |
![]() | Expected @param tag for 'p1'. | 162 |
![]() | Parameter p2 should be final. | 162 |
![]() | Expected @param tag for 'p2'. | 162 |
![]() | '-' is not preceded with whitespace. | 165 |
![]() | '-' is not followed by whitespace. | 165 |
![]() | '-' is not preceded with whitespace. | 166 |
![]() | '-' is not followed by whitespace. | 166 |
![]() | Method 'setRay' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Parameter point should be final. | 173 |
![]() | Expected @param tag for 'point'. | 173 |
![]() | Parameter vect should be final. | 173 |
![]() | Expected @param tag for 'vect'. | 173 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter d should be final. | 187 |
![]() | '*' is not preceded with whitespace. | 188 |
![]() | '*' is not followed by whitespace. | 188 |
![]() | '+' is not preceded with whitespace. | 188 |
![]() | '+' is not followed by whitespace. | 188 |
![]() | '*' is not preceded with whitespace. | 188 |
![]() | '*' is not followed by whitespace. | 188 |
![]() | '+' is not preceded with whitespace. | 189 |
![]() | '+' is not followed by whitespace. | 189 |
![]() | '*' is not preceded with whitespace. | 189 |
![]() | '*' is not followed by whitespace. | 189 |
![]() | '/' is not preceded with whitespace. | 189 |
![]() | '/' is not followed by whitespace. | 189 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | '*' is not preceded with whitespace. | 189 |
![]() | '*' is not followed by whitespace. | 189 |
![]() | '/' is not preceded with whitespace. | 189 |
![]() | '/' is not followed by whitespace. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | First sentence should end with a period. | 195 |
![]() | Expected an @return tag. | 196 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Parameter path should be final. | 196 |
![]() | Expected @param tag for 'path'. | 196 |
![]() | First sentence should end with a period. | 200 |
![]() | Expected an @return tag. | 201 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Line contains a tab character. | 208 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter t should be final. | 213 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' is not followed by whitespace. | 215 |
![]() | '*' is not preceded with whitespace. | 215 |
![]() | '*' is not followed by whitespace. | 215 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' is not followed by whitespace. | 215 |
![]() | '*' is not preceded with whitespace. | 215 |
![]() | '*' is not followed by whitespace. | 215 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Expected an @return tag. | 234 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Parameter x should be final. | 238 |
![]() | Parameter y should be final. | 238 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | '>' is not preceded with whitespace. | 242 |
![]() | '>' is not followed by whitespace. | 242 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | '+' is not preceded with whitespace. | 247 |
![]() | '+' is not followed by whitespace. | 247 |
![]() | '*' is not preceded with whitespace. | 247 |
![]() | '*' is not followed by whitespace. | 247 |
![]() | '+' is not preceded with whitespace. | 247 |
![]() | '+' is not followed by whitespace. | 247 |
![]() | '*' is not preceded with whitespace. | 247 |
![]() | '*' is not followed by whitespace. | 247 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Parameter trans should be final. | 251 |
![]() | '*' is not preceded with whitespace. | 253 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '*' is not preceded with whitespace. | 253 |
![]() | '*' is not followed by whitespace. | 253 |
![]() | '+' is not preceded with whitespace. | 253 |
![]() | '+' is not followed by whitespace. | 253 |
![]() | '*' is not preceded with whitespace. | 254 |
![]() | '*' is not followed by whitespace. | 254 |
![]() | '3' is a magic number. | 254 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' is not followed by whitespace. | 254 |
![]() | '*' is not preceded with whitespace. | 254 |
![]() | '*' is not followed by whitespace. | 254 |
![]() | '4' is a magic number. | 254 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' is not followed by whitespace. | 254 |
![]() | '5' is a magic number. | 254 |
![]() | '*' is not preceded with whitespace. | 255 |
![]() | '*' is not followed by whitespace. | 255 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | '*' is not preceded with whitespace. | 255 |
![]() | '*' is not followed by whitespace. | 255 |
![]() | '*' is not preceded with whitespace. | 255 |
![]() | '*' is not followed by whitespace. | 255 |
![]() | '3' is a magic number. | 255 |
![]() | '+' is not preceded with whitespace. | 255 |
![]() | '+' is not followed by whitespace. | 255 |
![]() | '*' is not preceded with whitespace. | 255 |
![]() | '*' is not followed by whitespace. | 255 |
![]() | '4' is a magic number. | 255 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Line has trailing spaces. | 264 |
![]() | '+' should be on a new line. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line has trailing spaces. | 267 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 268 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Parameter obj should be final. | 269 |
![]() | 'if' construct must use '{}'s. | 270 |
![]() | 'if' construct must use '{}'s. | 273 |
![]() | '-' is not preceded with whitespace. | 273 |
![]() | '-' is not followed by whitespace. | 273 |
![]() | '>' is not preceded with whitespace. | 273 |
![]() | '>' is not followed by whitespace. | 273 |
![]() | 'if' construct must use '{}'s. | 275 |
![]() | '-' is not preceded with whitespace. | 275 |
![]() | '-' is not followed by whitespace. | 275 |
![]() | '>' is not preceded with whitespace. | 275 |
![]() | '>' is not followed by whitespace. | 275 |
![]() | 'if' construct must use '{}'s. | 277 |
![]() | '-' is not preceded with whitespace. | 277 |
![]() | '-' is not followed by whitespace. | 277 |
![]() | '>' is not preceded with whitespace. | 277 |
![]() | '>' is not followed by whitespace. | 277 |
![]() | 'if' construct must use '{}'s. | 279 |
![]() | '-' is not preceded with whitespace. | 279 |
![]() | '-' is not followed by whitespace. | 279 |
![]() | '>' is not preceded with whitespace. | 279 |
![]() | '>' is not followed by whitespace. | 279 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Line has trailing spaces. | 287 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 73 |
![]() | Expected an @return tag. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() | Parameter point should be final. | 76 |
![]() | Expected @param tag for 'point'. | 76 |
![]() | Parameter angle should be final. | 77 |
![]() | Expected @param tag for 'angle'. | 77 |
![]() | Expected an @return tag. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | Parameter p1 should be final. | 85 |
![]() | Expected @param tag for 'p1'. | 85 |
![]() | Parameter p2 should be final. | 86 |
![]() | Expected @param tag for 'p2'. | 86 |
![]() | Expected an @return tag. | 94 |
![]() | 'static' modifier out of order with the JLS suggestions. | 94 |
![]() | Parameter origin should be final. | 94 |
![]() | Expected @param tag for 'origin'. | 94 |
![]() | Parameter direction should be final. | 95 |
![]() | Expected @param tag for 'direction'. | 95 |
![]() | Expected an @return tag. | 102 |
![]() | 'static' modifier out of order with the JLS suggestions. | 103 |
![]() | Parameter p1 should be final. | 104 |
![]() | Expected @param tag for 'p1'. | 104 |
![]() | Parameter p2 should be final. | 104 |
![]() | Expected @param tag for 'p2'. | 104 |
![]() | Line has trailing spaces. | 110 |
![]() | 'static' modifier out of order with the JLS suggestions. | 116 |
![]() | Parameter p1 should be final. | 116 |
![]() | Parameter p2 should be final. | 117 |
![]() | Line has trailing spaces. | 125 |
![]() | 'static' modifier out of order with the JLS suggestions. | 132 |
![]() | Parameter p1 should be final. | 132 |
![]() | Parameter p2 should be final. | 133 |
![]() | Line has trailing spaces. | 142 |
![]() | Expected an @return tag. | 145 |
![]() | 'static' modifier out of order with the JLS suggestions. | 146 |
![]() | Parameter point should be final. | 147 |
![]() | Expected @param tag for 'point'. | 147 |
![]() | Parameter dx should be final. | 147 |
![]() | Expected @param tag for 'dx'. | 147 |
![]() | Parameter dy should be final. | 147 |
![]() | Expected @param tag for 'dy'. | 147 |
![]() | Line has trailing spaces. | 154 |
![]() | Expected an @return tag. | 157 |
![]() | 'static' modifier out of order with the JLS suggestions. | 157 |
![]() | Parameter line should be final. | 157 |
![]() | Expected @param tag for 'line'. | 157 |
![]() | Parameter point should be final. | 158 |
![]() | Expected @param tag for 'point'. | 158 |
![]() | Line has trailing spaces. | 165 |
![]() | Expected an @return tag. | 168 |
![]() | 'static' modifier out of order with the JLS suggestions. | 169 |
![]() | Parameter line should be final. | 169 |
![]() | Expected @param tag for 'line'. | 169 |
![]() | Parameter point should be final. | 170 |
![]() | Expected @param tag for 'point'. | 170 |
![]() | Line has trailing spaces. | 177 |
![]() | Expected an @return tag. | 180 |
![]() | 'static' modifier out of order with the JLS suggestions. | 180 |
![]() | Parameter linear should be final. | 180 |
![]() | Expected @param tag for 'linear'. | 180 |
![]() | Parameter d should be final. | 181 |
![]() | Expected @param tag for 'd'. | 181 |
![]() | '+' is not preceded with whitespace. | 184 |
![]() | '+' is not followed by whitespace. | 184 |
![]() | '*' is not preceded with whitespace. | 184 |
![]() | '*' is not followed by whitespace. | 184 |
![]() | '/' is not preceded with whitespace. | 184 |
![]() | '/' is not followed by whitespace. | 184 |
![]() | '-' is not preceded with whitespace. | 184 |
![]() | '-' is not followed by whitespace. | 184 |
![]() | '*' is not preceded with whitespace. | 184 |
![]() | '*' is not followed by whitespace. | 184 |
![]() | '/' is not preceded with whitespace. | 184 |
![]() | '/' is not followed by whitespace. | 184 |
![]() | Line has trailing spaces. | 191 |
![]() | Expected an @return tag. | 194 |
![]() | 'static' modifier out of order with the JLS suggestions. | 195 |
![]() | Parameter linear should be final. | 196 |
![]() | Expected @param tag for 'linear'. | 196 |
![]() | Parameter d should be final. | 196 |
![]() | Expected @param tag for 'd'. | 196 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | '*' is not preceded with whitespace. | 199 |
![]() | '*' is not followed by whitespace. | 199 |
![]() | '/' is not preceded with whitespace. | 199 |
![]() | '/' is not followed by whitespace. | 199 |
![]() | '-' is not preceded with whitespace. | 199 |
![]() | '-' is not followed by whitespace. | 199 |
![]() | '*' is not preceded with whitespace. | 199 |
![]() | '*' is not followed by whitespace. | 199 |
![]() | '/' is not preceded with whitespace. | 199 |
![]() | '/' is not followed by whitespace. | 199 |
![]() | Line has trailing spaces. | 206 |
![]() | Expected an @return tag. | 209 |
![]() | 'static' modifier out of order with the JLS suggestions. | 209 |
![]() | Parameter linear should be final. | 210 |
![]() | Expected @param tag for 'linear'. | 210 |
![]() | Parameter point should be final. | 210 |
![]() | Expected @param tag for 'point'. | 210 |
![]() | Line has trailing spaces. | 218 |
![]() | Expected an @return tag. | 221 |
![]() | 'static' modifier out of order with the JLS suggestions. | 222 |
![]() | Parameter linear should be final. | 223 |
![]() | Expected @param tag for 'linear'. | 223 |
![]() | Parameter point should be final. | 223 |
![]() | Expected @param tag for 'point'. | 223 |
![]() | Expected an @return tag. | 232 |
![]() | 'static' modifier out of order with the JLS suggestions. | 232 |
![]() | Parameter a should be final. | 232 |
![]() | Expected @param tag for 'a'. | 232 |
![]() | Parameter b should be final. | 232 |
![]() | Expected @param tag for 'b'. | 232 |
![]() | Parameter c should be final. | 233 |
![]() | Expected @param tag for 'c'. | 233 |
![]() | Line has trailing spaces. | 240 |
![]() | Expected an @return tag. | 243 |
![]() | 'static' modifier out of order with the JLS suggestions. | 244 |
![]() | Parameter a should be final. | 244 |
![]() | Expected @param tag for 'a'. | 244 |
![]() | Parameter b should be final. | 245 |
![]() | Expected @param tag for 'b'. | 245 |
![]() | Parameter c should be final. | 245 |
![]() | Expected @param tag for 'c'. | 245 |
![]() | Expected an @return tag. | 254 |
![]() | 'static' modifier out of order with the JLS suggestions. | 254 |
![]() | Parameter p1 should be final. | 254 |
![]() | Expected @param tag for 'p1'. | 254 |
![]() | Parameter p2 should be final. | 255 |
![]() | Expected @param tag for 'p2'. | 255 |
![]() | Parameter p3 should be final. | 255 |
![]() | Expected @param tag for 'p3'. | 255 |
![]() | Parameter p4 should be final. | 256 |
![]() | Expected @param tag for 'p4'. | 256 |
![]() | Parameter point1 should be final. | 271 |
![]() | Expected @param tag for 'point1'. | 271 |
![]() | Parameter point2 should be final. | 272 |
![]() | Expected @param tag for 'point2'. | 272 |
![]() | Parameter point should be final. | 280 |
![]() | Expected @param tag for 'point'. | 280 |
![]() | Parameter direction should be final. | 280 |
![]() | Expected @param tag for 'direction'. | 280 |
![]() | Parameter point should be final. | 288 |
![]() | Expected @param tag for 'point'. | 288 |
![]() | Parameter dx should be final. | 288 |
![]() | Expected @param tag for 'dx'. | 288 |
![]() | Parameter dy should be final. | 288 |
![]() | Expected @param tag for 'dy'. | 288 |
![]() | Parameter point should be final. | 296 |
![]() | Expected @param tag for 'point'. | 296 |
![]() | Parameter angle should be final. | 296 |
![]() | Expected @param tag for 'angle'. | 296 |
![]() | Parameter line should be final. | 304 |
![]() | Expected @param tag for 'line'. | 304 |
![]() | Parameter xp should be final. | 312 |
![]() | Expected @param tag for 'xp'. | 312 |
![]() | Parameter yp should be final. | 312 |
![]() | Expected @param tag for 'yp'. | 312 |
![]() | Parameter dx should be final. | 312 |
![]() | Expected @param tag for 'dx'. | 312 |
![]() | Parameter dy should be final. | 312 |
![]() | Expected @param tag for 'dy'. | 312 |
![]() | Parameter line should be final. | 320 |
![]() | Expected @param tag for 'line'. | 320 |
![]() | Parameter point should be final. | 320 |
![]() | Expected @param tag for 'point'. | 320 |
![]() | Parameter a should be final. | 329 |
![]() | Expected @param tag for 'a'. | 329 |
![]() | Parameter b should be final. | 329 |
![]() | Expected @param tag for 'b'. | 329 |
![]() | Parameter c should be final. | 329 |
![]() | Expected @param tag for 'c'. | 329 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 332 |
![]() | '*' is not followed by whitespace. | 332 |
![]() | '/' is not preceded with whitespace. | 332 |
![]() | '/' is not followed by whitespace. | 332 |
![]() | '*' is not preceded with whitespace. | 333 |
![]() | '*' is not followed by whitespace. | 333 |
![]() | '/' is not preceded with whitespace. | 333 |
![]() | '/' is not followed by whitespace. | 333 |
![]() | Method 'setLine' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Parameter x0 should be final. | 346 |
![]() | Expected @param tag for 'x0'. | 346 |
![]() | Parameter y0 should be final. | 346 |
![]() | Expected @param tag for 'y0'. | 346 |
![]() | Parameter dx should be final. | 346 |
![]() | Expected @param tag for 'dx'. | 346 |
![]() | Parameter dy should be final. | 346 |
![]() | Expected @param tag for 'dy'. | 346 |
![]() | Method 'setPoints' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Parameter x1 should be final. | 357 |
![]() | Expected @param tag for 'x1'. | 357 |
![]() | Parameter y1 should be final. | 357 |
![]() | Expected @param tag for 'y1'. | 357 |
![]() | Parameter x2 should be final. | 357 |
![]() | Expected @param tag for 'x2'. | 357 |
![]() | Parameter y2 should be final. | 357 |
![]() | Expected @param tag for 'y2'. | 357 |
![]() | '-' is not preceded with whitespace. | 360 |
![]() | '-' is not followed by whitespace. | 360 |
![]() | '-' is not preceded with whitespace. | 361 |
![]() | '-' is not followed by whitespace. | 361 |
![]() | Method 'setLine' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() | Parameter p1 should be final. | 368 |
![]() | Expected @param tag for 'p1'. | 368 |
![]() | Parameter p2 should be final. | 368 |
![]() | Expected @param tag for 'p2'. | 368 |
![]() | '-' is not preceded with whitespace. | 371 |
![]() | '-' is not followed by whitespace. | 371 |
![]() | '-' is not preceded with whitespace. | 372 |
![]() | '-' is not followed by whitespace. | 372 |
![]() | Method 'setLine' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Parameter linear should be final. | 379 |
![]() | Expected @param tag for 'linear'. | 379 |
![]() | Method 'setCartesianEquation' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Parameter a should be final. | 391 |
![]() | Expected @param tag for 'a'. | 391 |
![]() | Parameter b should be final. | 391 |
![]() | Expected @param tag for 'b'. | 391 |
![]() | Parameter c should be final. | 391 |
![]() | Expected @param tag for 'c'. | 391 |
![]() | '*' is not preceded with whitespace. | 394 |
![]() | '*' is not followed by whitespace. | 394 |
![]() | '/' is not preceded with whitespace. | 394 |
![]() | '/' is not followed by whitespace. | 394 |
![]() | '*' is not preceded with whitespace. | 394 |
![]() | '*' is not followed by whitespace. | 394 |
![]() | '+' is not preceded with whitespace. | 394 |
![]() | '+' is not followed by whitespace. | 394 |
![]() | '*' is not preceded with whitespace. | 394 |
![]() | '*' is not followed by whitespace. | 394 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '/' is not preceded with whitespace. | 395 |
![]() | '/' is not followed by whitespace. | 395 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '+' is not preceded with whitespace. | 395 |
![]() | '+' is not followed by whitespace. | 395 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | Expected an @return tag. | 402 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Parameter point should be final. | 402 |
![]() | Expected @param tag for 'point'. | 402 |
![]() | Expected an @return tag. | 414 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Parameter d should be final. | 414 |
![]() | Expected @param tag for 'd'. | 414 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' is not followed by whitespace. | 415 |
![]() | '*' is not preceded with whitespace. | 415 |
![]() | '*' is not followed by whitespace. | 415 |
![]() | '+' is not preceded with whitespace. | 416 |
![]() | '+' is not followed by whitespace. | 416 |
![]() | '*' is not preceded with whitespace. | 416 |
![]() | '*' is not followed by whitespace. | 416 |
![]() | '/' is not preceded with whitespace. | 416 |
![]() | '/' is not followed by whitespace. | 416 |
![]() | '-' is not preceded with whitespace. | 416 |
![]() | '-' is not followed by whitespace. | 416 |
![]() | '*' is not preceded with whitespace. | 416 |
![]() | '*' is not followed by whitespace. | 416 |
![]() | '/' is not preceded with whitespace. | 416 |
![]() | '/' is not followed by whitespace. | 416 |
![]() | Expected an @return tag. | 423 |
![]() | Method 'getPerpendicular' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Parameter point should be final. | 424 |
![]() | Expected @param tag for 'point'. | 424 |
![]() | Line has trailing spaces. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | Parameter inv should be final. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line has trailing spaces. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | '<' is not preceded with whitespace. | 442 |
![]() | '<' is not followed by whitespace. | 442 |
![]() | '{' is not preceded with whitespace. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line has trailing spaces. | 445 |
![]() | Line contains a tab character. | 450 |
![]() | '*' is not preceded with whitespace. | 450 |
![]() | '*' is not followed by whitespace. | 450 |
![]() | '/' is not preceded with whitespace. | 450 |
![]() | '/' is not followed by whitespace. | 450 |
![]() | '/' is not preceded with whitespace. | 450 |
![]() | '/' is not followed by whitespace. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line has trailing spaces. | 455 |
![]() | Line has trailing spaces. | 459 |
![]() | Line contains a tab character. | 459 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() | Missing a Javadoc comment. | 471 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() | Missing a Javadoc comment. | 475 |
![]() | Parameter g2 should be final. | 475 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Parameter point should be final. | 483 |
![]() | 'if' construct must use '{}'s. | 489 |
![]() | '>' is not preceded with whitespace. | 489 |
![]() | '>' is not followed by whitespace. | 489 |
![]() | '-' is not preceded with whitespace. | 490 |
![]() | '-' is not followed by whitespace. | 490 |
![]() | 'else' construct must use '{}'s. | 491 |
![]() | '*' is not preceded with whitespace. | 492 |
![]() | '*' is not followed by whitespace. | 492 |
![]() | '-' is not preceded with whitespace. | 492 |
![]() | '-' is not followed by whitespace. | 492 |
![]() | '+' is not preceded with whitespace. | 492 |
![]() | '+' is not followed by whitespace. | 492 |
![]() | 'if' construct must use '{}'s. | 494 |
![]() | '>' is not preceded with whitespace. | 494 |
![]() | '>' is not followed by whitespace. | 494 |
![]() | '-' is not preceded with whitespace. | 495 |
![]() | '-' is not followed by whitespace. | 495 |
![]() | '-' is not preceded with whitespace. | 495 |
![]() | '-' is not followed by whitespace. | 495 |
![]() | '*' is not preceded with whitespace. | 495 |
![]() | '*' is not followed by whitespace. | 495 |
![]() | 'else' construct must use '{}'s. | 496 |
![]() | '-' is not preceded with whitespace. | 497 |
![]() | '-' is not followed by whitespace. | 497 |
![]() | Line has trailing spaces. | 501 |
![]() | Expected an @return tag. | 508 |
![]() | Line contains a tab character. | 508 |
![]() | Method 'getAsPolyline' is not designed for extension - needs to be abstract, final or empty. | 508 |
![]() | Parameter n should be final. | 509 |
![]() | Expected @param tag for 'n'. | 509 |
![]() | Line has trailing spaces. | 513 |
![]() | First sentence should end with a period. | 517 |
![]() | Expected an @return tag. | 518 |
![]() | Line contains a tab character. | 518 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() | First sentence should end with a period. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Expected an @return tag. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Expected an @return tag. | 530 |
![]() | Line contains a tab character. | 530 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 530 |
![]() | Expected an @return tag. | 536 |
![]() | Line contains a tab character. | 536 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 536 |
![]() | Parameter pos should be final. | 537 |
![]() | Expected @param tag for 'pos'. | 537 |
![]() | Expected an @return tag. | 545 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() | Expected an @return tag. | 553 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() | Expected an @return tag. | 560 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | Parameter t should be final. | 560 |
![]() | Expected @param tag for 't'. | 560 |
![]() | '+' is not preceded with whitespace. | 561 |
![]() | '+' is not followed by whitespace. | 561 |
![]() | '*' is not preceded with whitespace. | 561 |
![]() | '*' is not followed by whitespace. | 561 |
![]() | '+' is not preceded with whitespace. | 561 |
![]() | '+' is not followed by whitespace. | 561 |
![]() | '*' is not preceded with whitespace. | 561 |
![]() | '*' is not followed by whitespace. | 561 |
![]() | Expected an @return tag. | 567 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() | Line has trailing spaces. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Expected an @return tag. | 579 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 579 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() | Missing a Javadoc comment. | 583 |
![]() | Parameter path should be final. | 583 |
![]() | Expected an @return tag. | 591 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 591 |
![]() | Expected an @return tag. | 598 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() | Parameter x should be final. | 599 |
![]() | Expected @param tag for 'x'. | 599 |
![]() | Parameter y should be final. | 599 |
![]() | Expected @param tag for 'y'. | 599 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 604 |
![]() | Missing a Javadoc comment. | 604 |
![]() | 'if' construct must use '{}'s. | 605 |
![]() | '<' is not preceded with whitespace. | 605 |
![]() | '<' is not followed by whitespace. | 605 |
![]() | Line has trailing spaces. | 607 |
![]() | 'if' construct must use '{}'s. | 609 |
![]() | '<' is not preceded with whitespace. | 609 |
![]() | '<' is not followed by whitespace. | 609 |
![]() | Line has trailing spaces. | 611 |
![]() | Expected an @return tag. | 622 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() | Parameter trans should be final. | 623 |
![]() | Expected @param tag for 'trans'. | 623 |
![]() | Line has trailing spaces. | 626 |
![]() | '*' is not preceded with whitespace. | 626 |
![]() | '*' is not followed by whitespace. | 626 |
![]() | '+' is not preceded with whitespace. | 626 |
![]() | '+' is not followed by whitespace. | 626 |
![]() | '*' is not preceded with whitespace. | 626 |
![]() | '*' is not followed by whitespace. | 626 |
![]() | '+' is not preceded with whitespace. | 626 |
![]() | '+' is not followed by whitespace. | 626 |
![]() | Line has trailing spaces. | 627 |
![]() | '*' is not preceded with whitespace. | 627 |
![]() | '*' is not followed by whitespace. | 627 |
![]() | '3' is a magic number. | 627 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' is not followed by whitespace. | 627 |
![]() | '*' is not preceded with whitespace. | 627 |
![]() | '*' is not followed by whitespace. | 627 |
![]() | '4' is a magic number. | 627 |
![]() | '+' is not preceded with whitespace. | 627 |
![]() | '+' is not followed by whitespace. | 627 |
![]() | '5' is a magic number. | 627 |
![]() | Line has trailing spaces. | 628 |
![]() | '*' is not preceded with whitespace. | 628 |
![]() | '*' is not followed by whitespace. | 628 |
![]() | '+' is not preceded with whitespace. | 628 |
![]() | '+' is not followed by whitespace. | 628 |
![]() | '*' is not preceded with whitespace. | 628 |
![]() | '*' is not followed by whitespace. | 628 |
![]() | '*' is not preceded with whitespace. | 629 |
![]() | '*' is not followed by whitespace. | 629 |
![]() | '3' is a magic number. | 629 |
![]() | '+' is not preceded with whitespace. | 629 |
![]() | '+' is not followed by whitespace. | 629 |
![]() | '*' is not preceded with whitespace. | 629 |
![]() | '*' is not followed by whitespace. | 629 |
![]() | '4' is a magic number. | 629 |
![]() | Line has trailing spaces. | 632 |
![]() | Expected an @return tag. | 640 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 640 |
![]() | Parameter x should be final. | 640 |
![]() | Expected @param tag for 'x'. | 640 |
![]() | Parameter y should be final. | 640 |
![]() | Expected @param tag for 'y'. | 640 |
![]() | Expected an @return tag. | 648 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() | Parameter p should be final. | 649 |
![]() | Expected @param tag for 'p'. | 649 |
![]() | First sentence should end with a period. | 653 |
![]() | Expected an @return tag. | 654 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 654 |
![]() | Line has trailing spaces. | 658 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 662 |
![]() | Line has trailing spaces. | 664 |
![]() | '+' should be on a new line. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line has trailing spaces. | 667 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 668 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 668 |
![]() | Parameter obj should be final. | 669 |
![]() | 'if' construct must use '{}'s. | 670 |
![]() | 'if' construct must use '{}'s. | 673 |
![]() | '-' is not preceded with whitespace. | 673 |
![]() | '-' is not followed by whitespace. | 673 |
![]() | '>' is not preceded with whitespace. | 673 |
![]() | '>' is not followed by whitespace. | 673 |
![]() | 'if' construct must use '{}'s. | 675 |
![]() | '-' is not preceded with whitespace. | 675 |
![]() | '-' is not followed by whitespace. | 675 |
![]() | '>' is not preceded with whitespace. | 675 |
![]() | '>' is not followed by whitespace. | 675 |
![]() | 'if' construct must use '{}'s. | 677 |
![]() | '-' is not preceded with whitespace. | 677 |
![]() | '-' is not followed by whitespace. | 677 |
![]() | '>' is not preceded with whitespace. | 677 |
![]() | '>' is not followed by whitespace. | 677 |
![]() | 'if' construct must use '{}'s. | 679 |
![]() | '-' is not preceded with whitespace. | 679 |
![]() | '-' is not followed by whitespace. | 679 |
![]() | '>' is not preceded with whitespace. | 679 |
![]() | '>' is not followed by whitespace. | 679 |
![]() | Line has trailing spaces. | 683 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 684 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 23 |
![]() | Comment matches to-do format 'TODO:'. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' is not preceded with whitespace. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter point should be final. | 39 |
![]() | 'point' hides a field. | 39 |
![]() | '{' is not preceded with whitespace. | 39 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter point should be final. | 45 |
![]() | 'point' hides a field. | 45 |
![]() | Parameter left should be final. | 45 |
![]() | 'left' hides a field. | 45 |
![]() | Parameter right should be final. | 45 |
![]() | 'right' hides a field. | 45 |
![]() | '{' is not preceded with whitespace. | 45 |
![]() | Line has trailing spaces. | 50 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'getLeftChild' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'getRightChild' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'isLeaf' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '==' is not preceded with whitespace. | 64 |
![]() | '==' is not followed by whitespace. | 64 |
![]() | '==' is not preceded with whitespace. | 64 |
![]() | '==' is not followed by whitespace. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter p1 should be final. | 72 |
![]() | Parameter p2 should be final. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | 'if' construct must use '{}'s. | 73 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '<' is not preceded with whitespace. | 73 |
![]() | '<' is not followed by whitespace. | 73 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '>' is not preceded with whitespace. | 75 |
![]() | '>' is not followed by whitespace. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter p1 should be final. | 85 |
![]() | Parameter p2 should be final. | 85 |
![]() | '{' is not preceded with whitespace. | 85 |
![]() | 'if' construct must use '{}'s. | 86 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '<' is not preceded with whitespace. | 86 |
![]() | '<' is not followed by whitespace. | 86 |
![]() | 'if' construct must use '{}'s. | 88 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '>' is not preceded with whitespace. | 88 |
![]() | '>' is not followed by whitespace. | 88 |
![]() | Line has trailing spaces. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter points should be final. | 99 |
![]() | Line has trailing spaces. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter points should be final. | 105 |
![]() | Parameter depth should be final. | 105 |
![]() | 'if' construct must use '{}'s. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '==' is not preceded with whitespace. | 107 |
![]() | '==' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | '%' is not preceded with whitespace. | 111 |
![]() | '%' is not followed by whitespace. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '==' is not preceded with whitespace. | 114 |
![]() | '==' is not followed by whitespace. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | 'else' is not preceded with whitespace. | 117 |
![]() | '}' is not followed by whitespace. | 117 |
![]() | 'else' is not followed by whitespace. | 117 |
![]() | '{' is not preceded with whitespace. | 117 |
![]() | Line has trailing spaces. | 121 |
![]() | '/' is not preceded with whitespace. | 123 |
![]() | '/' is not followed by whitespace. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' is not followed by whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 128 |
![]() | '+' is not followed by whitespace. | 128 |
![]() | '+' is not preceded with whitespace. | 128 |
![]() | '+' is not followed by whitespace. | 128 |
![]() | Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter value should be final. | 135 |
![]() | '{' is not preceded with whitespace. | 135 |
![]() | Line has trailing spaces. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter point should be final. | 139 |
![]() | Parameter node should be final. | 139 |
![]() | Parameter depth should be final. | 139 |
![]() | '{' is not preceded with whitespace. | 139 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '==' is not preceded with whitespace. | 140 |
![]() | '==' is not followed by whitespace. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | '%' is not preceded with whitespace. | 143 |
![]() | '%' is not followed by whitespace. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '==' is not preceded with whitespace. | 147 |
![]() | '==' is not followed by whitespace. | 147 |
![]() | '{' is not preceded with whitespace. | 147 |
![]() | 'else' is not preceded with whitespace. | 150 |
![]() | '}' is not followed by whitespace. | 150 |
![]() | 'else' is not followed by whitespace. | 150 |
![]() | '{' is not preceded with whitespace. | 150 |
![]() | Line has trailing spaces. | 154 |
![]() | 'if' construct must use '{}'s. | 155 |
![]() | 'if' is not followed by whitespace. | 155 |
![]() | '<' is not preceded with whitespace. | 155 |
![]() | '<' is not followed by whitespace. | 155 |
![]() | '+' is not preceded with whitespace. | 156 |
![]() | '+' is not followed by whitespace. | 156 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '>' is not preceded with whitespace. | 157 |
![]() | '>' is not followed by whitespace. | 157 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter point should be final. | 163 |
![]() | Line has trailing spaces. | 166 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Parameter point should be final. | 167 |
![]() | Parameter node should be final. | 167 |
![]() | Parameter depth should be final. | 167 |
![]() | '{' is not preceded with whitespace. | 167 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '==' is not preceded with whitespace. | 168 |
![]() | '==' is not followed by whitespace. | 168 |
![]() | '%' is not preceded with whitespace. | 170 |
![]() | '%' is not followed by whitespace. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '==' is not preceded with whitespace. | 174 |
![]() | '==' is not followed by whitespace. | 174 |
![]() | '{' is not preceded with whitespace. | 174 |
![]() | 'else' is not preceded with whitespace. | 177 |
![]() | '}' is not followed by whitespace. | 177 |
![]() | 'else' is not followed by whitespace. | 177 |
![]() | '{' is not preceded with whitespace. | 177 |
![]() | Line has trailing spaces. | 181 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '<' is not preceded with whitespace. | 182 |
![]() | '<' is not followed by whitespace. | 182 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | 'if' construct must use '{}'s. | 184 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '>' is not preceded with whitespace. | 184 |
![]() | '>' is not followed by whitespace. | 184 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter point should be final. | 190 |
![]() | '{' is not preceded with whitespace. | 190 |
![]() | Line has trailing spaces. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter point should be final. | 194 |
![]() | Parameter node should be final. | 194 |
![]() | Parameter depth should be final. | 194 |
![]() | '%' is not preceded with whitespace. | 196 |
![]() | '%' is not followed by whitespace. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | 'if' is not followed by whitespace. | 200 |
![]() | '==' is not preceded with whitespace. | 200 |
![]() | '==' is not followed by whitespace. | 200 |
![]() | '{' is not preceded with whitespace. | 200 |
![]() | 'else' is not preceded with whitespace. | 203 |
![]() | '}' is not followed by whitespace. | 203 |
![]() | 'else' is not followed by whitespace. | 203 |
![]() | '{' is not preceded with whitespace. | 203 |
![]() | Line has trailing spaces. | 207 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '<' is not preceded with whitespace. | 208 |
![]() | '<' is not followed by whitespace. | 208 |
![]() | '{' is not preceded with whitespace. | 208 |
![]() | 'if' construct must use '{}'s. | 209 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '==' is not preceded with whitespace. | 209 |
![]() | '==' is not followed by whitespace. | 209 |
![]() | 'else' construct must use '{}'s. | 211 |
![]() | '+' is not preceded with whitespace. | 212 |
![]() | '+' is not followed by whitespace. | 212 |
![]() | 'if' construct must use '{}'s. | 214 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '>' is not preceded with whitespace. | 214 |
![]() | '>' is not followed by whitespace. | 214 |
![]() | 'if' construct must use '{}'s. | 215 |
![]() | 'if' is not followed by whitespace. | 215 |
![]() | '==' is not preceded with whitespace. | 215 |
![]() | '==' is not followed by whitespace. | 215 |
![]() | 'else' construct must use '{}'s. | 217 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | Line has trailing spaces. | 220 |
![]() | Method 'rangeSearch' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter range should be final. | 221 |
![]() | Line has trailing spaces. | 226 |
![]() | Line has trailing spaces. | 230 |
![]() | Parameter range should be final. | 230 |
![]() | Expected @param tag for 'range'. | 230 |
![]() | Parameter points should be final. | 231 |
![]() | Expected @param tag for 'points'. | 231 |
![]() | Parameter node should be final. | 231 |
![]() | Expected @param tag for 'node'. | 231 |
![]() | Parameter depth should be final. | 231 |
![]() | Expected @param tag for 'depth'. | 231 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '==' is not preceded with whitespace. | 232 |
![]() | '==' is not followed by whitespace. | 232 |
![]() | Line has trailing spaces. | 234 |
![]() | Line has trailing spaces. | 239 |
![]() | '<' is not preceded with whitespace. | 241 |
![]() | '<' is not followed by whitespace. | 241 |
![]() | '<' is not preceded with whitespace. | 242 |
![]() | '<' is not followed by whitespace. | 242 |
![]() | '<=' is not preceded with whitespace. | 243 |
![]() | '<=' is not followed by whitespace. | 243 |
![]() | '<=' is not preceded with whitespace. | 244 |
![]() | '<=' is not followed by whitespace. | 244 |
![]() | Line has trailing spaces. | 245 |
![]() | 'if' construct must use '{}'s. | 247 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | Line has trailing spaces. | 249 |
![]() | '%' is not preceded with whitespace. | 251 |
![]() | '%' is not followed by whitespace. | 251 |
![]() | Line has trailing spaces. | 252 |
![]() | 'if' construct must use '{}'s. | 253 |
![]() | 'if' is not followed by whitespace. | 253 |
![]() | '==' is not preceded with whitespace. | 253 |
![]() | '==' is not followed by whitespace. | 253 |
![]() | Avoid inline conditionals. | 253 |
![]() | '+' is not preceded with whitespace. | 254 |
![]() | '+' is not followed by whitespace. | 254 |
![]() | 'if' construct must use '{}'s. | 255 |
![]() | 'if' is not followed by whitespace. | 255 |
![]() | '==' is not preceded with whitespace. | 255 |
![]() | '==' is not followed by whitespace. | 255 |
![]() | Avoid inline conditionals. | 255 |
![]() | '+' is not preceded with whitespace. | 256 |
![]() | '+' is not followed by whitespace. | 256 |
![]() | Line has trailing spaces. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | Method 'nearestNeighbor' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Parameter point should be final. | 260 |
![]() | Line has trailing spaces. | 263 |
![]() | Expected an @return tag. | 268 |
![]() | Line has trailing spaces. | 268 |
![]() | Parameter point should be final. | 268 |
![]() | Expected @param tag for 'point'. | 268 |
![]() | Parameter candidate should be final. | 268 |
![]() | Expected @param tag for 'candidate'. | 268 |
![]() | Parameter node should be final. | 268 |
![]() | Expected @param tag for 'node'. | 268 |
![]() | Parameter depth should be final. | 269 |
![]() | Expected @param tag for 'depth'. | 269 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | '<' is not preceded with whitespace. | 273 |
![]() | '<' is not followed by whitespace. | 273 |
![]() | '{' is not preceded with whitespace. | 273 |
![]() | Line has trailing spaces. | 276 |
![]() | '%' is not preceded with whitespace. | 278 |
![]() | '%' is not followed by whitespace. | 278 |
![]() | Line has trailing spaces. | 281 |
![]() | 'if' is not followed by whitespace. | 286 |
![]() | '==' is not preceded with whitespace. | 286 |
![]() | '==' is not followed by whitespace. | 286 |
![]() | '{' is not preceded with whitespace. | 286 |
![]() | '<' is not preceded with whitespace. | 287 |
![]() | '<' is not followed by whitespace. | 287 |
![]() | Avoid inline conditionals. | 288 |
![]() | Avoid inline conditionals. | 289 |
![]() | Line has trailing spaces. | 290 |
![]() | '<' is not preceded with whitespace. | 292 |
![]() | '<' is not followed by whitespace. | 292 |
![]() | Avoid inline conditionals. | 293 |
![]() | Avoid inline conditionals. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line has trailing spaces. | 297 |
![]() | 'if' is not followed by whitespace. | 298 |
![]() | '!=' is not preceded with whitespace. | 298 |
![]() | '!=' is not followed by whitespace. | 298 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
![]() | Line has trailing spaces. | 305 |
![]() | 'if' is not followed by whitespace. | 308 |
![]() | '<' is not preceded with whitespace. | 308 |
![]() | '<' is not followed by whitespace. | 308 |
![]() | '!=' is not preceded with whitespace. | 308 |
![]() | '!=' is not followed by whitespace. | 308 |
![]() | '+' is not preceded with whitespace. | 309 |
![]() | '+' is not followed by whitespace. | 309 |
![]() | Line has trailing spaces. | 311 |
![]() | Line has trailing spaces. | 314 |
![]() | Line has trailing spaces. | 315 |
![]() | Parameter args should be final. | 319 |
![]() | Expected @param tag for 'args'. | 319 |
![]() | '{' is not preceded with whitespace. | 319 |
![]() | '3' is a magic number. | 320 |
![]() | '5' is a magic number. | 322 |
![]() | '5' is a magic number. | 322 |
![]() | '10' is a magic number. | 323 |
![]() | '10' is a magic number. | 323 |
![]() | '20' is a magic number. | 324 |
![]() | '20' is a magic number. | 324 |
![]() | Line has trailing spaces. | 325 |
![]() | Line has trailing spaces. | 327 |
![]() | Line has trailing spaces. | 329 |
![]() | '5' is a magic number. | 330 |
![]() | '5' is a magic number. | 330 |
![]() | '6' is a magic number. | 331 |
![]() | '5' is a magic number. | 331 |
![]() | Line has trailing spaces. | 333 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 55 |
![]() | Variable 'points' must be private and have accessor methods. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Parameter n should be final. | 76 |
![]() | Parameter points should be final. | 84 |
![]() | 'points' hides a field. | 84 |
![]() | Expected @param tag for 'points'. | 84 |
![]() | 'for' construct must use '{}'s. | 86 |
![]() | 'if' construct must use '{}'s. | 87 |
![]() | 'else' construct must use '{}'s. | 89 |
![]() | Line has trailing spaces. | 97 |
![]() | Parameter points should be final. | 100 |
![]() | 'points' hides a field. | 100 |
![]() | Expected @param tag for 'points'. | 100 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | 'else' construct must use '{}'s. | 106 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | 'static' modifier out of order with the JLS suggestions. | 114 |
![]() | Parameter points should be final. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | 'static' modifier out of order with the JLS suggestions. | 118 |
![]() | Parameter points should be final. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | 'static' modifier out of order with the JLS suggestions. | 122 |
![]() | Parameter size should be final. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 132 |
![]() | Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter point should be final. | 135 |
![]() | Expected @param tag for 'point'. | 135 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | 'else' construct must use '{}'s. | 138 |
![]() | First sentence should end with a period. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Method 'addPoints' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter points should be final. | 147 |
![]() | 'points' hides a field. | 147 |
![]() | 'for' construct must use '{}'s. | 148 |
![]() | Method 'addPoints' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter points should be final. | 152 |
![]() | 'points' hides a field. | 152 |
![]() | Line has trailing spaces. | 158 |
![]() | Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Method 'clearPoints' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line has trailing spaces. | 174 |
![]() | Method 'getPointNumber' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter dist should be final. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter inv should be final. | 192 |
![]() | Line has trailing spaces. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | 'for' construct must use '{}'s. | 196 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | 'for' is not followed by whitespace. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line has trailing spaces. | 201 |
![]() | First sentence should end with a period. | 202 |
![]() | Expected an @return tag. | 205 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Parameter p should be final. | 205 |
![]() | Expected @param tag for 'p'. | 205 |
![]() | Line has trailing spaces. | 211 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Parameter x should be final. | 214 |
![]() | Parameter y should be final. | 214 |
![]() | 'if' construct must use '{}'s. | 215 |
![]() | 'for' construct must use '{}'s. | 218 |
![]() | Expected an @return tag. | 226 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | '==' is not preceded with whitespace. | 231 |
![]() | '==' is not followed by whitespace. | 231 |
![]() | Line has trailing spaces. | 236 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter box should be final. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 245 |
![]() | 'if' is not followed by whitespace. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 249 |
![]() | Line has trailing spaces. | 252 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line has trailing spaces. | 271 |
![]() | Line has trailing spaces. | 278 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Parameter trans should be final. | 281 |
![]() | 'for' construct must use '{}'s. | 284 |
![]() | Line has trailing spaces. | 292 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Missing a Javadoc comment. | 295 |
![]() | Parameter x should be final. | 295 |
![]() | Parameter y should be final. | 295 |
![]() | 'for' construct must use '{}'s. | 296 |
![]() | 'if' construct must use '{}'s. | 297 |
![]() | '<' is not preceded with whitespace. | 297 |
![]() | '<' is not followed by whitespace. | 297 |
![]() | Line has trailing spaces. | 304 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Parameter point should be final. | 307 |
![]() | Line has trailing spaces. | 314 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Parameter g2 should be final. | 317 |
![]() | Line has trailing spaces. | 324 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Parameter g2 should be final. | 327 |
![]() | Parameter r should be final. | 327 |
![]() | Expected @param tag for 'r'. | 327 |
![]() | 'for' construct must use '{}'s. | 328 |
![]() | '-' is not preceded with whitespace. | 329 |
![]() | '-' is not followed by whitespace. | 329 |
![]() | '-' is not preceded with whitespace. | 329 |
![]() | '-' is not followed by whitespace. | 329 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | Line has trailing spaces. | 335 |
![]() | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Line has trailing spaces. | 341 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 342 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Parameter obj should be final. | 343 |
![]() | 'if' construct must use '{}'s. | 344 |
![]() | 'if' is not followed by whitespace. | 344 |
![]() | Line has trailing spaces. | 346 |
![]() | 'for' is not followed by whitespace. | 348 |
![]() | '{' is not preceded with whitespace. | 348 |
![]() | 'if' construct must use '{}'s. | 349 |
![]() | 'if' is not followed by whitespace. | 349 |
![]() | Line has trailing spaces. | 352 |
![]() | 'for' is not followed by whitespace. | 353 |
![]() | '{' is not preceded with whitespace. | 353 |
![]() | 'if' construct must use '{}'s. | 354 |
![]() | 'if' is not followed by whitespace. | 354 |
![]() | Line has trailing spaces. | 357 |
![]() | Line has trailing spaces. | 360 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() | 'for' construct must use '{}'s. | 364 |
![]() | 'for' is not followed by whitespace. | 364 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 3 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 30 |
![]() | Redundant 'public' modifier. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Expected an @return tag. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Expected @param tag for 'trans'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Expected an @return tag. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Expected @param tag for 'box'. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 30 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line has trailing spaces. | 37 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Expected an @return tag. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @param tag for 'trans'. | 46 |
![]() | Expected an @return tag. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Expected @param tag for 'box'. | 51 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 58 |
![]() | First sentence should end with a period. | 66 |
![]() | Parameter x0 should be final. | 67 |
![]() | Expected @param tag for 'x0'. | 67 |
![]() | Parameter y0 should be final. | 67 |
![]() | Expected @param tag for 'y0'. | 67 |
![]() | Parameter w should be final. | 67 |
![]() | Expected @param tag for 'w'. | 67 |
![]() | Parameter h should be final. | 67 |
![]() | Expected @param tag for 'h'. | 67 |
![]() | First sentence should end with a period. | 71 |
![]() | Parameter rect should be final. | 77 |
![]() | Expected @param tag for 'rect'. | 77 |
![]() | First sentence should end with a period. | 81 |
![]() | Parameter point should be final. | 82 |
![]() | Expected @param tag for 'point'. | 82 |
![]() | Parameter w should be final. | 82 |
![]() | Expected @param tag for 'w'. | 82 |
![]() | Parameter h should be final. | 82 |
![]() | Expected @param tag for 'h'. | 82 |
![]() | Expected an @return tag. | 90 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '4' is a magic number. | 99 |
![]() | '+' is not preceded with whitespace. | 101 |
![]() | '+' is not followed by whitespace. | 101 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | Line has trailing spaces. | 109 |
![]() | Expected an @return tag. | 112 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter i should be final. | 112 |
![]() | '+' is not preceded with whitespace. | 117 |
![]() | '+' is not followed by whitespace. | 117 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '3' is a magic number. | 120 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' is not followed by whitespace. | 121 |
![]() | Line has trailing spaces. | 129 |
![]() | Expected an @return tag. | 132 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | '4' is a magic number. | 133 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | '4' is a magic number. | 137 |
![]() | '+' is not preceded with whitespace. | 138 |
![]() | '+' is not followed by whitespace. | 138 |
![]() | '+' is not preceded with whitespace. | 139 |
![]() | '+' is not followed by whitespace. | 139 |
![]() | '+' is not preceded with whitespace. | 139 |
![]() | '+' is not followed by whitespace. | 139 |
![]() | '+' is not preceded with whitespace. | 139 |
![]() | '+' is not followed by whitespace. | 139 |
![]() | '+' is not preceded with whitespace. | 140 |
![]() | '+' is not followed by whitespace. | 140 |
![]() | '+' is not preceded with whitespace. | 140 |
![]() | '+' is not followed by whitespace. | 140 |
![]() | '+' is not preceded with whitespace. | 140 |
![]() | '+' is not followed by whitespace. | 140 |
![]() | '+' is not preceded with whitespace. | 141 |
![]() | '+' is not followed by whitespace. | 141 |
![]() | Method 'getEdgeNumber' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | '4' is a magic number. | 146 |
![]() | Method 'getRings' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter inv should be final. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter dist should be final. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Array brackets at illegal position. | 182 |
![]() | '4' is a magic number. | 182 |
![]() | '+' is not preceded with whitespace. | 184 |
![]() | '+' is not followed by whitespace. | 184 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
![]() | '+' is not preceded with whitespace. | 185 |
![]() | '+' is not followed by whitespace. | 185 |
![]() | '3' is a magic number. | 186 |
![]() | '+' is not preceded with whitespace. | 186 |
![]() | '+' is not followed by whitespace. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Array brackets at illegal position. | 192 |
![]() | '4' is a magic number. | 192 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | '3' is a magic number. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter p should be final. | 200 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Parameter x should be final. | 204 |
![]() | Parameter y should be final. | 204 |
![]() | Expected an @return tag. | 214 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Parameter p should be final. | 214 |
![]() | Expected @param tag for 'p'. | 214 |
![]() | Expected an @return tag. | 224 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Parameter x should be final. | 224 |
![]() | Expected @param tag for 'x'. | 224 |
![]() | Parameter y should be final. | 224 |
![]() | Expected @param tag for 'y'. | 224 |
![]() | 'if' construct must use '{}'s. | 226 |
![]() | 'else' construct must use '{}'s. | 228 |
![]() | Expected an @return tag. | 237 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Parameter box should be final. | 237 |
![]() | Expected @param tag for 'box'. | 237 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | '>' is not preceded with whitespace. | 242 |
![]() | '>' is not followed by whitespace. | 242 |
![]() | '||' is not preceded with whitespace. | 242 |
![]() | '||' is not followed by whitespace. | 242 |
![]() | '>' is not preceded with whitespace. | 242 |
![]() | '>' is not followed by whitespace. | 242 |
![]() | 'else' construct must use '{}'s. | 244 |
![]() | '-' is not preceded with whitespace. | 245 |
![]() | '-' is not followed by whitespace. | 245 |
![]() | '-' is not preceded with whitespace. | 245 |
![]() | '-' is not followed by whitespace. | 245 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Parameter g2 should be final. | 248 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | Parameter g2 should be final. | 252 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Expected an @return tag. | 272 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 272 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Parameter obj should be final. | 273 |
![]() | Expected @param tag for 'obj'. | 273 |
![]() | 'if' construct must use '{}'s. | 276 |
![]() | 'for' construct must use '{}'s. | 286 |
![]() | 'if' construct must use '{}'s. | 287 |
![]() | 'if' construct must use '{}'s. | 293 |
![]() | Expected an @return tag. | 307 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Parameter trans should be final. | 307 |
![]() | Expected @param tag for 'trans'. | 307 |
![]() | '4' is a magic number. | 308 |
![]() | '<' is not preceded with whitespace. | 312 |
![]() | '<' is not followed by whitespace. | 312 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Using the '.*' form of import should be avoided - math.geom2d.circulinear.*. | 36 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter initialPoint should be final. | 60 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter points should be final. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter xcoords should be final. | 68 |
![]() | Parameter ycoords should be final. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter points should be final. | 72 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 79 |
![]() | Expected an @return tag. | 85 |
![]() | Parameter points should be final. | 85 |
![]() | Expected @param tag for 'points'. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Expected an @return tag. | 94 |
![]() | Parameter points should be final. | 94 |
![]() | Expected @param tag for 'points'. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Expected an @return tag. | 106 |
![]() | Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line has trailing spaces. | 116 |
![]() | Method 'getSignedArea' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '-' is not preceded with whitespace. | 121 |
![]() | '-' is not followed by whitespace. | 121 |
![]() | '<' is not preceded with whitespace. | 123 |
![]() | '<' is not followed by whitespace. | 123 |
![]() | '*' is not preceded with whitespace. | 125 |
![]() | '*' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | '*' is not preceded with whitespace. | 125 |
![]() | '*' is not followed by whitespace. | 125 |
![]() | Inner assignments should be avoided. | 128 |
![]() | Line has trailing spaces. | 137 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | 'if' construct must use '{}'s. | 145 |
![]() | '<' is not preceded with whitespace. | 145 |
![]() | '<' is not followed by whitespace. | 145 |
![]() | 'for' construct must use '{}'s. | 148 |
![]() | '<' is not preceded with whitespace. | 148 |
![]() | '<' is not followed by whitespace. | 148 |
![]() | '-' is not preceded with whitespace. | 148 |
![]() | '-' is not followed by whitespace. | 148 |
![]() | '+' is not preceded with whitespace. | 149 |
![]() | '+' is not followed by whitespace. | 149 |
![]() | '-' is not preceded with whitespace. | 150 |
![]() | '-' is not followed by whitespace. | 150 |
![]() | Method 'getLastEdge' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | '<' is not preceded with whitespace. | 157 |
![]() | '<' is not followed by whitespace. | 157 |
![]() | '-' is not preceded with whitespace. | 159 |
![]() | '-' is not followed by whitespace. | 159 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 165 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter dist should be final. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Parameter inv should be final. | 176 |
![]() | Line has trailing spaces. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line has trailing spaces. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | 'for' is not followed by whitespace. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | Method 'getBoundaryCurves' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter g2 should be final. | 206 |
![]() | Line has trailing spaces. | 215 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Parameter x should be final. | 219 |
![]() | Parameter y should be final. | 219 |
![]() | Avoid inline conditionals. | 220 |
![]() | '*' is not preceded with whitespace. | 220 |
![]() | '*' is not followed by whitespace. | 220 |
![]() | Line has trailing spaces. | 225 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Parameter point should be final. | 229 |
![]() | Line has trailing spaces. | 235 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Parameter point should be final. | 239 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | '*' is not preceded with whitespace. | 241 |
![]() | '*' is not followed by whitespace. | 241 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Parameter x should be final. | 244 |
![]() | Parameter y should be final. | 244 |
![]() | Line has trailing spaces. | 250 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Parameter point should be final. | 254 |
![]() | Comment matches to-do format 'TODO:'. | 255 |
![]() | 'if' construct must use '{}'s. | 257 |
![]() | '==' is not preceded with whitespace. | 257 |
![]() | '==' is not followed by whitespace. | 257 |
![]() | 'if' construct must use '{}'s. | 259 |
![]() | Expected an @return tag. | 270 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Expected an @return tag. | 282 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() | Parameter t should be final. | 283 |
![]() | Expected @param tag for 't'. | 283 |
![]() | '+' is not preceded with whitespace. | 292 |
![]() | '+' is not followed by whitespace. | 292 |
![]() | '-' is not preceded with whitespace. | 293 |
![]() | '-' is not followed by whitespace. | 293 |
![]() | 'if' construct must use '{}'s. | 295 |
![]() | '==' is not preceded with whitespace. | 295 |
![]() | '==' is not followed by whitespace. | 295 |
![]() | 'if' construct must use '{}'s. | 300 |
![]() | '-' is not preceded with whitespace. | 300 |
![]() | '-' is not followed by whitespace. | 300 |
![]() | '<' is not preceded with whitespace. | 300 |
![]() | '<' is not followed by whitespace. | 300 |
![]() | '+' is not preceded with whitespace. | 304 |
![]() | '+' is not followed by whitespace. | 304 |
![]() | 'if' construct must use '{}'s. | 305 |
![]() | '==' is not preceded with whitespace. | 305 |
![]() | '==' is not followed by whitespace. | 305 |
![]() | '-' is not preceded with whitespace. | 312 |
![]() | '-' is not followed by whitespace. | 312 |
![]() | '-' is not preceded with whitespace. | 313 |
![]() | '-' is not followed by whitespace. | 313 |
![]() | '+' is not preceded with whitespace. | 315 |
![]() | '+' is not followed by whitespace. | 315 |
![]() | '*' is not preceded with whitespace. | 315 |
![]() | '*' is not followed by whitespace. | 315 |
![]() | '+' is not preceded with whitespace. | 315 |
![]() | '+' is not followed by whitespace. | 315 |
![]() | '*' is not preceded with whitespace. | 315 |
![]() | '*' is not followed by whitespace. | 315 |
![]() | Expected an @return tag. | 321 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | Expected an @return tag. | 329 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Expected an @return tag. | 337 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | 'if' construct must use '{}'s. | 339 |
![]() | '==' is not preceded with whitespace. | 339 |
![]() | '==' is not followed by whitespace. | 339 |
![]() | Expected an @return tag. | 347 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | 'if' construct must use '{}'s. | 349 |
![]() | '==' is not preceded with whitespace. | 349 |
![]() | '==' is not followed by whitespace. | 349 |
![]() | Line contains a tab character. | 354 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Line contains a tab character. | 356 |
![]() | Expected an @return tag. | 364 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() | '>' is not preceded with whitespace. | 368 |
![]() | '>' is not followed by whitespace. | 368 |
![]() | 'for' construct must use '{}'s. | 370 |
![]() | '<' is not preceded with whitespace. | 370 |
![]() | '<' is not followed by whitespace. | 370 |
![]() | '-' is not preceded with whitespace. | 371 |
![]() | '-' is not followed by whitespace. | 371 |
![]() | Expected an @return tag. | 380 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Parameter t0 should be final. | 381 |
![]() | Expected @param tag for 't0'. | 381 |
![]() | Parameter t1 should be final. | 381 |
![]() | Expected @param tag for 't1'. | 381 |
![]() | '+' is not preceded with whitespace. | 394 |
![]() | '+' is not followed by whitespace. | 394 |
![]() | '+' is not preceded with whitespace. | 395 |
![]() | '+' is not followed by whitespace. | 395 |
![]() | '==' is not preceded with whitespace. | 398 |
![]() | '==' is not followed by whitespace. | 398 |
![]() | '&&' is not preceded with whitespace. | 398 |
![]() | '&&' is not followed by whitespace. | 398 |
![]() | '<' is not preceded with whitespace. | 398 |
![]() | '<' is not followed by whitespace. | 398 |
![]() | '>' is not preceded with whitespace. | 409 |
![]() | '>' is not followed by whitespace. | 409 |
![]() | 'for' construct must use '{}'s. | 411 |
![]() | '+' is not preceded with whitespace. | 411 |
![]() | '+' is not followed by whitespace. | 411 |
![]() | '<=' is not preceded with whitespace. | 411 |
![]() | '<=' is not followed by whitespace. | 411 |
![]() | 'for' construct must use '{}'s. | 415 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' is not followed by whitespace. | 415 |
![]() | '<' is not preceded with whitespace. | 415 |
![]() | '<' is not followed by whitespace. | 415 |
![]() | 'for' construct must use '{}'s. | 419 |
![]() | '<=' is not preceded with whitespace. | 419 |
![]() | '<=' is not followed by whitespace. | 419 |
![]() | Expected an @return tag. | 436 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Parameter trans should be final. | 437 |
![]() | Expected @param tag for 'trans'. | 437 |
![]() | 'for' construct must use '{}'s. | 439 |
![]() | '<' is not preceded with whitespace. | 439 |
![]() | '<' is not followed by whitespace. | 439 |
![]() | Line has trailing spaces. | 446 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Parameter path should be final. | 450 |
![]() | 'if' construct must use '{}'s. | 452 |
![]() | '<' is not preceded with whitespace. | 452 |
![]() | '<' is not followed by whitespace. | 452 |
![]() | Line has trailing spaces. | 459 |
![]() | 'for' construct must use '{}'s. | 461 |
![]() | 'for' is not followed by whitespace. | 461 |
![]() | Line has trailing spaces. | 463 |
![]() | Line has trailing spaces. | 466 |
![]() | Expected an @return tag. | 473 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | 'if' construct must use '{}'s. | 476 |
![]() | '<' is not preceded with whitespace. | 476 |
![]() | '<' is not followed by whitespace. | 476 |
![]() | Line has trailing spaces. | 497 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 498 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() | Parameter object should be final. | 499 |
![]() | 'if' construct must use '{}'s. | 500 |
![]() | 'if' construct must use '{}'s. | 504 |
![]() | '!=' is not preceded with whitespace. | 504 |
![]() | '!=' is not followed by whitespace. | 504 |
![]() | 'for' construct must use '{}'s. | 506 |
![]() | '<' is not preceded with whitespace. | 506 |
![]() | '<' is not followed by whitespace. | 506 |
![]() | 'if' construct must use '{}'s. | 507 |
![]() | Line has trailing spaces. | 511 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() | 'for' construct must use '{}'s. | 515 |
![]() | 'for' is not followed by whitespace. | 515 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'rings' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter ring should be final. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter rings should be final. | 44 |
![]() | 'rings' hides a field. | 44 |
![]() | 'for' construct must use '{}'s. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter polygon should be final. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter lines should be final. | 53 |
![]() | Method 'addPolygon' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter polygon should be final. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'getPolygons' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | 'for' construct must use '{}'s. | 74 |
![]() | First sentence should end with a period. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'addPolyline' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter ring should be final. | 83 |
![]() | Expected @param tag for 'ring'. | 83 |
![]() | Method 'addRing' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter ring should be final. | 87 |
![]() | Line has trailing spaces. | 94 |
![]() | Method 'getRings' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter inv should be final. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter dist should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | 'for' construct must use '{}'s. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | 'for' construct must use '{}'s. | 146 |
![]() | Method 'getEdgeNumber' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | 'for' construct must use '{}'s. | 153 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | 'for' construct must use '{}'s. | 160 |
![]() | Line has trailing spaces. | 167 |
![]() | Expected an @return tag. | 170 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Parameter i should be final. | 170 |
![]() | '+' is not preceded with whitespace. | 176 |
![]() | '+' is not followed by whitespace. | 176 |
![]() | '>' is not preceded with whitespace. | 176 |
![]() | '>' is not followed by whitespace. | 176 |
![]() | 'if' construct must use '{}'s. | 183 |
![]() | '==' is not preceded with whitespace. | 183 |
![]() | '==' is not followed by whitespace. | 183 |
![]() | '-' is not preceded with whitespace. | 186 |
![]() | '-' is not followed by whitespace. | 186 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | 'for' construct must use '{}'s. | 191 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Line has trailing spaces. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line has trailing spaces. | 204 |
![]() | 'for' construct must use '{}'s. | 206 |
![]() | Line has trailing spaces. | 208 |
![]() | Expected an @return tag. | 216 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter box should be final. | 216 |
![]() | Expected @param tag for 'box'. | 216 |
![]() | Line has trailing spaces. | 218 |
![]() | Line has trailing spaces. | 220 |
![]() | 'for' construct must use '{}'s. | 224 |
![]() | Line has trailing spaces. | 226 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Parameter p should be final. | 231 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter x should be final. | 235 |
![]() | Parameter y should be final. | 235 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | 'for' construct must use '{}'s. | 247 |
![]() | '>' is not preceded with whitespace. | 251 |
![]() | '>' is not followed by whitespace. | 251 |
![]() | Expected an @return tag. | 258 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | 'for' construct must use '{}'s. | 260 |
![]() | 'if' construct must use '{}'s. | 261 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter trans should be final. | 266 |
![]() | Line has trailing spaces. | 268 |
![]() | Line has trailing spaces. | 270 |
![]() | 'for' construct must use '{}'s. | 272 |
![]() | Line has trailing spaces. | 274 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Parameter point should be final. | 279 |
![]() | 'for' construct must use '{}'s. | 281 |
![]() | '>' is not preceded with whitespace. | 283 |
![]() | '>' is not followed by whitespace. | 283 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Parameter x should be final. | 286 |
![]() | Parameter y should be final. | 286 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Parameter g2 should be final. | 290 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Parameter g should be final. | 294 |
![]() | Line has trailing spaces. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 298 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | Parameter obj should be final. | 299 |
![]() | 'if' construct must use '{}'s. | 300 |
![]() | 'if' is not followed by whitespace. | 300 |
![]() | Line has trailing spaces. | 302 |
![]() | 'if' construct must use '{}'s. | 305 |
![]() | Line has trailing spaces. | 305 |
![]() | 'if' is not followed by whitespace. | 305 |
![]() | '!=' is not preceded with whitespace. | 305 |
![]() | '!=' is not followed by whitespace. | 305 |
![]() | Line has trailing spaces. | 307 |
![]() | 'for' construct must use '{}'s. | 309 |
![]() | 'for' is not followed by whitespace. | 309 |
![]() | '=' is not preceded with whitespace. | 309 |
![]() | '=' is not followed by whitespace. | 309 |
![]() | '<' is not preceded with whitespace. | 309 |
![]() | '<' is not followed by whitespace. | 309 |
![]() | 'if' construct must use '{}'s. | 310 |
![]() | 'if' is not followed by whitespace. | 310 |
![]() | Line has trailing spaces. | 312 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line has trailing spaces. | 320 |
![]() | 'for' construct must use '{}'s. | 322 |
![]() | 'for' is not followed by whitespace. | 322 |
![]() | Line has trailing spaces. | 324 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | First sentence should end with a period. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Expected an @return tag. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | First sentence should end with a period. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Expected an @return tag. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | First sentence should end with a period. | 61 |
![]() | Expected an @return tag. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | First sentence should end with a period. | 64 |
![]() | Expected an @return tag. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Expected an @return tag. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Expected @param tag for 'trans'. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Redundant 'public' modifier. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Parameter vertices should be final. | 33 |
![]() | Parameter point should be final. | 34 |
![]() | 'for' construct must use '{}'s. | 39 |
![]() | Comment matches to-do format 'TODO:'. | 52 |
![]() | '<=' is not preceded with whitespace. | 53 |
![]() | '<=' is not followed by whitespace. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | '>' is not preceded with whitespace. | 54 |
![]() | '>' is not followed by whitespace. | 54 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | 'if' construct must use '{}'s. | 58 |
![]() | '<=' is not preceded with whitespace. | 58 |
![]() | '<=' is not followed by whitespace. | 58 |
![]() | 'if' construct must use '{}'s. | 59 |
![]() | Missing a Javadoc comment. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | Parameter polygon should be final. | 71 |
![]() | Parameter d should be final. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | 'for' construct must use '{}'s. | 75 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | 'static' modifier out of order with the JLS suggestions. | 81 |
![]() | Parameter polygon1 should be final. | 81 |
![]() | Parameter polygon2 should be final. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | 'for' is not followed by whitespace. | 93 |
![]() | '{' is not preceded with whitespace. | 93 |
![]() | 'for' is not followed by whitespace. | 94 |
![]() | '{' is not preceded with whitespace. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '==' is not preceded with whitespace. | 100 |
![]() | '==' is not followed by whitespace. | 100 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '{' is not preceded with whitespace. | 101 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' is not preceded with whitespace. | 104 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 117 |
![]() | Comment matches to-do format 'TODO:'. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 133 |
![]() | Comment matches to-do format 'TODO:'. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Avoid inline conditionals. | 141 |
![]() | Line has trailing spaces. | 143 |
![]() | 'do' is not followed by whitespace. | 146 |
![]() | '{' is not preceded with whitespace. | 146 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '{' is not preceded with whitespace. | 147 |
![]() | Line has trailing spaces. | 149 |
![]() | '}' is not followed by whitespace. | 151 |
![]() | '!=' is not preceded with whitespace. | 151 |
![]() | '!=' is not followed by whitespace. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Redundant 'final' modifier. | 157 |
![]() | 'static' modifier out of order with the JLS suggestions. | 157 |
![]() | Parameter set should be final. | 157 |
![]() | Parameter element should be final. | 157 |
![]() | '{' is not preceded with whitespace. | 157 |
![]() | Avoid inline conditionals. | 159 |
![]() | Line has trailing spaces. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Redundant 'final' modifier. | 162 |
![]() | 'static' modifier out of order with the JLS suggestions. | 162 |
![]() | Parameter pos1 should be final. | 162 |
![]() | Parameter pos2 should be final. | 162 |
![]() | 'if' is not followed by whitespace. | 163 |
![]() | '>' is not preceded with whitespace. | 163 |
![]() | '>' is not followed by whitespace. | 163 |
![]() | '-' is not preceded with whitespace. | 164 |
![]() | '-' is not followed by whitespace. | 164 |
![]() | '/' is not preceded with whitespace. | 164 |
![]() | '/' is not followed by whitespace. | 164 |
![]() | '/' is not preceded with whitespace. | 166 |
![]() | '/' is not followed by whitespace. | 166 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'points' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter initialPoint should be final. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter points should be final. | 74 |
![]() | 'points' hides a field. | 74 |
![]() | 'for' construct must use '{}'s. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter points should be final. | 79 |
![]() | 'points' hides a field. | 79 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter xcoords should be final. | 83 |
![]() | Parameter ycoords should be final. | 83 |
![]() | 'for' construct must use '{}'s. | 84 |
![]() | '<' is not preceded with whitespace. | 84 |
![]() | '<' is not followed by whitespace. | 84 |
![]() | Line has trailing spaces. | 90 |
![]() | Expected an @return tag. | 96 |
![]() | Parameter points should be final. | 96 |
![]() | Expected @param tag for 'points'. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 99 |
![]() | Expected an @return tag. | 105 |
![]() | Parameter points should be final. | 105 |
![]() | Expected @param tag for 'points'. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Expected an @return tag. | 116 |
![]() | Method 'getPointsIterator' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Line has trailing spaces. | 122 |
![]() | Method 'getPointArray' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | 'for' construct must use '{}'s. | 127 |
![]() | '<' is not preceded with whitespace. | 127 |
![]() | '<' is not followed by whitespace. | 127 |
![]() | Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter point should be final. | 132 |
![]() | Method 'removePoint' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter point should be final. | 136 |
![]() | Method 'clearPoints' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Method 'clearVertices' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Expected an @return tag. | 155 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Line has trailing spaces. | 161 |
![]() | Expected an @return tag. | 164 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter i should be final. | 164 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Line has trailing spaces. | 180 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | 'if' construct must use '{}'s. | 187 |
![]() | '<' is not preceded with whitespace. | 187 |
![]() | '<' is not followed by whitespace. | 187 |
![]() | 'for' construct must use '{}'s. | 190 |
![]() | '<' is not preceded with whitespace. | 190 |
![]() | '<' is not followed by whitespace. | 190 |
![]() | '-' is not preceded with whitespace. | 190 |
![]() | '-' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | Line has trailing spaces. | 195 |
![]() | Method 'getEdge' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter index should be final. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | Method 'getFirstEdge' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | '<' is not preceded with whitespace. | 201 |
![]() | '<' is not followed by whitespace. | 201 |
![]() | Method 'getLastEdge' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | 'if' construct must use '{}'s. | 208 |
![]() | '<' is not preceded with whitespace. | 208 |
![]() | '<' is not followed by whitespace. | 208 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | 'for' construct must use '{}'s. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | 'for' is not followed by whitespace. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter pos should be final. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | 'for' construct must use '{}'s. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | 'for' is not followed by whitespace. | 235 |
![]() | '=' is not preceded with whitespace. | 235 |
![]() | '=' is not followed by whitespace. | 235 |
![]() | '<' is not preceded with whitespace. | 235 |
![]() | '<' is not followed by whitespace. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line has trailing spaces. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | 'if' is not followed by whitespace. | 239 |
![]() | '<' is not preceded with whitespace. | 239 |
![]() | '<' is not followed by whitespace. | 239 |
![]() | '-' is not preceded with whitespace. | 239 |
![]() | '-' is not followed by whitespace. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | '-' is not preceded with whitespace. | 240 |
![]() | '-' is not followed by whitespace. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line has trailing spaces. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter length should be final. | 251 |
![]() | Line has trailing spaces. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line has trailing spaces. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | 'for' is not followed by whitespace. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | 'if' is not followed by whitespace. | 268 |
![]() | '+' is not preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 268 |
![]() | '<' is not preceded with whitespace. | 268 |
![]() | '<' is not followed by whitespace. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | '++' is preceded with whitespace. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | '-' is not preceded with whitespace. | 273 |
![]() | '-' is not followed by whitespace. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line has trailing spaces. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line has trailing spaces. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Parameter dist should be final. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Method 'getParallel' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter d should be final. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Parameter inv should be final. | 300 |
![]() | Line has trailing spaces. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line has trailing spaces. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | Line has trailing spaces. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | 'for' is not followed by whitespace. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line has trailing spaces. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Method 'getLeftTangent' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter t should be final. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | 'if' construct must use '{}'s. | 324 |
![]() | Line contains a tab character. | 324 |
![]() | 'if' is not followed by whitespace. | 324 |
![]() | '-' is not preceded with whitespace. | 324 |
![]() | '-' is not followed by whitespace. | 324 |
![]() | '<' is not preceded with whitespace. | 324 |
![]() | '<' is not followed by whitespace. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Method 'getRightTangent' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Parameter t should be final. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line has trailing spaces. | 342 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Parameter x should be final. | 345 |
![]() | Parameter y should be final. | 345 |
![]() | 'if' construct must use '{}'s. | 347 |
![]() | 'else' construct must use '{}'s. | 349 |
![]() | Line has trailing spaces. | 355 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Parameter point should be final. | 358 |
![]() | 'if' construct must use '{}'s. | 360 |
![]() | 'else' construct must use '{}'s. | 362 |
![]() | Line has trailing spaces. | 368 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Parameter point should be final. | 371 |
![]() | 'for' construct must use '{}'s. | 374 |
![]() | '<' is not preceded with whitespace. | 374 |
![]() | '<' is not followed by whitespace. | 374 |
![]() | '-' is not preceded with whitespace. | 374 |
![]() | '-' is not followed by whitespace. | 374 |
![]() | '+' is not preceded with whitespace. | 375 |
![]() | '+' is not followed by whitespace. | 375 |
![]() | Line has trailing spaces. | 383 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Parameter pt should be final. | 386 |
![]() | 'if' construct must use '{}'s. | 387 |
![]() | 'if' construct must use '{}'s. | 390 |
![]() | '<' is not preceded with whitespace. | 390 |
![]() | '3' is a magic number. | 390 |
![]() | '<' is not followed by whitespace. | 390 |
![]() | 'if' construct must use '{}'s. | 395 |
![]() | '-' is not preceded with whitespace. | 399 |
![]() | '-' is not followed by whitespace. | 399 |
![]() | 'if' construct must use '{}'s. | 400 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | Expected an @return tag. | 415 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() | Line has trailing spaces. | 421 |
![]() | Method 'getSmoothPieces' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Line has trailing spaces. | 433 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Parameter line should be final. | 436 |
![]() | 'if' construct must use '{}'s. | 443 |
![]() | '!=' is not preceded with whitespace. | 443 |
![]() | '!=' is not followed by whitespace. | 443 |
![]() | 'if' construct must use '{}'s. | 444 |
![]() | Line has trailing spaces. | 454 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Parameter t should be final. | 457 |
![]() | '+' is not preceded with whitespace. | 464 |
![]() | '+' is not followed by whitespace. | 464 |
![]() | '-' is not preceded with whitespace. | 465 |
![]() | '-' is not followed by whitespace. | 465 |
![]() | 'if' construct must use '{}'s. | 469 |
![]() | '-' is not preceded with whitespace. | 469 |
![]() | '-' is not followed by whitespace. | 469 |
![]() | '<' is not preceded with whitespace. | 469 |
![]() | '<' is not followed by whitespace. | 469 |
![]() | '+' is not preceded with whitespace. | 473 |
![]() | '+' is not followed by whitespace. | 473 |
![]() | '-' is not preceded with whitespace. | 480 |
![]() | '-' is not followed by whitespace. | 480 |
![]() | '-' is not preceded with whitespace. | 481 |
![]() | '-' is not followed by whitespace. | 481 |
![]() | '+' is not preceded with whitespace. | 483 |
![]() | '+' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | '+' is not preceded with whitespace. | 483 |
![]() | '+' is not followed by whitespace. | 483 |
![]() | '*' is not preceded with whitespace. | 483 |
![]() | '*' is not followed by whitespace. | 483 |
![]() | Line has trailing spaces. | 488 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() | Missing a Javadoc comment. | 491 |
![]() | Parameter point should be final. | 491 |
![]() | '<' is not preceded with whitespace. | 501 |
![]() | '<' is not followed by whitespace. | 501 |
![]() | '+' is not preceded with whitespace. | 509 |
![]() | '+' is not followed by whitespace. | 509 |
![]() | Line has trailing spaces. | 514 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | Missing a Javadoc comment. | 517 |
![]() | Parameter point should be final. | 517 |
![]() | '<' is not preceded with whitespace. | 526 |
![]() | '<' is not followed by whitespace. | 526 |
![]() | '+' is not preceded with whitespace. | 528 |
![]() | '+' is not followed by whitespace. | 528 |
![]() | Expected an @return tag. | 539 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() | Expected an @return tag. | 546 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() | '-' is not preceded with whitespace. | 547 |
![]() | '-' is not followed by whitespace. | 547 |
![]() | Line contains a tab character. | 550 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 550 |
![]() | 'if' construct must use '{}'s. | 552 |
![]() | '==' is not preceded with whitespace. | 552 |
![]() | '==' is not followed by whitespace. | 552 |
![]() | Expected an @return tag. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | 'if' construct must use '{}'s. | 562 |
![]() | '==' is not preceded with whitespace. | 562 |
![]() | '==' is not followed by whitespace. | 562 |
![]() | '-' is not preceded with whitespace. | 564 |
![]() | '-' is not followed by whitespace. | 564 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() | Missing a Javadoc comment. | 567 |
![]() | Method 'isSingular' is not designed for extension - needs to be abstract, final or empty. | 571 |
![]() | Missing a Javadoc comment. | 571 |
![]() | Parameter pos should be final. | 571 |
![]() | 'if' construct must use '{}'s. | 572 |
![]() | '-' is not preceded with whitespace. | 572 |
![]() | '-' is not followed by whitespace. | 572 |
![]() | '<' is not preceded with whitespace. | 572 |
![]() | '<' is not followed by whitespace. | 572 |
![]() | Expected an @return tag. | 581 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 581 |
![]() | '>' is not preceded with whitespace. | 584 |
![]() | '>' is not followed by whitespace. | 584 |
![]() | 'for' construct must use '{}'s. | 585 |
![]() | '<' is not preceded with whitespace. | 585 |
![]() | '<' is not followed by whitespace. | 585 |
![]() | '-' is not preceded with whitespace. | 586 |
![]() | '-' is not followed by whitespace. | 586 |
![]() | '-' is not preceded with whitespace. | 586 |
![]() | '-' is not followed by whitespace. | 586 |
![]() | Line contains a tab character. | 591 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 591 |
![]() | Line contains a tab character. | 593 |
![]() | Expected an @return tag. | 601 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() | Parameter t0 should be final. | 601 |
![]() | Expected @param tag for 't0'. | 601 |
![]() | Parameter t1 should be final. | 601 |
![]() | Expected @param tag for 't1'. | 601 |
![]() | 'if' construct must use '{}'s. | 606 |
![]() | '<' is not preceded with whitespace. | 606 |
![]() | '<' is not followed by whitespace. | 606 |
![]() | '==' is not preceded with whitespace. | 621 |
![]() | '==' is not followed by whitespace. | 621 |
![]() | 'for' construct must use '{}'s. | 633 |
![]() | '+' is not preceded with whitespace. | 633 |
![]() | '+' is not followed by whitespace. | 633 |
![]() | '<=' is not preceded with whitespace. | 633 |
![]() | '<=' is not followed by whitespace. | 633 |
![]() | Expected an @return tag. | 647 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 647 |
![]() | Expected an @return tag. | 654 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 654 |
![]() | '==' is not preceded with whitespace. | 655 |
![]() | '==' is not followed by whitespace. | 655 |
![]() | Line is longer than 80 characters. | 659 |
![]() | Expected an @return tag. | 664 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 664 |
![]() | Parameter box should be final. | 664 |
![]() | Expected @param tag for 'box'. | 664 |
![]() | Line contains a tab character. | 670 |
![]() | 'if' construct must use '{}'s. | 674 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 680 |
![]() | Missing a Javadoc comment. | 680 |
![]() | Line has trailing spaces. | 704 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 707 |
![]() | Missing a Javadoc comment. | 707 |
![]() | Parameter x should be final. | 707 |
![]() | Parameter y should be final. | 707 |
![]() | 'for' construct must use '{}'s. | 709 |
![]() | Line has trailing spaces. | 716 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 719 |
![]() | Missing a Javadoc comment. | 719 |
![]() | Parameter point should be final. | 719 |
![]() | Line has trailing spaces. | 725 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() | Missing a Javadoc comment. | 728 |
![]() | Parameter trans should be final. | 728 |
![]() | 'for' construct must use '{}'s. | 730 |
![]() | '<' is not preceded with whitespace. | 730 |
![]() | '<' is not followed by whitespace. | 730 |
![]() | Line has trailing spaces. | 740 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 743 |
![]() | Missing a Javadoc comment. | 743 |
![]() | Parameter x should be final. | 743 |
![]() | Parameter y should be final. | 743 |
![]() | 'for' construct must use '{}'s. | 744 |
![]() | 'if' construct must use '{}'s. | 745 |
![]() | Line has trailing spaces. | 752 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 755 |
![]() | Missing a Javadoc comment. | 755 |
![]() | Parameter point should be final. | 755 |
![]() | Line has trailing spaces. | 761 |
![]() | Line is longer than 80 characters. | 764 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() | Missing a Javadoc comment. | 764 |
![]() | Parameter path should be final. | 764 |
![]() | 'if' construct must use '{}'s. | 766 |
![]() | '<' is not preceded with whitespace. | 766 |
![]() | '<' is not followed by whitespace. | 766 |
![]() | 'for' construct must use '{}'s. | 770 |
![]() | Expected an @return tag. | 779 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 779 |
![]() | 'if' construct must use '{}'s. | 781 |
![]() | '<' is not preceded with whitespace. | 781 |
![]() | '<' is not followed by whitespace. | 781 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 803 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 803 |
![]() | Parameter object should be final. | 804 |
![]() | 'if' construct must use '{}'s. | 805 |
![]() | 'if' construct must use '{}'s. | 809 |
![]() | '!=' is not preceded with whitespace. | 809 |
![]() | '!=' is not followed by whitespace. | 809 |
![]() | 'for' construct must use '{}'s. | 811 |
![]() | '<' is not preceded with whitespace. | 811 |
![]() | '<' is not followed by whitespace. | 811 |
![]() | 'if' construct must use '{}'s. | 812 |
![]() | Line has trailing spaces. | 816 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 817 |
![]() | 'for' construct must use '{}'s. | 820 |
![]() | 'for' is not followed by whitespace. | 820 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Parameter polyline should be final. | 39 |
![]() | Parameter d should be final. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | 'if' construct must use '{}'s. | 47 |
![]() | '<' is not preceded with whitespace. | 47 |
![]() | '<' is not followed by whitespace. | 47 |
![]() | '>' is not preceded with whitespace. | 87 |
![]() | '>' is not followed by whitespace. | 87 |
![]() | '^' is not preceded with whitespace. | 87 |
![]() | '^' is not followed by whitespace. | 87 |
![]() | '<' is not preceded with whitespace. | 87 |
![]() | '<' is not followed by whitespace. | 87 |
![]() | '>' is not preceded with whitespace. | 96 |
![]() | '>' is not followed by whitespace. | 96 |
![]() | '>' is not preceded with whitespace. | 123 |
![]() | '>' is not followed by whitespace. | 123 |
![]() | '^' is not preceded with whitespace. | 123 |
![]() | '^' is not followed by whitespace. | 123 |
![]() | '<' is not preceded with whitespace. | 123 |
![]() | '<' is not followed by whitespace. | 123 |
![]() | Comment matches to-do format 'TODO:'. | 127 |
![]() | '>' is not preceded with whitespace. | 137 |
![]() | '>' is not followed by whitespace. | 137 |
![]() | '>' is not preceded with whitespace. | 155 |
![]() | '>' is not followed by 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 |
![]() | Comment matches to-do format 'TODO:'. | 159 |
![]() | '>' is not preceded with whitespace. | 169 |
![]() | '>' is not followed by whitespace. | 169 |
![]() | Line has trailing spaces. | 187 |
![]() | 'static' modifier out of order with the JLS suggestions. | 192 |
![]() | Parameter polyline should be final. | 193 |
![]() | Parameter d should be final. | 193 |
![]() | Line has trailing spaces. | 196 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | '<' is not preceded with whitespace. | 201 |
![]() | '<' is not followed by whitespace. | 201 |
![]() | '>' is not preceded with whitespace. | 240 |
![]() | '>' is not followed by whitespace. | 240 |
![]() | '^' is not preceded with whitespace. | 240 |
![]() | '^' is not followed by whitespace. | 240 |
![]() | '<' is not preceded with whitespace. | 240 |
![]() | '<' is not followed by whitespace. | 240 |
![]() | '>' is not preceded with whitespace. | 249 |
![]() | '>' is not followed by whitespace. | 249 |
![]() | '>' is not preceded with whitespace. | 265 |
![]() | '>' is not followed by whitespace. | 265 |
![]() | '^' is not preceded with whitespace. | 265 |
![]() | '^' is not followed by whitespace. | 265 |
![]() | '<' is not preceded with whitespace. | 265 |
![]() | '<' is not followed by whitespace. | 265 |
![]() | Comment matches to-do format 'TODO:'. | 269 |
![]() | '>' is not preceded with whitespace. | 279 |
![]() | '>' is not followed by whitespace. | 279 |
![]() | '>' is not preceded with whitespace. | 296 |
![]() | '>' is not followed by whitespace. | 296 |
![]() | '^' is not preceded with whitespace. | 296 |
![]() | '^' is not followed by whitespace. | 296 |
![]() | '<' is not preceded with whitespace. | 296 |
![]() | '<' is not followed by whitespace. | 296 |
![]() | Comment matches to-do format 'TODO:'. | 300 |
![]() | '>' is not preceded with whitespace. | 310 |
![]() | '>' is not followed by whitespace. | 310 |
![]() | Line has trailing spaces. | 319 |
![]() | 'static' modifier out of order with the JLS suggestions. | 326 |
![]() | Parameter poly1 should be final. | 327 |
![]() | Parameter poly2 should be final. | 327 |
![]() | Line has trailing spaces. | 329 |
![]() | 'for' is not followed by whitespace. | 331 |
![]() | '{' is not preceded with whitespace. | 331 |
![]() | 'for' is not followed by whitespace. | 332 |
![]() | '{' is not preceded with whitespace. | 332 |
![]() | 'if' construct must use '{}'s. | 334 |
![]() | 'if' is not followed by whitespace. | 334 |
![]() | '!=' is not preceded with whitespace. | 334 |
![]() | '!=' is not followed by whitespace. | 334 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'x0' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'y0' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'w' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'h' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'theta' must be private and have accessor methods. | 63 |
![]() | First sentence should end with a period. | 68 |
![]() | Parameter x0 should be final. | 69 |
![]() | 'x0' hides a field. | 69 |
![]() | Expected @param tag for 'x0'. | 69 |
![]() | Parameter y0 should be final. | 69 |
![]() | 'y0' hides a field. | 69 |
![]() | Expected @param tag for 'y0'. | 69 |
![]() | Parameter w should be final. | 69 |
![]() | 'w' hides a field. | 69 |
![]() | Expected @param tag for 'w'. | 69 |
![]() | Parameter h should be final. | 69 |
![]() | 'h' hides a field. | 69 |
![]() | Expected @param tag for 'h'. | 69 |
![]() | Parameter theta should be final. | 69 |
![]() | 'theta' hides a field. | 69 |
![]() | Expected @param tag for 'theta'. | 69 |
![]() | First sentence should end with a period. | 77 |
![]() | Parameter rect should be final. | 83 |
![]() | Expected @param tag for 'rect'. | 83 |
![]() | First sentence should end with a period. | 91 |
![]() | Parameter x0 should be final. | 92 |
![]() | 'x0' hides a field. | 92 |
![]() | Expected @param tag for 'x0'. | 92 |
![]() | Parameter y0 should be final. | 92 |
![]() | 'y0' hides a field. | 92 |
![]() | Expected @param tag for 'y0'. | 92 |
![]() | Parameter w should be final. | 92 |
![]() | 'w' hides a field. | 92 |
![]() | Expected @param tag for 'w'. | 92 |
![]() | Parameter h should be final. | 92 |
![]() | 'h' hides a field. | 92 |
![]() | Expected @param tag for 'h'. | 92 |
![]() | First sentence should end with a period. | 100 |
![]() | Parameter point should be final. | 101 |
![]() | Expected @param tag for 'point'. | 101 |
![]() | Parameter w should be final. | 101 |
![]() | 'w' hides a field. | 101 |
![]() | Expected @param tag for 'w'. | 101 |
![]() | Parameter h should be final. | 101 |
![]() | 'h' hides a field. | 101 |
![]() | Expected @param tag for 'h'. | 101 |
![]() | Parameter theta should be final. | 101 |
![]() | 'theta' hides a field. | 101 |
![]() | Expected @param tag for 'theta'. | 101 |
![]() | First sentence should end with a period. | 109 |
![]() | Parameter point should be final. | 110 |
![]() | Expected @param tag for 'point'. | 110 |
![]() | Parameter w should be final. | 110 |
![]() | 'w' hides a field. | 110 |
![]() | Expected @param tag for 'w'. | 110 |
![]() | Parameter h should be final. | 110 |
![]() | 'h' hides a field. | 110 |
![]() | Expected @param tag for 'h'. | 110 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Method 'getTheta' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Method 'setRectangle' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter rect should be final. | 147 |
![]() | Expected @param tag for 'rect'. | 147 |
![]() | Method 'setRectangle' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Parameter rect should be final. | 158 |
![]() | Expected @param tag for 'rect'. | 158 |
![]() | Method 'setRectangle' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Parameter x should be final. | 169 |
![]() | Expected @param tag for 'x'. | 169 |
![]() | Parameter y should be final. | 169 |
![]() | Expected @param tag for 'y'. | 169 |
![]() | Parameter width should be final. | 169 |
![]() | Expected @param tag for 'width'. | 169 |
![]() | Parameter height should be final. | 169 |
![]() | Expected @param tag for 'height'. | 169 |
![]() | Parameter theta should be final. | 170 |
![]() | 'theta' hides a field. | 170 |
![]() | Expected @param tag for 'theta'. | 170 |
![]() | Line has trailing spaces. | 183 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | '4' is a magic number. | 188 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' is not followed by whitespace. | 192 |
![]() | '+' is not preceded with whitespace. | 192 |
![]() | '+' is not followed by whitespace. | 192 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | Line has trailing spaces. | 200 |
![]() | Expected an @return tag. | 203 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter i should be final. | 203 |
![]() | '+' is not preceded with whitespace. | 209 |
![]() | '+' is not followed by whitespace. | 209 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' is not followed by whitespace. | 211 |
![]() | '+' is not preceded with whitespace. | 211 |
![]() | '+' is not followed by whitespace. | 211 |
![]() | '3' is a magic number. | 212 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' is not followed by whitespace. | 213 |
![]() | Line has trailing spaces. | 221 |
![]() | Expected an @return tag. | 224 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '4' is a magic number. | 225 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | '4' is a magic number. | 229 |
![]() | '*' is not preceded with whitespace. | 233 |
![]() | '*' is not followed by whitespace. | 233 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '*' is not preceded with whitespace. | 234 |
![]() | '*' is not followed by whitespace. | 234 |
![]() | '+' is not preceded with whitespace. | 234 |
![]() | '+' is not followed by whitespace. | 234 |
![]() | '*' is not preceded with whitespace. | 235 |
![]() | '*' is not followed by whitespace. | 235 |
![]() | '-' is not preceded with whitespace. | 235 |
![]() | '-' is not followed by whitespace. | 235 |
![]() | '*' is not preceded with whitespace. | 235 |
![]() | '*' is not followed by whitespace. | 235 |
![]() | '+' is not preceded with whitespace. | 235 |
![]() | '+' is not followed by whitespace. | 235 |
![]() | '*' is not preceded with whitespace. | 236 |
![]() | '*' is not followed by whitespace. | 236 |
![]() | '+' is not preceded with whitespace. | 236 |
![]() | '+' is not followed by whitespace. | 236 |
![]() | '*' is not preceded with whitespace. | 236 |
![]() | '*' is not followed by whitespace. | 236 |
![]() | '+' is not preceded with whitespace. | 236 |
![]() | '+' is not followed by whitespace. | 236 |
![]() | '*' is not preceded with whitespace. | 237 |
![]() | '*' is not followed by whitespace. | 237 |
![]() | '+' is not preceded with whitespace. | 237 |
![]() | '+' is not followed by whitespace. | 237 |
![]() | '*' is not preceded with whitespace. | 238 |
![]() | '*' is not followed by whitespace. | 238 |
![]() | '+' is not preceded with whitespace. | 238 |
![]() | '+' is not followed by whitespace. | 238 |
![]() | Method 'getEdgeNumber' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | '4' is a magic number. | 248 |
![]() | Method 'getRings' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter inv should be final. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Parameter dist should be final. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line has trailing spaces. | 279 |
![]() | Line contains a tab character. | 279 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Array brackets at illegal position. | 286 |
![]() | '4' is a magic number. | 286 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 288 |
![]() | '*' is not followed by whitespace. | 288 |
![]() | '+' is not preceded with whitespace. | 288 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '-' is not preceded with whitespace. | 289 |
![]() | '-' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '*' is not preceded with whitespace. | 289 |
![]() | '*' is not followed by whitespace. | 289 |
![]() | '+' is not preceded with whitespace. | 289 |
![]() | '+' is not followed by whitespace. | 289 |
![]() | '3' is a magic number. | 290 |
![]() | '*' is not preceded with whitespace. | 290 |
![]() | '*' is not followed by whitespace. | 290 |
![]() | '+' is not preceded with whitespace. | 290 |
![]() | '+' is not followed by whitespace. | 290 |
![]() | '*' is not preceded with whitespace. | 290 |
![]() | '*' is not followed by whitespace. | 290 |
![]() | '+' is not preceded with whitespace. | 290 |
![]() | '+' is not followed by whitespace. | 290 |
![]() | Line contains a tab character. | 293 |
![]() | Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Array brackets at illegal position. | 299 |
![]() | '4' is a magic number. | 299 |
![]() | '*' is not preceded with whitespace. | 301 |
![]() | '*' is not followed by whitespace. | 301 |
![]() | '+' is not preceded with whitespace. | 301 |
![]() | '+' is not followed by whitespace. | 301 |
![]() | '*' is not preceded with whitespace. | 301 |
![]() | '*' is not followed by whitespace. | 301 |
![]() | '+' is not preceded with whitespace. | 301 |
![]() | '+' is not followed by whitespace. | 301 |
![]() | '*' is not preceded with whitespace. | 302 |
![]() | '*' is not followed by whitespace. | 302 |
![]() | '-' is not preceded with whitespace. | 302 |
![]() | '-' is not followed by whitespace. | 302 |
![]() | '*' is not preceded with whitespace. | 302 |
![]() | '*' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '*' is not preceded with whitespace. | 302 |
![]() | '*' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '*' is not preceded with whitespace. | 302 |
![]() | '*' is not followed by whitespace. | 302 |
![]() | '+' is not preceded with whitespace. | 302 |
![]() | '+' is not followed by whitespace. | 302 |
![]() | '3' is a magic number. | 303 |
![]() | '*' is not preceded with whitespace. | 303 |
![]() | '*' is not followed by whitespace. | 303 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' is not followed by whitespace. | 303 |
![]() | '*' is not preceded with whitespace. | 303 |
![]() | '*' is not followed by whitespace. | 303 |
![]() | '+' is not preceded with whitespace. | 303 |
![]() | '+' is not followed by whitespace. | 303 |
![]() | Expected an @return tag. | 312 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Parameter p should be final. | 320 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Parameter x should be final. | 324 |
![]() | Parameter y should be final. | 324 |
![]() | Expected an @return tag. | 334 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Parameter p should be final. | 334 |
![]() | Expected @param tag for 'p'. | 334 |
![]() | Expected an @return tag. | 344 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Parameter x should be final. | 344 |
![]() | Expected @param tag for 'x'. | 344 |
![]() | Parameter y should be final. | 344 |
![]() | Expected @param tag for 'y'. | 344 |
![]() | 'if' construct must use '{}'s. | 346 |
![]() | 'else' construct must use '{}'s. | 348 |
![]() | Expected an @return tag. | 355 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Parameter box should be final. | 355 |
![]() | Expected @param tag for 'box'. | 355 |
![]() | Expected an @return tag. | 363 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | '*' is not preceded with whitespace. | 372 |
![]() | '*' is not followed by whitespace. | 372 |
![]() | '+' is not preceded with whitespace. | 372 |
![]() | '+' is not followed by whitespace. | 372 |
![]() | '*' is not preceded with whitespace. | 373 |
![]() | '*' is not followed by whitespace. | 373 |
![]() | '+' is not preceded with whitespace. | 373 |
![]() | '+' is not followed by whitespace. | 373 |
![]() | 'if' construct must use '{}'s. | 374 |
![]() | '>' is not preceded with whitespace. | 374 |
![]() | '>' is not followed by whitespace. | 374 |
![]() | 'if' construct must use '{}'s. | 376 |
![]() | '>' is not preceded with whitespace. | 376 |
![]() | '>' is not followed by whitespace. | 376 |
![]() | 'if' construct must use '{}'s. | 378 |
![]() | '<' is not preceded with whitespace. | 378 |
![]() | '<' is not followed by whitespace. | 378 |
![]() | 'if' construct must use '{}'s. | 380 |
![]() | '<' is not preceded with whitespace. | 380 |
![]() | '<' is not followed by whitespace. | 380 |
![]() | '*' is not preceded with whitespace. | 383 |
![]() | '*' is not followed by whitespace. | 383 |
![]() | '-' is not preceded with whitespace. | 383 |
![]() | '-' is not followed by whitespace. | 383 |
![]() | '*' is not preceded with whitespace. | 383 |
![]() | '*' is not followed by whitespace. | 383 |
![]() | '+' is not preceded with whitespace. | 383 |
![]() | '+' is not followed by whitespace. | 383 |
![]() | '*' is not preceded with whitespace. | 384 |
![]() | '*' is not followed by whitespace. | 384 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' is not followed by whitespace. | 384 |
![]() | '*' is not preceded with whitespace. | 384 |
![]() | '*' is not followed by whitespace. | 384 |
![]() | '+' is not preceded with whitespace. | 384 |
![]() | '+' is not followed by whitespace. | 384 |
![]() | 'if' construct must use '{}'s. | 385 |
![]() | '>' is not preceded with whitespace. | 385 |
![]() | '>' is not followed by whitespace. | 385 |
![]() | 'if' construct must use '{}'s. | 387 |
![]() | '>' is not preceded with whitespace. | 387 |
![]() | '>' is not followed by whitespace. | 387 |
![]() | 'if' construct must use '{}'s. | 389 |
![]() | '<' is not preceded with whitespace. | 389 |
![]() | '<' is not followed by whitespace. | 389 |
![]() | 'if' construct must use '{}'s. | 391 |
![]() | '<' is not preceded with whitespace. | 391 |
![]() | '<' is not followed by whitespace. | 391 |
![]() | '*' is not preceded with whitespace. | 394 |
![]() | '*' is not followed by whitespace. | 394 |
![]() | '+' is not preceded with whitespace. | 394 |
![]() | '+' is not followed by whitespace. | 394 |
![]() | '*' is not preceded with whitespace. | 395 |
![]() | '*' is not followed by whitespace. | 395 |
![]() | '+' is not preceded with whitespace. | 395 |
![]() | '+' is not followed by whitespace. | 395 |
![]() | 'if' construct must use '{}'s. | 396 |
![]() | '>' is not preceded with whitespace. | 396 |
![]() | '>' is not followed by whitespace. | 396 |
![]() | 'if' construct must use '{}'s. | 398 |
![]() | '>' is not preceded with whitespace. | 398 |
![]() | '>' is not followed by whitespace. | 398 |
![]() | 'if' construct must use '{}'s. | 400 |
![]() | '<' is not preceded with whitespace. | 400 |
![]() | '<' is not followed by whitespace. | 400 |
![]() | 'if' construct must use '{}'s. | 402 |
![]() | '<' is not preceded with whitespace. | 402 |
![]() | '<' is not followed by whitespace. | 402 |
![]() | Expected an @return tag. | 411 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Parameter trans should be final. | 411 |
![]() | Expected @param tag for 'trans'. | 411 |
![]() | '4' is a magic number. | 412 |
![]() | '<' is not preceded with whitespace. | 416 |
![]() | '<' is not followed by whitespace. | 416 |
![]() | Expected an @return tag. | 432 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Parameter point should be final. | 432 |
![]() | Expected @param tag for 'point'. | 432 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Parameter x should be final. | 436 |
![]() | Parameter y should be final. | 436 |
![]() | '*' is not preceded with whitespace. | 440 |
![]() | '*' is not followed by whitespace. | 440 |
![]() | '+' is not preceded with whitespace. | 440 |
![]() | '+' is not followed by whitespace. | 440 |
![]() | '*' is not preceded with whitespace. | 441 |
![]() | '*' is not followed by whitespace. | 441 |
![]() | '+' is not preceded with whitespace. | 441 |
![]() | '+' is not followed by whitespace. | 441 |
![]() | '*' is not preceded with whitespace. | 442 |
![]() | '*' is not followed by whitespace. | 442 |
![]() | '-' is not preceded with whitespace. | 442 |
![]() | '-' is not followed by whitespace. | 442 |
![]() | '*' is not preceded with whitespace. | 442 |
![]() | '*' is not followed by whitespace. | 442 |
![]() | '+' is not preceded with whitespace. | 442 |
![]() | '+' is not followed by whitespace. | 442 |
![]() | '*' is not preceded with whitespace. | 443 |
![]() | '*' is not followed by whitespace. | 443 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' is not followed by whitespace. | 443 |
![]() | '*' is not preceded with whitespace. | 443 |
![]() | '*' is not followed by whitespace. | 443 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' is not followed by whitespace. | 443 |
![]() | '*' is not preceded with whitespace. | 444 |
![]() | '*' is not followed by whitespace. | 444 |
![]() | '+' is not preceded with whitespace. | 444 |
![]() | '+' is not followed by whitespace. | 444 |
![]() | '*' is not preceded with whitespace. | 445 |
![]() | '*' is not followed by whitespace. | 445 |
![]() | '+' is not preceded with whitespace. | 445 |
![]() | '+' is not followed by whitespace. | 445 |
![]() | '-' is not preceded with whitespace. | 447 |
![]() | '-' is not followed by whitespace. | 447 |
![]() | '-' is not preceded with whitespace. | 447 |
![]() | '-' is not followed by whitespace. | 447 |
![]() | 'if' construct must use '{}'s. | 448 |
![]() | '>' is not preceded with whitespace. | 448 |
![]() | '>' is not followed by whitespace. | 448 |
![]() | '-' is not preceded with whitespace. | 450 |
![]() | '-' is not followed by whitespace. | 450 |
![]() | '-' is not preceded with whitespace. | 450 |
![]() | '-' is not followed by whitespace. | 450 |
![]() | 'if' construct must use '{}'s. | 451 |
![]() | '>' is not preceded with whitespace. | 451 |
![]() | '>' is not followed by whitespace. | 451 |
![]() | '-' is not preceded with whitespace. | 453 |
![]() | '-' is not followed by whitespace. | 453 |
![]() | '-' is not preceded with whitespace. | 453 |
![]() | '-' is not followed by whitespace. | 453 |
![]() | 'if' construct must use '{}'s. | 455 |
![]() | '>' is not preceded with whitespace. | 455 |
![]() | '>' is not followed by whitespace. | 455 |
![]() | '-' is not preceded with whitespace. | 457 |
![]() | '-' is not followed by whitespace. | 457 |
![]() | '-' is not preceded with whitespace. | 457 |
![]() | '-' is not followed by whitespace. | 457 |
![]() | 'if' construct must use '{}'s. | 459 |
![]() | '>' is not preceded with whitespace. | 459 |
![]() | '>' is not followed by whitespace. | 459 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Parameter g2 should be final. | 464 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() | Missing a Javadoc comment. | 468 |
![]() | Parameter g should be final. | 468 |
![]() | Expected an @return tag. | 480 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 480 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() | Parameter obj should be final. | 481 |
![]() | Expected @param tag for 'obj'. | 481 |
![]() | 'if' construct must use '{}'s. | 483 |
![]() | 'for' construct must use '{}'s. | 503 |
![]() | 'if' construct must use '{}'s. | 512 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Parameter initialPoint should be final. | 61 |
![]() | Expected @param tag for 'initialPoint'. | 61 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Parameter points should be final. | 70 |
![]() | Expected @param tag for 'points'. | 70 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter xcoords should be final. | 79 |
![]() | Expected @param tag for 'xcoords'. | 79 |
![]() | Parameter ycoords should be final. | 79 |
![]() | Expected @param tag for 'ycoords'. | 79 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Parameter points should be final. | 88 |
![]() | Expected @param tag for 'points'. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | 'for' construct must use '{}'s. | 95 |
![]() | 'for' is not followed by whitespace. | 95 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Variable 'points' must be private and have accessor methods. | 63 |
![]() | First sentence should end with a period. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Parameter tab should be final. | 79 |
![]() | 'for' construct must use '{}'s. | 81 |
![]() | Line has trailing spaces. | 87 |
![]() | Parameter xcoords should be final. | 91 |
![]() | Parameter ycoords should be final. | 91 |
![]() | 'for' construct must use '{}'s. | 93 |
![]() | '<' is not preceded with whitespace. | 93 |
![]() | '<' is not followed by whitespace. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter points should be final. | 97 |
![]() | 'points' hides a field. | 97 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 105 |
![]() | Expected an @return tag. | 111 |
![]() | Parameter points should be final. | 111 |
![]() | Expected @param tag for 'points'. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Expected an @return tag. | 120 |
![]() | Parameter points should be final. | 120 |
![]() | Expected @param tag for 'points'. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'addVertex' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter point should be final. | 131 |
![]() | Expected @param tag for 'point'. | 131 |
![]() | Line has trailing spaces. | 137 |
![]() | Method 'removeVertex' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter point should be final. | 140 |
![]() | Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter point should be final. | 149 |
![]() | Expected @param tag for 'point'. | 149 |
![]() | Line has trailing spaces. | 155 |
![]() | Method 'removePoint' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Parameter point should be final. | 160 |
![]() | Line has trailing spaces. | 163 |
![]() | Expected an @return tag. | 168 |
![]() | Method 'getArea' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line has trailing spaces. | 178 |
![]() | Method 'getSignedArea' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | '-' is not preceded with whitespace. | 183 |
![]() | '-' is not followed by whitespace. | 183 |
![]() | '*' is not preceded with whitespace. | 185 |
![]() | '*' is not followed by whitespace. | 185 |
![]() | '-' is not preceded with whitespace. | 185 |
![]() | '-' is not followed by whitespace. | 185 |
![]() | '*' is not preceded with whitespace. | 185 |
![]() | '*' is not followed by whitespace. | 185 |
![]() | Inner assignments should be avoided. | 188 |
![]() | Line has trailing spaces. | 196 |
![]() | Method 'getCentroid' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | '-' is not preceded with whitespace. | 203 |
![]() | '-' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '-' is not preceded with whitespace. | 205 |
![]() | '-' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '+' is not preceded with whitespace. | 206 |
![]() | '+' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '6' is a magic number. | 210 |
![]() | '/' is not preceded with whitespace. | 211 |
![]() | '/' is not followed by whitespace. | 211 |
![]() | '/' is not preceded with whitespace. | 211 |
![]() | '/' is not followed by whitespace. | 211 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line has trailing spaces. | 217 |
![]() | Method 'getWindingNumber' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter x should be final. | 222 |
![]() | Parameter y should be final. | 222 |
![]() | Line has trailing spaces. | 225 |
![]() | Method 'clearPoints' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Method 'clearVertices' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Line has trailing spaces. | 241 |
![]() | Method 'setVertex' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Parameter index should be final. | 245 |
![]() | Expected @param tag for 'index'. | 245 |
![]() | Parameter position should be final. | 245 |
![]() | Expected @param tag for 'position'. | 245 |
![]() | Line has trailing spaces. | 249 |
![]() | Expected an @return tag. | 257 |
![]() | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Line has trailing spaces. | 263 |
![]() | Expected an @return tag. | 266 |
![]() | Method 'getVertex' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Parameter i should be final. | 266 |
![]() | Line has trailing spaces. | 272 |
![]() | Expected an @return tag. | 275 |
![]() | Method 'getVertexNumber' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Expected an @return tag. | 282 |
![]() | Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 282 |
![]() | 'if' construct must use '{}'s. | 287 |
![]() | '==' is not preceded with whitespace. | 287 |
![]() | '==' is not followed by whitespace. | 287 |
![]() | 'for' construct must use '{}'s. | 290 |
![]() | '<' is not preceded with whitespace. | 290 |
![]() | '<' is not followed by whitespace. | 290 |
![]() | '-' is not preceded with whitespace. | 290 |
![]() | '-' is not followed by whitespace. | 290 |
![]() | '+' is not preceded with whitespace. | 291 |
![]() | '+' is not followed by whitespace. | 291 |
![]() | '-' is not preceded with whitespace. | 293 |
![]() | '-' is not followed by whitespace. | 293 |
![]() | Expected an @return tag. | 302 |
![]() | Method 'getEdgeNumber' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Method 'getRings' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter inv should be final. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Parameter dist should be final. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 334 |
![]() | Expected an @return tag. | 340 |
![]() | Method 'getBoundary' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | 'for' construct must use '{}'s. | 342 |
![]() | '<' is not preceded with whitespace. | 342 |
![]() | '<' is not followed by whitespace. | 342 |
![]() | Line contains a tab character. | 346 |
![]() | Expected an @return tag. | 352 |
![]() | Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | 'if' construct must use '{}'s. | 357 |
![]() | '>' is not preceded with whitespace. | 357 |
![]() | '>' is not followed by whitespace. | 357 |
![]() | '<' is not preceded with whitespace. | 360 |
![]() | '<' is not followed by whitespace. | 360 |
![]() | '-' is not preceded with whitespace. | 361 |
![]() | '-' is not followed by whitespace. | 361 |
![]() | Line has trailing spaces. | 366 |
![]() | Expected an @return tag. | 375 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() | Parameter p should be final. | 375 |
![]() | Expected @param tag for 'p'. | 375 |
![]() | Expected an @return tag. | 384 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Parameter x should be final. | 384 |
![]() | Expected @param tag for 'x'. | 384 |
![]() | Parameter y should be final. | 384 |
![]() | Expected @param tag for 'y'. | 384 |
![]() | 'if' construct must use '{}'s. | 385 |
![]() | Line is longer than 80 characters. | 391 |
![]() | Expected an @return tag. | 396 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Parameter p should be final. | 396 |
![]() | Expected @param tag for 'p'. | 396 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Expected an @return tag. | 406 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | Parameter x should be final. | 406 |
![]() | Expected @param tag for 'x'. | 406 |
![]() | Parameter y should be final. | 406 |
![]() | Expected @param tag for 'y'. | 406 |
![]() | 'if' construct must use '{}'s. | 408 |
![]() | 'else' construct must use '{}'s. | 410 |
![]() | Expected an @return tag. | 417 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Parameter box should be final. | 417 |
![]() | Expected @param tag for 'box'. | 417 |
![]() | Line has trailing spaces. | 418 |
![]() | Comment matches to-do format 'TODO:'. | 421 |
![]() | Expected an @return tag. | 428 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Expected an @return tag. | 435 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() | '>' is not preceded with whitespace. | 436 |
![]() | '>' is not followed by whitespace. | 436 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Missing a Javadoc comment. | 439 |
![]() | '==' is not preceded with whitespace. | 440 |
![]() | '==' is not followed by whitespace. | 440 |
![]() | Expected an @return tag. | 447 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Parameter trans should be final. | 447 |
![]() | Expected @param tag for 'trans'. | 447 |
![]() | '<' is not preceded with whitespace. | 453 |
![]() | '<' is not followed by whitespace. | 453 |
![]() | 'if' construct must use '{}'s. | 460 |
![]() | Expected an @return tag. | 473 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Parameter p should be final. | 473 |
![]() | Expected @param tag for 'p'. | 473 |
![]() | Expected an @return tag. | 481 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Parameter x should be final. | 481 |
![]() | Expected @param tag for 'x'. | 481 |
![]() | Parameter y should be final. | 481 |
![]() | Expected @param tag for 'y'. | 481 |
![]() | '==' is not preceded with whitespace. | 482 |
![]() | '==' is not followed by whitespace. | 482 |
![]() | '||' is not followed by whitespace. | 483 |
![]() | Expected an @return tag. | 489 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | 'if' construct must use '{}'s. | 491 |
![]() | '<' is not preceded with whitespace. | 491 |
![]() | '<' is not followed by whitespace. | 491 |
![]() | '<' is not preceded with whitespace. | 499 |
![]() | '<' is not followed by whitespace. | 499 |
![]() | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() | Missing a Javadoc comment. | 512 |
![]() | Parameter g2 should be final. | 512 |
![]() | Method 'fill' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() | Missing a Javadoc comment. | 516 |
![]() | Parameter g should be final. | 516 |
![]() | Expected an @return tag. | 528 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 528 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | Parameter obj should be final. | 529 |
![]() | Expected @param tag for 'obj'. | 529 |
![]() | 'if' construct must use '{}'s. | 530 |
![]() | 'if' construct must use '{}'s. | 535 |
![]() | '!=' is not preceded with whitespace. | 535 |
![]() | '!=' is not followed by whitespace. | 535 |
![]() | 'if' construct must use '{}'s. | 538 |
![]() | 'if' construct must use '{}'s. | 542 |
![]() | Line has trailing spaces. | 548 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() | 'for' construct must use '{}'s. | 552 |
![]() | 'for' is not followed by whitespace. | 552 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Method 'convexHull' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter points should be final. | 38 |
![]() | Comment matches to-do format 'TODO:'. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | '{' is not preceded with whitespace. | 45 |
![]() | 'if' is not followed by whitespace. | 47 |
![]() | '<' is not preceded with whitespace. | 47 |
![]() | '<' is not followed by whitespace. | 47 |
![]() | '{' is not preceded with whitespace. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 61 |
![]() | 'for' is not followed by whitespace. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '3' is a magic number. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | '<' is not preceded with whitespace. | 66 |
![]() | '<' is not followed by whitespace. | 66 |
![]() | '{' is not preceded with whitespace. | 66 |
![]() | 'while' construct must use '{}'s. | 67 |
![]() | Line has trailing spaces. | 67 |
![]() | 'while' is not followed by whitespace. | 67 |
![]() | '-' is not preceded with whitespace. | 67 |
![]() | '-' is not followed by whitespace. | 67 |
![]() | '>=' is not preceded with whitespace. | 68 |
![]() | '>=' is not followed by whitespace. | 68 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '{' is not preceded with whitespace. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Variable 'basePoint' must be private and have accessor methods. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter base should be final. | 81 |
![]() | Line has trailing spaces. | 84 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter point1 should be final. | 88 |
![]() | Parameter point2 should be final. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '<' is not preceded with whitespace. | 92 |
![]() | '<' is not followed by whitespace. | 92 |
![]() | 'if' construct must use '{}'s. | 93 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '>' is not preceded with whitespace. | 93 |
![]() | '>' is not followed by whitespace. | 93 |
![]() | Comment matches to-do format 'TODO:'. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 17 |
![]() | '{' is not preceded with whitespace. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Expected an @return tag. | 35 |
![]() | Method 'convexHull' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter points should be final. | 35 |
![]() | Expected @param tag for 'points'. | 35 |
![]() | '<' is not preceded with whitespace. | 44 |
![]() | '<' is not followed by whitespace. | 44 |
![]() | '!=' is not preceded with whitespace. | 65 |
![]() | '!=' is not followed by whitespace. | 65 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter basePoint should be final. | 72 |
![]() | Parameter startAngle should be final. | 72 |
![]() | Parameter points should be final. | 73 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | '-' is not preceded with whitespace. | 85 |
![]() | '-' is not followed by whitespace. | 85 |
![]() | '<' is not preceded with whitespace. | 88 |
![]() | '<' is not followed by whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 38 |
![]() | Comment matches to-do format 'TODO:'. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 61 |
![]() | Parameter coefs should be final. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '/' is not preceded with whitespace. | 66 |
![]() | '/' is not followed by whitespace. | 66 |
![]() | '3.0' is a magic number. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | '/' is not preceded with whitespace. | 67 |
![]() | '/' is not followed by whitespace. | 67 |
![]() | '3.0' is a magic number. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | '+' is not preceded with whitespace. | 68 |
![]() | '+' is not followed by whitespace. | 68 |
![]() | '*' is not preceded with whitespace. | 68 |
![]() | '*' is not followed by whitespace. | 68 |
![]() | '/' is not preceded with whitespace. | 68 |
![]() | '/' is not followed by whitespace. | 68 |
![]() | '3.0' is a magic number. | 68 |
![]() | '+' is not preceded with whitespace. | 68 |
![]() | '+' is not followed by whitespace. | 68 |
![]() | '/' is not preceded with whitespace. | 68 |
![]() | '/' is not followed by whitespace. | 68 |
![]() | '3.0' is a magic number. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | '+' is not preceded with whitespace. | 69 |
![]() | '+' is not followed by whitespace. | 69 |
![]() | '*' is not preceded with whitespace. | 69 |
![]() | '*' is not followed by whitespace. | 69 |
![]() | '/' is not preceded with whitespace. | 69 |
![]() | '/' is not followed by whitespace. | 69 |
![]() | '3.0' is a magic number. | 69 |
![]() | '+' is not preceded with whitespace. | 69 |
![]() | '+' is not followed by whitespace. | 69 |
![]() | '/' is not preceded with whitespace. | 69 |
![]() | '/' is not followed by whitespace. | 69 |
![]() | '3.0' is a magic number. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 70 |
![]() | '+' is not followed by whitespace. | 70 |
![]() | '3' is a magic number. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | '3' is a magic number. | 71 |
![]() | Line has trailing spaces. | 78 |
![]() | Parameter p1 should be final. | 84 |
![]() | Parameter ctrl1 should be final. | 84 |
![]() | Parameter ctrl2 should be final. | 85 |
![]() | Parameter p2 should be final. | 85 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 100 |
![]() | Parameter p1 should be final. | 100 |
![]() | Parameter v1 should be final. | 100 |
![]() | Parameter p2 should be final. | 101 |
![]() | Parameter v2 should be final. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | '/' is not preceded with whitespace. | 102 |
![]() | '/' is not followed by whitespace. | 102 |
![]() | '3' is a magic number. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | '/' is not preceded with whitespace. | 103 |
![]() | '/' is not followed by whitespace. | 103 |
![]() | '3' is a magic number. | 103 |
![]() | '-' is not preceded with whitespace. | 103 |
![]() | '-' is not followed by whitespace. | 103 |
![]() | '/' is not preceded with whitespace. | 103 |
![]() | '/' is not followed by whitespace. | 103 |
![]() | '3' is a magic number. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | '-' is not preceded with whitespace. | 104 |
![]() | '-' is not followed by whitespace. | 104 |
![]() | '/' is not preceded with whitespace. | 104 |
![]() | '/' is not followed by whitespace. | 104 |
![]() | '3' is a magic number. | 104 |
![]() | More than 7 parameters. | 112 |
![]() | Parameter x1 should be final. | 112 |
![]() | Expected @param tag for 'x1'. | 112 |
![]() | Parameter y1 should be final. | 112 |
![]() | Expected @param tag for 'y1'. | 112 |
![]() | Parameter xctrl1 should be final. | 112 |
![]() | Expected @param tag for 'xctrl1'. | 112 |
![]() | Parameter yctrl1 should be final. | 112 |
![]() | Expected @param tag for 'yctrl1'. | 112 |
![]() | Parameter xctrl2 should be final. | 113 |
![]() | Expected @param tag for 'xctrl2'. | 113 |
![]() | Parameter yctrl2 should be final. | 113 |
![]() | Expected @param tag for 'yctrl2'. | 113 |
![]() | Parameter x2 should be final. | 113 |
![]() | Expected @param tag for 'x2'. | 113 |
![]() | Parameter y2 should be final. | 113 |
![]() | Expected @param tag for 'y2'. | 113 |
![]() | Expected an @return tag. | 124 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Incomplete HTML tag found: * Computes portion of BezierCurve. If t1<t0, returns null. | 132 |
![]() | Expected an @return tag. | 134 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Parameter t0 should be final. | 135 |
![]() | Expected @param tag for 't0'. | 135 |
![]() | Parameter t1 should be final. | 135 |
![]() | Expected @param tag for 't1'. | 135 |
![]() | 'if' construct must use '{}'s. | 138 |
![]() | '>' is not preceded with whitespace. | 138 |
![]() | '>' is not followed by whitespace. | 138 |
![]() | '-' is not preceded with whitespace. | 141 |
![]() | '-' is not followed by whitespace. | 141 |
![]() | Expected an @return tag. | 150 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Parameter box should be final. | 151 |
![]() | Expected @param tag for 'box'. | 151 |
![]() | Line has trailing spaces. | 153 |
![]() | 'if' construct must use '{}'s. | 161 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Parameter trans should be final. | 172 |
![]() | Expected @param tag for 'trans'. | 172 |
![]() | Line has trailing spaces. | 174 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 180 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter obj should be final. | 181 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | Line has trailing spaces. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | 'if' construct must use '{}'s. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | '-' is not preceded with whitespace. | 187 |
![]() | '-' is not followed by whitespace. | 187 |
![]() | '>' is not preceded with whitespace. | 187 |
![]() | '>' is not followed by whitespace. | 187 |
![]() | 'if' construct must use '{}'s. | 188 |
![]() | 'if' is not followed by whitespace. | 188 |
![]() | '-' is not preceded with whitespace. | 188 |
![]() | '-' is not followed by whitespace. | 188 |
![]() | '>' is not preceded with whitespace. | 188 |
![]() | '>' is not followed by whitespace. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | '>' is not preceded with whitespace. | 189 |
![]() | '>' is not followed by whitespace. | 189 |
![]() | 'if' construct must use '{}'s. | 190 |
![]() | 'if' is not followed by whitespace. | 190 |
![]() | '-' is not preceded with whitespace. | 190 |
![]() | '-' is not followed by whitespace. | 190 |
![]() | '>' is not preceded with whitespace. | 190 |
![]() | '>' is not followed by whitespace. | 190 |
![]() | 'if' construct must use '{}'s. | 191 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | '-' is not preceded with whitespace. | 191 |
![]() | '-' is not followed by whitespace. | 191 |
![]() | '>' is not preceded with whitespace. | 191 |
![]() | '>' is not followed by whitespace. | 191 |
![]() | 'if' construct must use '{}'s. | 192 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '-' is not preceded with whitespace. | 192 |
![]() | '-' is not followed by whitespace. | 192 |
![]() | '>' is not preceded with whitespace. | 192 |
![]() | '>' is not followed by whitespace. | 192 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '-' is not preceded with whitespace. | 193 |
![]() | '-' is not followed by whitespace. | 193 |
![]() | '>' is not preceded with whitespace. | 193 |
![]() | '>' is not followed by whitespace. | 193 |
![]() | 'if' construct must use '{}'s. | 194 |
![]() | 'if' is not followed by whitespace. | 194 |
![]() | '-' is not preceded with whitespace. | 194 |
![]() | '-' is not followed by whitespace. | 194 |
![]() | '>' is not preceded with whitespace. | 194 |
![]() | '>' is not followed by whitespace. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line has trailing spaces. | 198 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Line is longer than 80 characters. | 201 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'x1' must be private and have accessor methods. | 54 |
![]() | Variable 'y1' must be private and have accessor methods. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'ctrlx1' must be private and have accessor methods. | 55 |
![]() | Variable 'ctrly1' must be private and have accessor methods. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'ctrlx2' must be private and have accessor methods. | 56 |
![]() | Variable 'ctrly2' must be private and have accessor methods. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'x2' must be private and have accessor methods. | 57 |
![]() | Variable 'y2' must be private and have accessor methods. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 70 |
![]() | Parameter coefs should be final. | 73 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '/' is not preceded with whitespace. | 74 |
![]() | '/' is not followed by whitespace. | 74 |
![]() | '3.0' is a magic number. | 74 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | '/' is not preceded with whitespace. | 75 |
![]() | '/' is not followed by whitespace. | 75 |
![]() | '3.0' is a magic number. | 75 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '*' is not preceded with whitespace. | 76 |
![]() | '*' is not followed by whitespace. | 76 |
![]() | '/' is not preceded with whitespace. | 76 |
![]() | '/' is not followed by whitespace. | 76 |
![]() | '3.0' is a magic number. | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '/' is not preceded with whitespace. | 76 |
![]() | '/' is not followed by whitespace. | 76 |
![]() | '3.0' is a magic number. | 76 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | '*' is not followed by whitespace. | 77 |
![]() | '/' is not preceded with whitespace. | 77 |
![]() | '/' is not followed by whitespace. | 77 |
![]() | '3.0' is a magic number. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '/' is not preceded with whitespace. | 77 |
![]() | '/' is not followed by whitespace. | 77 |
![]() | '3.0' is a magic number. | 77 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 78 |
![]() | '+' is not followed by whitespace. | 78 |
![]() | '3' is a magic number. | 78 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | '3' is a magic number. | 79 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Parameter p1 should be final. | 92 |
![]() | Parameter ctrl1 should be final. | 92 |
![]() | Parameter ctrl2 should be final. | 93 |
![]() | Parameter p2 should be final. | 93 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 108 |
![]() | Parameter p1 should be final. | 108 |
![]() | Parameter v1 should be final. | 108 |
![]() | Parameter p2 should be final. | 109 |
![]() | Parameter v2 should be final. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | '+' is not preceded with whitespace. | 111 |
![]() | '+' is not followed by whitespace. | 111 |
![]() | '/' is not preceded with whitespace. | 111 |
![]() | '/' is not followed by whitespace. | 111 |
![]() | '3' is a magic number. | 111 |
![]() | '+' is not preceded with whitespace. | 111 |
![]() | '+' is not followed by whitespace. | 111 |
![]() | '/' is not preceded with whitespace. | 111 |
![]() | '/' is not followed by whitespace. | 111 |
![]() | '3' is a magic number. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | '-' is not preceded with whitespace. | 112 |
![]() | '-' is not followed by whitespace. | 112 |
![]() | '/' is not preceded with whitespace. | 112 |
![]() | '/' is not followed by whitespace. | 112 |
![]() | '3' is a magic number. | 112 |
![]() | '-' is not preceded with whitespace. | 112 |
![]() | '-' is not followed by whitespace. | 112 |
![]() | '/' is not preceded with whitespace. | 112 |
![]() | '/' is not followed by whitespace. | 112 |
![]() | '3' is a magic number. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 121 |
![]() | More than 7 parameters. | 121 |
![]() | Parameter x1 should be final. | 121 |
![]() | 'x1' hides a field. | 121 |
![]() | Expected @param tag for 'x1'. | 121 |
![]() | Parameter y1 should be final. | 121 |
![]() | 'y1' hides a field. | 121 |
![]() | Expected @param tag for 'y1'. | 121 |
![]() | Parameter xctrl1 should be final. | 121 |
![]() | Expected @param tag for 'xctrl1'. | 121 |
![]() | Parameter yctrl1 should be final. | 121 |
![]() | Expected @param tag for 'yctrl1'. | 121 |
![]() | Parameter xctrl2 should be final. | 122 |
![]() | Expected @param tag for 'xctrl2'. | 122 |
![]() | Parameter yctrl2 should be final. | 122 |
![]() | Expected @param tag for 'yctrl2'. | 122 |
![]() | Parameter x2 should be final. | 122 |
![]() | 'x2' hides a field. | 122 |
![]() | Expected @param tag for 'x2'. | 122 |
![]() | Parameter y2 should be final. | 122 |
![]() | 'y2' hides a field. | 122 |
![]() | Expected @param tag for 'y2'. | 122 |
![]() | Line has trailing spaces. | 132 |
![]() | Missing a Javadoc comment. | 137 |
![]() | 'static' modifier out of order with the JLS suggestions. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Parameter p1 should be final. | 138 |
![]() | Parameter c1 should be final. | 138 |
![]() | Parameter c2 should be final. | 138 |
![]() | Parameter p2 should be final. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line has trailing spaces. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | 'static' modifier out of order with the JLS suggestions. | 142 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Parameter p1 should be final. | 143 |
![]() | Parameter v1 should be final. | 143 |
![]() | Parameter p2 should be final. | 143 |
![]() | Parameter v2 should be final. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Method 'getControl1' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Method 'getControl2' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Method 'getP1' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 162 |
![]() | Method 'getP2' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line has trailing spaces. | 166 |
![]() | Method 'getCtrlP1' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'getCtrlP2' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line has trailing spaces. | 174 |
![]() | Expected an @return tag. | 186 |
![]() | Method 'getParametric' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | '4' is a magic number. | 187 |
![]() | '3' is a magic number. | 189 |
![]() | '*' is not preceded with whitespace. | 189 |
![]() | '*' is not followed by whitespace. | 189 |
![]() | '-' is not preceded with whitespace. | 189 |
![]() | '-' is not followed by whitespace. | 189 |
![]() | '3' is a magic number. | 189 |
![]() | '*' is not preceded with whitespace. | 189 |
![]() | '*' is not followed by whitespace. | 189 |
![]() | '3' is a magic number. | 190 |
![]() | '*' is not preceded with whitespace. | 190 |
![]() | '*' is not followed by whitespace. | 190 |
![]() | '-' is not preceded with whitespace. | 190 |
![]() | '-' is not followed by whitespace. | 190 |
![]() | '6' is a magic number. | 190 |
![]() | '*' is not preceded with whitespace. | 190 |
![]() | '*' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '3' is a magic number. | 190 |
![]() | '*' is not preceded with whitespace. | 190 |
![]() | '*' is not followed by whitespace. | 190 |
![]() | '3' is a magic number. | 191 |
![]() | '-' is not preceded with whitespace. | 191 |
![]() | '-' is not followed by whitespace. | 191 |
![]() | '3' is a magic number. | 191 |
![]() | '*' is not preceded with whitespace. | 191 |
![]() | '*' is not followed by whitespace. | 191 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | '3' is a magic number. | 191 |
![]() | '*' is not preceded with whitespace. | 191 |
![]() | '*' is not followed by whitespace. | 191 |
![]() | '-' is not preceded with whitespace. | 191 |
![]() | '-' is not followed by whitespace. | 191 |
![]() | '3' is a magic number. | 194 |
![]() | '*' is not preceded with whitespace. | 194 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | '-' is not preceded with whitespace. | 194 |
![]() | '-' is not followed by whitespace. | 194 |
![]() | '3' is a magic number. | 194 |
![]() | '*' is not preceded with whitespace. | 194 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | '3' is a magic number. | 195 |
![]() | '*' is not preceded with whitespace. | 195 |
![]() | '*' is not followed by whitespace. | 195 |
![]() | '-' is not preceded with whitespace. | 195 |
![]() | '-' is not followed by whitespace. | 195 |
![]() | '6' is a magic number. | 195 |
![]() | '*' is not preceded with whitespace. | 195 |
![]() | '*' is not followed by whitespace. | 195 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | '3' is a magic number. | 195 |
![]() | '*' is not preceded with whitespace. | 195 |
![]() | '*' is not followed by whitespace. | 195 |
![]() | '3' is a magic number. | 196 |
![]() | '-' is not preceded with whitespace. | 196 |
![]() | '-' is not followed by whitespace. | 196 |
![]() | '3' is a magic number. | 196 |
![]() | '*' is not preceded with whitespace. | 196 |
![]() | '*' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '3' is a magic number. | 196 |
![]() | '*' is not preceded with whitespace. | 196 |
![]() | '*' is not followed by whitespace. | 196 |
![]() | '-' is not preceded with whitespace. | 196 |
![]() | '-' is not followed by whitespace. | 196 |
![]() | Line has trailing spaces. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line has trailing spaces. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line has trailing spaces. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | First sentence should end with a period. | 228 |
![]() | Line has trailing spaces. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Expected an @return tag. | 233 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Parameter point should be final. | 233 |
![]() | Expected @param tag for 'point'. | 233 |
![]() | '100' is a magic number. | 234 |
![]() | Line has trailing spaces. | 240 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Parameter pt should be final. | 244 |
![]() | '100' is a magic number. | 245 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Parameter point should be final. | 248 |
![]() | 'if' construct must use '{}'s. | 249 |
![]() | 'else' construct must use '{}'s. | 251 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Expected an @return tag. | 258 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter x should be final. | 258 |
![]() | Expected @param tag for 'x'. | 258 |
![]() | Parameter y should be final. | 258 |
![]() | Expected @param tag for 'y'. | 258 |
![]() | 'if' construct must use '{}'s. | 259 |
![]() | 'else' construct must use '{}'s. | 261 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Parameter t should be final. | 268 |
![]() | '+' is not preceded with whitespace. | 270 |
![]() | '+' is not followed by whitespace. | 270 |
![]() | '*' is not preceded with whitespace. | 270 |
![]() | '*' is not followed by whitespace. | 270 |
![]() | '+' is not preceded with whitespace. | 270 |
![]() | '+' is not followed by whitespace. | 270 |
![]() | '3' is a magic number. | 270 |
![]() | '*' is not preceded with whitespace. | 270 |
![]() | '*' is not followed by whitespace. | 270 |
![]() | '3' is a magic number. | 270 |
![]() | '*' is not preceded with whitespace. | 270 |
![]() | '*' is not followed by whitespace. | 270 |
![]() | '*' is not preceded with whitespace. | 270 |
![]() | '*' is not followed by whitespace. | 270 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '*' is not preceded with whitespace. | 271 |
![]() | '*' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '3' is a magic number. | 271 |
![]() | '*' is not preceded with whitespace. | 271 |
![]() | '*' is not followed by whitespace. | 271 |
![]() | '3' is a magic number. | 271 |
![]() | '*' is not preceded with whitespace. | 271 |
![]() | '*' is not followed by whitespace. | 271 |
![]() | '*' is not preceded with whitespace. | 271 |
![]() | '*' is not followed by whitespace. | 271 |
![]() | Expected an @return tag. | 278 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() | Parameter t should be final. | 278 |
![]() | Expected @param tag for 't'. | 278 |
![]() | '+' is not preceded with whitespace. | 280 |
![]() | '+' is not followed by whitespace. | 280 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '+' is not preceded with whitespace. | 280 |
![]() | '+' is not followed by whitespace. | 280 |
![]() | '3' is a magic number. | 280 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '3' is a magic number. | 280 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '3' is a magic number. | 281 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '3' is a magic number. | 281 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '*' is not preceded with whitespace. | 282 |
![]() | '*' is not followed by whitespace. | 282 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' is not followed by whitespace. | 282 |
![]() | '6' is a magic number. | 282 |
![]() | '*' is not preceded with whitespace. | 282 |
![]() | '*' is not followed by whitespace. | 282 |
![]() | '3' is a magic number. | 282 |
![]() | '*' is not preceded with whitespace. | 282 |
![]() | '*' is not followed by whitespace. | 282 |
![]() | '*' is not preceded with whitespace. | 283 |
![]() | '*' is not followed by whitespace. | 283 |
![]() | '+' is not preceded with whitespace. | 283 |
![]() | '+' is not followed by whitespace. | 283 |
![]() | '6' is a magic number. | 283 |
![]() | '*' is not preceded with whitespace. | 283 |
![]() | '*' is not followed by whitespace. | 283 |
![]() | '3' is a magic number. | 283 |
![]() | '*' is not preceded with whitespace. | 283 |
![]() | '*' is not followed by whitespace. | 283 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '-' is not preceded with whitespace. | 285 |
![]() | '-' is not followed by whitespace. | 285 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '/' is not preceded with whitespace. | 285 |
![]() | '/' is not followed by whitespace. | 285 |
![]() | '3' is a magic number. | 285 |
![]() | Expected an @return tag. | 294 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Expected an @return tag. | 304 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Expected an @return tag. | 311 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Line has trailing spaces. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Expected an @return tag. | 320 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Parameter line should be final. | 320 |
![]() | Expected @param tag for 'line'. | 320 |
![]() | '100' is a magic number. | 321 |
![]() | Expected an @return tag. | 327 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Parameter t should be final. | 327 |
![]() | Expected @param tag for 't'. | 327 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' is not followed by whitespace. | 330 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' is not followed by whitespace. | 330 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' is not followed by whitespace. | 330 |
![]() | '3' is a magic number. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '3' is a magic number. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | Line has trailing spaces. | 337 |
![]() | Line contains a tab character. | 340 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Line has trailing spaces. | 347 |
![]() | Line contains a tab character. | 350 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Expected an @return tag. | 358 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Parameter point should be final. | 358 |
![]() | Expected @param tag for 'point'. | 358 |
![]() | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 |
![]() | '100' is a magic number. | 359 |
![]() | '/' is not preceded with whitespace. | 360 |
![]() | '/' is not followed by whitespace. | 360 |
![]() | Expected an @return tag. | 366 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | Parameter point should be final. | 366 |
![]() | Expected @param tag for 'point'. | 366 |
![]() | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() | '100' is a magic number. | 367 |
![]() | '/' is not preceded with whitespace. | 368 |
![]() | '/' is not followed by whitespace. | 368 |
![]() | Expected an @return tag. | 375 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() | Incomplete HTML tag found: * Computes portion of BezierCurve. If t1<t0, returns null. | 382 |
![]() | Expected an @return tag. | 384 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Parameter t0 should be final. | 384 |
![]() | Expected @param tag for 't0'. | 384 |
![]() | Parameter t1 should be final. | 384 |
![]() | Expected @param tag for 't1'. | 384 |
![]() | 'if' construct must use '{}'s. | 387 |
![]() | '>' is not preceded with whitespace. | 387 |
![]() | '>' is not followed by whitespace. | 387 |
![]() | '-' is not preceded with whitespace. | 390 |
![]() | '-' is not followed by whitespace. | 390 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Parameter x should be final. | 402 |
![]() | Parameter y should be final. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Parameter p should be final. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 414 |
![]() | Expected an @return tag. | 417 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Parameter p should be final. | 417 |
![]() | Expected @param tag for 'p'. | 417 |
![]() | Line has trailing spaces. | 423 |
![]() | Expected an @return tag. | 426 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() | Parameter x should be final. | 426 |
![]() | Expected @param tag for 'x'. | 426 |
![]() | Parameter y should be final. | 426 |
![]() | Expected @param tag for 'y'. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | '100' is a magic number. | 427 |
![]() | Expected an @return tag. | 433 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Expected an @return tag. | 444 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() | Parameter box should be final. | 444 |
![]() | Expected @param tag for 'box'. | 444 |
![]() | Line has trailing spaces. | 446 |
![]() | Line has trailing spaces. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | 'if' construct must use '{}'s. | 455 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line has trailing spaces. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line has trailing spaces. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line has trailing spaces. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line has trailing spaces. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Expected an @return tag. | 481 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Parameter trans should be final. | 481 |
![]() | Expected @param tag for 'trans'. | 481 |
![]() | Line has trailing spaces. | 483 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Parameter path should be final. | 489 |
![]() | Line has trailing spaces. | 494 |
![]() | Line contains a tab character. | 494 |
![]() | Line has trailing spaces. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() | Missing a Javadoc comment. | 500 |
![]() | Line has trailing spaces. | 508 |
![]() | Line contains a tab character. | 508 |
![]() | Line has trailing spaces. | 509 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 514 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 514 |
![]() | Parameter obj should be final. | 515 |
![]() | 'if' construct must use '{}'s. | 516 |
![]() | 'if' is not followed by whitespace. | 516 |
![]() | Line has trailing spaces. | 518 |
![]() | Line has trailing spaces. | 521 |
![]() | 'if' construct must use '{}'s. | 523 |
![]() | 'if' is not followed by whitespace. | 523 |
![]() | '-' is not preceded with whitespace. | 523 |
![]() | '-' is not followed by whitespace. | 523 |
![]() | '>' is not preceded with whitespace. | 523 |
![]() | '>' is not followed by whitespace. | 523 |
![]() | 'if' construct must use '{}'s. | 524 |
![]() | 'if' is not followed by whitespace. | 524 |
![]() | '-' is not preceded with whitespace. | 524 |
![]() | '-' is not followed by whitespace. | 524 |
![]() | '>' is not preceded with whitespace. | 524 |
![]() | '>' is not followed by whitespace. | 524 |
![]() | 'if' construct must use '{}'s. | 525 |
![]() | 'if' is not followed by whitespace. | 525 |
![]() | '-' is not preceded with whitespace. | 525 |
![]() | '-' is not followed by whitespace. | 525 |
![]() | '>' is not preceded with whitespace. | 525 |
![]() | '>' is not followed by whitespace. | 525 |
![]() | 'if' construct must use '{}'s. | 526 |
![]() | 'if' is not followed by whitespace. | 526 |
![]() | '-' is not preceded with whitespace. | 526 |
![]() | '-' is not followed by whitespace. | 526 |
![]() | '>' is not preceded with whitespace. | 526 |
![]() | '>' is not followed by whitespace. | 526 |
![]() | 'if' construct must use '{}'s. | 527 |
![]() | 'if' is not followed by whitespace. | 527 |
![]() | '-' is not preceded with whitespace. | 527 |
![]() | '-' is not followed by whitespace. | 527 |
![]() | '>' is not preceded with whitespace. | 527 |
![]() | '>' is not followed by whitespace. | 527 |
![]() | 'if' construct must use '{}'s. | 528 |
![]() | 'if' is not followed by whitespace. | 528 |
![]() | '-' is not preceded with whitespace. | 528 |
![]() | '-' is not followed by whitespace. | 528 |
![]() | '>' is not preceded with whitespace. | 528 |
![]() | '>' is not followed by whitespace. | 528 |
![]() | 'if' construct must use '{}'s. | 529 |
![]() | 'if' is not followed by whitespace. | 529 |
![]() | '-' is not preceded with whitespace. | 529 |
![]() | '-' is not followed by whitespace. | 529 |
![]() | '>' is not preceded with whitespace. | 529 |
![]() | '>' is not followed by whitespace. | 529 |
![]() | 'if' construct must use '{}'s. | 530 |
![]() | 'if' is not followed by whitespace. | 530 |
![]() | '-' is not preceded with whitespace. | 530 |
![]() | '-' is not followed by whitespace. | 530 |
![]() | '>' is not preceded with whitespace. | 530 |
![]() | '>' is not followed by whitespace. | 530 |
![]() | Line has trailing spaces. | 531 |
![]() | Line has trailing spaces. | 534 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 535 |
![]() | Line contains a tab character. | 538 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter curves should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter curves should be final. | 58 |
![]() | Expected an @return tag. | 65 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter box should be final. | 66 |
![]() | Expected @param tag for 'box'. | 66 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter trans should be final. | 82 |
![]() | 'for' construct must use '{}'s. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter n should be final. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter curves should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter curves should be final. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected an @return tag. | 74 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | Parameter points should be final. | 74 |
![]() | Expected @param tag for 'points'. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | '-' is not preceded with whitespace. | 79 |
![]() | '-' is not followed by whitespace. | 79 |
![]() | '/' is not preceded with whitespace. | 79 |
![]() | '/' is not followed by whitespace. | 79 |
![]() | '3' is a magic number. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | 'for' construct must use '{}'s. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | '=' is not preceded with whitespace. | 85 |
![]() | '=' is not followed by whitespace. | 85 |
![]() | '<' is not preceded with whitespace. | 85 |
![]() | '<' is not followed by whitespace. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | '*' is not preceded with whitespace. | 87 |
![]() | '*' is not followed by whitespace. | 87 |
![]() | '3' is a magic number. | 87 |
![]() | '*' is not preceded with whitespace. | 87 |
![]() | '*' is not followed by whitespace. | 87 |
![]() | '3' is a magic number. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '*' is not preceded with whitespace. | 87 |
![]() | '*' is not followed by whitespace. | 87 |
![]() | '3' is a magic number. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '*' is not preceded with whitespace. | 87 |
![]() | '*' is not followed by whitespace. | 87 |
![]() | '3' is a magic number. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | '3' is a magic number. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 97 |
![]() | Expected an @return tag. | 99 |
![]() | 'static' modifier out of order with the JLS suggestions. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Parameter points should be final. | 100 |
![]() | Expected @param tag for 'points'. | 100 |
![]() | Parameter vectors should be final. | 100 |
![]() | Expected @param tag for 'vectors'. | 100 |
![]() | '{' is not preceded with whitespace. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | '-' is not preceded with whitespace. | 105 |
![]() | '-' is not followed by whitespace. | 105 |
![]() | '/' is not preceded with whitespace. | 105 |
![]() | '/' is not followed by whitespace. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | 'for' construct must use '{}'s. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | 'for' is not followed by whitespace. | 111 |
![]() | '=' is not preceded with whitespace. | 111 |
![]() | '=' is not followed by whitespace. | 111 |
![]() | '<' is not preceded with whitespace. | 111 |
![]() | '<' is not followed by whitespace. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | '*' is not preceded with whitespace. | 113 |
![]() | '*' is not followed by whitespace. | 113 |
![]() | '+' is not preceded with whitespace. | 113 |
![]() | '+' is not followed by whitespace. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 119 |
![]() | Expected an @return tag. | 126 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter box should be final. | 127 |
![]() | Expected @param tag for 'box'. | 127 |
![]() | Line contains a tab character. | 133 |
![]() | 'if' construct must use '{}'s. | 137 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter trans should be final. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | 'for' construct must use '{}'s. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 61 |
![]() | Parameter coefs should be final. | 64 |
![]() | '+' is not preceded with whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 65 |
![]() | '/' is not preceded with whitespace. | 65 |
![]() | '/' is not followed by whitespace. | 65 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '/' is not preceded with whitespace. | 66 |
![]() | '/' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 66 |
![]() | '+' is not followed by whitespace. | 66 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | '+' is not preceded with whitespace. | 67 |
![]() | '+' is not followed by whitespace. | 67 |
![]() | Line has trailing spaces. | 74 |
![]() | Parameter p1 should be final. | 79 |
![]() | Parameter ctrl should be final. | 79 |
![]() | Parameter p2 should be final. | 80 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter pts should be final. | 85 |
![]() | Parameter x1 should be final. | 95 |
![]() | Expected @param tag for 'x1'. | 95 |
![]() | Parameter y1 should be final. | 95 |
![]() | Expected @param tag for 'y1'. | 95 |
![]() | Parameter xctrl should be final. | 95 |
![]() | Expected @param tag for 'xctrl'. | 95 |
![]() | Parameter yctrl should be final. | 95 |
![]() | Expected @param tag for 'yctrl'. | 95 |
![]() | Parameter x2 should be final. | 96 |
![]() | Expected @param tag for 'x2'. | 96 |
![]() | Parameter y2 should be final. | 96 |
![]() | Expected @param tag for 'y2'. | 96 |
![]() | Expected an @return tag. | 104 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Incomplete HTML tag found: * Computes portion of BezierCurve. If t1<t0, returns null. | 110 |
![]() | Expected an @return tag. | 112 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter t0 should be final. | 113 |
![]() | Expected @param tag for 't0'. | 113 |
![]() | Parameter t1 should be final. | 113 |
![]() | Expected @param tag for 't1'. | 113 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | '>' is not preceded with whitespace. | 116 |
![]() | '>' is not followed by whitespace. | 116 |
![]() | Expected an @return tag. | 143 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter box should be final. | 144 |
![]() | Expected @param tag for 'box'. | 144 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | Expected an @return tag. | 163 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Parameter trans should be final. | 164 |
![]() | Expected @param tag for 'trans'. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 171 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter obj should be final. | 172 |
![]() | 'if' construct must use '{}'s. | 173 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | Line has trailing spaces. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | 'if' construct must use '{}'s. | 178 |
![]() | 'if' is not followed by whitespace. | 178 |
![]() | '-' is not preceded with whitespace. | 178 |
![]() | '-' is not followed by whitespace. | 178 |
![]() | '>' is not preceded with whitespace. | 178 |
![]() | '>' is not followed by whitespace. | 178 |
![]() | 'if' construct must use '{}'s. | 179 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '-' is not preceded with whitespace. | 179 |
![]() | '-' is not followed by whitespace. | 179 |
![]() | '>' is not preceded with whitespace. | 179 |
![]() | '>' is not followed by whitespace. | 179 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '-' is not preceded with whitespace. | 180 |
![]() | '-' is not followed by whitespace. | 180 |
![]() | '>' is not preceded with whitespace. | 180 |
![]() | '>' is not followed by whitespace. | 180 |
![]() | 'if' construct must use '{}'s. | 181 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '-' is not preceded with whitespace. | 181 |
![]() | '-' is not followed by whitespace. | 181 |
![]() | '>' is not preceded with whitespace. | 181 |
![]() | '>' is not followed by whitespace. | 181 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '-' is not preceded with whitespace. | 182 |
![]() | '-' is not followed by whitespace. | 182 |
![]() | '>' is not preceded with whitespace. | 182 |
![]() | '>' is not followed by whitespace. | 182 |
![]() | 'if' construct must use '{}'s. | 183 |
![]() | 'if' is not followed by 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 |
![]() | Line has trailing spaces. | 184 |
![]() | Line has trailing spaces. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 188 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'x1' must be private and have accessor methods. | 55 |
![]() | Variable 'y1' must be private and have accessor methods. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'ctrlx' must be private and have accessor methods. | 56 |
![]() | Variable 'ctrly' must be private and have accessor methods. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'x2' must be private and have accessor methods. | 57 |
![]() | Variable 'y2' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 69 |
![]() | Parameter coefs should be final. | 72 |
![]() | '+' is not preceded with whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 73 |
![]() | '/' is not preceded with whitespace. | 73 |
![]() | '/' is not followed by whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '/' is not preceded with whitespace. | 74 |
![]() | '/' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | '+' is not preceded with whitespace. | 75 |
![]() | '+' is not followed by whitespace. | 75 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter p1 should be final. | 87 |
![]() | Parameter ctrl should be final. | 87 |
![]() | Parameter p2 should be final. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter pts should be final. | 93 |
![]() | Parameter x1 should be final. | 103 |
![]() | 'x1' hides a field. | 103 |
![]() | Expected @param tag for 'x1'. | 103 |
![]() | Parameter y1 should be final. | 103 |
![]() | 'y1' hides a field. | 103 |
![]() | Expected @param tag for 'y1'. | 103 |
![]() | Parameter xctrl should be final. | 103 |
![]() | Expected @param tag for 'xctrl'. | 103 |
![]() | Parameter yctrl should be final. | 103 |
![]() | Expected @param tag for 'yctrl'. | 103 |
![]() | Parameter x2 should be final. | 104 |
![]() | 'x2' hides a field. | 104 |
![]() | Expected @param tag for 'x2'. | 104 |
![]() | Parameter y2 should be final. | 104 |
![]() | 'y2' hides a field. | 104 |
![]() | Expected @param tag for 'y2'. | 104 |
![]() | Line has trailing spaces. | 115 |
![]() | Expected an @return tag. | 120 |
![]() | Parameter p1 should be final. | 120 |
![]() | Expected @param tag for 'p1'. | 120 |
![]() | Parameter p2 should be final. | 120 |
![]() | Expected @param tag for 'p2'. | 120 |
![]() | Parameter p3 should be final. | 120 |
![]() | Expected @param tag for 'p3'. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getControl' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Method 'getP1' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Method 'getP2' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 139 |
![]() | Method 'getCtrl' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 153 |
![]() | Expected an @return tag. | 157 |
![]() | Method 'getParametric' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | '3' is a magic number. | 158 |
![]() | '*' is not preceded with whitespace. | 160 |
![]() | '*' is not followed by whitespace. | 160 |
![]() | '-' is not preceded with whitespace. | 160 |
![]() | '-' is not followed by whitespace. | 160 |
![]() | '*' is not preceded with whitespace. | 160 |
![]() | '*' is not followed by whitespace. | 160 |
![]() | '-' is not preceded with whitespace. | 161 |
![]() | '-' is not followed by whitespace. | 161 |
![]() | '*' is not preceded with whitespace. | 161 |
![]() | '*' is not followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | '*' is not preceded with whitespace. | 164 |
![]() | '*' is not followed by whitespace. | 164 |
![]() | '-' is not preceded with whitespace. | 164 |
![]() | '-' is not followed by whitespace. | 164 |
![]() | '*' is not preceded with whitespace. | 164 |
![]() | '*' is not followed by whitespace. | 164 |
![]() | '-' is not preceded with whitespace. | 165 |
![]() | '-' is not followed by whitespace. | 165 |
![]() | '*' is not preceded with whitespace. | 165 |
![]() | '*' is not followed by whitespace. | 165 |
![]() | '+' is not preceded with whitespace. | 165 |
![]() | '+' is not followed by whitespace. | 165 |
![]() | First sentence should end with a period. | 172 |
![]() | Line has trailing spaces. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Expected an @return tag. | 177 |
![]() | Method 'getWindingAngle' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter point should be final. | 177 |
![]() | Expected @param tag for 'point'. | 177 |
![]() | '100' is a magic number. | 178 |
![]() | Line has trailing spaces. | 184 |
![]() | Method 'isInside' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Parameter pt should be final. | 188 |
![]() | '100' is a magic number. | 189 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter point should be final. | 192 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | 'else' construct must use '{}'s. | 195 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Expected an @return tag. | 202 |
![]() | Method 'getSignedDistance' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Parameter x should be final. | 202 |
![]() | Expected @param tag for 'x'. | 202 |
![]() | Parameter y should be final. | 202 |
![]() | Expected @param tag for 'y'. | 202 |
![]() | 'if' construct must use '{}'s. | 203 |
![]() | 'else' construct must use '{}'s. | 205 |
![]() | Method 'getTangent' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Parameter t should be final. | 212 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '*' is not preceded with whitespace. | 214 |
![]() | '*' is not followed by whitespace. | 214 |
![]() | '*' is not preceded with whitespace. | 214 |
![]() | '*' is not followed by whitespace. | 214 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' is not followed by whitespace. | 215 |
![]() | '*' is not preceded with whitespace. | 215 |
![]() | '*' is not followed by whitespace. | 215 |
![]() | '*' is not preceded with whitespace. | 215 |
![]() | '*' is not followed by whitespace. | 215 |
![]() | Expected an @return tag. | 222 |
![]() | Method 'getCurvature' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter t should be final. | 222 |
![]() | Expected @param tag for 't'. | 222 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '+' is not preceded with whitespace. | 225 |
![]() | '+' is not followed by whitespace. | 225 |
![]() | '*' is not preceded with whitespace. | 225 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '*' is not preceded with whitespace. | 225 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '*' is not preceded with whitespace. | 226 |
![]() | '*' is not followed by whitespace. | 226 |
![]() | '*' is not preceded with whitespace. | 227 |
![]() | '*' is not followed by whitespace. | 227 |
![]() | '*' is not preceded with whitespace. | 229 |
![]() | '*' is not followed by whitespace. | 229 |
![]() | '-' is not preceded with whitespace. | 229 |
![]() | '-' is not followed by whitespace. | 229 |
![]() | '*' is not preceded with whitespace. | 229 |
![]() | '*' is not followed by whitespace. | 229 |
![]() | '/' is not preceded with whitespace. | 229 |
![]() | '/' is not followed by whitespace. | 229 |
![]() | '3' is a magic number. | 229 |
![]() | Expected an @return tag. | 238 |
![]() | Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Expected an @return tag. | 248 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Expected an @return tag. | 255 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Line has trailing spaces. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Expected an @return tag. | 264 |
![]() | Method 'getIntersections' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Parameter line should be final. | 264 |
![]() | Expected @param tag for 'line'. | 264 |
![]() | '100' is a magic number. | 265 |
![]() | Expected an @return tag. | 271 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Parameter t should be final. | 271 |
![]() | Expected @param tag for 't'. | 271 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | '+' is not preceded with whitespace. | 274 |
![]() | '+' is not followed by whitespace. | 274 |
![]() | '*' is not preceded with whitespace. | 274 |
![]() | '*' is not followed by whitespace. | 274 |
![]() | '*' is not preceded with whitespace. | 274 |
![]() | '*' is not followed by whitespace. | 274 |
![]() | '+' is not preceded with whitespace. | 275 |
![]() | '+' is not followed by whitespace. | 275 |
![]() | '+' is not preceded with whitespace. | 275 |
![]() | '+' is not followed by whitespace. | 275 |
![]() | '*' is not preceded with whitespace. | 275 |
![]() | '*' is not followed by whitespace. | 275 |
![]() | '*' is not preceded with whitespace. | 275 |
![]() | '*' is not followed by whitespace. | 275 |
![]() | Line has trailing spaces. | 281 |
![]() | Line contains a tab character. | 284 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Line has trailing spaces. | 291 |
![]() | Line contains a tab character. | 294 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Expected an @return tag. | 302 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Parameter point should be final. | 302 |
![]() | Expected @param tag for 'point'. | 302 |
![]() | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 |
![]() | '100' is a magic number. | 303 |
![]() | '/' is not preceded with whitespace. | 304 |
![]() | '/' is not followed by whitespace. | 304 |
![]() | Expected an @return tag. | 310 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Parameter point should be final. | 310 |
![]() | Expected @param tag for 'point'. | 310 |
![]() | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
![]() | '100' is a magic number. | 311 |
![]() | '/' is not preceded with whitespace. | 312 |
![]() | '/' is not followed by whitespace. | 312 |
![]() | Expected an @return tag. | 318 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | Incomplete HTML tag found: * Computes portion of BezierCurve. If t1<t0, returns null. | 324 |
![]() | Expected an @return tag. | 326 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Parameter t0 should be final. | 326 |
![]() | Expected @param tag for 't0'. | 326 |
![]() | Parameter t1 should be final. | 326 |
![]() | Expected @param tag for 't1'. | 326 |
![]() | 'if' construct must use '{}'s. | 329 |
![]() | '>' is not preceded with whitespace. | 329 |
![]() | '>' is not followed by whitespace. | 329 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Parameter x should be final. | 355 |
![]() | Parameter y should be final. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Parameter p should be final. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 367 |
![]() | Expected an @return tag. | 370 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Parameter p should be final. | 370 |
![]() | Expected @param tag for 'p'. | 370 |
![]() | Line has trailing spaces. | 376 |
![]() | Expected an @return tag. | 379 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | Parameter x should be final. | 379 |
![]() | Expected @param tag for 'x'. | 379 |
![]() | Parameter y should be final. | 379 |
![]() | Expected @param tag for 'y'. | 379 |
![]() | '100' is a magic number. | 380 |
![]() | Expected an @return tag. | 386 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Expected an @return tag. | 401 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | Parameter box should be final. | 401 |
![]() | Expected @param tag for 'box'. | 401 |
![]() | Line has trailing spaces. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | 'if' construct must use '{}'s. | 411 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Expected an @return tag. | 432 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Parameter trans should be final. | 432 |
![]() | Expected @param tag for 'trans'. | 432 |
![]() | Line has trailing spaces. | 434 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Method 'appendPath' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Parameter path should be final. | 439 |
![]() | Method 'getGeneralPath' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() | Missing a Javadoc comment. | 446 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 456 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 456 |
![]() | Parameter obj should be final. | 457 |
![]() | 'if' construct must use '{}'s. | 458 |
![]() | 'if' is not followed by whitespace. | 458 |
![]() | Line has trailing spaces. | 460 |
![]() | Line has trailing spaces. | 463 |
![]() | 'if' construct must use '{}'s. | 465 |
![]() | 'if' is not followed by whitespace. | 465 |
![]() | '-' is not preceded with whitespace. | 465 |
![]() | '-' is not followed by whitespace. | 465 |
![]() | '>' is not preceded with whitespace. | 465 |
![]() | '>' is not followed by whitespace. | 465 |
![]() | 'if' construct must use '{}'s. | 466 |
![]() | 'if' is not followed by whitespace. | 466 |
![]() | '-' is not preceded with whitespace. | 466 |
![]() | '-' is not followed by whitespace. | 466 |
![]() | '>' is not preceded with whitespace. | 466 |
![]() | '>' is not followed by whitespace. | 466 |
![]() | 'if' construct must use '{}'s. | 467 |
![]() | 'if' is not followed by whitespace. | 467 |
![]() | '-' is not preceded with whitespace. | 467 |
![]() | '-' is not followed by whitespace. | 467 |
![]() | '>' is not preceded with whitespace. | 467 |
![]() | '>' is not followed by whitespace. | 467 |
![]() | 'if' construct must use '{}'s. | 468 |
![]() | 'if' is not followed by whitespace. | 468 |
![]() | '-' is not preceded with whitespace. | 468 |
![]() | '-' is not followed by whitespace. | 468 |
![]() | '>' is not preceded with whitespace. | 468 |
![]() | '>' is not followed by whitespace. | 468 |
![]() | 'if' construct must use '{}'s. | 469 |
![]() | 'if' is not followed by whitespace. | 469 |
![]() | '-' is not preceded with whitespace. | 469 |
![]() | '-' is not followed by whitespace. | 469 |
![]() | '>' is not preceded with whitespace. | 469 |
![]() | '>' is not followed by whitespace. | 469 |
![]() | 'if' construct must use '{}'s. | 470 |
![]() | 'if' is not followed by whitespace. | 470 |
![]() | '-' is not preceded with whitespace. | 470 |
![]() | '-' is not followed by whitespace. | 470 |
![]() | '>' is not preceded with whitespace. | 470 |
![]() | '>' is not followed by whitespace. | 470 |
![]() | Line has trailing spaces. | 471 |
![]() | Line has trailing spaces. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 475 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 2 |
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Parameter trans should be final. | 28 |
![]() | Expected @param tag for 'trans'. | 28 |
![]() | Parameter coefs should be final. | 34 |
![]() | Expected @param tag for 'coefs'. | 34 |
![]() | Parameter xx should be final. | 40 |
![]() | Expected @param tag for 'xx'. | 40 |
![]() | Parameter yx should be final. | 40 |
![]() | Expected @param tag for 'yx'. | 40 |
![]() | Parameter tx should be final. | 40 |
![]() | Expected @param tag for 'tx'. | 40 |
![]() | Parameter xy should be final. | 40 |
![]() | Expected @param tag for 'xy'. | 40 |
![]() | Parameter yy should be final. | 41 |
![]() | Expected @param tag for 'yy'. | 41 |
![]() | Parameter ty should be final. | 41 |
![]() | Expected @param tag for 'ty'. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Redundant 'public' modifier. | 56 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 28 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'circle' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter circle should be final. | 70 |
![]() | 'circle' hides a field. | 70 |
![]() | Method 'getCenter' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'setCircle' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter xc should be final. | 85 |
![]() | Parameter yc should be final. | 85 |
![]() | Parameter r should be final. | 85 |
![]() | Method 'setCircle' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter circle should be final. | 89 |
![]() | 'circle' hides a field. | 89 |
![]() | Expected an @return tag. | 110 |
![]() | Method 'transformShape' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter shape should be final. | 110 |
![]() | Expected @param tag for 'shape'. | 110 |
![]() | '*' is not preceded with whitespace. | 118 |
![]() | '*' is not followed by whitespace. | 118 |
![]() | '/' is not preceded with whitespace. | 118 |
![]() | '/' is not followed by whitespace. | 118 |
![]() | '-' is not preceded with whitespace. | 119 |
![]() | '-' is not followed by whitespace. | 119 |
![]() | '-' is not preceded with whitespace. | 119 |
![]() | '-' is not followed by whitespace. | 119 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | '<' is not preceded with whitespace. | 131 |
![]() | '<' is not followed by whitespace. | 131 |
![]() | '*' is not preceded with whitespace. | 138 |
![]() | '*' is not followed by whitespace. | 138 |
![]() | '/' is not preceded with whitespace. | 138 |
![]() | '/' is not followed by whitespace. | 138 |
![]() | '/' is not preceded with whitespace. | 138 |
![]() | '/' is not followed by whitespace. | 138 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | 'circle' hides a field. | 165 |
![]() | '/' is not preceded with whitespace. | 180 |
![]() | '/' is not followed by whitespace. | 180 |
![]() | 'for' construct must use '{}'s. | 187 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line is longer than 80 characters. | 198 |
![]() | 'for' construct must use '{}'s. | 199 |
![]() | Line has trailing spaces. | 209 |
![]() | Expected an @return tag. | 213 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Parameter shape should be final. | 214 |
![]() | Expected @param tag for 'shape'. | 214 |
![]() | Line has trailing spaces. | 218 |
![]() | Method 'transformPoint' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Parameter pt should be final. | 219 |
![]() | '*' is not preceded with whitespace. | 223 |
![]() | '*' is not followed by whitespace. | 223 |
![]() | '/' is not preceded with whitespace. | 223 |
![]() | '/' is not followed by whitespace. | 223 |
![]() | Line has trailing spaces. | 228 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Method 'transformRing' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Parameter ring should be final. | 228 |
![]() | 'for' construct must use '{}'s. | 234 |
![]() | Line has trailing spaces. | 240 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter pt should be final. | 241 |
![]() | '*' is not preceded with whitespace. | 245 |
![]() | '*' is not followed by whitespace. | 245 |
![]() | '/' is not preceded with whitespace. | 245 |
![]() | '/' is not followed by whitespace. | 245 |
![]() | Expected an @return tag. | 251 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Parameter src should be final. | 251 |
![]() | Expected @param tag for 'src'. | 251 |
![]() | Parameter dst should be final. | 251 |
![]() | Expected @param tag for 'dst'. | 251 |
![]() | 'if' construct must use '{}'s. | 257 |
![]() | '==' is not preceded with whitespace. | 257 |
![]() | '==' is not followed by whitespace. | 257 |
![]() | 'if' construct must use '{}'s. | 261 |
![]() | '==' is not preceded with whitespace. | 261 |
![]() | '==' is not followed by whitespace. | 261 |
![]() | 'for' construct must use '{}'s. | 262 |
![]() | '<' is not preceded with whitespace. | 262 |
![]() | '<' is not followed by whitespace. | 262 |
![]() | '<' is not preceded with whitespace. | 270 |
![]() | '<' is not followed by whitespace. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | '*' is not preceded with whitespace. | 272 |
![]() | '*' is not followed by whitespace. | 272 |
![]() | '/' is not preceded with whitespace. | 272 |
![]() | '/' is not followed by whitespace. | 272 |
![]() | '-' is not preceded with whitespace. | 273 |
![]() | '-' is not followed by whitespace. | 273 |
![]() | '-' is not preceded with whitespace. | 273 |
![]() | '-' is not followed by whitespace. | 273 |
![]() | '*' is not preceded with whitespace. | 274 |
![]() | '*' is not followed by whitespace. | 274 |
![]() | '*' is not preceded with whitespace. | 274 |
![]() | '*' is not followed by whitespace. | 274 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | First sentence should end with a period. | 54 |
![]() | Expected an @return tag. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected @param tag for 'src'. | 55 |
![]() | Expected an @return tag. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | Expected @param tag for 'src'. | 59 |
![]() | Expected @param tag for 'dst'. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'phi' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'theta' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter phi should be final. | 39 |
![]() | 'phi' hides a field. | 39 |
![]() | Parameter theta should be final. | 39 |
![]() | 'theta' hides a field. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | 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. | 22 |
![]() | First sentence should end with a period. | 24 |
![]() | Parameter x0 should be final. | 34 |
![]() | Expected @param tag for 'x0'. | 34 |
![]() | Parameter x1 should be final. | 34 |
![]() | Expected @param tag for 'x1'. | 34 |
![]() | Parameter y0 should be final. | 34 |
![]() | Expected @param tag for 'y0'. | 34 |
![]() | Parameter y1 should be final. | 34 |
![]() | Expected @param tag for 'y1'. | 34 |
![]() | Parameter z0 should be final. | 34 |
![]() | Expected @param tag for 'z0'. | 34 |
![]() | Parameter z1 should be final. | 35 |
![]() | Expected @param tag for 'z1'. | 35 |
![]() | Parameter p1 should be final. | 45 |
![]() | Expected @param tag for 'p1'. | 45 |
![]() | Parameter p2 should be final. | 45 |
![]() | Expected @param tag for 'p2'. | 45 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter p1 should be final. | 49 |
![]() | Parameter p2 should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getMinX' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'getMaxX' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'getMinY' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'getMaxY' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'getMinZ' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'getMaxZ' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '-' is not preceded with whitespace. | 82 |
![]() | '-' is not followed by whitespace. | 82 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Expected an @return tag. | 86 |
![]() | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '-' is not preceded with whitespace. | 87 |
![]() | '-' is not followed by whitespace. | 87 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Expected an @return tag. | 91 |
![]() | Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '-' is not preceded with whitespace. | 92 |
![]() | '-' is not followed by whitespace. | 92 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'union' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter box should be final. | 101 |
![]() | 'xmin' hides a field. | 102 |
![]() | 'xmax' hides a field. | 103 |
![]() | 'ymin' hides a field. | 104 |
![]() | 'ymax' hides a field. | 105 |
![]() | 'zmin' hides a field. | 106 |
![]() | 'zmax' hides a field. | 107 |
![]() | Line has trailing spaces. | 114 |
![]() | Method 'intersection' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter box should be final. | 118 |
![]() | 'xmin' hides a field. | 119 |
![]() | 'xmax' hides a field. | 120 |
![]() | 'ymin' hides a field. | 121 |
![]() | 'ymax' hides a field. | 122 |
![]() | 'zmin' hides a field. | 123 |
![]() | 'zmax' hides a field. | 124 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter x should be final. | 49 |
![]() | 'x' hides a field. | 49 |
![]() | Parameter y should be final. | 49 |
![]() | 'y' hides a field. | 49 |
![]() | Parameter z should be final. | 49 |
![]() | 'z' hides a field. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter point should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'getZ' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter x should be final. | 73 |
![]() | 'x' hides a field. | 73 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter y should be final. | 77 |
![]() | 'y' hides a field. | 77 |
![]() | Method 'setZ' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter z should be final. | 81 |
![]() | 'z' hides a field. | 81 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter point should be final. | 85 |
![]() | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter x should be final. | 91 |
![]() | 'x' hides a field. | 91 |
![]() | Parameter y should be final. | 91 |
![]() | 'y' hides a field. | 91 |
![]() | Parameter z should be final. | 91 |
![]() | 'z' hides a field. | 91 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter point should be final. | 97 |
![]() | '-' is not preceded with whitespace. | 98 |
![]() | '-' is not followed by whitespace. | 98 |
![]() | '-' is not preceded with whitespace. | 99 |
![]() | '-' is not followed by whitespace. | 99 |
![]() | '-' is not preceded with whitespace. | 100 |
![]() | '-' is not followed by whitespace. | 100 |
![]() | Expected an @return tag. | 109 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter point should be final. | 109 |
![]() | Expected @param tag for 'point'. | 109 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | '>' is not preceded with whitespace. | 110 |
![]() | '>' is not followed by whitespace. | 110 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter box should be final. | 127 |
![]() | 'if' construct must use '{}'s. | 128 |
![]() | '<' is not preceded with whitespace. | 128 |
![]() | '<' is not followed by whitespace. | 128 |
![]() | '||' is not preceded with whitespace. | 128 |
![]() | '||' is not followed by whitespace. | 128 |
![]() | '>' is not preceded with whitespace. | 128 |
![]() | '>' is not followed by whitespace. | 128 |
![]() | 'if' construct must use '{}'s. | 130 |
![]() | '<' is not preceded with whitespace. | 130 |
![]() | '<' is not followed by whitespace. | 130 |
![]() | '||' is not preceded with whitespace. | 130 |
![]() | '||' is not followed by whitespace. | 130 |
![]() | '>' is not preceded with whitespace. | 130 |
![]() | '>' is not followed by whitespace. | 130 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | '<' is not preceded with whitespace. | 132 |
![]() | '<' is not followed by whitespace. | 132 |
![]() | '||' is not preceded with whitespace. | 132 |
![]() | '||' is not followed by whitespace. | 132 |
![]() | '>' is not preceded with whitespace. | 132 |
![]() | '>' is not followed by whitespace. | 132 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter trans should be final. | 137 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 146 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter obj should be final. | 147 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | 'if' construct must use '{}'s. | 152 |
![]() | '-' is not preceded with whitespace. | 152 |
![]() | '-' is not followed by whitespace. | 152 |
![]() | '>' is not preceded with whitespace. | 152 |
![]() | '>' is not followed by whitespace. | 152 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | '-' is not preceded with whitespace. | 154 |
![]() | '-' is not followed by whitespace. | 154 |
![]() | '>' is not preceded with whitespace. | 154 |
![]() | '>' is not followed by whitespace. | 154 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | '-' is not preceded with whitespace. | 156 |
![]() | '-' is not followed by whitespace. | 156 |
![]() | '>' is not preceded with whitespace. | 156 |
![]() | '>' is not followed by whitespace. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'points' must be private and have accessor methods. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter points should be final. | 29 |
![]() | 'points' hides a field. | 29 |
![]() | Expected @param tag for 'points'. | 29 |
![]() | 'for' construct must use '{}'s. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Parameter points should be final. | 38 |
![]() | 'points' hides a field. | 38 |
![]() | Expected @param tag for 'points'. | 38 |
![]() | 'for' construct must use '{}'s. | 39 |
![]() | Line has trailing spaces. | 47 |
![]() | Parameter points should be final. | 50 |
![]() | 'points' hides a field. | 50 |
![]() | Expected @param tag for 'points'. | 50 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter point should be final. | 62 |
![]() | Expected @param tag for 'point'. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter point should be final. | 72 |
![]() | Expected @param tag for 'point'. | 72 |
![]() | First sentence should end with a period. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'addPoints' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter points should be final. | 81 |
![]() | 'points' hides a field. | 81 |
![]() | Method 'addPoints' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter points should be final. | 87 |
![]() | 'points' hides a field. | 87 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Method 'clearPoints' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Line has trailing spaces. | 109 |
![]() | Method 'getPointsNumber' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Line has trailing spaces. | 121 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter box should be final. | 124 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | '!=' is not preceded with whitespace. | 129 |
![]() | '!=' is not followed by whitespace. | 129 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Line has trailing spaces. | 156 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter p should be final. | 159 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | 'for' construct must use '{}'s. | 163 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter point should be final. | 168 |
![]() | 'for' construct must use '{}'s. | 169 |
![]() | 'if' construct must use '{}'s. | 170 |
![]() | '<' is not preceded with whitespace. | 170 |
![]() | '<' is not followed by whitespace. | 170 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Missing a Javadoc comment. | 175 |
![]() | '==' is not preceded with whitespace. | 176 |
![]() | '==' is not followed by whitespace. | 176 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Line has trailing spaces. | 185 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter trans should be final. | 188 |
![]() | 'for' construct must use '{}'s. | 190 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Expected an @return tag. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected an @return tag. | 61 |
![]() | Redundant 'public' modifier. | 61 |
![]() | Expected @param tag for 'p'. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Expected an @return tag. | 76 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter p should be final. | 76 |
![]() | Expected @param tag for 'p'. | 76 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter point should be final. | 88 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter box should be final. | 97 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter trans should be final. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'x' must be private and have accessor methods. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'y' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'z' must be private and have accessor methods. | 20 |
![]() | Expected an @return tag. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Parameter v1 should be final. | 34 |
![]() | Expected @param tag for 'v1'. | 34 |
![]() | Parameter v2 should be final. | 34 |
![]() | Expected @param tag for 'v2'. | 34 |
![]() | '*' is not preceded with whitespace. | 35 |
![]() | '*' is not followed by whitespace. | 35 |
![]() | '+' is not preceded with whitespace. | 35 |
![]() | '+' is not followed by whitespace. | 35 |
![]() | '*' is not preceded with whitespace. | 35 |
![]() | '*' is not followed by whitespace. | 35 |
![]() | '+' is not preceded with whitespace. | 35 |
![]() | '+' is not followed by whitespace. | 35 |
![]() | '*' is not preceded with whitespace. | 35 |
![]() | '*' is not followed by whitespace. | 35 |
![]() | Expected an @return tag. | 43 |
![]() | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() | Parameter v1 should be final. | 43 |
![]() | Expected @param tag for 'v1'. | 43 |
![]() | Parameter v2 should be final. | 43 |
![]() | Expected @param tag for 'v2'. | 43 |
![]() | '*' is not preceded with whitespace. | 44 |
![]() | '*' is not followed by whitespace. | 44 |
![]() | '-' is not preceded with whitespace. | 44 |
![]() | '-' is not followed by whitespace. | 44 |
![]() | '*' is not preceded with whitespace. | 44 |
![]() | '*' is not followed by whitespace. | 44 |
![]() | '*' is not preceded with whitespace. | 44 |
![]() | '*' is not followed by whitespace. | 44 |
![]() | '-' is not preceded with whitespace. | 44 |
![]() | '-' is not followed by whitespace. | 44 |
![]() | '*' is not preceded with whitespace. | 44 |
![]() | '*' is not followed by whitespace. | 44 |
![]() | '*' is not preceded with whitespace. | 44 |
![]() | '*' is not followed by whitespace. | 44 |
![]() | '-' is not followed by whitespace. | 45 |
![]() | '*' is not preceded with whitespace. | 45 |
![]() | '*' is not followed by whitespace. | 45 |
![]() | First sentence should end with a period. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Parameter v1 should be final. | 53 |
![]() | Expected @param tag for 'v1'. | 53 |
![]() | Parameter v2 should be final. | 53 |
![]() | Expected @param tag for 'v2'. | 53 |
![]() | '<' is not preceded with whitespace. | 55 |
![]() | '<' is not followed by whitespace. | 55 |
![]() | First sentence should end with a period. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Parameter v1 should be final. | 63 |
![]() | Expected @param tag for 'v1'. | 63 |
![]() | Parameter v2 should be final. | 63 |
![]() | Expected @param tag for 'v2'. | 63 |
![]() | '<' is not preceded with whitespace. | 65 |
![]() | '<' is not followed by whitespace. | 65 |
![]() | Parameter x should be final. | 77 |
![]() | 'x' hides a field. | 77 |
![]() | Expected @param tag for 'x'. | 77 |
![]() | Parameter y should be final. | 77 |
![]() | 'y' hides a field. | 77 |
![]() | Expected @param tag for 'y'. | 77 |
![]() | Parameter z should be final. | 77 |
![]() | 'z' hides a field. | 77 |
![]() | Expected @param tag for 'z'. | 77 |
![]() | Parameter point should be final. | 86 |
![]() | Expected @param tag for 'point'. | 86 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Parameter point1 should be final. | 93 |
![]() | Expected @param tag for 'point1'. | 93 |
![]() | Parameter point2 should be final. | 93 |
![]() | Expected @param tag for 'point2'. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '-' is not preceded with whitespace. | 94 |
![]() | '-' is not followed by whitespace. | 94 |
![]() | '-' is not preceded with whitespace. | 94 |
![]() | '-' is not followed by whitespace. | 94 |
![]() | '-' is not preceded with whitespace. | 94 |
![]() | '-' is not followed by whitespace. | 94 |
![]() | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter x should be final. | 104 |
![]() | 'x' hides a field. | 104 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter y should be final. | 112 |
![]() | 'y' hides a field. | 112 |
![]() | Method 'getZ' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Method 'setZ' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter z should be final. | 120 |
![]() | 'z' hides a field. | 120 |
![]() | Method 'setVector' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter x should be final. | 124 |
![]() | 'x' hides a field. | 124 |
![]() | Parameter y should be final. | 124 |
![]() | 'y' hides a field. | 124 |
![]() | Parameter z should be final. | 124 |
![]() | 'z' hides a field. | 124 |
![]() | Expected an @return tag. | 137 |
![]() | Method 'plus' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter v should be final. | 137 |
![]() | Expected @param tag for 'v'. | 137 |
![]() | '+' is not preceded with whitespace. | 138 |
![]() | '+' is not followed by whitespace. | 138 |
![]() | '+' is not preceded with whitespace. | 138 |
![]() | '+' is not followed by whitespace. | 138 |
![]() | '+' is not preceded with whitespace. | 138 |
![]() | '+' is not followed by whitespace. | 138 |
![]() | Expected an @return tag. | 145 |
![]() | Method 'minus' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter v should be final. | 145 |
![]() | Expected @param tag for 'v'. | 145 |
![]() | '-' is not preceded with whitespace. | 146 |
![]() | '-' is not followed by whitespace. | 146 |
![]() | '-' is not preceded with whitespace. | 146 |
![]() | '-' is not followed by whitespace. | 146 |
![]() | '-' is not preceded with whitespace. | 146 |
![]() | '-' is not followed by whitespace. | 146 |
![]() | Expected an @return tag. | 152 |
![]() | Method 'times' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter k should be final. | 152 |
![]() | Expected @param tag for 'k'. | 152 |
![]() | '*' is not preceded with whitespace. | 153 |
![]() | '*' is not followed by whitespace. | 153 |
![]() | '*' is not preceded with whitespace. | 153 |
![]() | '*' is not followed by whitespace. | 153 |
![]() | '*' is not preceded with whitespace. | 153 |
![]() | '*' is not followed by whitespace. | 153 |
![]() | Line has trailing spaces. | 162 |
![]() | Method 'getOpposite' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | First sentence should end with a period. | 169 |
![]() | Line has trailing spaces. | 171 |
![]() | Method 'getNorm' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line has trailing spaces. | 177 |
![]() | Expected an @return tag. | 182 |
![]() | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line has trailing spaces. | 189 |
![]() | Method 'getNormSq' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | '/' is not preceded with whitespace. | 201 |
![]() | '/' is not followed by whitespace. | 201 |
![]() | '/' is not preceded with whitespace. | 202 |
![]() | '/' is not followed by whitespace. | 202 |
![]() | '/' is not preceded with whitespace. | 203 |
![]() | '/' is not followed by whitespace. | 203 |
![]() | Expected an @return tag. | 210 |
![]() | Method 'getNormalizedVector' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | '/' is not preceded with whitespace. | 212 |
![]() | '/' is not followed by whitespace. | 212 |
![]() | '/' is not preceded with whitespace. | 212 |
![]() | '/' is not followed by whitespace. | 212 |
![]() | '/' is not preceded with whitespace. | 212 |
![]() | '/' is not followed by whitespace. | 212 |
![]() | Line has trailing spaces. | 218 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter trans should be final. | 222 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '4' is a magic number. | 224 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' is not followed by whitespace. | 224 |
![]() | '*' is not preceded with whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 224 |
![]() | '5' is a magic number. | 224 |
![]() | '+' is not preceded with whitespace. | 224 |
![]() | '+' is not followed by whitespace. | 224 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '6' is a magic number. | 225 |
![]() | '*' is not preceded with whitespace. | 225 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '8' is a magic number. | 225 |
![]() | '+' is not preceded with whitespace. | 225 |
![]() | '+' is not followed by whitespace. | 225 |
![]() | '*' is not preceded with whitespace. | 225 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '9' is a magic number. | 225 |
![]() | '+' is not preceded with whitespace. | 225 |
![]() | '+' is not followed by whitespace. | 225 |
![]() | '*' is not preceded with whitespace. | 225 |
![]() | '*' is not followed by whitespace. | 225 |
![]() | '10' is a magic number. | 225 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 231 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter obj should be final. | 232 |
![]() | 'if' construct must use '{}'s. | 233 |
![]() | 'if' construct must use '{}'s. | 237 |
![]() | '-' is not preceded with whitespace. | 237 |
![]() | '-' is not followed by whitespace. | 237 |
![]() | '>' is not preceded with whitespace. | 237 |
![]() | '>' is not followed by whitespace. | 237 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | '-' is not preceded with whitespace. | 239 |
![]() | '-' is not followed by whitespace. | 239 |
![]() | '>' is not preceded with whitespace. | 239 |
![]() | '>' is not followed by whitespace. | 239 |
![]() | 'if' construct must use '{}'s. | 241 |
![]() | '-' is not preceded with whitespace. | 241 |
![]() | '-' is not followed by whitespace. | 241 |
![]() | '>' is not preceded with whitespace. | 241 |
![]() | '>' is not followed by whitespace. | 241 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Redundant import from the same package - math.geom3d.curve.Curve3D. | 11 |
![]() | Line has trailing spaces. | 17 |
![]() | Expected an @return tag. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Expected an @return tag. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Expected an @return tag. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Expected @param tag for 't'. | 41 |
![]() | Expected an @return tag. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Expected @param tag for 't'. | 47 |
![]() | Expected @param tag for 'point'. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Line has trailing spaces. | 76 |
![]() | Redundant 'public' modifier. | 80 |
![]() | Line has trailing spaces. | 86 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Expected an @return tag. | 96 |
![]() | Redundant 'public' modifier. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Line has trailing spaces. | 108 |
![]() | Redundant 'public' modifier. | 113 |
![]() | Expected an @return tag. | 119 |
![]() | Redundant 'public' modifier. | 119 |
![]() | Expected @param tag for 'trans'. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'x1' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'y1' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'z1' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'x2' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'y2' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'z2' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter p1 should be final. | 37 |
![]() | Parameter p2 should be final. | 37 |
![]() | Method 'getSupportingLine' 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 |
![]() | '-' is not followed by whitespace. | 50 |
![]() | '-' is not preceded with whitespace. | 50 |
![]() | '-' is not followed by whitespace. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'projectPoint' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter point should be final. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line has trailing spaces. | 73 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter t should be final. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter t should be final. | 103 |
![]() | Parameter point should be final. | 103 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | '==' is not preceded with whitespace. | 104 |
![]() | '==' is not followed by whitespace. | 104 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | '+' is not preceded with whitespace. | 107 |
![]() | '+' is not followed by whitespace. | 107 |
![]() | '-' is not preceded with whitespace. | 107 |
![]() | '-' is not followed by whitespace. | 107 |
![]() | '*' is not preceded with whitespace. | 107 |
![]() | '*' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 113 |
![]() | Expected an @return tag. | 116 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter point should be final. | 116 |
![]() | Expected @param tag for 'point'. | 116 |
![]() | 'if' construct must use '{}'s. | 118 |
![]() | '>' is not preceded with whitespace. | 118 |
![]() | '>' is not followed by whitespace. | 118 |
![]() | 'if' construct must use '{}'s. | 120 |
![]() | '<' is not preceded with whitespace. | 120 |
![]() | '<' is not followed by whitespace. | 120 |
![]() | Line has trailing spaces. | 127 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line has trailing spaces. | 136 |
![]() | Expected an @return tag. | 139 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line has trailing spaces. | 148 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter t0 should be final. | 151 |
![]() | Parameter t1 should be final. | 151 |
![]() | Line has trailing spaces. | 159 |
![]() | Expected an @return tag. | 162 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Line has trailing spaces. | 168 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Line has trailing spaces. | 177 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter point should be final. | 180 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter trans should be final. | 190 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter box should be final. | 203 |
![]() | Line has trailing spaces. | 210 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter point should be final. | 213 |
![]() | 'if' construct must use '{}'s. | 215 |
![]() | 'if' construct must use '{}'s. | 218 |
![]() | '<' is not preceded with whitespace. | 218 |
![]() | '<' is not followed by whitespace. | 218 |
![]() | 'if' construct must use '{}'s. | 220 |
![]() | '>' is not preceded with whitespace. | 220 |
![]() | '>' is not followed by whitespace. | 220 |
![]() | '+' is not preceded with whitespace. | 220 |
![]() | '+' is not followed by whitespace. | 220 |
![]() | Line has trailing spaces. | 227 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Line has trailing spaces. | 236 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter point should be final. | 239 |
![]() | Line has trailing spaces. | 243 |
![]() | Line has trailing spaces. | 247 |
![]() | Line has trailing spaces. | 250 |
![]() | Expected an @return tag. | 254 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Parameter segment should be final. | 254 |
![]() | Expected @param tag for 'segment'. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | ',' is not followed by whitespace. | 259 |
![]() | ',' is not followed by whitespace. | 260 |
![]() | ',' is not followed by whitespace. | 261 |
![]() | ',' is not followed by whitespace. | 262 |
![]() | ',' is not followed by whitespace. | 263 |
![]() | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
![]() | '*' is not preceded with whitespace. | 264 |
![]() | '*' is not followed by whitespace. | 264 |
![]() | '*' is not preceded with whitespace. | 264 |
![]() | '*' is not followed by whitespace. | 264 |
![]() | '}' should be on the same line. | 274 |
![]() | '*' is not preceded with whitespace. | 276 |
![]() | '*' is not followed by whitespace. | 276 |
![]() | '*' is not preceded with whitespace. | 276 |
![]() | '*' is not followed by whitespace. | 276 |
![]() | '*' is not preceded with whitespace. | 277 |
![]() | '*' is not followed by whitespace. | 277 |
![]() | '*' is not preceded with whitespace. | 277 |
![]() | '*' is not followed by whitespace. | 277 |
![]() | '}' should be on the same line. | 282 |
![]() | 'if' construct must use '{}'s. | 293 |
![]() | 'if' construct must use '{}'s. | 295 |
![]() | '}' should be on the same line. | 301 |
![]() | 'if' construct must use '{}'s. | 305 |
![]() | 'if' construct must use '{}'s. | 307 |
![]() | Avoid inline conditionals. | 315 |
![]() | Avoid inline conditionals. | 316 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line has trailing spaces. | 327 |
![]() | Expected an @return tag. | 330 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Line has trailing spaces. | 336 |
![]() | Expected an @return tag. | 339 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 339 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Unused import - math.geom2d.line.StraightLine2D. | 10 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'x0' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'y0' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'z0' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'dx' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'dy' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'dz' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter origin should be final. | 41 |
![]() | Parameter direction should be final. | 41 |
![]() | Line has trailing spaces. | 52 |
![]() | Parameter p1 should be final. | 56 |
![]() | Parameter p2 should be final. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter x0 should be final. | 60 |
![]() | 'x0' hides a field. | 60 |
![]() | Parameter y0 should be final. | 60 |
![]() | 'y0' hides a field. | 60 |
![]() | Parameter z0 should be final. | 60 |
![]() | 'z0' hides a field. | 60 |
![]() | Parameter dx should be final. | 60 |
![]() | 'dx' hides a field. | 60 |
![]() | Parameter dy should be final. | 61 |
![]() | 'dy' hides a field. | 61 |
![]() | Parameter dz should be final. | 61 |
![]() | 'dz' hides a field. | 61 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Method 'getExamplePoint1' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Method 'getExamplePoint2' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | '+' is not preceded with whitespace. | 82 |
![]() | '+' is not followed by whitespace. | 82 |
![]() | Method 'getDirection' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter plane should be final. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'projectPoint' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter point should be final. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter box should be final. | 105 |
![]() | Line has trailing spaces. | 112 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter point should be final. | 115 |
![]() | '<' is not preceded with whitespace. | 116 |
![]() | '<' is not followed by whitespace. | 116 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | '<' is not preceded with whitespace. | 136 |
![]() | '<' is not followed by whitespace. | 136 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | '<' is not preceded with whitespace. | 142 |
![]() | '<' is not followed by whitespace. | 142 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | '<' is not preceded with whitespace. | 148 |
![]() | '<' is not followed by whitespace. | 148 |
![]() | Line has trailing spaces. | 160 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter p should be final. | 163 |
![]() | '/' is not preceded with whitespace. | 166 |
![]() | '/' is not followed by whitespace. | 166 |
![]() | Line has trailing spaces. | 171 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter trans should be final. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Method 'getFirstPoint' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Method 'getLastPoint' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter t should be final. | 186 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter t should be final. | 190 |
![]() | Parameter point should be final. | 190 |
![]() | 'if' construct must use '{}'s. | 191 |
![]() | '==' is not preceded with whitespace. | 191 |
![]() | '==' is not followed by whitespace. | 191 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '*' is not preceded with whitespace. | 194 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 195 |
![]() | '+' is not followed by whitespace. | 195 |
![]() | '*' is not preceded with whitespace. | 195 |
![]() | '*' is not followed by whitespace. | 195 |
![]() | Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Parameter point should be final. | 199 |
![]() | Method 'getReverseCurve' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Expected an @return tag. | 210 |
![]() | Method 'getSingularPoints' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Method 'getSubCurve' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Parameter t0 should be final. | 214 |
![]() | Parameter t1 should be final. | 214 |
![]() | First sentence should end with a period. | 219 |
![]() | Expected an @return tag. | 222 |
![]() | Method 'getT0' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | First sentence should end with a period. | 226 |
![]() | Expected an @return tag. | 229 |
![]() | Method 'getT1' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Expected an @return tag. | 237 |
![]() | Method 'project' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Parameter point should be final. | 237 |
![]() | Expected @param tag for 'point'. | 237 |
![]() | '/' is not preceded with whitespace. | 240 |
![]() | '/' is not followed by whitespace. | 240 |
![]() | Method 'getContinuousCurves' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'x0' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'y0' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'z0' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'dx1' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'dy1' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'dz1' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'dx2' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'dy2' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'dz2' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter point should be final. | 57 |
![]() | Parameter vector1 should be final. | 57 |
![]() | Parameter vector2 should be final. | 57 |
![]() | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'getVector1' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Method 'getVector2' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getNormalVector' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'getLineIntersection' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter line should be final. | 102 |
![]() | '/' is not followed by whitespace. | 112 |
![]() | Method 'projectPoint' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter point should be final. | 117 |
![]() | Method 'projectVector' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter vect should be final. | 122 |
![]() | '+' is not preceded with whitespace. | 123 |
![]() | '+' is not followed by whitespace. | 123 |
![]() | '+' is not preceded with whitespace. | 123 |
![]() | '+' is not followed by whitespace. | 123 |
![]() | '+' is not followed by whitespace. | 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 |
![]() | '-' is not preceded with whitespace. | 126 |
![]() | '-' is not followed by whitespace. | 126 |
![]() | Method 'getPoint' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter u should be final. | 129 |
![]() | Parameter v should be final. | 129 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | '+' is not preceded with whitespace. | 130 |
![]() | '+' is not followed by whitespace. | 130 |
![]() | '*' is not preceded with whitespace. | 130 |
![]() | '*' is not followed by whitespace. | 130 |
![]() | Method 'getPointPosition' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter point should be final. | 133 |
![]() | Line has trailing spaces. | 143 |
![]() | Method 'clip' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter box should be final. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter point should be final. | 156 |
![]() | '<' is not preceded with whitespace. | 158 |
![]() | '<' is not followed by whitespace. | 158 |
![]() | Line has trailing spaces. | 163 |
![]() | Method 'getBoundingBox' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | '<' is not preceded with whitespace. | 168 |
![]() | '<' is not followed by whitespace. | 168 |
![]() | '&&' is not preceded with whitespace. | 168 |
![]() | '&&' is not followed by whitespace. | 168 |
![]() | '<' is not preceded with whitespace. | 168 |
![]() | '<' is not followed by whitespace. | 168 |
![]() | 'if' construct must use '{}'s. | 174 |
![]() | '<' is not preceded with whitespace. | 174 |
![]() | '<' is not followed by whitespace. | 174 |
![]() | '&&' is not preceded with whitespace. | 174 |
![]() | '&&' is not followed by whitespace. | 174 |
![]() | '<' is not preceded with whitespace. | 174 |
![]() | '<' is not followed by whitespace. | 174 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | '&&' is not preceded with whitespace. | 180 |
![]() | '&&' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 180 |
![]() | '<' is not followed by whitespace. | 180 |
![]() | Line has trailing spaces. | 192 |
![]() | Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Parameter point should be final. | 195 |
![]() | Line has trailing spaces. | 201 |
![]() | Method 'isBounded' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Line has trailing spaces. | 210 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Line has trailing spaces. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter trans should be final. | 222 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 230 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Parameter obj should be final. | 231 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | 'if' construct must use '{}'s. | 236 |
![]() | '-' is not preceded with whitespace. | 236 |
![]() | '-' is not followed by whitespace. | 236 |
![]() | '>' is not preceded with whitespace. | 236 |
![]() | '>' is not followed by whitespace. | 236 |
![]() | 'if' construct must use '{}'s. | 238 |
![]() | '-' is not preceded with whitespace. | 238 |
![]() | '-' is not followed by whitespace. | 238 |
![]() | '>' is not preceded with whitespace. | 238 |
![]() | '>' is not followed by whitespace. | 238 |
![]() | 'if' construct must use '{}'s. | 240 |
![]() | '-' is not preceded with whitespace. | 240 |
![]() | '-' is not followed by whitespace. | 240 |
![]() | '>' is not preceded with whitespace. | 240 |
![]() | '>' is not followed by whitespace. | 240 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | '-' is not preceded with whitespace. | 242 |
![]() | '-' is not followed by whitespace. | 242 |
![]() | '>' is not preceded with whitespace. | 242 |
![]() | '>' is not followed by whitespace. | 242 |
![]() | 'if' construct must use '{}'s. | 244 |
![]() | '-' is not preceded with whitespace. | 244 |
![]() | '-' is not followed by whitespace. | 244 |
![]() | '>' is not preceded with whitespace. | 244 |
![]() | '>' is not followed by whitespace. | 244 |
![]() | 'if' construct must use '{}'s. | 246 |
![]() | '-' is not preceded with whitespace. | 246 |
![]() | '-' is not followed by whitespace. | 246 |
![]() | '>' is not preceded with whitespace. | 246 |
![]() | '>' is not followed by whitespace. | 246 |
![]() | 'if' construct must use '{}'s. | 248 |
![]() | '-' is not preceded with whitespace. | 248 |
![]() | '-' is not followed by whitespace. | 248 |
![]() | '>' is not preceded with whitespace. | 248 |
![]() | '>' is not followed by whitespace. | 248 |
![]() | 'if' construct must use '{}'s. | 250 |
![]() | '-' is not preceded with whitespace. | 250 |
![]() | '-' is not followed by whitespace. | 250 |
![]() | '>' is not preceded with whitespace. | 250 |
![]() | '>' is not followed by whitespace. | 250 |
![]() | 'if' construct must use '{}'s. | 252 |
![]() | '-' is not preceded with whitespace. | 252 |
![]() | '-' is not followed by whitespace. | 252 |
![]() | '>' is not preceded with whitespace. | 252 |
![]() | '>' is not followed by whitespace. | 252 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'm00' must be private and have accessor methods. | 41 |
![]() | Variable 'm01' must be private and have accessor methods. | 41 |
![]() | Variable 'm02' must be private and have accessor methods. | 41 |
![]() | Variable 'm03' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'm10' must be private and have accessor methods. | 44 |
![]() | Variable 'm11' must be private and have accessor methods. | 44 |
![]() | Variable 'm12' must be private and have accessor methods. | 44 |
![]() | Variable 'm13' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'm20' must be private and have accessor methods. | 47 |
![]() | Variable 'm21' must be private and have accessor methods. | 47 |
![]() | Variable 'm22' must be private and have accessor methods. | 47 |
![]() | Variable 'm23' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Parameter vec should be final. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 56 |
![]() | Parameter x should be final. | 56 |
![]() | Parameter y should be final. | 56 |
![]() | Parameter z should be final. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Parameter theta should be final. | 61 |
![]() | Missing a Javadoc comment. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | Parameter theta should be final. | 68 |
![]() | Missing a Javadoc comment. | 75 |
![]() | 'static' modifier out of order with the JLS suggestions. | 75 |
![]() | Parameter theta should be final. | 75 |
![]() | Method 'createScaling' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter s should be final. | 82 |
![]() | Method 'createScaling' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter sx should be final. | 86 |
![]() | Parameter sy should be final. | 86 |
![]() | Parameter sz should be final. | 86 |
![]() | First sentence should end with a period. | 93 |
![]() | Inner assignments should be avoided. | 96 |
![]() | Inner assignments should be avoided. | 96 |
![]() | Inner assignments should be avoided. | 97 |
![]() | Inner assignments should be avoided. | 97 |
![]() | Inner assignments should be avoided. | 98 |
![]() | Inner assignments should be avoided. | 98 |
![]() | Inner assignments should be avoided. | 99 |
![]() | Inner assignments should be avoided. | 99 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter coefs should be final. | 102 |
![]() | '==' is not preceded with whitespace. | 103 |
![]() | '9' is a magic number. | 103 |
![]() | '==' is not followed by whitespace. | 103 |
![]() | '3' is a magic number. | 107 |
![]() | '4' is a magic number. | 108 |
![]() | '5' is a magic number. | 109 |
![]() | '6' is a magic number. | 110 |
![]() | '7' is a magic number. | 111 |
![]() | '8' is a magic number. | 112 |
![]() | '==' is not preceded with whitespace. | 113 |
![]() | '12' is a magic number. | 113 |
![]() | '==' is not followed by whitespace. | 113 |
![]() | '3' is a magic number. | 117 |
![]() | '4' is a magic number. | 118 |
![]() | '5' is a magic number. | 119 |
![]() | '6' is a magic number. | 120 |
![]() | '7' is a magic number. | 121 |
![]() | '8' is a magic number. | 122 |
![]() | '9' is a magic number. | 123 |
![]() | '10' is a magic number. | 124 |
![]() | '11' is a magic number. | 125 |
![]() | Missing a Javadoc comment. | 129 |
![]() | More than 7 parameters. | 129 |
![]() | Parameter xx should be final. | 129 |
![]() | Parameter yx should be final. | 129 |
![]() | Parameter zx should be final. | 129 |
![]() | Parameter tx should be final. | 129 |
![]() | Parameter xy should be final. | 130 |
![]() | Parameter yy should be final. | 130 |
![]() | Parameter zy should be final. | 130 |
![]() | Parameter ty should be final. | 130 |
![]() | Parameter xz should be final. | 130 |
![]() | Parameter yz should be final. | 130 |
![]() | Parameter zz should be final. | 131 |
![]() | Parameter tz should be final. | 131 |
![]() | Method 'isIdentity' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | 'if' construct must use '{}'s. | 150 |
![]() | '!=' is not preceded with whitespace. | 150 |
![]() | '!=' is not followed by whitespace. | 150 |
![]() | 'if' construct must use '{}'s. | 152 |
![]() | '!=' is not preceded with whitespace. | 152 |
![]() | '!=' is not followed by whitespace. | 152 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | '!=' is not preceded with whitespace. | 154 |
![]() | '!=' is not followed by whitespace. | 154 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | '!=' is not preceded with whitespace. | 156 |
![]() | '!=' is not followed by whitespace. | 156 |
![]() | 'if' construct must use '{}'s. | 158 |
![]() | '!=' is not preceded with whitespace. | 158 |
![]() | '!=' is not followed by whitespace. | 158 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | '!=' is not preceded with whitespace. | 160 |
![]() | '!=' is not followed by whitespace. | 160 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | '!=' is not preceded with whitespace. | 162 |
![]() | '!=' is not followed by whitespace. | 162 |
![]() | 'if' construct must use '{}'s. | 164 |
![]() | '!=' is not preceded with whitespace. | 164 |
![]() | '!=' is not followed by whitespace. | 164 |
![]() | 'if' construct must use '{}'s. | 166 |
![]() | '!=' is not preceded with whitespace. | 166 |
![]() | '!=' is not followed by whitespace. | 166 |
![]() | 'if' construct must use '{}'s. | 168 |
![]() | '!=' is not preceded with whitespace. | 168 |
![]() | '!=' is not followed by whitespace. | 168 |
![]() | 'if' construct must use '{}'s. | 170 |
![]() | '!=' is not preceded with whitespace. | 170 |
![]() | '!=' is not followed by whitespace. | 170 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | '!=' is not preceded with whitespace. | 172 |
![]() | '!=' is not followed by whitespace. | 172 |
![]() | Expected an @return tag. | 181 |
![]() | Method 'getCoefficients' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | '{' is followed by whitespace. | 182 |
![]() | Line has trailing spaces. | 189 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '-' is not preceded with whitespace. | 193 |
![]() | '-' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '-' is not preceded with whitespace. | 193 |
![]() | '-' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '-' is not preceded with whitespace. | 193 |
![]() | '-' is not followed by whitespace. | 193 |
![]() | '*' is not preceded with whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | '*' is not preceded with whitespace. | 194 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | '-' is not preceded with whitespace. | 194 |
![]() | '-' is not followed by whitespace. | 194 |
![]() | '*' is not preceded with whitespace. | 194 |
![]() | '*' is not followed by whitespace. | 194 |
![]() | Expected an @return tag. | 200 |
![]() | Method 'getInverseTransform' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | '*' is not preceded with whitespace. | 202 |
![]() | '*' is not followed by whitespace. | 202 |
![]() | '-' is not preceded with whitespace. | 202 |
![]() | '-' is not followed by whitespace. | 202 |
![]() | '*' is not preceded with whitespace. | 202 |
![]() | '*' is not followed by whitespace. | 202 |
![]() | '/' is not preceded with whitespace. | 202 |
![]() | '/' is not followed by whitespace. | 202 |
![]() | '*' is not preceded with whitespace. | 202 |
![]() | '*' is not followed by whitespace. | 202 |
![]() | '-' is not preceded with whitespace. | 202 |
![]() | '-' is not followed by whitespace. | 202 |
![]() | '*' is not preceded with whitespace. | 202 |
![]() | '*' is not followed by whitespace. | 202 |
![]() | '/' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '-' is not preceded with whitespace. | 203 |
![]() | '-' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '/' is not preceded with whitespace. | 203 |
![]() | '/' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '-' is not preceded with whitespace. | 203 |
![]() | '-' is not followed by whitespace. | 203 |
![]() | '*' is not preceded with whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 203 |
![]() | '+' is not preceded with whitespace. | 203 |
![]() | '+' is not followed by whitespace. | 203 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '-' is not preceded with whitespace. | 204 |
![]() | '-' is not followed by whitespace. | 204 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '-' is not preceded with whitespace. | 204 |
![]() | '-' is not followed by whitespace. | 204 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '-' is not preceded with whitespace. | 204 |
![]() | '-' is not followed by whitespace. | 204 |
![]() | '*' is not preceded with whitespace. | 204 |
![]() | '*' is not followed by whitespace. | 204 |
![]() | '/' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '-' is not preceded with whitespace. | 205 |
![]() | '-' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '/' is not preceded with whitespace. | 205 |
![]() | '/' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '-' is not preceded with whitespace. | 205 |
![]() | '-' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 205 |
![]() | '*' is not followed by whitespace. | 205 |
![]() | '/' is not preceded with whitespace. | 205 |
![]() | '/' is not followed by whitespace. | 205 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '-' is not preceded with whitespace. | 206 |
![]() | '-' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '/' is not preceded with whitespace. | 206 |
![]() | '/' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '-' is not preceded with whitespace. | 206 |
![]() | '-' is not followed by whitespace. | 206 |
![]() | '*' is not preceded with whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 206 |
![]() | '-' is not preceded with whitespace. | 206 |
![]() | '-' is not followed by whitespace. | 206 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '-' is not preceded with whitespace. | 207 |
![]() | '-' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '+' is not preceded with whitespace. | 207 |
![]() | '+' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '-' is not preceded with whitespace. | 207 |
![]() | '-' is not followed by whitespace. | 207 |
![]() | '*' is not preceded with whitespace. | 207 |
![]() | '*' is not followed by whitespace. | 207 |
![]() | '/' is not followed by whitespace. | 208 |
![]() | '*' is not preceded with whitespace. | 208 |
![]() | '*' is not followed by whitespace. | 208 |
![]() | '-' is not preceded with whitespace. | 208 |
![]() | '-' is not followed by whitespace. | 208 |
![]() | '*' is not preceded with whitespace. | 208 |
![]() | '*' is not followed by whitespace. | 208 |
![]() | '/' is not preceded with whitespace. | 208 |
![]() | '/' is not followed by whitespace. | 208 |
![]() | '*' is not preceded with whitespace. | 208 |
![]() | '*' is not followed by whitespace. | 208 |
![]() | '-' is not preceded with whitespace. | 208 |
![]() | '-' is not followed by whitespace. | 208 |
![]() | '*' is not preceded with whitespace. | 208 |
![]() | '*' is not followed by whitespace. | 208 |
![]() | '/' is not preceded with whitespace. | 208 |
![]() | '/' is not followed by whitespace. | 208 |
![]() | '*' is not preceded with whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 209 |
![]() | '-' is not preceded with whitespace. | 209 |
![]() | '-' is not followed by whitespace. | 209 |
![]() | '*' is not preceded with whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 209 |
![]() | '/' is not preceded with whitespace. | 209 |
![]() | '/' is not followed by whitespace. | 209 |
![]() | '*' is not preceded with whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 209 |
![]() | '*' is not preceded with whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 209 |
![]() | '-' is not preceded with whitespace. | 209 |
![]() | '-' is not followed by whitespace. | 209 |
![]() | '*' is not preceded with whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 209 |
![]() | '+' is not preceded with whitespace. | 209 |
![]() | '+' is not followed by whitespace. | 209 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '-' is not preceded with whitespace. | 210 |
![]() | '-' is not followed by whitespace. | 210 |
![]() | '*' is not preceded with whitespace. | 210 |
![]() | '*' is not followed by whitespace. | 210 |
![]() | '/' is not followed by whitespace. | 211 |
![]() | Method 'setTransform' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | More than 7 parameters. | 221 |
![]() | Parameter n00 should be final. | 221 |
![]() | Expected @param tag for 'n00'. | 221 |
![]() | Parameter n01 should be final. | 221 |
![]() | Expected @param tag for 'n01'. | 221 |
![]() | Parameter n02 should be final. | 221 |
![]() | Expected @param tag for 'n02'. | 221 |
![]() | Parameter n03 should be final. | 221 |
![]() | Expected @param tag for 'n03'. | 221 |
![]() | Parameter n10 should be final. | 222 |
![]() | Expected @param tag for 'n10'. | 222 |
![]() | Parameter n11 should be final. | 222 |
![]() | Expected @param tag for 'n11'. | 222 |
![]() | Parameter n12 should be final. | 222 |
![]() | Expected @param tag for 'n12'. | 222 |
![]() | Parameter n13 should be final. | 222 |
![]() | Expected @param tag for 'n13'. | 222 |
![]() | Parameter n20 should be final. | 222 |
![]() | Expected @param tag for 'n20'. | 222 |
![]() | Parameter n21 should be final. | 223 |
![]() | Expected @param tag for 'n21'. | 223 |
![]() | Parameter n22 should be final. | 223 |
![]() | Expected @param tag for 'n22'. | 223 |
![]() | Parameter n23 should be final. | 223 |
![]() | Expected @param tag for 'n23'. | 223 |
![]() | Method 'setTransform' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Parameter trans should be final. | 242 |
![]() | Expected @param tag for 'trans'. | 242 |
![]() | Method 'setToIdentity' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | Inner assignments should be avoided. | 262 |
![]() | Inner assignments should be avoided. | 262 |
![]() | Inner assignments should be avoided. | 263 |
![]() | Inner assignments should be avoided. | 263 |
![]() | Inner assignments should be avoided. | 264 |
![]() | Inner assignments should be avoided. | 264 |
![]() | Inner assignments should be avoided. | 265 |
![]() | Inner assignments should be avoided. | 265 |
![]() | Comment matches to-do format 'TODO:'. | 271 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Parameter trans should be final. | 276 |
![]() | Expected @param tag for 'trans'. | 276 |
![]() | '*' is not preceded with whitespace. | 277 |
![]() | '*' is not followed by whitespace. | 277 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' is not followed by whitespace. | 277 |
![]() | '*' is not preceded with whitespace. | 277 |
![]() | '*' is not followed by whitespace. | 277 |
![]() | '*' is not preceded with whitespace. | 278 |
![]() | '*' is not followed by whitespace. | 278 |
![]() | '+' is not preceded with whitespace. | 278 |
![]() | '+' is not followed by whitespace. | 278 |
![]() | '*' is not preceded with whitespace. | 278 |
![]() | '*' is not followed by whitespace. | 278 |
![]() | '*' is not preceded with whitespace. | 279 |
![]() | '*' is not followed by whitespace. | 279 |
![]() | '+' is not preceded with whitespace. | 279 |
![]() | '+' is not followed by whitespace. | 279 |
![]() | '*' is not preceded with whitespace. | 279 |
![]() | '*' is not followed by whitespace. | 279 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '+' is not preceded with whitespace. | 280 |
![]() | '+' is not followed by whitespace. | 280 |
![]() | '*' is not preceded with whitespace. | 280 |
![]() | '*' is not followed by whitespace. | 280 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '*' is not preceded with whitespace. | 281 |
![]() | '*' is not followed by whitespace. | 281 |
![]() | '+' is not preceded with whitespace. | 281 |
![]() | '+' is not followed by whitespace. | 281 |
![]() | '*' is not preceded with whitespace. | 282 |
![]() | '*' is not followed by whitespace. | 282 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' is not followed by whitespace. | 282 |
![]() | '*' is not preceded with whitespace. | 282 |
![]() | '*' is not followed by whitespace. | 282 |
![]() | '+' is not preceded with whitespace. | 282 |
![]() | '+' is not followed by whitespace. | 282 |
![]() | Method 'preConcatenate' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Parameter trans should be final. | 294 |
![]() | Expected @param tag for 'trans'. | 294 |
![]() | '*' is not preceded with whitespace. | 295 |
![]() | '*' is not followed by whitespace. | 295 |
![]() | '+' is not preceded with whitespace. | 295 |
![]() | '+' is not followed by whitespace. | 295 |
![]() | '*' is not preceded with whitespace. | 295 |
![]() | '*' is not followed by whitespace. | 295 |
![]() | '*' is not preceded with whitespace. | 296 |
![]() | '*' is not followed by whitespace. | 296 |
![]() | '+' is not preceded with whitespace. | 296 |
![]() | '+' is not followed by whitespace. | 296 |
![]() | '*' is not preceded with whitespace. | 296 |
![]() | '*' is not followed by whitespace. | 296 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '+' is not preceded with whitespace. | 297 |
![]() | '+' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 297 |
![]() | '*' is not followed by whitespace. | 297 |
![]() | '*' is not preceded with whitespace. | 298 |
![]() | '*' is not followed by whitespace. | 298 |
![]() | '+' is not preceded with whitespace. | 298 |
![]() | '+' is not followed by whitespace. | 298 |
![]() | '*' is not preceded with whitespace. | 298 |
![]() | '*' is not followed by whitespace. | 298 |
![]() | '*' is not preceded with whitespace. | 299 |
![]() | '*' is not followed by whitespace. | 299 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' is not followed by whitespace. | 299 |
![]() | '*' is not preceded with whitespace. | 299 |
![]() | '*' is not followed by whitespace. | 299 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' is not followed by whitespace. | 299 |
![]() | '*' is not preceded with whitespace. | 300 |
![]() | '*' is not followed by whitespace. | 300 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
![]() | '*' is not preceded with whitespace. | 300 |
![]() | '*' is not followed by whitespace. | 300 |
![]() | '+' is not preceded with whitespace. | 300 |
![]() | '+' is not followed by whitespace. | 300 |
![]() | Expected an @return tag. | 312 |
![]() | Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Parameter shape should be final. | 313 |
![]() | Expected @param tag for 'shape'. | 313 |
![]() | Method 'transformPoints' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Parameter src should be final. | 317 |
![]() | Parameter dst should be final. | 317 |
![]() | 'if' construct must use '{}'s. | 318 |
![]() | '==' is not preceded with whitespace. | 318 |
![]() | '==' is not followed by whitespace. | 318 |
![]() | 'if' construct must use '{}'s. | 320 |
![]() | '==' is not preceded with whitespace. | 320 |
![]() | '==' is not followed by whitespace. | 320 |
![]() | 'for' construct must use '{}'s. | 321 |
![]() | '<' is not preceded with whitespace. | 321 |
![]() | '<' is not followed by whitespace. | 321 |
![]() | Array brackets at illegal position. | 324 |
![]() | 'for' construct must use '{}'s. | 326 |
![]() | '<' is not preceded with whitespace. | 326 |
![]() | '<' is not followed by whitespace. | 326 |
![]() | '*' is not preceded with whitespace. | 327 |
![]() | '*' is not followed by whitespace. | 327 |
![]() | '+' is not preceded with whitespace. | 327 |
![]() | '+' is not followed by whitespace. | 327 |
![]() | '*' is not followed by whitespace. | 328 |
![]() | '+' is not preceded with whitespace. | 328 |
![]() | '+' is not followed by whitespace. | 328 |
![]() | '*' is not preceded with whitespace. | 328 |
![]() | '*' is not followed by whitespace. | 328 |
![]() | '+' is not preceded with whitespace. | 328 |
![]() | '+' is not followed by whitespace. | 328 |
![]() | '3' is a magic number. | 328 |
![]() | '*' is not followed by whitespace. | 329 |
![]() | '4' is a magic number. | 329 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' is not followed by whitespace. | 329 |
![]() | '*' is not preceded with whitespace. | 329 |
![]() | '*' is not followed by whitespace. | 329 |
![]() | '5' is a magic number. | 329 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' is not followed by whitespace. | 329 |
![]() | '*' is not preceded with whitespace. | 329 |
![]() | '*' is not followed by whitespace. | 329 |
![]() | '6' is a magic number. | 329 |
![]() | '+' is not followed by whitespace. | 330 |
![]() | '7' is a magic number. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '8' is a magic number. | 330 |
![]() | '+' is not preceded with whitespace. | 330 |
![]() | '+' is not followed by whitespace. | 330 |
![]() | '*' is not preceded with whitespace. | 330 |
![]() | '*' is not followed by whitespace. | 330 |
![]() | '9' is a magic number. | 330 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '*' is not preceded with whitespace. | 331 |
![]() | '*' is not followed by whitespace. | 331 |
![]() | '10' is a magic number. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '12' is a magic number. | 331 |
![]() | Method 'transformPoint' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Parameter src should be final. | 335 |
![]() | Parameter dst should be final. | 335 |
![]() | Array brackets at illegal position. | 336 |
![]() | 'if' construct must use '{}'s. | 337 |
![]() | '==' is not preceded with whitespace. | 337 |
![]() | '==' is not followed by whitespace. | 337 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '+' is not preceded with whitespace. | 339 |
![]() | '+' is not followed by whitespace. | 339 |
![]() | '*' is not preceded with whitespace. | 339 |
![]() | '*' is not followed by whitespace. | 339 |
![]() | '+' is not followed by whitespace. | 340 |
![]() | '*' is not preceded with whitespace. | 340 |
![]() | '*' is not followed by whitespace. | 340 |
![]() | '+' is not preceded with whitespace. | 340 |
![]() | '+' is not followed by whitespace. | 340 |
![]() | '3' is a magic number. | 340 |
![]() | '*' is not preceded with whitespace. | 340 |
![]() | '*' is not followed by whitespace. | 340 |
![]() | '4' is a magic number. | 340 |
![]() | '+' is not preceded with whitespace. | 340 |
![]() | '+' is not followed by whitespace. | 340 |
![]() | '*' is not followed by whitespace. | 341 |
![]() | '5' is a magic number. | 341 |
![]() | '+' is not preceded with whitespace. | 341 |
![]() | '+' is not followed by whitespace. | 341 |
![]() | '*' is not preceded with whitespace. | 341 |
![]() | '*' is not followed by whitespace. | 341 |
![]() | '6' is a magic number. | 341 |
![]() | '+' is not preceded with whitespace. | 341 |
![]() | '+' is not followed by whitespace. | 341 |
![]() | '7' is a magic number. | 341 |
![]() | '*' is not preceded with whitespace. | 341 |
![]() | '*' is not followed by whitespace. | 341 |
![]() | '8' is a magic number. | 341 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '*' is not preceded with whitespace. | 342 |
![]() | '*' is not followed by whitespace. | 342 |
![]() | '9' is a magic number. | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '*' is not preceded with whitespace. | 342 |
![]() | '*' is not followed by whitespace. | 342 |
![]() | '10' is a magic number. | 342 |
![]() | '+' is not preceded with whitespace. | 342 |
![]() | '+' is not followed by whitespace. | 342 |
![]() | '12' is a magic number. | 342 |
![]() | Expected an @return tag. | 350 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 350 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Parameter obj should be final. | 351 |
![]() | Expected @param tag for 'obj'. | 351 |
![]() | 'if' construct must use '{}'s. | 352 |
![]() | Array brackets at illegal position. | 355 |
![]() | 'if' construct must use '{}'s. | 357 |
![]() | '-' is not preceded with whitespace. | 357 |
![]() | '-' is not followed by whitespace. | 357 |
![]() | '>' is not preceded with whitespace. | 357 |
![]() | '>' is not followed by whitespace. | 357 |
![]() | 'if' construct must use '{}'s. | 359 |
![]() | '-' is not preceded with whitespace. | 359 |
![]() | '-' is not followed by whitespace. | 359 |
![]() | '>' is not preceded with whitespace. | 359 |
![]() | '>' is not followed by whitespace. | 359 |
![]() | 'if' construct must use '{}'s. | 361 |
![]() | '-' is not preceded with whitespace. | 361 |
![]() | '-' is not followed by whitespace. | 361 |
![]() | '>' is not preceded with whitespace. | 361 |
![]() | '>' is not followed by whitespace. | 361 |
![]() | 'if' construct must use '{}'s. | 363 |
![]() | '3' is a magic number. | 363 |
![]() | '-' is not preceded with whitespace. | 363 |
![]() | '-' is not followed by whitespace. | 363 |
![]() | '>' is not preceded with whitespace. | 363 |
![]() | '>' is not followed by whitespace. | 363 |
![]() | 'if' construct must use '{}'s. | 365 |
![]() | '4' is a magic number. | 365 |
![]() | '-' is not preceded with whitespace. | 365 |
![]() | '-' is not followed by whitespace. | 365 |
![]() | '>' is not preceded with whitespace. | 365 |
![]() | '>' is not followed by whitespace. | 365 |
![]() | 'if' construct must use '{}'s. | 367 |
![]() | '5' is a magic number. | 367 |
![]() | '-' is not preceded with whitespace. | 367 |
![]() | '-' is not followed by whitespace. | 367 |
![]() | '>' is not preceded with whitespace. | 367 |
![]() | '>' is not followed by whitespace. | 367 |
![]() | 'if' construct must use '{}'s. | 369 |
![]() | '6' is a magic number. | 369 |
![]() | '-' is not preceded with whitespace. | 369 |
![]() | '-' is not followed by whitespace. | 369 |
![]() | '>' is not preceded with whitespace. | 369 |
![]() | '>' is not followed by whitespace. | 369 |
![]() | 'if' construct must use '{}'s. | 371 |
![]() | '7' is a magic number. | 371 |
![]() | '-' is not preceded with whitespace. | 371 |
![]() | '-' is not followed by whitespace. | 371 |
![]() | '>' is not preceded with whitespace. | 371 |
![]() | '>' is not followed by whitespace. | 371 |
![]() | 'if' construct must use '{}'s. | 373 |
![]() | '8' is a magic number. | 373 |
![]() | '-' is not preceded with whitespace. | 373 |
![]() | '-' is not followed by whitespace. | 373 |
![]() | '>' is not preceded with whitespace. | 373 |
![]() | '>' is not followed by whitespace. | 373 |
![]() | 'if' construct must use '{}'s. | 375 |
![]() | '9' is a magic number. | 375 |
![]() | '-' is not preceded with whitespace. | 375 |
![]() | '-' is not followed by whitespace. | 375 |
![]() | '>' is not preceded with whitespace. | 375 |
![]() | '>' is not followed by whitespace. | 375 |
![]() | 'if' construct must use '{}'s. | 377 |
![]() | '10' is a magic number. | 377 |
![]() | '-' is not preceded with whitespace. | 377 |
![]() | '-' is not followed by whitespace. | 377 |
![]() | '>' is not preceded with whitespace. | 377 |
![]() | '>' is not followed by whitespace. | 377 |
![]() | 'if' construct must use '{}'s. | 379 |
![]() | '11' is a magic number. | 379 |
![]() | '-' is not preceded with whitespace. | 379 |
![]() | '-' is not followed by whitespace. | 379 |
![]() | '>' is not preceded with whitespace. | 379 |
![]() | '>' is not followed by whitespace. | 379 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Utility classes should not have a public or default constructor. | 3 |
![]() | Line contains a tab character. | 5 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line contains a tab character. | 9 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 8 |
![]() | Parameter nbRows should be final. | 40 |
![]() | Expected @param tag for 'nbRows'. | 40 |
![]() | Parameter nbCols should be final. | 40 |
![]() | Expected @param tag for 'nbCols'. | 40 |
![]() | Parameter coef should be final. | 50 |
![]() | Expected @param tag for 'coef'. | 50 |
![]() | '==' is not preceded with whitespace. | 51 |
![]() | '==' is not followed by whitespace. | 51 |
![]() | 'for' construct must use '{}'s. | 62 |
![]() | '<' is not preceded with whitespace. | 62 |
![]() | '<' is not followed by whitespace. | 62 |
![]() | 'for' construct must use '{}'s. | 63 |
![]() | '<' is not preceded with whitespace. | 63 |
![]() | '<' is not followed by whitespace. | 63 |
![]() | Expected an @return tag. | 74 |
![]() | Method 'getCoef' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter row should be final. | 74 |
![]() | Expected @param tag for 'row'. | 74 |
![]() | Parameter col should be final. | 74 |
![]() | Expected @param tag for 'col'. | 74 |
![]() | '-' is not preceded with whitespace. | 75 |
![]() | '-' is not followed by whitespace. | 75 |
![]() | '-' is not preceded with whitespace. | 75 |
![]() | '-' is not followed by whitespace. | 75 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Expected an @return tag. | 84 |
![]() | Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Expected an @return tag. | 92 |
![]() | Method 'isSquare' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '==' is not preceded with whitespace. | 93 |
![]() | '==' is not followed by whitespace. | 93 |
![]() | Method 'setCoef' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter row should be final. | 103 |
![]() | Expected @param tag for 'row'. | 103 |
![]() | Parameter col should be final. | 103 |
![]() | Expected @param tag for 'col'. | 103 |
![]() | Parameter coef should be final. | 103 |
![]() | Expected @param tag for 'coef'. | 103 |
![]() | '-' is not preceded with whitespace. | 104 |
![]() | '-' is not followed by whitespace. | 104 |
![]() | '-' is not preceded with whitespace. | 104 |
![]() | '-' is not followed by whitespace. | 104 |
![]() | Expected an @return tag. | 114 |
![]() | Method 'multiplyWith' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter matrix should be final. | 114 |
![]() | Expected @param tag for 'matrix'. | 114 |
![]() | '!=' is not preceded with whitespace. | 117 |
![]() | '!=' is not followed by whitespace. | 117 |
![]() | 'for' construct must use '{}'s. | 125 |
![]() | '<' is not preceded with whitespace. | 125 |
![]() | '<' is not followed by whitespace. | 125 |
![]() | '<' is not preceded with whitespace. | 126 |
![]() | '<' is not followed by whitespace. | 126 |
![]() | 'for' construct must use '{}'s. | 128 |
![]() | '<' is not preceded with whitespace. | 128 |
![]() | '<' is not followed by whitespace. | 128 |
![]() | '*' is not preceded with whitespace. | 129 |
![]() | '*' is not followed by whitespace. | 129 |
![]() | Expected an @return tag. | 140 |
![]() | Method 'multiplyWith' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter coefs should be final. | 140 |
![]() | Expected @param tag for 'coefs'. | 140 |
![]() | '==' is not preceded with whitespace. | 142 |
![]() | '==' is not followed by whitespace. | 142 |
![]() | '!=' is not preceded with whitespace. | 148 |
![]() | '!=' is not followed by whitespace. | 148 |
![]() | '<' is not preceded with whitespace. | 155 |
![]() | '<' is not followed by whitespace. | 155 |
![]() | 'for' construct must use '{}'s. | 157 |
![]() | '<' is not preceded with whitespace. | 157 |
![]() | '<' is not followed by whitespace. | 157 |
![]() | '*' is not preceded with whitespace. | 158 |
![]() | '*' is not followed by whitespace. | 158 |
![]() | Expected an @return tag. | 168 |
![]() | Method 'multiplyWith' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter src should be final. | 168 |
![]() | Expected @param tag for 'src'. | 168 |
![]() | Parameter res should be final. | 168 |
![]() | Expected @param tag for 'res'. | 168 |
![]() | '==' is not preceded with whitespace. | 170 |
![]() | '==' is not followed by whitespace. | 170 |
![]() | '!=' is not preceded with whitespace. | 176 |
![]() | '!=' is not followed by whitespace. | 176 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | '!=' is not preceded with whitespace. | 180 |
![]() | '!=' is not followed by whitespace. | 180 |
![]() | '<' is not preceded with whitespace. | 185 |
![]() | '<' is not followed by whitespace. | 185 |
![]() | 'for' construct must use '{}'s. | 187 |
![]() | '<' is not preceded with whitespace. | 187 |
![]() | '<' is not followed by whitespace. | 187 |
![]() | '*' is not preceded with whitespace. | 188 |
![]() | '*' is not followed by whitespace. | 188 |
![]() | Method 'transpose' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | 'for' construct must use '{}'s. | 202 |
![]() | '<' is not preceded with whitespace. | 202 |
![]() | '<' is not followed by whitespace. | 202 |
![]() | 'for' construct must use '{}'s. | 203 |
![]() | '<' is not preceded with whitespace. | 203 |
![]() | '<' is not followed by whitespace. | 203 |
![]() | Expected an @return tag. | 211 |
![]() | Method 'getTranspose' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | 'for' construct must use '{}'s. | 214 |
![]() | '<' is not preceded with whitespace. | 214 |
![]() | '<' is not followed by whitespace. | 214 |
![]() | 'for' construct must use '{}'s. | 215 |
![]() | '<' is not preceded with whitespace. | 215 |
![]() | '<' is not followed by whitespace. | 215 |
![]() | Expected an @return tag. | 224 |
![]() | Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Parameter vector should be final. | 224 |
![]() | Expected @param tag for 'vector'. | 224 |
![]() | Array brackets at illegal position. | 224 |
![]() | 'if' construct must use '{}'s. | 226 |
![]() | '==' is not preceded with whitespace. | 226 |
![]() | '==' is not followed by whitespace. | 226 |
![]() | '!=' is not preceded with whitespace. | 228 |
![]() | '!=' is not followed by whitespace. | 228 |
![]() | '!=' is not preceded with whitespace. | 232 |
![]() | '!=' is not followed by whitespace. | 232 |
![]() | 'for' construct must use '{}'s. | 238 |
![]() | '<' is not preceded with whitespace. | 238 |
![]() | '<' is not followed by whitespace. | 238 |
![]() | '<' is not preceded with whitespace. | 248 |
![]() | '<' is not followed by whitespace. | 248 |
![]() | 'while' construct must use '{}'s. | 252 |
![]() | '<' is not preceded with whitespace. | 252 |
![]() | '1e-15' is a magic number. | 252 |
![]() | '<' is not followed by whitespace. | 252 |
![]() | '&&' is not preceded with whitespace. | 252 |
![]() | '&&' is not followed by whitespace. | 252 |
![]() | '<=' is not preceded with whitespace. | 252 |
![]() | '<=' is not followed by whitespace. | 252 |
![]() | '==' is not preceded with whitespace. | 255 |
![]() | '==' is not followed by whitespace. | 255 |
![]() | '<' is not preceded with whitespace. | 261 |
![]() | '<' is not followed by whitespace. | 261 |
![]() | 'for' construct must use '{}'s. | 275 |
![]() | '+' is not preceded with whitespace. | 275 |
![]() | '+' is not followed by whitespace. | 275 |
![]() | '<' is not preceded with whitespace. | 275 |
![]() | '<' is not followed by whitespace. | 275 |
![]() | '<' is not preceded with whitespace. | 281 |
![]() | '<' is not followed by whitespace. | 281 |
![]() | 'for' construct must use '{}'s. | 283 |
![]() | '+' is not preceded with whitespace. | 283 |
![]() | '+' is not followed by whitespace. | 283 |
![]() | '<' is not preceded with whitespace. | 283 |
![]() | '<' is not followed by whitespace. | 283 |
![]() | '*' is not preceded with whitespace. | 284 |
![]() | '*' is not followed by whitespace. | 284 |
![]() | '*' is not preceded with whitespace. | 285 |
![]() | '*' is not followed by whitespace. | 285 |
![]() | '+' is not preceded with whitespace. | 290 |
![]() | '+' is not followed by whitespace. | 290 |
![]() | '<' is not preceded with whitespace. | 290 |
![]() | '<' is not followed by whitespace. | 290 |
![]() | 'for' construct must use '{}'s. | 292 |
![]() | '+' is not preceded with whitespace. | 292 |
![]() | '+' is not followed by whitespace. | 292 |
![]() | '<' is not preceded with whitespace. | 292 |
![]() | '<' is not followed by whitespace. | 292 |
![]() | '*' is not preceded with whitespace. | 293 |
![]() | '*' is not followed by whitespace. | 293 |
![]() | '*' is not preceded with whitespace. | 294 |
![]() | '*' is not followed by whitespace. | 294 |
![]() | Method 'setToIdentity' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | 'for' construct must use '{}'s. | 310 |
![]() | '<' is not preceded with whitespace. | 310 |
![]() | '<' is not followed by whitespace. | 310 |
![]() | 'for' construct must use '{}'s. | 311 |
![]() | '<' is not preceded with whitespace. | 311 |
![]() | '<' is not followed by whitespace. | 311 |
![]() | 'for' construct must use '{}'s. | 313 |
![]() | '-' is not preceded with whitespace. | 313 |
![]() | '-' is not followed by whitespace. | 313 |
![]() | '>=' is not preceded with whitespace. | 313 |
![]() | '>=' is not followed by whitespace. | 313 |
![]() | First sentence should end with a period. | 317 |
![]() | Expected an @return tag. | 320 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | '+' is not preceded with whitespace. | 323 |
![]() | '+' is not followed by whitespace. | 323 |
![]() | '+' is not preceded with whitespace. | 323 |
![]() | '+' is not followed by whitespace. | 323 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | '+' is not preceded with whitespace. | 324 |
![]() | '+' is not followed by whitespace. | 324 |
![]() | '<' is not preceded with whitespace. | 325 |
![]() | '<' is not followed by whitespace. | 325 |
![]() | 'for' construct must use '{}'s. | 326 |
![]() | '<' is not preceded with whitespace. | 326 |
![]() | '<' is not followed by whitespace. | 326 |