The following document contains the results of Checkstyle.
Files | Infos ![]() |
Warnings ![]() |
Errors ![]() |
---|---|---|---|
37 | 0 | 1190 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
|
127 | ![]() |
JavadocType | 15 | ![]() |
JavadocVariable | 58 | ![]() |
JavadocStyle | 53 | ![]() |
ConstantName | 8 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 9 | ![]() |
MemberName
|
92 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 2 | ![]() |
FileLength | 0 | ![]() |
LineLength | 207 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
|
0 | ![]() |
NoWhitespaceBefore | 10 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 19 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 37 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 13 | ![]() |
AvoidNestedBlocks | 1 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 7 | ![]() |
NeedBraces | 56 | ![]() |
RightCurly | 1 | ![]() |
AvoidInlineConditionals | 7 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 15 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 3 | ![]() |
MagicNumber | 44 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
|
6 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 144 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 6 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 207 | ![]() |
GenericIllegalRegexp
|
0 | Ignore |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
MemberName
|
92 | ![]() |
WhitespaceAfter | 17 | ![]() |
WhitespaceAround
|
5 | ![]() |
PackageHtml | 10 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
Translation | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() |
Redundant 'public' modifier. | 32 |
![]() |
Line is longer than 80 characters. | 39 |
![]() |
Redundant 'public' modifier. | 39 |
![]() |
Line is longer than 80 characters. | 46 |
![]() |
Redundant 'public' modifier. | 46 |
![]() |
Line is longer than 80 characters. | 50 |
![]() |
Redundant 'public' modifier. | 55 |
![]() |
Line is longer than 80 characters. | 59 |
![]() |
Line is longer than 80 characters. | 65 |
![]() |
Redundant 'public' modifier. | 65 |
![]() |
Line is longer than 80 characters. | 69 |
![]() |
Line is longer than 80 characters. | 74 |
![]() |
Redundant 'public' modifier. | 74 |
![]() |
Line is longer than 80 characters. | 78 |
![]() |
Redundant 'public' modifier. | 82 |
![]() |
Line is longer than 80 characters. | 86 |
![]() |
Redundant 'public' modifier. | 92 |
![]() |
Redundant 'public' modifier. | 99 |
![]() |
Redundant 'public' modifier. | 106 |
![]() |
Redundant 'public' modifier. | 113 |
![]() |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
'{' should be on the previous line. | 16 |
![]() |
Redundant 'public' modifier. | 22 |
![]() |
Expected @param tag for 'object'. | 22 |
![]() |
Redundant 'public' modifier. | 27 |
![]() |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'vertex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 61 |
![]() |
Name 'edges' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 66 |
![]() |
Name 'vertexSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 71 |
![]() |
Line is longer than 80 characters. | 76 |
![]() |
Name 'edgeSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 76 |
![]() |
Name 'paths' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 81 |
![]() |
Name 'graphs' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 86 |
![]() |
Name 'maps' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 91 |
![]() |
Missing a Javadoc comment. | 93 |
![]() |
Name 'NO_LIGNE' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 93 |
![]() |
Name 'reader' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 98 |
![]() |
Name 'reader2' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 103 |
![]() |
Missing a Javadoc comment. | 105 |
![]() |
Name 'mirrorArc' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 105 |
![]() |
Missing a Javadoc comment. | 107 |
![]() |
Name 'mirrorRequest' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 107 |
![]() |
Parameter fileGraph should be final. | 118 |
![]() |
Parameter mirrorArc should be final. | 118 |
![]() |
'mirrorArc' hides a field. | 118 |
![]() |
Parameter fileIn should be final. | 130 |
![]() |
Parameter fileIn2 should be final. | 130 |
![]() |
Parameter fileIn should be final. | 147 |
![]() |
Parameter fileIn2 should be final. | 147 |
![]() |
Parameter mirrorArc should be final. | 147 |
![]() |
'mirrorArc' hides a field. | 147 |
![]() |
Parameter mirrorRequest should be final. | 148 |
![]() |
'mirrorRequest' hides a field. | 148 |
![]() |
Line is longer than 80 characters. | 156 |
![]() |
Line is longer than 80 characters. | 163 |
![]() |
'if' construct must use '{}'s. | 164 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
Missing a Javadoc comment. | 172 |
![]() |
Missing a Javadoc comment. | 294 |
![]() |
Parameter br should be final. | 294 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
Missing a Javadoc comment. | 318 |
![]() |
Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() |
Missing a Javadoc comment. | 322 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
Missing a Javadoc comment. | 326 |
![]() |
Line is longer than 80 characters. | 330 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() |
Missing a Javadoc comment. | 330 |
![]() |
Line is longer than 80 characters. | 334 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
Missing a Javadoc comment. | 334 |
![]() |
Line is longer than 80 characters. | 338 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
Missing a Javadoc comment. | 338 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
Missing a Javadoc comment. | 342 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
Missing a Javadoc comment. | 346 |
![]() |
Line is longer than 80 characters. | 355 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
Missing a Javadoc comment. | 355 |
![]() |
Line is longer than 80 characters. | 356 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
Missing a Javadoc comment. | 359 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Line is longer than 80 characters. | 57 |
![]() |
Line is longer than 80 characters. | 75 |
![]() |
Missing a Javadoc comment. | 75 |
![]() |
Line is longer than 80 characters. | 76 |
![]() |
Line is longer than 80 characters. | 78 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
Name 'nameofstream' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 78 |
![]() |
Line is longer than 80 characters. | 80 |
![]() |
Missing a Javadoc comment. | 80 |
![]() |
Name 'streamtoparse' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 80 |
![]() |
Line is longer than 80 characters. | 82 |
![]() |
Missing a Javadoc comment. | 82 |
![]() |
Name 'nodefilter' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 82 |
![]() |
Missing a Javadoc comment. | 84 |
![]() |
Name 'doc' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 84 |
![]() |
Line is longer than 80 characters. | 86 |
![]() |
Missing a Javadoc comment. | 86 |
![]() |
Name 'vertexVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 86 |
![]() |
Line is longer than 80 characters. | 88 |
![]() |
Missing a Javadoc comment. | 88 |
![]() |
Name 'abstractEdgeVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 88 |
![]() |
Line is longer than 80 characters. | 90 |
![]() |
Missing a Javadoc comment. | 90 |
![]() |
Name 'vertexSetVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 90 |
![]() |
Line is longer than 80 characters. | 92 |
![]() |
Missing a Javadoc comment. | 92 |
![]() |
Name 'abstractEdgeSetVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 92 |
![]() |
Line is longer than 80 characters. | 94 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
Name 'abstractPathVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 94 |
![]() |
Line is longer than 80 characters. | 96 |
![]() |
Missing a Javadoc comment. | 96 |
![]() |
Name 'abstractCycleVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 96 |
![]() |
Line is longer than 80 characters. | 98 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
Name 'abstractGraphVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 98 |
![]() |
Line is longer than 80 characters. | 100 |
![]() |
Missing a Javadoc comment. | 100 |
![]() |
Name 'mapVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 100 |
![]() |
Line is longer than 80 characters. | 102 |
![]() |
Missing a Javadoc comment. | 102 |
![]() |
Name 'flowVector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 102 |
![]() |
First sentence should end with a period. | 111 |
![]() |
First sentence should end with a period. | 114 |
![]() |
First sentence should end with a period. | 117 |
![]() |
Name 'readIndex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 118 |
![]() |
Parameter stream should be final. | 127 |
![]() |
Parameter readlimit should be final. | 152 |
![]() |
'if' construct must use '{}'s. | 185 |
![]() |
Line is longer than 80 characters. | 194 |
![]() |
Missing a Javadoc comment. | 194 |
![]() |
Parameter stream should be final. | 194 |
![]() |
Parameter validate should be final. | 194 |
![]() |
Parameter filter should be final. | 194 |
![]() |
Missing a Javadoc comment. | 205 |
![]() |
Parameter stream should be final. | 205 |
![]() |
Parameter streamname should be final. | 221 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 222 |
![]() |
Parameter streamname should be final. | 243 |
![]() |
Parameter validate should be final. | 243 |
![]() |
Line is longer than 80 characters. | 244 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 245 |
![]() |
Parameter streamname should be final. | 268 |
![]() |
Parameter validate should be final. | 268 |
![]() |
Parameter customnodefilter should be final. | 269 |
![]() |
Line is longer than 80 characters. | 270 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 271 |
![]() |
'5' is a magic number. | 276 |
![]() |
'5' is a magic number. | 277 |
![]() |
'}' should be on the same line. | 278 |
![]() |
Missing a Javadoc comment. | 298 |
![]() |
Name 'alreadyParse' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 298 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
'if' construct must use '{}'s. | 308 |
![]() |
Avoid inline conditionals. | 312 |
![]() |
'doc' hides a field. | 316 |
![]() |
Line is longer than 80 characters. | 343 |
![]() |
Parameter in should be final. | 357 |
![]() |
Line is longer than 80 characters. | 408 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
Missing a Javadoc comment. | 408 |
![]() |
Line is longer than 80 characters. | 417 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
Missing a Javadoc comment. | 417 |
![]() |
Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
Missing a Javadoc comment. | 426 |
![]() |
Line is longer than 80 characters. | 435 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
Missing a Javadoc comment. | 435 |
![]() |
Line is longer than 80 characters. | 444 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() |
Missing a Javadoc comment. | 444 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() |
Missing a Javadoc comment. | 453 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
Missing a Javadoc comment. | 462 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() |
Missing a Javadoc comment. | 471 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() |
Missing a Javadoc comment. | 480 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
Missing a Javadoc comment. | 489 |
![]() |
Parameter nodeiterator should be final. | 514 |
![]() |
Parameter currentNode should be final. | 536 |
![]() |
Parameter currentNode should be final. | 592 |
![]() |
Missing a Javadoc comment. | 630 |
![]() |
Parameter currentNode should be final. | 630 |
![]() |
Missing a Javadoc comment. | 647 |
![]() |
Parameter element should be final. | 647 |
![]() |
Parameter node should be final. | 647 |
![]() |
Parameter currentNode should be final. | 681 |
![]() |
Parameter currentNode should be final. | 733 |
![]() |
Line is longer than 80 characters. | 797 |
![]() |
Parameter currentNode should be final. | 798 |
![]() |
Line is longer than 80 characters. | 858 |
![]() |
Parameter currentNode should be final. | 859 |
![]() |
Line is longer than 80 characters. | 902 |
![]() |
Parameter currentNode should be final. | 903 |
![]() |
Line is longer than 80 characters. | 936 |
![]() |
Parameter object should be final. | 963 |
![]() |
Parameter name should be final. | 963 |
![]() |
Name 'text_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 965 |
![]() |
Parameter object should be final. | 984 |
![]() |
Parameter position should be final. | 984 |
![]() |
Line is longer than 80 characters. | 990 |
![]() |
Line is longer than 80 characters. | 992 |
![]() |
Line is longer than 80 characters. | 996 |
![]() |
Line is longer than 80 characters. | 998 |
![]() |
Parameter currentNode should be final. | 1018 |
![]() |
Name 'super_vs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1026 |
![]() |
Parameter currentNode should be final. | 1069 |
![]() |
Name 'vs_based' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1077 |
![]() |
Name 'super_es' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1078 |
![]() |
Line is longer than 80 characters. | 1115 |
![]() |
Avoid nested blocks. | 1119 |
![]() |
Method 'setValidating' is not designed for extension - needs to be abstract, final or empty. | 1133 |
![]() |
Parameter validation should be final. | 1133 |
![]() |
First sentence should end with a period. | 1138 |
![]() |
Parameter o should be final. | 1146 |
![]() |
Parameter currentNode should be final. | 1146 |
![]() |
Parameter currentNode should be final. | 1165 |
![]() |
Parameter currentNode should be final. | 1202 |
![]() |
Missing a Javadoc comment. | 1262 |
![]() |
Parameter m should be final. | 1262 |
![]() |
Parameter entry should be final. | 1262 |
![]() |
Line is longer than 80 characters. | 1272 |
![]() |
Must have at least one statement. | 1280 |
![]() |
Line is longer than 80 characters. | 1288 |
![]() |
Missing a Javadoc comment. | 1318 |
![]() |
Parameter scalarNode should be final. | 1318 |
![]() |
Parameter type should be final. | 1350 |
![]() |
Parameter value should be final. | 1350 |
![]() |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 9 |
![]() |
Line is longer than 80 characters. | 11 |
![]() |
Line contains a tab character. | 11 |
![]() |
Missing a Javadoc comment. | 11 |
![]() |
Name 'interestingtags' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 11 |
![]() |
Line is longer than 80 characters. | 12 |
![]() |
Line contains a tab character. | 12 |
![]() |
Line contains a tab character. | 13 |
![]() |
Line contains a tab character. | 15 |
![]() |
Missing a Javadoc comment. | 15 |
![]() |
Line contains a tab character. | 16 |
![]() |
Line contains a tab character. | 17 |
![]() |
Line contains a tab character. | 18 |
![]() |
Line contains a tab character. | 20 |
![]() |
Method 'acceptNode' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
Missing a Javadoc comment. | 20 |
![]() |
Parameter n should be final. | 20 |
![]() |
Line contains a tab character. | 21 |
![]() |
Line is longer than 80 characters. | 22 |
![]() |
Line contains a tab character. | 22 |
![]() |
Line contains a tab character. | 23 |
![]() |
Line contains a tab character. | 24 |
![]() |
Line contains a tab character. | 25 |
![]() |
Line contains a tab character. | 26 |
![]() |
Line contains a tab character. | 27 |
![]() |
Line contains a tab character. | 29 |
![]() |
Line contains a tab character. | 30 |
![]() |
Line contains a tab character. | 31 |
![]() |
Line contains a tab character. | 32 |
![]() |
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 |
![]() |
Method 'addCustomTag' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
Parameter tag should be final. | 38 |
![]() |
Line is longer than 80 characters. | 40 |
![]() |
Line contains a tab character. | 40 |
![]() |
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. | 47 |
![]() |
Line contains a tab character. | 48 |
![]() |
Line contains a tab character. | 49 |
![]() |
Line contains a tab character. | 50 |
![]() |
Line contains a tab character. | 52 |
![]() |
Method 'getFilterList' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
Missing a Javadoc comment. | 52 |
![]() |
Line contains a tab character. | 53 |
![]() |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 11 |
![]() |
Missing a Javadoc comment. | 12 |
![]() |
Name 'vertexSetId' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 12 |
![]() |
Missing a Javadoc comment. | 14 |
![]() |
Parameter id should be final. | 14 |
![]() |
Method 'setVertexSetId' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
Missing a Javadoc comment. | 18 |
![]() |
Parameter id should be final. | 18 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
Missing a Javadoc comment. | 27 |
![]() |
'if' construct must use '{}'s. | 29 |
![]() |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 17 |
![]() |
'{' should be on the previous line. | 18 |
![]() |
Missing a Javadoc comment. | 20 |
![]() |
Missing a Javadoc comment. | 22 |
![]() |
Missing a Javadoc comment. | 26 |
![]() |
Parameter id should be final. | 26 |
![]() |
Parameter directed should be final. | 26 |
![]() |
Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
Missing a Javadoc comment. | 33 |
![]() |
Parameter edgeId should be final. | 33 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
'if' construct must use '{}'s. | 41 |
![]() |
'if' is not followed by whitespace. | 41 |
![]() |
'if' construct must use '{}'s. | 46 |
![]() |
'else' construct must use '{}'s. | 48 |
![]() |
')' is preceded with whitespace. | 50 |
![]() |
'if' construct must use '{}'s. | 62 |
![]() |
'else' construct must use '{}'s. | 65 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 11 |
![]() |
Missing a Javadoc comment. | 13 |
![]() |
Name 'vertexSetId' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 13 |
![]() |
Missing a Javadoc comment. | 15 |
![]() |
Parameter id should be final. | 15 |
![]() |
Method 'setVertexSetId' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
Missing a Javadoc comment. | 19 |
![]() |
Parameter id should be final. | 19 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
Missing a Javadoc comment. | 28 |
![]() |
'if' construct must use '{}'s. | 30 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 12 |
![]() |
'{' should be on the previous line. | 13 |
![]() |
First sentence should end with a period. | 15 |
![]() |
First sentence should end with a period. | 18 |
![]() |
Parameter id should be final. | 31 |
![]() |
Parameter directed should be final. | 31 |
![]() |
Method 'setLinkSetId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
Parameter linkSetId should be final. | 44 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
Missing a Javadoc comment. | 50 |
![]() |
'if' construct must use '{}'s. | 52 |
![]() |
Line is longer than 80 characters. | 55 |
Violation | Message | Line |
---|---|---|
![]() |
Unused import - java.util.Collection. | 7 |
![]() |
First sentence should end with a period. | 33 |
![]() |
'{' should be on the previous line. | 39 |
![]() |
First sentence should end with a period. | 41 |
![]() |
Line is longer than 80 characters. | 42 |
![]() |
Variable 'idrefToObject_' must be private and have accessor methods. | 42 |
![]() |
First sentence should end with a period. | 44 |
![]() |
Line is longer than 80 characters. | 45 |
![]() |
Variable 'idrefToDescription_' must be private and have accessor methods. | 45 |
![]() |
First sentence should end with a period. | 47 |
![]() |
Line is longer than 80 characters. | 48 |
![]() |
First sentence should end with a period. | 50 |
![]() |
Line is longer than 80 characters. | 51 |
![]() |
First sentence should end with a period. | 53 |
![]() |
Line is longer than 80 characters. | 54 |
![]() |
First sentence should end with a period. | 56 |
![]() |
Line is longer than 80 characters. | 57 |
![]() |
First sentence should end with a period. | 59 |
![]() |
Line is longer than 80 characters. | 60 |
![]() |
First sentence should end with a period. | 62 |
![]() |
Line is longer than 80 characters. | 63 |
![]() |
First sentence should end with a period. | 65 |
![]() |
Line is longer than 80 characters. | 66 |
![]() |
First sentence should end with a period. | 68 |
![]() |
Line is longer than 80 characters. | 69 |
![]() |
First sentence should end with a period. | 71 |
![]() |
Line is longer than 80 characters. | 72 |
![]() |
First sentence should end with a period. | 74 |
![]() |
Line is longer than 80 characters. | 75 |
![]() |
First sentence should end with a period. | 77 |
![]() |
Line is longer than 80 characters. | 78 |
![]() |
First sentence should end with a period. | 80 |
![]() |
Line is longer than 80 characters. | 81 |
![]() |
First sentence should end with a period. | 83 |
![]() |
Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
Missing a Javadoc comment. | 98 |
![]() |
Parameter ch should be final. | 99 |
![]() |
Parameter start should be final. | 99 |
![]() |
Parameter length should be final. | 99 |
![]() |
Missing a Javadoc comment. | 108 |
![]() |
Name 'x' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 108 |
![]() |
Name 'y' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 108 |
![]() |
Missing a Javadoc comment. | 110 |
![]() |
Name 'lastKey' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 110 |
![]() |
Name 'valueName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 110 |
![]() |
Name 'lastContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 110 |
![]() |
Name 'valueType' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 110 |
![]() |
Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 110 |
![]() |
Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
Missing a Javadoc comment. | 114 |
![]() |
Line is longer than 80 characters. | 115 |
![]() |
Parameter uri should be final. | 115 |
![]() |
Parameter localName should be final. | 115 |
![]() |
Parameter qName should be final. | 115 |
![]() |
Line is longer than 80 characters. | 118 |
![]() |
Line is longer than 80 characters. | 120 |
![]() |
Line is longer than 80 characters. | 123 |
![]() |
Line is longer than 80 characters. | 126 |
![]() |
Line is longer than 80 characters. | 129 |
![]() |
Line is longer than 80 characters. | 136 |
![]() |
Line is longer than 80 characters. | 137 |
![]() |
Line is longer than 80 characters. | 147 |
![]() |
Line is longer than 80 characters. | 159 |
![]() |
Line is longer than 80 characters. | 165 |
![]() |
Inner assignments should be avoided. | 172 |
![]() |
Name 'sourceId' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 179 |
![]() |
Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
Method length is 188 lines (max allowed is 150). | 183 |
![]() |
Missing a Javadoc comment. | 183 |
![]() |
Parameter uri should be final. | 184 |
![]() |
Parameter localName should be final. | 185 |
![]() |
Parameter qName should be final. | 185 |
![]() |
Parameter attributes should be final. | 186 |
![]() |
')' is preceded with whitespace. | 190 |
![]() |
Line is longer than 80 characters. | 195 |
![]() |
Line is longer than 80 characters. | 202 |
![]() |
Line is longer than 80 characters. | 203 |
![]() |
Line is longer than 80 characters. | 207 |
![]() |
Line is longer than 80 characters. | 208 |
![]() |
Line is longer than 80 characters. | 212 |
![]() |
Line is longer than 80 characters. | 213 |
![]() |
Line is longer than 80 characters. | 218 |
![]() |
Line is longer than 80 characters. | 219 |
![]() |
Line is longer than 80 characters. | 229 |
![]() |
Line is longer than 80 characters. | 230 |
![]() |
Line is longer than 80 characters. | 249 |
![]() |
Line is longer than 80 characters. | 250 |
![]() |
')' is preceded with whitespace. | 253 |
![]() |
'if' construct must use '{}'s. | 254 |
![]() |
Line is longer than 80 characters. | 255 |
![]() |
Line is longer than 80 characters. | 259 |
![]() |
Line is longer than 80 characters. | 262 |
![]() |
')' is preceded with whitespace. | 265 |
![]() |
'if' construct must use '{}'s. | 266 |
![]() |
Line is longer than 80 characters. | 267 |
![]() |
Line is longer than 80 characters. | 277 |
![]() |
')' is preceded with whitespace. | 280 |
![]() |
'if' construct must use '{}'s. | 281 |
![]() |
Line is longer than 80 characters. | 282 |
![]() |
'else' construct must use '{}'s. | 288 |
![]() |
')' is preceded with whitespace. | 294 |
![]() |
Line is longer than 80 characters. | 296 |
![]() |
Line is longer than 80 characters. | 308 |
![]() |
Line is longer than 80 characters. | 313 |
![]() |
')' is preceded with whitespace. | 314 |
![]() |
'if' construct must use '{}'s. | 315 |
![]() |
'if' construct must use '{}'s. | 318 |
![]() |
'if' construct must use '{}'s. | 321 |
![]() |
')' is preceded with whitespace. | 329 |
![]() |
Line is longer than 80 characters. | 331 |
![]() |
Line is longer than 80 characters. | 343 |
![]() |
Line is longer than 80 characters. | 344 |
![]() |
')' is preceded with whitespace. | 347 |
![]() |
Line is longer than 80 characters. | 349 |
![]() |
Line is longer than 80 characters. | 357 |
![]() |
Line is longer than 80 characters. | 358 |
![]() |
')' is preceded with whitespace. | 361 |
![]() |
Line is longer than 80 characters. | 363 |
![]() |
'if' construct must use '{}'s. | 371 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
Must have at least one statement. | 404 |
![]() |
Line is longer than 80 characters. | 420 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() |
Line is longer than 80 characters. | 431 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() |
Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
Line is longer than 80 characters. | 454 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
Line is longer than 80 characters. | 465 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 509 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
Missing a Javadoc comment. | 532 |
![]() |
Parameter publicId should be final. | 533 |
![]() |
Parameter systemId should be final. | 535 |
![]() |
Line is longer than 80 characters. | 554 |
![]() |
Line is longer than 80 characters. | 557 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 9 |
![]() |
First sentence should end with a period. | 11 |
![]() |
Name 'directed' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 12 |
![]() |
First sentence should end with a period. | 14 |
![]() |
Name 'idSource' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 15 |
![]() |
Name 'idDestination' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 15 |
![]() |
First sentence should end with a period. | 17 |
![]() |
Missing a Javadoc comment. | 20 |
![]() |
Parameter id should be final. | 20 |
![]() |
Parameter directed should be final. | 20 |
![]() |
'directed' hides a field. | 20 |
![]() |
Method 'setIdOfVertices' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
Parameter idFirstVertex should be final. | 34 |
![]() |
Parameter idSecondVertex should be final. | 34 |
![]() |
Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
Parameter color should be final. | 39 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
Missing a Javadoc comment. | 43 |
![]() |
'if' construct must use '{}'s. | 45 |
![]() |
'if' is not followed by whitespace. | 45 |
Violation | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 33 |
![]() |
First sentence should end with a period. | 36 |
![]() |
First sentence should end with a period. | 39 |
![]() |
First sentence should end with a period. | 42 |
![]() |
First sentence should end with a period. | 45 |
![]() |
Parameter filename should be final. | 54 |
![]() |
Parameter filename should be final. | 66 |
![]() |
Parameter validate should be final. | 66 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Line is longer than 80 characters. | 85 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Line is longer than 80 characters. | 94 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
Missing a Javadoc comment. | 94 |
![]() |
Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
Missing a Javadoc comment. | 103 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
Missing a Javadoc comment. | 112 |
![]() |
Line is longer than 80 characters. | 121 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
Missing a Javadoc comment. | 121 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Missing a Javadoc comment. | 130 |
![]() |
Line is longer than 80 characters. | 139 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
Missing a Javadoc comment. | 139 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
Missing a Javadoc comment. | 148 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
Missing a Javadoc comment. | 157 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
Missing a Javadoc comment. | 166 |
![]() |
Line is longer than 80 characters. | 172 |
![]() |
Line is longer than 80 characters. | 178 |
![]() |
Line is longer than 80 characters. | 181 |
![]() |
Line is longer than 80 characters. | 183 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 14 |
![]() |
Missing a Javadoc comment. | 16 |
![]() |
Missing a Javadoc comment. | 18 |
![]() |
Name 'keyId' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 18 |
![]() |
Name 'name' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 18 |
![]() |
Name 'contextId' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 18 |
![]() |
Name 'type' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 18 |
![]() |
Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 18 |
![]() |
Line is longer than 80 characters. | 20 |
![]() |
Missing a Javadoc comment. | 20 |
![]() |
Parameter keyId should be final. | 20 |
![]() |
'keyId' hides a field. | 20 |
![]() |
Parameter name should be final. | 20 |
![]() |
'name' hides a field. | 20 |
![]() |
Parameter contextId should be final. | 20 |
![]() |
'contextId' hides a field. | 20 |
![]() |
Parameter type should be final. | 20 |
![]() |
'type' hides a field. | 20 |
![]() |
Parameter value should be final. | 20 |
![]() |
'value' hides a field. | 20 |
![]() |
Missing a Javadoc comment. | 28 |
![]() |
Parameter m should be final. | 28 |
![]() |
Line is longer than 80 characters. | 36 |
![]() |
Line is longer than 80 characters. | 38 |
![]() |
Line is longer than 80 characters. | 40 |
![]() |
Line is longer than 80 characters. | 43 |
![]() |
First sentence should end with a period. | 52 |
![]() |
Name 'contents' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 53 |
![]() |
Missing a Javadoc comment. | 55 |
![]() |
Parameter id should be final. | 55 |
![]() |
Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
Parameter keyId should be final. | 73 |
![]() |
Parameter name should be final. | 73 |
![]() |
Parameter contextId should be final. | 73 |
![]() |
Parameter type should be final. | 74 |
![]() |
Parameter value should be final. | 74 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
Missing a Javadoc comment. | 78 |
![]() |
'if' construct must use '{}'s. | 80 |
![]() |
'for' construct must use '{}'s. | 83 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 5 |
![]() |
First sentence should end with a period. | 8 |
![]() |
First sentence should end with a period. | 11 |
![]() |
Parameter id should be final. | 20 |
![]() |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
Parameter name should be final. | 40 |
![]() |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
Parameter id should be final. | 61 |
![]() |
Parameter id should be final. | 73 |
![]() |
Parameter id should be final. | 84 |
![]() |
'if' construct must use '{}'s. | 85 |
![]() |
'if' is not followed by whitespace. | 85 |
![]() |
Parameter id should be final. | 99 |
![]() |
Parameter description should be final. | 100 |
![]() |
Line is longer than 80 characters. | 102 |
![]() |
Parameter id should be final. | 115 |
![]() |
Parameter object should be final. | 115 |
![]() |
Line is longer than 80 characters. | 118 |
![]() |
Method 'finalizeCreation' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
Parameter o should be final. | 130 |
![]() |
'if' construct must use '{}'s. | 131 |
Violation | Message | Line |
---|---|---|
![]() |
Class Messages should be declared as final. | 7 |
![]() |
Missing a Javadoc comment. | 7 |
![]() |
Line is longer than 80 characters. | 8 |
![]() |
Missing a Javadoc comment. | 8 |
![]() |
Missing a Javadoc comment. | 10 |
![]() |
',' is not followed by whitespace. | 15 |
![]() |
Missing a Javadoc comment. | 17 |
![]() |
Missing a Javadoc comment. | 21 |
![]() |
Parameter key should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 13 |
![]() |
Missing a Javadoc comment. | 15 |
![]() |
Missing a Javadoc comment. | 17 |
![]() |
Name 'edgeIdList' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 17 |
![]() |
Missing a Javadoc comment. | 19 |
![]() |
Parameter id should be final. | 19 |
![]() |
Parameter directed should be final. | 19 |
![]() |
Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
Parameter edgeId should be final. | 29 |
![]() |
Expected @param tag for 'edgeId'. | 29 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
Missing a Javadoc comment. | 33 |
![]() |
'if' construct must use '{}'s. | 35 |
![]() |
'if' is not followed by whitespace. | 35 |
![]() |
'if' construct must use '{}'s. | 38 |
![]() |
'else' construct must use '{}'s. | 40 |
![]() |
'for' construct must use '{}'s. | 42 |
![]() |
'(' is followed by whitespace. | 43 |
![]() |
'cast' is not followed by whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 11 |
![]() |
'{' should be on the previous line. | 12 |
![]() |
Missing a Javadoc comment. | 15 |
![]() |
Name 'collection' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 20 |
![]() |
Parameter id should be final. | 30 |
![]() |
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
Method 'addElement' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
Parameter id should be final. | 53 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
Missing a Javadoc comment. | 59 |
![]() |
'if' construct must use '{}'s. | 61 |
![]() |
Line is longer than 80 characters. | 65 |
![]() |
Method 'setSuperSetId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
Parameter superSetId should be final. | 85 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 11 |
![]() |
Missing a Javadoc comment. | 13 |
![]() |
Parameter id should be final. | 13 |
![]() |
Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
Missing a Javadoc comment. | 20 |
![]() |
'if' construct must use '{}'s. | 22 |
![]() |
'if' is not followed by whitespace. | 22 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Name 'vertex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 44 |
![]() |
Name 'edges' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 49 |
![]() |
Name 'vertexSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 54 |
![]() |
Line is longer than 80 characters. | 59 |
![]() |
Name 'edgeSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 59 |
![]() |
Name 'paths' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 64 |
![]() |
Name 'graphs' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 69 |
![]() |
Missing a Javadoc comment. | 72 |
![]() |
Name 'NO_LIGNE' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 72 |
![]() |
Missing a Javadoc comment. | 74 |
![]() |
Name 'reader' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 74 |
![]() |
Missing a Javadoc comment. | 76 |
![]() |
Name 'nodeSet' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 76 |
![]() |
Missing a Javadoc comment. | 79 |
![]() |
Name 'maps' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 79 |
![]() |
Missing a Javadoc comment. | 81 |
![]() |
Name 'map' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 81 |
![]() |
Missing a Javadoc comment. | 83 |
![]() |
Name 'cables' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 83 |
![]() |
Missing a Javadoc comment. | 85 |
![]() |
Name 'demands' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 85 |
![]() |
Missing a Javadoc comment. | 87 |
![]() |
Name 'mirrorArc' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 87 |
![]() |
Missing a Javadoc comment. | 89 |
![]() |
Name 'mirrorRequest' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 89 |
![]() |
Parameter fileIn should be final. | 97 |
![]() |
Parameter fileIn should be final. | 111 |
![]() |
Parameter mirrorArc should be final. | 111 |
![]() |
'mirrorArc' hides a field. | 111 |
![]() |
Parameter mirrorRequest should be final. | 111 |
![]() |
'mirrorRequest' hides a field. | 111 |
![]() |
Line is longer than 80 characters. | 119 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
Missing a Javadoc comment. | 255 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
Missing a Javadoc comment. | 286 |
![]() |
Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
Missing a Javadoc comment. | 295 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
Missing a Javadoc comment. | 304 |
![]() |
Line is longer than 80 characters. | 313 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
Missing a Javadoc comment. | 313 |
![]() |
Line is longer than 80 characters. | 322 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() |
Missing a Javadoc comment. | 322 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() |
Missing a Javadoc comment. | 331 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
Missing a Javadoc comment. | 350 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
Missing a Javadoc comment. | 359 |
![]() |
Line is longer than 80 characters. | 366 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() |
Missing a Javadoc comment. | 366 |
![]() |
Line is longer than 80 characters. | 367 |
![]() |
Line is longer than 80 characters. | 372 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
Missing a Javadoc comment. | 372 |
![]() |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Unused import - java.io.FileNotFoundException. | 5 |
![]() |
Line is longer than 80 characters. | 12 |
![]() |
Missing a Javadoc comment. | 17 |
![]() |
Missing a Javadoc comment. | 19 |
![]() |
Missing a Javadoc comment. | 21 |
![]() |
Missing a Javadoc comment. | 23 |
![]() |
Missing a Javadoc comment. | 25 |
![]() |
Missing a Javadoc comment. | 27 |
![]() |
Missing a Javadoc comment. | 29 |
![]() |
Missing a Javadoc comment. | 31 |
![]() |
Missing a Javadoc comment. | 33 |
![]() |
Name 'reader' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 38 |
![]() |
Name 'demandModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 43 |
![]() |
Name 'linkModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 48 |
![]() |
Name 'linkCapacityModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 53 |
![]() |
Name 'fixedChargeModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 58 |
![]() |
Name 'routingModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 63 |
![]() |
Name 'pathModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 68 |
![]() |
Name 'pathHopLimit' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 73 |
![]() |
Name 'nodeModel' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 78 |
![]() |
Name 'objectiveType' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 83 |
![]() |
Name 'numLine' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 88 |
![]() |
Unused @throws tag for 'FileNotFoundException'. | 95 |
![]() |
Unused @throws tag for 'SecurityException'. | 97 |
![]() |
Parameter fileName should be final. | 100 |
![]() |
Expected @throws tag for 'Exception'. | 100 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
Expected @throws tag for 'IOException'. | 108 |
![]() |
Inner assignments should be avoided. | 111 |
![]() |
';' is not followed by whitespace. | 120 |
![]() |
Method 'getDemandsModel' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
Method 'getLinksModel' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
Method 'getLinkCapacityModel' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
Line is longer than 80 characters. | 157 |
![]() |
Unclosed HTML tag found: <code>true<code> if the fixed charge cost specification of t | 157 |
![]() |
Method 'fixedChargeModel' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
Method 'getRoutingModel' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
Method 'useAllPath' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
Method 'hopLimit' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
Method 'hardwareNode' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
Method 'getObjectiveType' is not designed for extension - needs to be abstract, final or empty. | 208 |
Violation | Message | Line |
---|---|---|
![]() |
'{' should be on the previous line. | 42 |
![]() |
Line is longer than 80 characters. | 47 |
![]() |
Line is longer than 80 characters. | 52 |
![]() |
Line is longer than 80 characters. | 58 |
![]() |
Line is longer than 80 characters. | 65 |
![]() |
Line is longer than 80 characters. | 75 |
![]() |
Line is longer than 80 characters. | 81 |
![]() |
Line is longer than 80 characters. | 86 |
![]() |
Line is longer than 80 characters. | 91 |
![]() |
Line is longer than 80 characters. | 96 |
![]() |
Line is longer than 80 characters. | 101 |
![]() |
Line is longer than 80 characters. | 107 |
![]() |
Line is longer than 80 characters. | 115 |
![]() |
Line is longer than 80 characters. | 123 |
![]() |
Line is longer than 80 characters. | 130 |
![]() |
Line is longer than 80 characters. | 138 |
![]() |
Line is longer than 80 characters. | 143 |
![]() |
Line is longer than 80 characters. | 148 |
![]() |
Name 'vertices' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 148 |
![]() |
Name 'edges' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 153 |
![]() |
Line is longer than 80 characters. | 158 |
![]() |
Name 'vertexSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 158 |
![]() |
Line is longer than 80 characters. | 163 |
![]() |
Name 'edgeSets' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 163 |
![]() |
Name 'paths' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 168 |
![]() |
Name 'graphs' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 173 |
![]() |
Name 'maps' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 178 |
![]() |
Name 'map' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 183 |
![]() |
Line is longer than 80 characters. | 188 |
![]() |
Name 'nameToVertex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 188 |
![]() |
Line is longer than 80 characters. | 193 |
![]() |
Name 'numLine' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 193 |
![]() |
Name 'reader' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 198 |
![]() |
Line is longer than 80 characters. | 203 |
![]() |
Name 'linksType' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 203 |
![]() |
Line is longer than 80 characters. | 205 |
![]() |
Missing a Javadoc comment. | 205 |
![]() |
Name 'demandsType' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 205 |
![]() |
Parameter e should be final. | 221 |
![]() |
Parameter m should be final. | 222 |
![]() |
Line is longer than 80 characters. | 223 |
![]() |
Parameter capacityVector should be final. | 223 |
![]() |
Line is longer than 80 characters. | 224 |
![]() |
Parameter costVector should be final. | 224 |
![]() |
'if' construct must use '{}'s. | 227 |
![]() |
'if' construct must use '{}'s. | 233 |
![]() |
'(' is followed by whitespace. | 234 |
![]() |
'else' construct must use '{}'s. | 235 |
![]() |
Parameter fileName should be final. | 259 |
![]() |
Parameter linksType should be final. | 259 |
![]() |
'linksType' hides a field. | 259 |
![]() |
Parameter demandsType should be final. | 259 |
![]() |
'demandsType' hides a field. | 259 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 260 |
![]() |
Line is longer than 80 characters. | 264 |
![]() |
Line is longer than 80 characters. | 274 |
![]() |
Parameter fileName should be final. | 290 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 291 |
![]() |
'(' is followed by whitespace. | 308 |
![]() |
';' is preceded with whitespace. | 310 |
![]() |
';' is not followed by whitespace. | 310 |
![]() |
Line is longer than 80 characters. | 318 |
![]() |
'10' is a magic number. | 318 |
![]() |
Line is longer than 80 characters. | 319 |
![]() |
'10' is a magic number. | 319 |
![]() |
';' is preceded with whitespace. | 327 |
![]() |
';' is not followed by whitespace. | 327 |
![]() |
Line is longer than 80 characters. | 341 |
![]() |
Avoid inline conditionals. | 341 |
![]() |
Line is longer than 80 characters. | 343 |
![]() |
Line is longer than 80 characters. | 344 |
![]() |
'(' is followed by whitespace. | 347 |
![]() |
';' is preceded with whitespace. | 349 |
![]() |
';' is not followed by whitespace. | 349 |
![]() |
';' is preceded with whitespace. | 382 |
![]() |
';' is not followed by whitespace. | 382 |
![]() |
Line is longer than 80 characters. | 388 |
![]() |
Missing a Javadoc comment. | 388 |
![]() |
Line is longer than 80 characters. | 389 |
![]() |
Avoid inline conditionals. | 389 |
![]() |
Line is longer than 80 characters. | 390 |
![]() |
Line is longer than 80 characters. | 391 |
![]() |
Line is longer than 80 characters. | 392 |
![]() |
'(' is followed by whitespace. | 396 |
![]() |
';' is preceded with whitespace. | 398 |
![]() |
';' is not followed by whitespace. | 398 |
![]() |
'if' construct must use '{}'s. | 416 |
![]() |
'else' construct must use '{}'s. | 420 |
![]() |
';' is preceded with whitespace. | 422 |
![]() |
';' is not followed by whitespace. | 422 |
![]() |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() |
Missing a Javadoc comment. | 428 |
![]() |
'(' is followed by whitespace. | 435 |
![]() |
Inner assignments should be avoided. | 435 |
![]() |
Line is longer than 80 characters. | 437 |
![]() |
';' is preceded with whitespace. | 438 |
![]() |
'(' is followed by whitespace. | 439 |
![]() |
';' is preceded with whitespace. | 442 |
![]() |
';' is not followed by whitespace. | 442 |
![]() |
'(' is followed by whitespace. | 457 |
![]() |
';' is preceded with whitespace. | 460 |
![]() |
';' is not followed by whitespace. | 460 |
![]() |
Line is longer than 80 characters. | 475 |
![]() |
'cast' is not followed by whitespace. | 475 |
![]() |
'(' is followed by whitespace. | 480 |
![]() |
';' is preceded with whitespace. | 483 |
![]() |
';' is not followed by whitespace. | 483 |
![]() |
'cast' is not followed by whitespace. | 498 |
![]() |
Line is longer than 80 characters. | 510 |
![]() |
Method 'getPaths' is not designed for extension - needs to be abstract, final or empty. | 510 |
![]() |
Missing a Javadoc comment. | 510 |
![]() |
Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 516 |
![]() |
Missing a Javadoc comment. | 516 |
![]() |
Line is longer than 80 characters. | 522 |
![]() |
Method 'getEdgeSets' is not designed for extension - needs to be abstract, final or empty. | 522 |
![]() |
Missing a Javadoc comment. | 522 |
![]() |
Line is longer than 80 characters. | 533 |
![]() |
Method 'getGraphs' is not designed for extension - needs to be abstract, final or empty. | 533 |
![]() |
Missing a Javadoc comment. | 533 |
![]() |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
Missing a Javadoc comment. | 544 |
![]() |
Line is longer than 80 characters. | 555 |
![]() |
Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
Missing a Javadoc comment. | 555 |
![]() |
Method 'getVertexSets' is not designed for extension - needs to be abstract, final or empty. | 562 |
![]() |
Missing a Javadoc comment. | 562 |
![]() |
Method 'getMaps' is not designed for extension - needs to be abstract, final or empty. | 568 |
![]() |
Missing a Javadoc comment. | 568 |
![]() |
Method 'getFlows' is not designed for extension - needs to be abstract, final or empty. | 574 |
![]() |
Missing a Javadoc comment. | 574 |
![]() |
Method 'getAllObjects' is not designed for extension - needs to be abstract, final or empty. | 580 |
![]() |
Missing a Javadoc comment. | 580 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Missing a Javadoc comment. | 18 |
![]() |
Line is longer than 80 characters. | 19 |
![]() |
Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
Missing a Javadoc comment. | 19 |
![]() |
Parameter publicId should be final. | 19 |
![]() |
Parameter systemId should be final. | 19 |
Violation | Message | Line |
---|---|---|
![]() |
Utility classes should not have a public or default constructor. | 22 |
![]() |
Missing a Javadoc comment. | 24 |
![]() |
First sentence should end with a period. | 26 |
![]() |
First sentence should end with a period. | 29 |
![]() |
Missing a Javadoc comment. | 33 |
![]() |
First sentence should end with a period. | 39 |
![]() |
Expected an @return tag. | 40 |
![]() |
First sentence should end with a period. | 45 |
![]() |
Expected an @return tag. | 46 |
![]() |
Missing a Javadoc comment. | 51 |
![]() |
Missing a Javadoc comment. | 56 |
![]() |
Missing a Javadoc comment. | 61 |
![]() |
Line is longer than 80 characters. | 64 |
![]() |
Line is longer than 80 characters. | 68 |
![]() |
Parameter exception should be final. | 77 |
![]() |
Expected @param tag for 'exception'. | 77 |
![]() |
Expected @throws tag for 'SAXException'. | 77 |
![]() |
Parameter exception should be final. | 88 |
![]() |
Expected @param tag for 'exception'. | 88 |
![]() |
Parameter exception should be final. | 97 |
![]() |
Expected @param tag for 'exception'. | 97 |
![]() |
Parameter source should be final. | 113 |
![]() |
Unused @param tag for 'source'. | 131 |
![]() |
Parameter filename should be final. | 136 |
![]() |
Expected @param tag for 'filename'. | 136 |
![]() |
Unused @param tag for 'source'. | 145 |
![]() |
Parameter stream should be final. | 150 |
![]() |
Expected @param tag for 'stream'. | 150 |
![]() |
Missing a Javadoc comment. | 156 |
![]() |
Parameter source should be final. | 156 |
![]() |
Parameter useInternalXsd should be final. | 157 |
![]() |
'if' construct must use '{}'s. | 168 |
![]() |
Line is longer than 80 characters. | 171 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
Line is longer than 80 characters. | 27 |
![]() |
Missing a Javadoc comment. | 37 |
![]() |
'for' construct must use '{}'s. | 41 |
![]() |
Name 'StickArrowType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() |
Name 'ClosedTriangleArrowType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() |
Name 'IndentedButtArrowType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() |
Name 'ClosedWithPointedButtArrowType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() |
'32' is a magic number. | 115 |
![]() |
Line is longer than 80 characters. | 121 |
![]() |
',' is not followed by whitespace. | 121 |
![]() |
',' is not followed by whitespace. | 121 |
![]() |
'100' is a magic number. | 140 |
![]() |
'40' is a magic number. | 148 |
![]() |
Line is longer than 80 characters. | 163 |
![]() |
'20' is a magic number. | 177 |
![]() |
Line is longer than 80 characters. | 195 |
![]() |
First sentence should end with a period. | 206 |
![]() |
'20' is a magic number. | 209 |
![]() |
'3' is a magic number. | 218 |
![]() |
First sentence should end with a period. | 220 |
![]() |
'0.5' is a magic number. | 228 |
![]() |
'40' is a magic number. | 233 |
![]() |
'80' is a magic number. | 238 |
![]() |
First sentence should end with a period. | 263 |
![]() |
First sentence should end with a period. | 268 |
![]() |
First sentence should end with a period. | 273 |
![]() |
First sentence should end with a period. | 278 |
![]() |
'16' is a magic number. | 281 |
![]() |
First sentence should end with a period. | 283 |
![]() |
Parameter name should be final. | 302 |
![]() |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
Parameter graph should be final. | 313 |
![]() |
Parameter mo should be final. | 331 |
![]() |
Parameter m should be final. | 331 |
![]() |
Parameter context should be final. | 332 |
![]() |
Parameter code should be final. | 332 |
![]() |
Avoid inline conditionals. | 359 |
![]() |
Avoid inline conditionals. | 364 |
![]() |
Avoid inline conditionals. | 368 |
![]() |
Missing a Javadoc comment. | 387 |
![]() |
Parameter label should be final. | 387 |
![]() |
Parameter x should be final. | 387 |
![]() |
Parameter y should be final. | 387 |
![]() |
Parameter mo should be final. | 387 |
![]() |
Parameter m should be final. | 388 |
![]() |
Parameter context should be final. | 388 |
![]() |
Parameter output should be final. | 388 |
![]() |
Method 'setOrientation' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
Parameter orientation should be final. | 416 |
![]() |
Method 'setJustification' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() |
Parameter justification should be final. | 436 |
![]() |
Method 'setMagnification' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() |
Parameter percentage should be final. | 455 |
![]() |
Extra HTML tag found: </br> {@link #NATIVE_COLOR} : Use | 467 |
![]() |
Line is longer than 80 characters. | 468 |
![]() |
Method 'setVerticesColorMode' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() |
Parameter mode should be final. | 473 |
![]() |
'if' construct must use '{}'s. | 474 |
![]() |
Line is longer than 80 characters. | 483 |
![]() |
Method 'setVerticesUnifiedColor' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() |
Parameter color should be final. | 485 |
![]() |
Method 'setVerticesUnifiedColor' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() |
Parameter name should be final. | 496 |
![]() |
Method 'setVerticesFillMode' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
Parameter fillMode should be final. | 520 |
![]() |
'if' construct must use '{}'s. | 521 |
![]() |
'40' is a magic number. | 521 |
![]() |
Method 'setVerticesLineThickness' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() |
Parameter lineThickness should be final. | 532 |
![]() |
'if' construct must use '{}'s. | 533 |
![]() |
Method 'setVerticesRadiusLength' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
Parameter length should be final. | 544 |
![]() |
'if' construct must use '{}'s. | 545 |
![]() |
Extra HTML tag found: </br> {@link #NATIVE_COLOR} : Use | 559 |
![]() |
Line is longer than 80 characters. | 560 |
![]() |
Method 'setEdgesColorMode' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() |
Parameter mode should be final. | 565 |
![]() |
'if' construct must use '{}'s. | 566 |
![]() |
Line is longer than 80 characters. | 575 |
![]() |
Method 'setEdgesUnifiedColor' is not designed for extension - needs to be abstract, final or empty. | 577 |
![]() |
Parameter color should be final. | 577 |
![]() |
Method 'setEdgesUnifiedColor' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() |
Parameter name should be final. | 588 |
![]() |
Method 'setEdgesLineThickness' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() |
Parameter lineThickness should be final. | 600 |
![]() |
'if' construct must use '{}'s. | 601 |
![]() |
Method 'setArrowType' is not designed for extension - needs to be abstract, final or empty. | 615 |
![]() |
Parameter type should be final. | 615 |
![]() |
'if' construct must use '{}'s. | 616 |
![]() |
'3' is a magic number. | 616 |
![]() |
'if' construct must use '{}'s. | 619 |
![]() |
Method 'setArrowWidth' is not designed for extension - needs to be abstract, final or empty. | 629 |
![]() |
Parameter width should be final. | 629 |
![]() |
'if' construct must use '{}'s. | 630 |
![]() |
Method 'setArrowHeight' is not designed for extension - needs to be abstract, final or empty. | 641 |
![]() |
Parameter height should be final. | 641 |
![]() |
'if' construct must use '{}'s. | 642 |
![]() |
Method 'setArrowFill' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() |
Parameter filled should be final. | 653 |
![]() |
'if' construct must use '{}'s. | 654 |
![]() |
'else' construct must use '{}'s. | 656 |
![]() |
Method 'setLabelFontSize' is not designed for extension - needs to be abstract, final or empty. | 669 |
![]() |
Parameter size should be final. | 669 |
![]() |
Method 'setVerticesLabels' is not designed for extension - needs to be abstract, final or empty. | 679 |
![]() |
Parameter label should be final. | 679 |
![]() |
Method 'setEdgesLabels' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() |
Parameter label should be final. | 689 |
![]() |
Method 'setVerticesLabelsMap' is not designed for extension - needs to be abstract, final or empty. | 699 |
![]() |
Parameter m should be final. | 699 |
![]() |
Method 'setEdgesLabelsMap' is not designed for extension - needs to be abstract, final or empty. | 709 |
![]() |
Parameter m should be final. | 709 |
![]() |
Method 'setVerticesLabelsContext' is not designed for extension - needs to be abstract, final or empty. | 719 |
![]() |
Parameter context should be final. | 719 |
![]() |
Method 'setEdgesLabelsContext' is not designed for extension - needs to be abstract, final or empty. | 729 |
![]() |
Parameter context should be final. | 729 |
![]() |
Method 'setLabelsColor' is not designed for extension - needs to be abstract, final or empty. | 740 |
![]() |
Parameter color should be final. | 740 |
![]() |
Method 'setLabelsColor' is not designed for extension - needs to be abstract, final or empty. | 751 |
![]() |
Parameter color should be final. | 751 |
![]() |
Line is longer than 80 characters. | 767 |
![]() |
Parameter edgeSet should be final. | 767 |
![]() |
Parameter output should be final. | 767 |
![]() |
Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 |
![]() |
'10' is a magic number. | 799 |
![]() |
'10' is a magic number. | 799 |
![]() |
Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 800 |
![]() |
'10' is a magic number. | 800 |
![]() |
'10' is a magic number. | 800 |
![]() |
'10' is a magic number. | 816 |
![]() |
'10' is a magic number. | 817 |
![]() |
'10' is a magic number. | 818 |
![]() |
'10' is a magic number. | 819 |
![]() |
'10' is a magic number. | 825 |
![]() |
'10' is a magic number. | 826 |
![]() |
'10' is a magic number. | 827 |
![]() |
'10' is a magic number. | 828 |
![]() |
'if' construct must use '{}'s. | 859 |
![]() |
'3' is a magic number. | 860 |
![]() |
'4' is a magic number. | 860 |
![]() |
'3' is a magic number. | 861 |
![]() |
'4' is a magic number. | 861 |
![]() |
Must have at least one statement. | 864 |
![]() |
Parameter vertexSet should be final. | 881 |
![]() |
Parameter output should be final. | 881 |
![]() |
'10' is a magic number. | 902 |
![]() |
'10' is a magic number. | 903 |
![]() |
'10' is a magic number. | 904 |
![]() |
'10' is a magic number. | 904 |
![]() |
'10' is a magic number. | 905 |
![]() |
'10' is a magic number. | 906 |
![]() |
'if' construct must use '{}'s. | 907 |
![]() |
'10' is a magic number. | 908 |
![]() |
'10' is a magic number. | 910 |
![]() |
'10' is a magic number. | 910 |
![]() |
Line is longer than 80 characters. | 915 |
![]() |
Missing a Javadoc comment. | 915 |
![]() |
Parameter colors should be final. | 915 |
![]() |
',' is not followed by whitespace. | 915 |
![]() |
Parameter output should be final. | 915 |
![]() |
'0xffffff' is a magic number. | 924 |
![]() |
'6' is a magic number. | 925 |
![]() |
Parameter color should be final. | 938 |
![]() |
Parameter set should be final. | 955 |
![]() |
'if' construct must use '{}'s. | 972 |
![]() |
'if' construct must use '{}'s. | 974 |
![]() |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 991 |
![]() |
Redundant throws: 'SecurityException' is unchecked exception. | 991 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
'{' should be on the previous line. | 38 |
![]() |
Missing a Javadoc comment. | 39 |
![]() |
Missing a Javadoc comment. | 41 |
![]() |
Line is longer than 80 characters. | 43 |
![]() |
Line is longer than 80 characters. | 44 |
![]() |
Line is longer than 80 characters. | 46 |
![]() |
First sentence should end with a period. | 48 |
![]() |
First sentence should end with a period. | 51 |
![]() |
First sentence should end with a period. | 54 |
![]() |
First sentence should end with a period. | 57 |
![]() |
Name 'fileWriter' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 58 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'toGenerate' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 60 |
![]() |
Line is longer than 80 characters. | 61 |
![]() |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
Parameter mascoptObject should be final. | 71 |
![]() |
'if' construct must use '{}'s. | 72 |
![]() |
Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() |
Must have at least one statement. | 112 |
![]() |
Missing a Javadoc comment. | 147 |
![]() |
Parameter mascoptObject should be final. | 147 |
![]() |
Parameter mascoptObject should be final. | 164 |
![]() |
Missing a Javadoc comment. | 172 |
![]() |
Parameter vertex should be final. | 172 |
![]() |
Parameter vertex should be final. | 184 |
![]() |
Missing a Javadoc comment. | 191 |
![]() |
Parameter link should be final. | 191 |
![]() |
Parameter link should be final. | 204 |
![]() |
Missing a Javadoc comment. | 214 |
![]() |
Parameter set should be final. | 214 |
![]() |
Parameter set should be final. | 227 |
![]() |
Missing a Javadoc comment. | 261 |
![]() |
Parameter graph should be final. | 261 |
![]() |
Parameter graph should be final. | 273 |
![]() |
Parameter map should be final. | 300 |
![]() |
Parameter key should be final. | 300 |
![]() |
Parameter name should be final. | 300 |
![]() |
Parameter context should be final. | 301 |
![]() |
Avoid inline conditionals. | 323 |
![]() |
Missing a Javadoc comment. | 329 |
![]() |
Parameter map should be final. | 329 |
![]() |
Parameter map should be final. | 341 |
![]() |
Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
![]() |
Missing a Javadoc comment. | 365 |
![]() |
Parameter mascoptObject should be final. | 365 |
![]() |
Parameter mascoptObject should be final. | 390 |
![]() |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
'while' construct must use '{}'s. | 418 |
![]() |
'while' construct must use '{}'s. | 422 |
![]() |
Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
Parameter fileName should be final. | 435 |
![]() |
Method 'setPackage' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
Parameter packageName should be final. | 446 |
![]() |
Expected @param tag for 'packageName'. | 446 |
![]() |
Method 'setClass' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() |
Parameter className should be final. | 461 |
![]() |
Parameter name should be final. | 475 |
Violation | Message | Line |
---|---|---|
![]() |
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() |
First sentence should end with a period. | 22 |
![]() |
Name 'document' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 32 |
![]() |
First sentence should end with a period. | 34 |
![]() |
Variable 'os' must be private and have accessor methods. | 37 |
![]() |
Variable 'rootElementForXMLFile' must be private and have accessor methods. | 42 |
![]() |
Name 'SYSTEM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() |
Variable 'SYSTEM' must be private and have accessor methods. | 47 |
![]() |
Line is longer than 80 characters. | 52 |
![]() |
Missing a Javadoc comment. | 54 |
![]() |
Name 'W3CSchemaAttr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() |
Line is longer than 80 characters. | 56 |
![]() |
Missing a Javadoc comment. | 56 |
![]() |
Name 'W3CSchema' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
Missing a Javadoc comment. | 58 |
![]() |
Name 'MGLSchemaAttr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
Line is longer than 80 characters. | 60 |
![]() |
Missing a Javadoc comment. | 60 |
![]() |
Name 'MGLSchema' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
Variable 'relaxNGVersionAttribute' must be private and have accessor methods. | 65 |
![]() |
Parameter file should be final. | 73 |
![]() |
Expected @throws tag for 'FileNotFoundException'. | 73 |
![]() |
Parameter os should be final. | 83 |
![]() |
'os' hides a field. | 83 |
![]() |
Name 'dom_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
Parameter object should be final. | 109 |
![]() |
Expected @param tag for 'object'. | 109 |
![]() |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
'80' is a magic number. | 120 |