The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
47 | 0 | 0 | 1058 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 6 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
JavadocMethod | 60 | Error |
JavadocType | 1 | Error |
JavadocVariable | 51 | Error |
JavadocStyle | 24 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 2 | Error |
UnusedImports | 14 | Error |
FileLength | 0 | Error |
LineLength | 24 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 4 | Error |
OperatorWrap | 0 | Error |
ParenPad | 12 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 286 | Error |
WhitespaceAfter | 30 | Error |
WhitespaceAround | 215 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 14 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 0 | Error |
NeedBraces | 7 | Error |
RightCurly | 2 | Error |
AvoidInlineConditionals | 2 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 2 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 4 | Error |
MagicNumber | 2 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 86 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 4 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 22 | Error |
GenericIllegalRegexp
|
179 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Method 'getEdgeWeight' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Method 'getV1' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 59 | |
Method 'getV2' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 70 | |
Method 'setEdgeWeight' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter newEdgeWeight should be final. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 77 | |
First sentence should end with a period. | 80 | |
Method 'getVerticePair' is not designed for extension - needs to be abstract, final or empty. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'{' is not preceded with whitespace. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'>' is not followed by whitespace. | 88 | |
',' is not followed by whitespace. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 107 | |
',' is not followed by whitespace. | 107 | |
Parameter edgeWeight should be final. | 107 | |
'edgeWeight' hides a field. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 109 | |
'=' is not preceded with whitespace. | 109 | |
'=' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
'=' is not preceded with whitespace. | 110 | |
'=' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
'=' is not preceded with whitespace. | 111 | |
'=' is not followed by whitespace. | 111 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 128 | |
'=' is not preceded with whitespace. | 128 | |
'=' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
'=' is not preceded with whitespace. | 129 | |
'=' is not followed by whitespace. | 129 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 132 | |
First sentence should end with a period. | 133 | |
Line has trailing spaces. | 135 | |
Expected an @return tag. | 140 | |
Method 'isVertexIncluded' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter v should be final. | 140 | |
Expected @param tag for 'v'. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line has trailing spaces. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line contains a tab character. | 142 | |
Conditional logic can be removed. | 142 | |
'if' is not followed by whitespace. | 142 | |
Line contains a tab character. | 143 | |
'||' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
'else' construct must use '{}'s. | 145 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 148 | |
Method 'getRelationship' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setRelationship' is not designed for extension - needs to be abstract, final or empty. | 166 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.Collection. | 23 | |
Redundant import from the java.lang package - java.lang.Double. | 27 | |
Unused import - java.lang.Double. | 27 | |
Unused import - org.apache.commons.collections15.TransformerUtils. | 42 | |
Unused import - edu.uci.ics.jung.graph.DirectedSparseGraph. | 45 | |
Unused import - edu.uci.ics.jung.graph.DelegateTree. | 46 | |
Unused import - edu.uci.ics.jung.graph.DelegateForest. | 47 | |
Unused import - edu.uci.ics.jung.algorithms.layout.CircleLayout. | 52 | |
Unused import - edu.uci.ics.jung.algorithms.layout.SpringLayout2. | 54 | |
Unused import - edu.uci.ics.jung.algorithms.layout.AggregateLayout. | 55 | |
Unused import - edu.uci.ics.jung.algorithms.layout.KKLayout. | 56 | |
Unused import - edu.uci.ics.jung.algorithms.layout.ISOMLayout. | 57 | |
Unused import - edu.uci.ics.jung.algorithms.layout.BalloonLayout. | 58 | |
';' is preceded with whitespace. | 58 | |
Line has trailing spaces. | 60 | |
Unused import - edu.uci.ics.jung.graph.Graph. | 60 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'>' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 81 | |
Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
',' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Parameter newGraph should be final. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 102 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
',' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'>' is not followed by whitespace. | 108 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 113 | |
Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. | 124 | |
'==' is not preceded with whitespace. | 128 | |
'cast' is not followed by whitespace. | 132 | |
Method 'findEntity' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Line contains a tab character. | 168 | |
',' is not followed by whitespace. | 168 | |
Parameter weight should be final. | 168 | |
Expected @param tag for 'weight'. | 168 | |
Line contains a tab character. | 188 | |
'<' is not preceded with whitespace. | 188 | |
'<' is not followed by whitespace. | 188 | |
'>' is not preceded with 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 followed by whitespace. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
',' is not followed by whitespace. | 194 | |
',' is not followed by whitespace. | 194 | |
Line has trailing spaces. | 196 | |
Method 'analyze' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 211 | |
Line contains a tab character. | 211 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter entity should be final. | 219 | |
',' is not followed by whitespace. | 219 | |
Parameter vertexVector should be final. | 219 | |
'<' is not preceded with whitespace. | 219 | |
'<' is not followed by whitespace. | 219 | |
'>' is not preceded with whitespace. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line contains a tab character. | 220 | |
'for' is not followed by whitespace. | 220 | |
':' is not preceded with whitespace. | 220 | |
':' is not followed by whitespace. | 220 | |
'{' is not preceded with whitespace. | 220 | |
'if' construct must use '{}'s. | 221 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'if' 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 has trailing spaces. | 225 | |
Line has trailing spaces. | 227 | |
First sentence should end with a period. | 228 | |
Line has trailing spaces. | 231 | |
Method 'getLayerCount' is not designed for extension - needs to be abstract, final or empty. | 235 | |
'{' is not preceded with whitespace. | 235 | |
Line contains a tab character. | 236 | |
Line has trailing spaces. | 237 | |
Line has trailing spaces. | 239 | |
Line has trailing spaces. | 240 | |
First sentence should end with a period. | 241 | |
Line has trailing spaces. | 243 | |
Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Parameter layer should be final. | 248 | |
Expected @param tag for 'layer'. | 248 | |
'{' is not preceded with whitespace. | 248 | |
Line has trailing spaces. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
'<' is not preceded with whitespace. | 251 | |
'<' is not followed by whitespace. | 251 | |
'>' is not preceded with whitespace. | 251 | |
'=' is not preceded with whitespace. | 251 | |
'=' is not followed by whitespace. | 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 contains a tab character. | 255 | |
'for' is not followed by whitespace. | 255 | |
':' is not preceded with whitespace. | 255 | |
':' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Line contains a tab character. | 256 | |
'=' is not preceded with whitespace. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 259 | |
Line contains a tab character. | 259 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 264 | |
Line has trailing spaces. | 265 | |
First sentence should end with a period. | 266 | |
Method 'devideLayers' is not designed for extension - needs to be abstract, final or empty. | 271 | |
'{' is not preceded with whitespace. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 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 | |
'>' is not preceded with whitespace. | 272 | |
'>' is not followed by whitespace. | 272 | |
'>' is not preceded with whitespace. | 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 | |
'>' is not preceded with whitespace. | 272 | |
'>' is not followed by whitespace. | 272 | |
'>' is not preceded with whitespace. | 272 | |
'>' is not followed by whitespace. | 272 | |
Line contains a tab character. | 273 | |
'<' is not preceded with whitespace. | 273 | |
'<' is not followed by whitespace. | 273 | |
'>' is not preceded with whitespace. | 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 | |
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 preceded with whitespace. | 274 | |
'<' is not followed by whitespace. | 274 | |
'>' is not preceded with whitespace. | 274 | |
'>' is not followed by whitespace. | 274 | |
Line contains a tab character. | 275 | |
'<' is not preceded with whitespace. | 275 | |
'<' is not followed by whitespace. | 275 | |
'>' is not preceded with whitespace. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
'while' is not followed by whitespace. | 277 | |
'{' is not preceded with whitespace. | 277 | |
Line contains a tab character. | 278 | |
'cast' is not followed by whitespace. | 278 | |
Line contains a tab character. | 279 | |
'=' is not followed by whitespace. | 279 | |
'cast' is not followed by whitespace. | 279 | |
Line contains a tab character. | 280 | |
'=' is not followed by whitespace. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
'=' is not followed by whitespace. | 282 | |
Line contains a tab character. | 283 | |
'if' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
'}' should be on the same line. | 285 | |
'else' construct must use '{}'s. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
'while' is not followed by whitespace. | 290 | |
'{' is not preceded with whitespace. | 290 | |
Line contains a tab character. | 291 | |
'<' is not preceded with whitespace. | 291 | |
'<' is not followed by whitespace. | 291 | |
'>' is not preceded with whitespace. | 291 | |
'>' is not followed by whitespace. | 291 | |
Line contains a tab character. | 292 | |
'for' is not followed by whitespace. | 292 | |
':' is not preceded with whitespace. | 292 | |
':' is not followed by whitespace. | 292 | |
'{' is not preceded with whitespace. | 292 | |
Line contains a tab character. | 293 | |
'if' is not followed by whitespace. | 293 | |
',' is not followed by whitespace. | 293 | |
'{' is not preceded with whitespace. | 293 | |
Line contains a tab character. | 294 | |
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' is not followed by whitespace. | 298 | |
':' is not preceded with whitespace. | 298 | |
':' is not followed by whitespace. | 298 | |
'{' is not preceded with whitespace. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
'=' is not preceded with whitespace. | 301 | |
'=' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
Line has trailing spaces. | 303 | |
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 | |
'for' is not followed by whitespace. | 306 | |
';' is not followed by whitespace. | 306 | |
'<' is not preceded with whitespace. | 306 | |
'<' is not followed by whitespace. | 306 | |
';' is not followed by whitespace. | 306 | |
'{' is not preceded with whitespace. | 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 | |
Line contains a tab character. | 308 | |
'=' is not followed by whitespace. | 308 | |
Line has trailing spaces. | 309 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line has trailing spaces. | 312 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line has trailing spaces. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line has trailing spaces. | 316 | |
Line contains a tab character. | 316 | |
Line has trailing spaces. | 318 | |
Line has trailing spaces. | 319 | |
Line has trailing spaces. | 320 | |
Line has trailing spaces. | 322 | |
Line has trailing spaces. | 323 | |
Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 331 | |
First sentence should end with a period. | 335 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
'(' is followed by whitespace. | 344 | |
')' is preceded with whitespace. | 344 | |
Line contains a tab character. | 345 | |
'}' should be on the same line. | 345 | |
Line contains a tab character. | 346 | |
'catch' is not followed by whitespace. | 346 | |
'(' is followed by whitespace. | 346 | |
')' is preceded with whitespace. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line has trailing spaces. | 351 | |
Line has trailing spaces. | 352 | |
Line has trailing spaces. | 354 | |
Line has trailing spaces. | 355 | |
Line has trailing spaces. | 357 | |
Line has trailing spaces. | 358 | |
First sentence should end with a period. | 359 | |
Line has trailing spaces. | 362 | |
Method 'viewGraph' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Parameter size should be final. | 366 | |
Expected @param tag for 'size'. | 366 | |
'{' is not preceded with whitespace. | 366 | |
Line is longer than 80 characters. | 368 | |
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 contains a tab character. | 373 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line has trailing spaces. | 379 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line has trailing spaces. | 381 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line has trailing spaces. | 387 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line is longer than 80 characters. | 398 | |
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 | |
Line contains a tab character. | 401 | |
Line has trailing spaces. | 402 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line has trailing spaces. | 405 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Line has trailing spaces. | 412 | |
Line contains a tab character. | 412 | |
Line is longer than 80 characters. | 413 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line has trailing spaces. | 425 | |
Line contains a tab character. | 425 | |
Line has trailing spaces. | 426 | |
Line contains a tab character. | 426 | |
Line has trailing spaces. | 428 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line has trailing spaces. | 432 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 440 | |
Line has trailing spaces. | 441 | |
Line contains a tab character. | 441 | |
Line has trailing spaces. | 442 | |
Line contains a tab character. | 442 | |
Line is longer than 80 characters. | 443 | |
Line contains a tab character. | 443 | |
'<' is not preceded with whitespace. | 443 | |
'<' is not followed by whitespace. | 443 | |
',' is not followed by whitespace. | 443 | |
'>' is not preceded with whitespace. | 443 | |
'<' is not preceded with whitespace. | 443 | |
'<' is not followed by whitespace. | 443 | |
',' is not followed by whitespace. | 443 | |
'>' is not preceded with whitespace. | 443 | |
'>' is not followed by whitespace. | 443 | |
Line contains a tab character. | 444 | |
Parameter vertex should be final. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 450 | |
'<' is not preceded with whitespace. | 450 | |
'<' is not followed by whitespace. | 450 | |
',' is not followed by whitespace. | 450 | |
'>' is not preceded with whitespace. | 450 | |
'<' is not preceded with whitespace. | 450 | |
'<' is not followed by 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 | |
Line contains a tab character. | 451 | |
Parameter vertex should be final. | 451 | |
'{' is not preceded with whitespace. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Line has trailing spaces. | 454 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line is longer than 80 characters. | 457 | |
Line contains a tab character. | 457 | |
'<' is not preceded with whitespace. | 457 | |
'<' is not followed by whitespace. | 457 | |
',' is not followed by whitespace. | 457 | |
'>' is not preceded with whitespace. | 457 | |
'<' is not preceded with whitespace. | 457 | |
'<' is not followed by whitespace. | 457 | |
',' is not followed by whitespace. | 457 | |
'>' is not preceded with whitespace. | 457 | |
'>' is not followed by whitespace. | 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 is longer than 80 characters. | 461 | |
Line contains a tab character. | 461 | |
Line is longer than 80 characters. | 462 | |
Line contains a tab character. | 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 | |
Line has trailing spaces. | 463 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line has trailing spaces. | 469 | |
Line contains a tab character. | 469 | |
Line has trailing spaces. | 471 | |
Line has trailing spaces. | 472 | |
Line has trailing spaces. | 473 | |
Line has trailing spaces. | 474 | |
Line has trailing spaces. | 475 | |
Line has trailing spaces. | 476 | |
Line has trailing spaces. | 477 | |
Line has trailing spaces. | 479 | |
Line contains a tab character. | 479 | |
Line has trailing spaces. | 480 |
Violation | Message | Line |
---|---|---|
Unused import - java.awt.Paint. | 26 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'color' must be private and have accessor methods. | 40 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'setEntity' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
First sentence should end with a period. | 97 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
'cast' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
',' is not followed by whitespace. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 113 | |
First sentence should end with a period. | 114 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter position should be final. | 121 | |
Expected @param tag for 'position'. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
'cast' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 128 | |
First sentence should end with a period. | 129 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
'{' is not preceded with whitespace. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line has trailing spaces. | 140 | |
Line has trailing spaces. | 141 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 47 | |
Redundant 'public' modifier. | 52 | |
';' is preceded with whitespace. | 52 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
First sentence should end with a period. | 55 | |
Line has trailing spaces. | 61 | |
Redundant 'public' modifier. | 62 | |
'<' is not preceded with whitespace. | 62 | |
'<' is not followed by whitespace. | 62 | |
'>' is not preceded with whitespace. | 62 | |
Redundant 'public' modifier. | 68 | |
';' is preceded with whitespace. | 68 | |
Line has trailing spaces. | 71 | |
Redundant 'public' modifier. | 76 | |
';' is preceded with whitespace. | 76 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 79 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 65 | |
',' is not followed by whitespace. | 65 | |
Expected @param tag for 'weight'. | 65 | |
Line has trailing spaces. | 74 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 62 | |
First sentence should end with a period. | 63 | |
Redundant 'public' modifier. | 70 | |
First sentence should end with a period. | 72 | |
Redundant 'public' modifier. | 79 | |
Expected @param tag for 'position'. | 79 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 45 | |
First sentence should end with a period. | 50 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 24 | |
First sentence should end with a period. | 25 | |
Line has trailing spaces. | 26 | |
Redundant 'public' modifier. | 31 | |
First sentence should end with a period. | 32 | |
Redundant 'public' modifier. | 38 | |
Line has trailing spaces. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 44 | |
Method 'getImageCache' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line contains a tab character. | 51 | |
Unused @param tag for 'new'. | 56 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter newCache should be final. | 58 | |
Expected @param tag for 'newCache'. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 63 | |
First sentence should end with a period. | 64 | |
'{' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 74 | |
First sentence should end with a period. | 75 | |
Line has trailing spaces. | 77 | |
Parameter size should be final. | 82 | |
Expected @param tag for 'size'. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line contains a tab character. | 83 | |
Unused @param tag for 'imageCache'. | 102 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 105 | |
Method 'update' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Expected @param tag for 'imageFileCache'. | 105 | |
Line contains a tab character. | 106 | |
Expected @throws tag for 'IOException'. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 108 | |
'if' construct must use '{}'s. | 109 | |
Line contains a tab character. | 109 | |
'if' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter fileName should be final. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
'cast' is not followed by whitespace. | 122 | |
Line has trailing spaces. | 125 | |
First sentence should end with a period. | 126 | |
Method 'putImage' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Parameter imageFile should be final. | 133 | |
Expected @param tag for 'imageFile'. | 133 | |
Line contains a tab character. | 134 | |
Expected @throws tag for 'IOException'. | 134 | |
'{' is not preceded with whitespace. | 134 | |
Line contains a tab character. | 135 | |
'if' construct must use '{}'s. | 136 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
',' is not followed by whitespace. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line has trailing spaces. | 140 | |
Missing a Javadoc comment. | 141 | |
Parameter imageFile should be final. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Line contains a tab character. | 159 | |
'if' construct must use '{}'s. | 160 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
Line contains a tab character. | 161 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 33 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
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 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Redundant 'public' modifier. | 40 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'getRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'setRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'getTopologyManager' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'setTopologyManager' is not designed for extension - needs to be abstract, final or empty. | 104 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'setLeft' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Method 'getLeft' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'setRight' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'getRight' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'isTransitive' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Line has trailing spaces. | 152 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 171 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Variable 'relationships' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Method 'putAttribute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter name should be final. | 44 | |
',' is not followed by whitespace. | 44 | |
Parameter value should be final. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
',' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 67 | |
Method 'getRelationships' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'existRelationship' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'addRelationship' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'getRelationship' is not designed for extension - needs to be abstract, final or empty. | 121 | |
First sentence should end with a period. | 149 | |
Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'setLayer' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'isOrigin' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 177 |
Violation | Message | Line |
---|---|---|
Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Variable 'x' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'y' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Method 'getLayer' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Method 'setLayer' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter newLayer should be final. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 52 | |
Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'setX' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line has trailing spaces. | 98 | |
First sentence should end with a period. | 99 | |
Method 'setDeltaX' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter delta should be final. | 105 | |
Expected @param tag for 'delta'. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 111 | |
First sentence should end with a period. | 112 | |
Method 'setDeltaY' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter delta should be final. | 119 | |
Expected @param tag for 'delta'. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'=' is not followed by whitespace. | 122 | |
'+' is not followed by whitespace. | 122 | |
Line has trailing spaces. | 125 | |
Line has trailing spaces. | 126 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Redundant 'public' modifier. | 57 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 51 | |
Redundant 'public' modifier. | 60 | |
First sentence should end with a period. | 72 | |
Line has trailing spaces. | 75 | |
Redundant 'public' modifier. | 78 | |
Line has trailing spaces. | 79 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 194 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 206 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 103 | |
'<' is not preceded with whitespace. | 110 | |
'<' is not followed by whitespace. | 110 | |
'>' is not preceded with whitespace. | 110 | |
'>' is not followed by whitespace. | 110 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 190 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
'=' is not preceded with whitespace. | 216 | |
Line contains a tab character. | 232 | |
'if' is not followed by whitespace. | 232 | |
'(' is followed by whitespace. | 232 | |
')' is preceded with whitespace. | 232 | |
Line contains a tab character. | 233 | |
'cast' is not followed by whitespace. | 233 | |
Line contains a tab character. | 234 | |
'for' is not followed by whitespace. | 234 | |
':' is not preceded with whitespace. | 234 | |
')' is preceded with whitespace. | 234 | |
'{' is not preceded with whitespace. | 234 | |
Line contains a tab character. | 235 | |
'(' is followed by whitespace. | 235 | |
')' is preceded with whitespace. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 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. | 243 | |
Missing a Javadoc comment. | 265 | |
Missing a Javadoc comment. | 383 | |
Missing a Javadoc comment. | 411 | |
Avoid inline conditionals. | 422 | |
'worldPaths' hides a field. | 443 | |
Missing a Javadoc comment. | 479 | |
Missing a Javadoc comment. | 490 | |
Missing a Javadoc comment. | 508 | |
Avoid inline conditionals. | 516 | |
Missing a Javadoc comment. | 566 | |
Line has trailing spaces. | 614 | |
Line contains a tab character. | 614 | |
Line has trailing spaces. | 619 | |
Line contains a tab character. | 625 | |
'<' is not preceded with whitespace. | 625 | |
'<' is not followed by whitespace. | 625 | |
'>' is not preceded with whitespace. | 625 | |
'<' is not preceded with whitespace. | 625 | |
'<' is not followed by whitespace. | 625 | |
'>' is not preceded with whitespace. | 625 | |
'>' is not followed by whitespace. | 625 | |
Line contains a tab character. | 626 | |
'for' is not followed by whitespace. | 626 | |
':' is not preceded with whitespace. | 626 | |
':' is not followed by whitespace. | 626 | |
'{' is not preceded with whitespace. | 626 | |
Line contains a tab character. | 627 | |
'for' is not followed by whitespace. | 627 | |
':' is not preceded with whitespace. | 627 | |
':' is not followed by whitespace. | 627 | |
'{' is not preceded with whitespace. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line has trailing spaces. | 630 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
'for' is not followed by whitespace. | 634 | |
':' is not preceded with whitespace. | 634 | |
':' is not followed by whitespace. | 634 | |
'{' is not preceded with whitespace. | 634 | |
Line contains a tab character. | 635 | |
'=' is not preceded with whitespace. | 635 | |
'=' is not followed by whitespace. | 635 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 637 | |
Line contains a tab character. | 639 | |
Line has trailing spaces. | 640 | |
Line contains a tab character. | 640 | |
Line has trailing spaces. | 641 | |
Line contains a tab character. | 641 | |
Line has trailing spaces. | 644 |
Violation | Message | Line |
---|---|---|
Inner assignments should be avoided. | 533 | |
Inner assignments should be avoided. | 535 | |
switch without "default" clause. | 840 | |
'16' is a magic number. | 1048 | |
Must have at least one statement. | 1050 | |
'3' is a magic number. | 1058 | |
Inner assignments should be avoided. | 1202 | |
Inner assignments should be avoided. | 1203 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Method 'getEmptyImage' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'getImageType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'setImageType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'addEntities' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'getEntityIterator' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'getEntityCount' is not designed for extension - needs to be abstract, final or empty. | 143 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.molwind.view.TopologyManager. | 23 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Method 'getEntityIterator' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'setEntityIterator' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Method 'getRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'setRelationshipResolver' is not designed for extension - needs to be abstract, final or empty. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
Class Tiles should be declared as final. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 50 | |
'(' is followed by whitespace. | 50 | |
')' is preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 58 | |
Redundant 'public' modifier. | 58 | |
'(' is followed by whitespace. | 58 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |