The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 51 | 0 | 1841 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
276 | |
| JavadocType | 10 | |
| JavadocVariable | 14 | |
| JavadocStyle | 141 | |
| ConstantName | 82 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 19 | |
MemberName
|
38 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| LineLength | 263 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
2 | |
| NoWhitespaceBefore | 14 | |
| OperatorWrap | 0 | |
| ParenPad | 42 | |
| TypecastParenPad | 0 | |
| TabCharacter | 125 | |
| ModifierOrder | 16 | |
| RedundantModifier | 11 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 30 | |
| NeedBraces | 63 | |
| RightCurly | 1 | |
| AvoidInlineConditionals | 22 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 5 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
9 | |
| SimplifyBooleanExpression | 2 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 259 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 6 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 364 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
MemberName
|
38 | |
| WhitespaceAfter | 16 | |
WhitespaceAround
|
2 | |
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Name 'cycleBegin_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Name 'cycleEnd_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Name 'cycleInterLink_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'diCycleInterLink_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Variable 'orderedVertices' must be private and have accessor methods. | 43 | |
| Line is longer than 80 characters. | 48 | |
| Variable 'orderedLinks' must be private and have accessor methods. | 48 | |
| '{' should be on the previous line. | 63 | |
| First sentence should end with a period. | 64 | |
| Name 'vector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 67 | |
| Name 'initialIndex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 72 | |
| Name 'index' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 78 | |
| First sentence should end with a period. | 82 | |
| Parameter v should be final. | 88 | |
| First sentence should end with a period. | 95 | |
| Parameter v should be final. | 103 | |
| Parameter begin should be final. | 103 | |
| 'if' construct must use '{}'s. | 106 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 119 | |
| '(' is followed by whitespace. | 120 | |
| ')' is preceded with whitespace. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Unused @throws tag for 'IllegalArgumentException'. | 140 | |
| Parameter p should be final. | 144 | |
| Parameter e should be final. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Parameter factory should be final. | 146 | |
| Expected @param tag for 'factory'. | 146 | |
| Parameter id should be final. | 147 | |
| Expected @param tag for 'id'. | 147 | |
| Line is longer than 80 characters. | 153 | |
| '(' is followed by whitespace. | 153 | |
| Avoid inline conditionals. | 154 | |
| 'while' construct must use '{}'s. | 156 | |
| Avoid inline conditionals. | 158 | |
| 'while' construct must use '{}'s. | 160 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter vertex should be final. | 188 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter edge should be final. | 202 | |
| Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Unused @throws tag for 'IllegalArgumentException'. | 228 | |
| Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Parameter firstVertex should be final. | 231 | |
| Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Unused @throws tag for 'IllegalArgumentException'. | 258 | |
| Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Parameter firstEdge should be final. | 261 | |
| Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Parameter vertex should be final. | 280 | |
| Redundant throws: 'NoSuchElementException' is unchecked exception. | 280 | |
| 'if' construct must use '{}'s. | 283 | |
| Avoid inline conditionals. | 287 | |
| Method 'length' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Line is longer than 80 characters. | 311 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 335 | |
| Expected an @return tag. | 340 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| 'if' construct must use '{}'s. | 348 | |
| Avoid inline conditionals. | 349 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Missing a Javadoc comment. | 357 | |
| Expected an @return tag. | 370 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Parameter element should be final. | 371 | |
| Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 | |
| Name 'it_edges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 | |
| Line is longer than 80 characters. | 390 | |
| Missing a Javadoc comment. | 393 | |
| Parameter observable should be final. | 394 | |
| Parameter message should be final. | 396 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 16 | |
| '{' should be on the previous line. | 31 | |
| First sentence should end with a period. | 33 | |
| Line is longer than 80 characters. | 34 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 37 | |
| First sentence should end with a period. | 39 | |
| '{' should be on the previous line. | 46 | |
| First sentence should end with a period. | 48 | |
| Name 'data' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 49 | |
| First sentence should end with a period. | 51 | |
| Name 'alreadyVisited' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 52 | |
| First sentence should end with a period. | 56 | |
| Parameter root should be final. | 65 | |
| Parameter dataStructure should be final. | 66 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 91 | |
| '(' is followed by whitespace. | 98 | |
| '!' is followed by whitespace. | 98 | |
| Missing a Javadoc comment. | 113 | |
| Line is longer than 80 characters. | 115 | |
| Parameter edgeSet should be final. | 131 | |
| Parameter factory should be final. | 132 | |
| Parameter id should be final. | 132 | |
| Parameter superGraph should be final. | 151 | |
| Parameter factory should be final. | 152 | |
| Parameter id should be final. | 152 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Expected an @return tag. | 174 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Method 'vertexSet' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Method 'edgeSet' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter e should be final. | 221 | |
| Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Parameter o1 should be final. | 232 | |
| Parameter o2 should be final. | 232 | |
| Method 'addVertex' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Missing a Javadoc comment. | 244 | |
| Parameter o should be final. | 244 | |
| Method 'removeEdge' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Parameter e should be final. | 255 | |
| Method 'removeEdge' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Parameter o1 should be final. | 266 | |
| Parameter o2 should be final. | 266 | |
| Method 'removeVertex' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Parameter o should be final. | 278 | |
| Method 'complement' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| '(' is followed by whitespace. | 305 | |
| Method 'hashCodeArray' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Method 'inducedSubGraph' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Parameter subSet should be final. | 345 | |
| Method 'neighborhood' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Missing a Javadoc comment. | 372 | |
| Parameter v should be final. | 372 | |
| Method 'outNeighborhood' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| Missing a Javadoc comment. | 383 | |
| Parameter v should be final. | 383 | |
| Method 'inNeighborhood' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Missing a Javadoc comment. | 394 | |
| Parameter v should be final. | 394 | |
| Method 'inEdges' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Missing a Javadoc comment. | 405 | |
| Parameter v should be final. | 405 | |
| Method 'outEdges' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Missing a Javadoc comment. | 416 | |
| Parameter v should be final. | 416 | |
| Method 'inOutEdges' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| Missing a Javadoc comment. | 427 | |
| Parameter v should be final. | 427 | |
| Line is longer than 80 characters. | 439 | |
| Method 'getEdgesConnected' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| Missing a Javadoc comment. | 439 | |
| Parameter v1 should be final. | 439 | |
| Parameter v2 should be final. | 439 | |
| Line is longer than 80 characters. | 448 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| Missing a Javadoc comment. | 451 | |
| Parameter observable should be final. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Parameter nr should be final. | 453 | |
| Line is longer than 80 characters. | 472 | |
| Line is longer than 80 characters. | 474 | |
| Method 'breadthFirstIterator' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Parameter root should be final. | 483 | |
| Method 'depthFirstIterator' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| Parameter root should be final. | 497 | |
| Line is longer than 80 characters. | 504 | |
| Line is longer than 80 characters. | 506 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| Missing a Javadoc comment. | 513 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| Missing a Javadoc comment. | 525 | |
| Parameter element should be final. | 526 | |
| Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 14 | |
| '{' should be on the previous line. | 29 | |
| First sentence should end with a period. | 31 | |
| Parameter v0 should be final. | 46 | |
| Parameter v1 should be final. | 46 | |
| Parameter id should be final. | 46 | |
| Line is longer than 80 characters. | 61 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter o should be final. | 69 | |
| Method 'getOpposite' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter o should be final. | 80 | |
| Avoid inline conditionals. | 81 | |
| Avoid inline conditionals. | 82 | |
| Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter a should be final. | 123 | |
| 'if' construct must use '{}'s. | 124 | |
| Method 'isLoop' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Expected an @return tag. | 167 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter element should be final. | 168 | |
| Line is longer than 80 characters. | 187 | |
| Missing a Javadoc comment. | 190 | |
| Parameter observable should be final. | 191 | |
| Parameter message should be final. | 193 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 28 | |
| First sentence should end with a period. | 31 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 49 | |
| Parameter realIt should be final. | 59 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 78 | |
| Inner assignments should be avoided. | 79 | |
| Missing a Javadoc comment. | 87 | |
| First sentence should end with a period. | 125 | |
| Name 'weakRef' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 126 | |
| First sentence should end with a period. | 128 | |
| Name 'strongRef' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 129 | |
| Parameter ref should be final. | 138 | |
| Parameter set should be final. | 150 | |
| Line is longer than 80 characters. | 194 | |
| Redundant 'final' modifier. | 194 | |
| 'static' modifier out of order with the JLS suggestions. | 194 | |
| Expected @param tag for '<T>'. | 194 | |
| Parameter vertex should be final. | 195 | |
| Parameter map should be final. | 195 | |
| Parameter thisEdgeSet should be final. | 196 | |
| 'if' construct must use '{}'s. | 197 | |
| 'if' construct must use '{}'s. | 200 | |
| Avoid inline conditionals. | 203 | |
| Redundant 'final' modifier. | 230 | |
| 'static' modifier out of order with the JLS suggestions. | 230 | |
| Expected @param tag for '<T>'. | 230 | |
| Parameter vertex should be final. | 231 | |
| Parameter edge should be final. | 231 | |
| Parameter map should be final. | 232 | |
| Parameter thisEdgeSet should be final. | 233 | |
| Avoid inline conditionals. | 241 | |
| Line is longer than 80 characters. | 245 | |
| Unused @param tag for 'abstractVertex'. | 263 | |
| Redundant 'final' modifier. | 266 | |
| 'static' modifier out of order with the JLS suggestions. | 266 | |
| Expected @param tag for '<T>'. | 266 | |
| Parameter v should be final. | 267 | |
| Parameter abstractEdge should be final. | 267 | |
| Parameter map should be final. | 268 | |
| Expected @param tag for 'map'. | 268 | |
| Unused @param tag for 'edgeSet'. | 295 | |
| Parameter abstractVertex should be final. | 298 | |
| Expected @param tag for 'abstractVertex'. | 298 | |
| Parameter abstractEdge should be final. | 298 | |
| Unused @param tag for 'edgeSet'. | 310 | |
| Parameter abstractVertex should be final. | 313 | |
| Expected @param tag for 'abstractVertex'. | 313 | |
| Parameter abstractEdge should be final. | 313 | |
| Parameter nodeSet should be final. | 328 | |
| Parameter id should be final. | 328 | |
| Parameter edgeSet should be final. | 349 | |
| Parameter id should be final. | 349 | |
| Line is longer than 80 characters. | 365 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| Missing a Javadoc comment. | 373 | |
| Parameter e should be final. | 374 | |
| 'if' construct must use '{}'s. | 380 | |
| Line is longer than 80 characters. | 390 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| Missing a Javadoc comment. | 425 | |
| Parameter collection should be final. | 426 | |
| Name 'it_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 | |
| Name 'adding_ok' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 434 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| Missing a Javadoc comment. | 448 | |
| Parameter collection should be final. | 449 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Missing a Javadoc comment. | 470 | |
| Parameter o should be final. | 472 | |
| 'if' construct must use '{}'s. | 476 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| Missing a Javadoc comment. | 512 | |
| Method 'getVertexSet' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Method 'inEdges' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| Parameter vertex should be final. | 534 | |
| Expected @param tag for 'vertex'. | 534 | |
| Method 'outEdges' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| Parameter vertex should be final. | 546 | |
| Method 'inOutEdges' is not designed for extension - needs to be abstract, final or empty. | 559 | |
| Parameter vertex should be final. | 559 | |
| Method 'getEdgesConnected' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| Parameter v1 should be final. | 573 | |
| Parameter v2 should be final. | 574 | |
| 'if' construct must use '{}'s. | 581 | |
| Line is longer than 80 characters. | 601 | |
| 'private' modifier out of order with the JLS suggestions. | 601 | |
| Expected @param tag for '<T>'. | 601 | |
| Parameter v should be final. | 602 | |
| Parameter edgeSet should be final. | 602 | |
| Method 'neighborhood' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| Parameter v should be final. | 624 | |
| Method 'outNeighborhood' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| Parameter v should be final. | 637 | |
| Method 'inNeighborhood' is not designed for extension - needs to be abstract, final or empty. | 650 | |
| Parameter v should be final. | 650 | |
| Unused @param tag for 'edgeSet'. | 661 | |
| Parameter abstractVertex should be final. | 664 | |
| Expected @param tag for 'abstractVertex'. | 664 | |
| Parameter abstractEdge should be final. | 664 | |
| Parameter abstractVertex should be final. | 679 | |
| Parameter abstractEdge should be final. | 679 | |
| Parameter original should be final. | 699 | |
| Parameter copy should be final. | 700 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| Missing a Javadoc comment. | 719 | |
| Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 750 | |
| Missing a Javadoc comment. | 750 | |
| Parameter o should be final. | 751 | |
| Parameter arg should be final. | 752 | |
| Line is longer than 80 characters. | 777 | |
| Line is longer than 80 characters. | 779 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 786 | |
| Missing a Javadoc comment. | 786 | |
| Parameter element should be final. | 787 | |
| Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 789 | |
| Expected @param tag for '<T>'. | 813 | |
| Parameter map should be final. | 814 | |
| 'if' construct must use '{}'s. | 822 | |
| Parameter adjacenceTable should be final. | 842 | |
| Parameter edgeSet should be final. | 843 | |
| 'if' construct must use '{}'s. | 855 | |
| 'if' construct must use '{}'s. | 856 | |
| Expected @param tag for '<T>'. | 874 | |
| Parameter current should be final. | 875 | |
| 'if' construct must use '{}'s. | 881 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 32 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 39 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| Name 'order_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Variable 'order_' must be private and have accessor methods. | 56 | |
| Name 'removeCalled_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| Variable 'removeCalled_' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 76 | |
| Parameter begin should be final. | 76 | |
| Parameter order should be final. | 76 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| 'if' construct must use '{}'s. | 94 | |
| '(' is followed by whitespace. | 94 | |
| Avoid inline conditionals. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Missing a Javadoc comment. | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| Expression can be simplified. | 103 | |
| 'if' construct must use '{}'s. | 108 | |
| Line is longer than 80 characters. | 110 | |
| 'if' construct must use '{}'s. | 112 | |
| Line is longer than 80 characters. | 114 | |
| 'if' construct must use '{}'s. | 121 | |
| ';' is preceded with whitespace. | 122 | |
| Missing a Javadoc comment. | 135 | |
| '{' should be on the previous line. | 136 | |
| First sentence should end with a period. | 145 | |
| First sentence should end with a period. | 148 | |
| First sentence should end with a period. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Parameter begin should be final. | 156 | |
| Parameter order should be final. | 156 | |
| Avoid inline conditionals. | 158 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 171 | |
| 'if' construct must use '{}'s. | 172 | |
| 'if' construct must use '{}'s. | 174 | |
| '(' is followed by whitespace. | 174 | |
| Avoid inline conditionals. | 177 | |
| ')' is preceded with whitespace. | 178 | |
| Missing a Javadoc comment. | 183 | |
| 'if' construct must use '{}'s. | 184 | |
| Expression can be simplified. | 184 | |
| 'if' construct must use '{}'s. | 188 | |
| Line is longer than 80 characters. | 190 | |
| 'if' construct must use '{}'s. | 192 | |
| Line is longer than 80 characters. | 194 | |
| Avoid inline conditionals. | 196 | |
| Avoid inline conditionals. | 198 | |
| 'if' construct must use '{}'s. | 199 | |
| ';' is preceded with whitespace. | 200 | |
| Parameter id should be final. | 212 | |
| Expected an @return tag. | 223 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Avoid inline conditionals. | 228 | |
| Avoid inline conditionals. | 234 | |
| Method 'getEnds' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Missing a Javadoc comment. | 248 | |
| '(' is followed by whitespace. | 250 | |
| Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Missing a Javadoc comment. | 264 | |
| Parameter o should be final. | 265 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 265 | |
| Method 'concat' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Parameter p should be final. | 301 | |
| Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. | 301 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter e should be final. | 322 | |
| ';' is preceded with whitespace. | 325 | |
| ';' is preceded with whitespace. | 330 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Parameter v should be final. | 359 | |
| 'if' construct must use '{}'s. | 361 | |
| ';' is preceded with whitespace. | 365 | |
| ';' is preceded with whitespace. | 370 | |
| Line is longer than 80 characters. | 376 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| Missing a Javadoc comment. | 399 | |
| Parameter e should be final. | 399 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Missing a Javadoc comment. | 410 | |
| Parameter o should be final. | 410 | |
| Method 'length' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Missing a Javadoc comment. | 421 | |
| Method 'isEnd' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| Missing a Javadoc comment. | 432 | |
| Parameter o should be final. | 432 | |
| Method 'getLastVertex' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| Missing a Javadoc comment. | 443 | |
| 'if' construct must use '{}'s. | 444 | |
| Avoid inline conditionals. | 445 | |
| Method 'getFirstVertex' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Missing a Javadoc comment. | 457 | |
| 'if' construct must use '{}'s. | 458 | |
| Avoid inline conditionals. | 459 | |
| Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| Missing a Javadoc comment. | 472 | |
| Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Missing a Javadoc comment. | 483 | |
| Parameter o should be final. | 483 | |
| 'if' construct must use '{}'s. | 484 | |
| '(' is followed by whitespace. | 491 | |
| 'if' construct must use '{}'s. | 492 | |
| Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Parameter o should be final. | 511 | |
| Parameter order should be final. | 511 | |
| Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| Missing a Javadoc comment. | 522 | |
| Parameter o should be final. | 522 | |
| 'if' construct must use '{}'s. | 523 | |
| '(' is followed by whitespace. | 529 | |
| 'if' construct must use '{}'s. | 530 | |
| Expected an @return tag. | 543 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| Line is longer than 80 characters. | 560 | |
| Parameter e should be final. | 560 | |
| Expected @throws tag for 'MascoptImpossibleOperationPathException'. | 560 | |
| Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. | 560 | |
| Avoid inline conditionals. | 565 | |
| Avoid inline conditionals. | 567 | |
| Line is longer than 80 characters. | 570 | |
| 'if' construct must use '{}'s. | 573 | |
| 'if' construct must use '{}'s. | 577 | |
| Line is longer than 80 characters. | 581 | |
| 'if' construct must use '{}'s. | 584 | |
| 'if' construct must use '{}'s. | 587 | |
| Line is longer than 80 characters. | 596 | |
| '(' is followed by whitespace. | 596 | |
| Method 'concat' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| Parameter e should be final. | 622 | |
| Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. | 622 | |
| ';' is preceded with whitespace. | 631 | |
| Line is longer than 80 characters. | 633 | |
| Line is longer than 80 characters. | 658 | |
| Line is longer than 80 characters. | 665 | |
| Missing a Javadoc comment. | 668 | |
| Parameter observable should be final. | 669 | |
| '(' is followed by whitespace. | 669 | |
| Parameter message should be final. | 671 | |
| Line is longer than 80 characters. | 678 | |
| Line is longer than 80 characters. | 680 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| Expected an @return tag. | 700 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 700 | |
| Parameter element should be final. | 701 | |
| Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 704 | |
| Name 'it_edges' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 707 | |
| Avoid inline conditionals. | 707 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 36 | |
| Parameter tail should be final. | 48 | |
| Parameter head should be final. | 48 | |
| Parameter factory should be final. | 49 | |
| ',' is not followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 51 | |
| Parameter tail should be final. | 65 | |
| Parameter head should be final. | 65 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Method 'getTail' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'getHead' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Method 'leadsTo' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter o should be final. | 113 | |
| Method 'leavesFrom' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter o should be final. | 124 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 177 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter nodeSet should be final. | 37 | |
| Parameter arcSet should be final. | 49 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 59 | |
| ',' is not followed by whitespace. | 59 | |
| Expected an @return tag. | 69 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter o should be final. | 70 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 94 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 8 | |
| First sentence should end with a period. | 14 | |
| Name 'emptyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| First sentence should end with a period. | 17 | |
| Name 'x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| First sentence should end with a period. | 20 | |
| Name 'y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| First sentence should end with a period. | 23 | |
| Name 'color' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| First sentence should end with a period. | 26 | |
| Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| First sentence should end with a period. | 29 | |
| Name 'newLinePropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Name 'externalFileLocation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| First sentence should end with a period. | 39 | |
| Name 'xmlIdAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| First sentence should end with a period. | 42 | |
| Name 'xmlIdRefAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| First sentence should end with a period. | 45 | |
| Name 'xmlNameAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| First sentence should end with a period. | 48 | |
| Name 'xmlColorAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| First sentence should end with a period. | 51 | |
| Name 'xmlRefPostfix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| First sentence should end with a period. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Name 'numericsPackages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| First sentence should end with a period. | 63 | |
| Name 'vertexPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| First sentence should end with a period. | 66 | |
| Name 'xmlVertexParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| First sentence should end with a period. | 69 | |
| Name 'xmlVertexTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| First sentence should end with a period. | 72 | |
| Name 'xmlVertexPositionTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| First sentence should end with a period. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Name 'xmlVertexRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| First sentence should end with a period. | 82 | |
| Name 'edgePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| First sentence should end with a period. | 85 | |
| Name 'arcPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 | |
| First sentence should end with a period. | 88 | |
| Name 'xmlLinkParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
| First sentence should end with a period. | 91 | |
| Name 'xmlEdgeTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 | |
| First sentence should end with a period. | 94 | |
| Name 'xmlArcTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
| First sentence should end with a period. | 97 | |
| Name 'xmlEdgeRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 98 | |
| First sentence should end with a period. | 100 | |
| Name 'xmlArcRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| First sentence should end with a period. | 106 | |
| Name 'graphPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 | |
| First sentence should end with a period. | 109 | |
| Name 'diGraphPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 110 | |
| First sentence should end with a period. | 112 | |
| Name 'xmlGraphParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 | |
| First sentence should end with a period. | 115 | |
| Name 'xmlGraphTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 | |
| First sentence should end with a period. | 118 | |
| Name 'xmlDiGraphTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 | |
| First sentence should end with a period. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Name 'xmlGraphRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 | |
| First sentence should end with a period. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Name 'xmlDiGraphRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 | |
| First sentence should end with a period. | 130 | |
| Name 'pathPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 | |
| First sentence should end with a period. | 133 | |
| Name 'diPathPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| First sentence should end with a period. | 136 | |
| Name 'xmlPathParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 | |
| First sentence should end with a period. | 139 | |
| Name 'xmlPathTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 | |
| First sentence should end with a period. | 142 | |
| Name 'xmlDiPathTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 | |
| First sentence should end with a period. | 145 | |
| Name 'xmlPathRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 | |
| First sentence should end with a period. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Name 'xmlDiPathRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 | |
| First sentence should end with a period. | 154 | |
| Name 'cyclePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 155 | |
| First sentence should end with a period. | 157 | |
| Name 'diCyclePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 158 | |
| First sentence should end with a period. | 160 | |
| Name 'xmlCycleParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 161 | |
| First sentence should end with a period. | 163 | |
| Name 'xmlCycleTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 164 | |
| First sentence should end with a period. | 166 | |
| Name 'xmlDiCycleTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 167 | |
| First sentence should end with a period. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Name 'xmlCycleRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 170 | |
| First sentence should end with a period. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Name 'xmlDiCycleRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 173 | |
| First sentence should end with a period. | 177 | |
| Name 'fixedSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 178 | |
| First sentence should end with a period. | 180 | |
| Name 'setPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 181 | |
| First sentence should end with a period. | 183 | |
| Name 'vertexSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 184 | |
| First sentence should end with a period. | 186 | |
| Name 'edgeSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 187 | |
| First sentence should end with a period. | 189 | |
| Name 'arcSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 190 | |
| First sentence should end with a period. | 192 | |
| Name 'xmlSetParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 193 | |
| First sentence should end with a period. | 195 | |
| Name 'xmlFixedSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 196 | |
| First sentence should end with a period. | 198 | |
| Name 'xmlSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 199 | |
| First sentence should end with a period. | 201 | |
| Name 'xmlVertexSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 202 | |
| First sentence should end with a period. | 204 | |
| Name 'xmlEdgeSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 205 | |
| First sentence should end with a period. | 207 | |
| Name 'xmlArcSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 208 | |
| First sentence should end with a period. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Name 'xmlFixedSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 211 | |
| First sentence should end with a period. | 213 | |
| Name 'xmlSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 214 | |
| First sentence should end with a period. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Name 'xmlVertexSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 217 | |
| First sentence should end with a period. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Name 'xmlEdgeSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 220 | |
| First sentence should end with a period. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Name 'xmlArcSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 223 | |
| First sentence should end with a period. | 228 | |
| Name 'mapPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 229 | |
| First sentence should end with a period. | 231 | |
| Name 'xmlMapParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 232 | |
| First sentence should end with a period. | 234 | |
| Name 'xmlMapTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 235 | |
| First sentence should end with a period. | 237 | |
| Name 'xmlMapRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 238 | |
| First sentence should end with a period. | 240 | |
| Name 'xmlMapEntryTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 241 | |
| First sentence should end with a period. | 243 | |
| Name 'xmlMapEntryType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 244 | |
| First sentence should end with a period. | 246 | |
| Name 'xmlMapEntryName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 247 | |
| First sentence should end with a period. | 249 | |
| Name 'xmlMapEntryValue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 250 | |
| First sentence should end with a period. | 255 | |
| Name 'flowPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 256 | |
| First sentence should end with a period. | 258 | |
| Name 'multiFlowPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 259 | |
| First sentence should end with a period. | 261 | |
| Name 'xmlFlowParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 262 | |
| First sentence should end with a period. | 264 | |
| Name 'xmlFlowTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 265 | |
| First sentence should end with a period. | 267 | |
| Name 'xmlMultiFlowTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 268 | |
| First sentence should end with a period. | 270 | |
| Name 'xmlFlowRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 271 | |
| First sentence should end with a period. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Name 'xmlMultiFlowRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 274 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 16 | |
| Unused @throws tag for 'IllegalArgumentException'. | 28 | |
| Parameter p should be final. | 31 | |
| Parameter e should be final. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Parameter factory should be final. | 32 | |
| ',' is not followed by whitespace. | 32 | |
| Unused @throws tag for 'IllegalArgumentException'. | 44 | |
| Parameter p should be final. | 47 | |
| Parameter e should be final. | 47 | |
| Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Unused @throws tag for 'IllegalArgumentException'. | 25 | |
| Parameter p should be final. | 29 | |
| Parameter e should be final. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Parameter factory should be final. | 30 | |
| ',' is not followed by whitespace. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Unused @throws tag for 'IllegalArgumentException'. | 42 | |
| Parameter p should be final. | 46 | |
| Parameter e should be final. | 46 | |
| Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Parameter arcSet should be final. | 38 | |
| Parameter arcSet should be final. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Parameter factory should be final. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| Parameter digraph should be final. | 66 | |
| Parameter digraph should be final. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Parameter factory should be final. | 81 | |
| ',' is not followed by whitespace. | 81 | |
| Method 'arcSet' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Method 'inverse' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 131 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 138 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 32 | |
| Parameter factory should be final. | 32 | |
| ',' is not followed by whitespace. | 32 | |
| Expected @param tag for 'factory'. | 32 | |
| Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'concat' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter e should be final. | 60 | |
| Method 'concat' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter p should be final. | 71 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 109 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 19 | |
| '{' is not preceded with whitespace. | 19 | |
| First sentence should end with a period. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Parameter v0 should be final. | 40 | |
| Parameter v1 should be final. | 40 | |
| Parameter factory should be final. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter v0 should be final. | 54 | |
| Parameter v1 should be final. | 54 | |
| Method 'leadsTo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter o should be final. | 63 | |
| Method 'leavesFrom' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter o should be final. | 72 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 113 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 130 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter nodeSet should be final. | 24 | |
| Expected @param tag for 'nodeSet'. | 24 | |
| Parameter edgeSet should be final. | 31 | |
| Expected @param tag for 'edgeSet'. | 31 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 59 |
| Violation | Message | Line |
|---|---|---|
| Extra HTML tag found: </p> | 15 | |
| First sentence should end with a period. | 23 | |
| First sentence should end with a period. | 26 | |
| First sentence should end with a period. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Parameter subSet should be final. | 40 | |
| Parameter toSuppress should be final. | 53 | |
| Parameter a should be final. | 273 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Parameter object should be final. | 381 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Parameter collection should be final. | 390 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Parameter collection should be final. | 407 | |
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Parameter collection should be final. | 416 | |
| Method 'throwExceptionForAddRemoveOperation' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Redundant throws: 'MascoptAddRemoveSetException' is unchecked exception. | 543 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| Parameter observable should be final. | 606 | |
| Parameter message should be final. | 607 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| ',' is not followed by whitespace. | 20 | |
| Line is longer than 80 characters. | 29 | |
| Parameter edgeSet should be final. | 36 | |
| Parameter factory should be final. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 45 | |
| Parameter edgeSet should be final. | 50 | |
| Parameter graph should be final. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Parameter factory should be final. | 64 | |
| ',' is not followed by whitespace. | 64 | |
| Parameter graph should be final. | 81 | |
| Method 'inverse' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 126 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Name 'packagePathRegExp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| First sentence should end with a period. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Name 'relations' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 38 | |
| Line is longer than 80 characters. | 44 | |
| Name 'modCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 44 | |
| '{' should be on the previous line. | 51 | |
| First sentence should end with a period. | 53 | |
| Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 56 | |
| Name 'context' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 61 | |
| Name 'namedValue' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 66 | |
| Name 'index' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 71 | |
| Name 'expectedModCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 76 | |
| Parameter o should be final. | 88 | |
| Parameter c should be final. | 88 | |
| Line is longer than 80 characters. | 93 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 122 | |
| '(' is followed by whitespace. | 123 | |
| ')' is preceded with whitespace. | 124 | |
| Missing a Javadoc comment. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '(' is followed by whitespace. | 136 | |
| Line is longer than 80 characters. | 140 | |
| '{' should be on the previous line. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Name 'subRelation' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 162 | |
| Line is longer than 80 characters. | 167 | |
| Name 'cIterator' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 167 | |
| Name 'name' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 172 | |
| First sentence should end with a period. | 174 | |
| Line is longer than 80 characters. | 177 | |
| Name 'nextContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 177 | |
| Line is longer than 80 characters. | 182 | |
| Name 'expectedModCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 182 | |
| Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 187 | |
| Name 'lastContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 192 | |
| Line is longer than 80 characters. | 197 | |
| Name 'lastNamedValues' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 197 | |
| Line is longer than 80 characters. | 202 | |
| Name 'indexOfLastName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 202 | |
| Name 'findNextCalled' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 207 | |
| ')' is preceded with whitespace. | 223 | |
| Parameter o should be final. | 244 | |
| Parameter n should be final. | 244 | |
| Missing a Javadoc comment. | 261 | |
| '(' is followed by whitespace. | 262 | |
| Missing a Javadoc comment. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Missing a Javadoc comment. | 291 | |
| '{' should be on the previous line. | 315 | |
| Name 'realIterator' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 320 | |
| Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 325 | |
| First sentence should end with a period. | 327 | |
| Incomplete HTML tag found: * The last context returned by the Iterator< | 328 | |
| Name 'lastContextReturned' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 330 | |
| Parameter o should be final. | 340 | |
| Missing a Javadoc comment. | 352 | |
| Missing a Javadoc comment. | 363 | |
| Inner assignments should be avoided. | 364 | |
| Missing a Javadoc comment. | 374 | |
| '{' should be on the previous line. | 390 | |
| Variable 'realIt' must be private and have accessor methods. | 394 | |
| Parameter it should be final. | 404 | |
| Missing a Javadoc comment. | 410 | |
| Missing a Javadoc comment. | 416 | |
| Missing a Javadoc comment. | 422 | |
| First sentence should end with a period. | 427 | |
| First sentence should end with a period. | 430 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 431 | |
| Parameter factory should be final. | 441 | |
| 'factory' hides a field. | 441 | |
| ')' is preceded with whitespace. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Parameter o should be final. | 470 | |
| Parameter name should be final. | 470 | |
| Parameter context should be final. | 470 | |
| Line is longer than 80 characters. | 473 | |
| 'for' construct must use '{}'s. | 477 | |
| ')' is preceded with whitespace. | 477 | |
| '}' should be on a new line. | 479 | |
| Parameter o should be final. | 500 | |
| Parameter name should be final. | 501 | |
| Parameter context should be final. | 502 | |
| Parameter value should be final. | 503 | |
| Line is longer than 80 characters. | 506 | |
| ')' is preceded with whitespace. | 511 | |
| Line is longer than 80 characters. | 524 | |
| Line is longer than 80 characters. | 530 | |
| Line is longer than 80 characters. | 532 | |
| Parameter o should be final. | 552 | |
| Parameter name should be final. | 553 | |
| Parameter context should be final. | 554 | |
| Line is longer than 80 characters. | 556 | |
| 'for' construct must use '{}'s. | 560 | |
| ')' is preceded with whitespace. | 560 | |
| Parameter o should be final. | 588 | |
| Parameter valueName should be final. | 588 | |
| Parameter context should be final. | 588 | |
| '3' is a magic number. | 589 | |
| Parameter o should be final. | 608 | |
| Parameter valueName should be final. | 608 | |
| Parameter context should be final. | 608 | |
| '3' is a magic number. | 609 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| Missing a Javadoc comment. | 624 | |
| Parameter o should be final. | 624 | |
| Parameter name should be final. | 624 | |
| Parameter context should be final. | 624 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 635 | |
| Missing a Javadoc comment. | 635 | |
| Parameter o should be final. | 635 | |
| Parameter name should be final. | 635 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 646 | |
| Missing a Javadoc comment. | 646 | |
| Parameter o should be final. | 646 | |
| Method 'keysIterator' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| Missing a Javadoc comment. | 657 | |
| Method 'namesIterator' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| Missing a Javadoc comment. | 669 | |
| Parameter o should be final. | 669 | |
| Parameter context should be final. | 669 | |
| Method 'namesIterator' is not designed for extension - needs to be abstract, final or empty. | 680 | |
| Missing a Javadoc comment. | 680 | |
| Parameter o should be final. | 680 | |
| Method 'contextsIterator' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| Missing a Javadoc comment. | 691 | |
| Parameter o should be final. | 691 | |
| Parameter name should be final. | 692 | |
| Method 'contextsIterator' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| Missing a Javadoc comment. | 703 | |
| Parameter o should be final. | 703 | |
| Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 715 | |
| Missing a Javadoc comment. | 715 | |
| Parameter o should be final. | 715 | |
| Parameter name should be final. | 715 | |
| Parameter context should be final. | 715 | |
| Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| Missing a Javadoc comment. | 729 | |
| Parameter o should be final. | 729 | |
| Parameter name should be final. | 729 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 741 | |
| Missing a Javadoc comment. | 741 | |
| Parameter o should be final. | 741 | |
| Parameter name should be final. | 741 | |
| Parameter context should be final. | 741 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| Missing a Javadoc comment. | 752 | |
| Parameter o should be final. | 752 | |
| Parameter name should be final. | 752 | |
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 764 | |
| Missing a Javadoc comment. | 764 | |
| Parameter o should be final. | 764 | |
| Parameter name should be final. | 764 | |
| Parameter context should be final. | 764 | |
| Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| Missing a Javadoc comment. | 776 | |
| Parameter o should be final. | 776 | |
| Parameter name should be final. | 776 | |
| Method 'putValue' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| Missing a Javadoc comment. | 788 | |
| Parameter o should be final. | 788 | |
| Parameter name should be final. | 789 | |
| Parameter context should be final. | 790 | |
| Parameter value should be final. | 791 | |
| ';' is preceded with whitespace. | 792 | |
| Method 'putValue' is not designed for extension - needs to be abstract, final or empty. | 805 | |
| Missing a Javadoc comment. | 805 | |
| Parameter o should be final. | 805 | |
| Parameter name should be final. | 805 | |
| Parameter value should be final. | 805 | |
| Method 'putString' is not designed for extension - needs to be abstract, final or empty. | 817 | |
| Missing a Javadoc comment. | 817 | |
| Parameter o should be final. | 817 | |
| Parameter name should be final. | 817 | |
| Parameter context should be final. | 817 | |
| Parameter value should be final. | 817 | |
| ';' is preceded with whitespace. | 818 | |
| Method 'putString' is not designed for extension - needs to be abstract, final or empty. | 831 | |
| Missing a Javadoc comment. | 831 | |
| Parameter o should be final. | 831 | |
| Parameter name should be final. | 831 | |
| Parameter value should be final. | 831 | |
| Line is longer than 80 characters. | 843 | |
| Method 'putAll' is not designed for extension - needs to be abstract, final or empty. | 843 | |
| Missing a Javadoc comment. | 843 | |
| Parameter m should be final. | 843 | |
| Parameter name should be final. | 843 | |
| Parameter context should be final. | 843 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 843 | |
| Line is longer than 80 characters. | 863 | |
| Method 'putAll' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| Missing a Javadoc comment. | 863 | |
| Parameter m should be final. | 863 | |
| Parameter name should be final. | 863 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 863 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 886 | |
| Missing a Javadoc comment. | 886 | |
| Parameter o should be final. | 886 | |
| Parameter name should be final. | 886 | |
| Parameter context should be final. | 886 | |
| ';' is preceded with whitespace. | 887 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 902 | |
| Missing a Javadoc comment. | 902 | |
| Parameter o should be final. | 902 | |
| Parameter name should be final. | 902 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| Missing a Javadoc comment. | 913 | |
| Parameter o should be final. | 913 | |
| Parameter context should be final. | 913 | |
| ';' is preceded with whitespace. | 914 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 930 | |
| Missing a Javadoc comment. | 930 | |
| Parameter o should be final. | 930 | |
| ';' is preceded with whitespace. | 931 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 946 | |
| Missing a Javadoc comment. | 946 | |
| Line is longer than 80 characters. | 947 | |
| Line is longer than 80 characters. | 956 | |
| Line is longer than 80 characters. | 958 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| Expected an @return tag. | 990 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 990 | |
| Parameter element should be final. | 991 | |
| Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 994 | |
| Name 'it_objects' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 997 | |
| Name 'it_contexts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1002 | |
| Name 'it_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1007 | |
| Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1012 | |
| Name 'entry_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1016 | |
| 'if' construct must use '{}'s. | 1023 | |
| 'else' construct must use '{}'s. | 1025 | |
| Expected an @return tag. | 1042 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1045 | |
| Line is longer than 80 characters. | 1048 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 1074 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 1085 | |
| Missing a Javadoc comment. | 1085 | |
| Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1088 | |
| Line is longer than 80 characters. | 1098 | |
| Parameter m should be final. | 1125 | |
| Parameter s should be final. | 1126 | |
| Parameter name should be final. | 1127 | |
| Parameter context should be final. | 1128 | |
| 'if' construct must use '{}'s. | 1132 | |
| '(' is followed by whitespace. | 1132 | |
| Avoid inline conditionals. | 1132 | |
| Parameter m should be final. | 1153 | |
| Parameter s should be final. | 1154 | |
| Parameter context should be final. | 1155 | |
| Avoid inline conditionals. | 1160 | |
| 'if' construct must use '{}'s. | 1162 | |
| '(' is followed by whitespace. | 1162 | |
| Line is longer than 80 characters. | 1173 | |
| Missing a Javadoc comment. | 1176 | |
| Parameter observable should be final. | 1177 | |
| Parameter message should be final. | 1179 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Name 'objects' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 20 | |
| Name 'message' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 25 | |
| Parameter message should be final. | 35 | |
| 'message' hides a field. | 35 | |
| Parameter obj should be final. | 35 | |
| Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Method 'getEventType' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| '{' should be on the previous line. | 28 | |
| Parameter id should be final. | 56 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| 'if' construct must use '{}'s. | 80 | |
| Expected an @return tag. | 93 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter name should be final. | 93 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Method 'getColor' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'setColor' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter color should be final. | 133 | |
| Line is longer than 80 characters. | 140 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| ';' is preceded with whitespace. | 154 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| First sentence should end with a period. | 168 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter element should be final. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Name 'current_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| '(' is followed by whitespace. | 209 | |
| Parameter tag should be final. | 231 | |
| Parameter fromHere should be final. | 231 | |
| Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| Parameter element should be final. | 257 | |
| Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
| Violation | Message | Line |
|---|---|---|
| Unused import - fr.inria.opengve.bridge.interfaces.Map. | 12 | |
| Extra HTML tag found: </br> Note that object are stored | 18 | |
| '{' should be on the previous line. | 25 | |
| First sentence should end with a period. | 33 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 49 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter o should be final. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Parameter v should be final. | 98 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 105 | |
| Parameter o should be final. | 124 | |
| Parameter v should be final. | 125 | |
| First sentence should end with a period. | 131 | |
| Parameter o should be final. | 137 | |
| Expected @param tag for 'o'. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Parameter v should be final. | 138 | |
| Expected @param tag for 'v'. | 138 | |
| 'if' construct must use '{}'s. | 140 | |
| 'public' modifier out of order with the JLS suggestions. | 157 | |
| Parameter o should be final. | 157 | |
| 'public' modifier out of order with the JLS suggestions. | 173 | |
| Parameter o should be final. | 173 | |
| 'protected' modifier out of order with the JLS suggestions. | 187 | |
| Parameter nr should be final. | 187 | |
| 'if' construct must use '{}'s. | 191 | |
| 'else' construct must use '{}'s. | 193 | |
| 'protected' modifier out of order with the JLS suggestions. | 209 | |
| Parameter objs should be final. | 209 | |
| 'public' modifier out of order with the JLS suggestions. | 226 | |
| Parameter o should be final. | 226 | |
| 'public' modifier out of order with the JLS suggestions. | 242 | |
| Parameter o should be final. | 242 | |
| '(' is followed by whitespace. | 244 | |
| 'protected' modifier out of order with the JLS suggestions. | 257 | |
| Parameter nr should be final. | 257 | |
| 'if' construct must use '{}'s. | 261 | |
| 'else' construct must use '{}'s. | 263 | |
| 'protected' modifier out of order with the JLS suggestions. | 280 | |
| Parameter objs should be final. | 280 | |
| Line is longer than 80 characters. | 281 | |
| 'public' modifier out of order with the JLS suggestions. | 297 | |
| Parameter o should be final. | 297 | |
| 'public' modifier out of order with the JLS suggestions. | 313 | |
| Parameter o should be final. | 313 | |
| '(' is followed by whitespace. | 315 | |
| 'protected' modifier out of order with the JLS suggestions. | 328 | |
| Parameter nr should be final. | 328 | |
| 'if' construct must use '{}'s. | 332 | |
| 'else' construct must use '{}'s. | 334 | |
| 'protected' modifier out of order with the JLS suggestions. | 349 | |
| Parameter objs should be final. | 349 | |
| Line is longer than 80 characters. | 350 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| First sentence should end with a period. | 18 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| First sentence should end with a period. | 29 | |
| First sentence should end with a period. | 32 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 40 | |
| Parameter thisSet should be final. | 47 | |
| Parameter realIt should be final. | 47 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 61 | |
| Inner assignments should be avoided. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Parameter id should be final. | 85 | |
| Expected @param tag for 'id'. | 85 | |
| Parameter superSet should be final. | 99 | |
| Parameter id should be final. | 99 | |
| Expected @param tag for 'id'. | 99 | |
| First sentence should end with a period. | 105 | |
| ')' is preceded with whitespace. | 109 | |
| Parameter superSet should be final. | 120 | |
| ')' is preceded with whitespace. | 121 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter collection should be final. | 132 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter object should be final. | 151 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter object should be final. | 165 | |
| Line is longer than 80 characters. | 166 | |
| '(' is followed by whitespace. | 166 | |
| '!' is followed by whitespace. | 166 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter collection should be final. | 206 | |
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter collection should be final. | 220 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Method 'setAddRemoveAllowed' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Parameter bool should be final. | 249 | |
| Method 'isAddRemoveAllowed' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Method 'throwExceptionForAddRemoveOperation' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| '(' is followed by whitespace. | 275 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| '{' should be on the previous line. | 19 | |
| First sentence should end with a period. | 27 | |
| First sentence should end with a period. | 30 | |
| Parameter x should be final. | 52 | |
| Parameter y should be final. | 52 | |
| ')' is preceded with whitespace. | 53 | |
| First sentence should end with a period. | 60 | |
| Expected an @return tag. | 63 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| First sentence should end with a period. | 70 | |
| First sentence should end with a period. | 81 | |
| First sentence should end with a period. | 92 | |
| Parameter x should be final. | 98 | |
| First sentence should end with a period. | 106 | |
| Parameter y should be final. | 112 | |
| Expected an @return tag. | 123 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter element should be final. | 164 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 193 | |
| Missing a Javadoc comment. | 196 | |
| Parameter observable should be final. | 197 | |
| Parameter message should be final. | 199 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| ')' is preceded with whitespace. | 36 | |
| Parameter superSet should be final. | 49 | |
| ')' is preceded with whitespace. | 50 | |
| Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter o should be final. | 74 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter collection should be final. | 89 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 114 |
| Violation | Message | Line |
|---|---|---|
| Class Messages should be declared as final. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 18 | |
| First sentence should end with a period. | 22 | |
| Parameter key should be final. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| ';' is preceded with whitespace. | 15 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter vertexSet should be final. | 29 | |
| Line is longer than 80 characters. | 34 | |
| Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter es should be final. | 37 | |
| 'cast' is not followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 42 | |
| Method 'newLink' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter v0 should be final. | 45 | |
| Parameter v1 should be final. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| ',' is not followed by whitespace. | 29 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 32 | |
| Parameter vsf should be final. | 40 | |
| Parameter lsf should be final. | 41 | |
| Line is longer than 80 characters. | 50 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter edgeSet should be final. | 53 | |
| Line is longer than 80 characters. | 62 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter graph should be final. | 65 | |
| Line is longer than 80 characters. | 74 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 86 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter vertexSet should be final. | 89 | |
| Line is longer than 80 characters. | 98 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Line is longer than 80 characters. | 110 | |
| Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter vertexSet should be final. | 113 | |
| Line is longer than 80 characters. | 122 | |
| Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter edgeSet should be final. | 125 | |
| Line is longer than 80 characters. | 134 | |
| Method 'newLink' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter v0 should be final. | 138 | |
| Parameter v1 should be final. | 138 | |
| Line is longer than 80 characters. | 147 | |
| Method 'newPath' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Line is longer than 80 characters. | 159 | |
| Method 'newCycle' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Parameter p should be final. | 163 | |
| Parameter e should be final. | 163 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 33 | |
| First sentence should end with a period. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 56 | |
| Method 'getVertexSetFactory' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 65 | |
| Method 'getLinkSetFactory' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 76 | |
| Method 'getGraphFactory' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 83 | |
| Method 'getMapFactory' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter vertexSet should be final. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Parameter edgeSet should be final. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Method 'newLink' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter v0 should be final. | 40 | |
| Parameter v1 should be final. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| First sentence should end with a period. | 28 | |
| Parameter vsf should be final. | 36 | |
| Parameter lsf should be final. | 37 | |
| Line is longer than 80 characters. | 46 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter edgeSet should be final. | 49 | |
| Line is longer than 80 characters. | 58 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter graph should be final. | 61 | |
| Line is longer than 80 characters. | 70 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Line is longer than 80 characters. | 82 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter vertexSet should be final. | 85 | |
| Line is longer than 80 characters. | 94 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 106 | |
| Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Parameter vertexSet should be final. | 109 | |
| Line is longer than 80 characters. | 118 | |
| Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Parameter edgeSet should be final. | 121 | |
| Line is longer than 80 characters. | 130 | |
| Method 'newLink' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter v0 should be final. | 134 | |
| Parameter v1 should be final. | 134 | |
| Line is longer than 80 characters. | 143 | |
| Method 'newPath' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Line is longer than 80 characters. | 155 | |
| Method 'newCycle' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Parameter p should be final. | 159 | |
| Parameter e should be final. | 159 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 6 | |
| Method 'newMap' is not designed for extension - needs to be abstract, final or empty. | 8 | |
| Missing a Javadoc comment. | 8 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 14 | |
| ',' is not followed by whitespace. | 14 | |
| First sentence should end with a period. | 32 | |
| ',' is not followed by whitespace. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Method 'getVertexSetFactory' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Method 'getLinkSetFactory' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 63 | |
| Method 'getGraphFactory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Method 'getMapFactory' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| '{' is not preceded with whitespace. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 29 | |
| Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter vertexSet should be final. | 32 | |
| Line is longer than 80 characters. | 38 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 46 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter x should be final. | 49 | |
| Parameter y should be final. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Type Javadoc comment is missing an @param <E> tag. | 22 | |
| Type Javadoc comment is missing an @param <G> tag. | 22 | |
| ',' is not followed by whitespace. | 22 | |
| Line contains a tab character. | 24 | |
| Line is longer than 80 characters. | 25 | |
| 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. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter vsf should be final. | 34 | |
| Line contains a tab character. | 35 | |
| Parameter esf should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Method 'getVertexFactory' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'getEdgeFactory' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Expected an @return tag. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Expected an @return tag. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Expected an @return tag. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Expected an @return tag. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Type Javadoc comment is missing an @param <E> tag. | 19 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Type Javadoc comment is missing an @param <E> tag. | 11 | |
| Type Javadoc comment is missing an @param <G> tag. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| Redundant 'public' modifier. | 18 | |
| Redundant 'public' modifier. | 25 | |
| Redundant 'public' modifier. | 32 | |
| ',' is not followed by whitespace. | 32 | |
| Redundant 'public' modifier. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Expected an @return tag. | 11 | |
| Expected an @return tag. | 27 | |
| Expected an @return tag. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Method 'setFlow' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter e should be final. | 197 | |
| Parameter value should be final. | 197 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 45 | |
| Variable 'realIt' must be private and have accessor methods. | 50 | |
| Unclosed HTML tag found: <MascoptVertex> to intercept remove | 55 | |
| Parameter realIt should be final. | 61 | |
| 'realIt' hides a field. | 61 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 81 | |
| '{' should be on the previous line. | 92 | |
| Name 'flowsIt' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 97 | |
| Name 'currentFlowIt' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 102 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 117 | |
| '(' is followed by whitespace. | 118 | |
| 'if' construct must use '{}'s. | 121 | |
| '(' is followed by whitespace. | 121 | |
| Missing a Javadoc comment. | 135 | |
| 'if' construct must use '{}'s. | 136 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Name 'supportingGraph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 158 | |
| Name 'sources' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Name 'destinations' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 169 | |
| Line is longer than 80 characters. | 170 | |
| First sentence should end with a period. | 172 | |
| Name 'flows' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Parameter g should be final. | 192 | |
| ')' is preceded with whitespace. | 193 | |
| Method 'addFlow' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter f should be final. | 204 | |
| Method 'sourceIterator' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Method 'destinationIterator' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Method 'edgeWithFlowIterator' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter e should be final. | 250 | |
| 'if' construct must use '{}'s. | 255 | |
| 'else' construct must use '{}'s. | 257 | |
| 'if' construct must use '{}'s. | 260 | |
| Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter source should be final. | 272 | |
| Parameter destination should be final. | 273 | |
| ')' is preceded with whitespace. | 274 | |
| 'if' construct must use '{}'s. | 275 | |
| Method 'getIncomingFlow' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Missing a Javadoc comment. | 288 | |
| Parameter v should be final. | 288 | |
| 'if' construct must use '{}'s. | 290 | |
| '(' is followed by whitespace. | 290 | |
| Inner assignments should be avoided. | 290 | |
| Method 'getOutgoingFlow' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Parameter v should be final. | 302 | |
| 'if' construct must use '{}'s. | 304 | |
| '(' is followed by whitespace. | 304 | |
| Inner assignments should be avoided. | 304 | |
| Method 'getSupportingGraph' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 323 | |
| Method 'verify' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Missing a Javadoc comment. | 335 | |
| 'if' construct must use '{}'s. | 354 | |
| Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Parameter element should be final. | 369 | |
| Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| Missing a Javadoc comment. | 392 | |
| Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Missing a Javadoc comment. | 404 | |
| Line is longer than 80 characters. | 414 | |
| Missing a Javadoc comment. | 417 | |
| Parameter observable should be final. | 418 | |
| Parameter message should be final. | 419 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Redundant 'public' modifier. | 22 | |
| 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. | 28 | |
| Line contains a tab character. | 29 | |
| Expected an @return tag. | 30 | |
| Line contains a tab character. | 30 | |
| Redundant 'public' modifier. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Redundant 'public' modifier. | 26 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 22 | |
| '{' should be on the previous line. | 31 | |
| Parameter message should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 50 |