Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
51 0 1841 0

Files

Files Infos Warnings Errors
fr/inria/opengve/mascoptLib/core/MascoptAbstractCycle.java 0 91 0
fr/inria/opengve/mascoptLib/core/MascoptAbstractGraph.java 0 106 0
fr/inria/opengve/mascoptLib/core/MascoptAbstractLink.java 0 35 0
fr/inria/opengve/mascoptLib/core/MascoptAbstractLinkSet.java 0 131 0
fr/inria/opengve/mascoptLib/core/MascoptAbstractPath.java 0 158 0
fr/inria/opengve/mascoptLib/core/MascoptArc.java 0 32 0
fr/inria/opengve/mascoptLib/core/MascoptArcSet.java 0 17 0
fr/inria/opengve/mascoptLib/core/MascoptConstantString.java 0 168 0
fr/inria/opengve/mascoptLib/core/MascoptCycle.java 0 19 0
fr/inria/opengve/mascoptLib/core/MascoptDiCycle.java 0 20 0
fr/inria/opengve/mascoptLib/core/MascoptDiGraph.java 0 19 0
fr/inria/opengve/mascoptLib/core/MascoptDiPath.java 0 23 0
fr/inria/opengve/mascoptLib/core/MascoptEdge.java 0 28 0
fr/inria/opengve/mascoptLib/core/MascoptEdgeSet.java 0 13 0
fr/inria/opengve/mascoptLib/core/MascoptFixedSet.java 0 26 0
fr/inria/opengve/mascoptLib/core/MascoptGraph.java 0 22 0
fr/inria/opengve/mascoptLib/core/MascoptMap.java 0 263 0
fr/inria/opengve/mascoptLib/core/MascoptNotification.java 0 8 0
fr/inria/opengve/mascoptLib/core/MascoptObject.java 0 31 0
fr/inria/opengve/mascoptLib/core/MascoptObservableObject.java 0 57 0
fr/inria/opengve/mascoptLib/core/MascoptPath.java 0 1 0
fr/inria/opengve/mascoptLib/core/MascoptSet.java 0 54 0
fr/inria/opengve/mascoptLib/core/MascoptVertex.java 0 34 0
fr/inria/opengve/mascoptLib/core/MascoptVertexSet.java 0 16 0
fr/inria/opengve/mascoptLib/core/Messages.java 0 7 0
fr/inria/opengve/mascoptLib/core/factory/MascoptArcSetFactory.java 0 17 0
fr/inria/opengve/mascoptLib/core/factory/MascoptDiGraphFactory.java 0 48 0
fr/inria/opengve/mascoptLib/core/factory/MascoptDirectedMetaFactory.java 0 24 0
fr/inria/opengve/mascoptLib/core/factory/MascoptEdgeSetFactory.java 0 16 0
fr/inria/opengve/mascoptLib/core/factory/MascoptGraphFactory.java 0 48 0
fr/inria/opengve/mascoptLib/core/factory/MascoptMapFactory.java 0 4 0
fr/inria/opengve/mascoptLib/core/factory/MascoptUndirectedMetaFactory.java 0 19 0
fr/inria/opengve/mascoptLib/core/factory/MascoptVertexSetFactory.java 0 17 0
fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractGraphFactory.java 0 126 0
fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractLinkSetFactory.java 0 4 0
fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractMetaFactory.java 0 9 0
fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractVertexSetFactory.java 0 4 0
fr/inria/opengve/mascoptLib/core/factory/abstracts/package.html 0 1 0
fr/inria/opengve/mascoptLib/core/flows/MascoptFlow.java 0 4 0
fr/inria/opengve/mascoptLib/core/flows/MascoptMultiFlow.java 0 84 0
fr/inria/opengve/mascoptLib/core/interfaces/MascoptObjectInterface.java 0 23 0
fr/inria/opengve/mascoptLib/core/interfaces/MascoptObserver.java 0 2 0
fr/inria/opengve/mascoptLib/exception/MascoptAddRemoveSetException.java 0 6 0
fr/inria/opengve/mascoptLib/exception/MascoptImpossibleOperationPathException.java 0 3 0
fr/inria/opengve/mascoptLib/exception/MascoptInternalError.java 0 3 0

Rules

Rules Violations Severity
JavadocMethod
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
276 Warnings Warning
JavadocType 10 Warnings Warning
JavadocVariable 14 Warnings Warning
JavadocStyle 141 Warnings Warning
ConstantName 82 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 19 Warnings Warning
MemberName
  • applyToProtected: "false"
  • applyToPublic: "false"
  • applyToPackage: "false"
  • format: "^[a-z][a-zA-Z0-9]*_$"
38 Warnings Warning
MethodName 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
TypeName 0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 1 Warnings Warning
FileLength 0 Warnings Warning
LineLength 263 Warnings Warning
MethodLength 0 Warnings Warning
ParameterNumber 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
2 Warnings Warning
NoWhitespaceBefore 14 Warnings Warning
OperatorWrap 0 Warnings Warning
ParenPad 42 Warnings Warning
TypecastParenPad 0 Warnings Warning
TabCharacter 125 Warnings Warning
ModifierOrder 16 Warnings Warning
RedundantModifier 11 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 30 Warnings Warning
NeedBraces 63 Warnings Warning
RightCurly 1 Warnings Warning
AvoidInlineConditionals 22 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 3 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 5 Warnings Warning
MagicNumber 2 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
9 Warnings Warning
SimplifyBooleanExpression 2 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
DesignForExtension 259 Warnings Warning
FinalClass 1 Warnings Warning
HideUtilityClassConstructor 1 Warnings Warning
InterfaceIsType 0 Warnings Warning
VisibilityModifier 6 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters 364 Warnings Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s$"
0  Ignore
TodoComment 0 Warnings Warning
UpperEll 0 Warnings Warning
MemberName
  • applyToPrivate: "false"
38 Warnings Warning
WhitespaceAfter 16 Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
2 Warnings Warning
PackageHtml 1 Warnings Warning
NewlineAtEndOfFile 0 Warnings Warning
Translation 0 Warnings Warning

Details

fr/inria/opengve/mascoptLib/core/MascoptAbstractCycle.java

Violation Message Line
Warnings Line is longer than 80 characters. 12
Warnings '{' should be on the previous line. 25
Warnings Line is longer than 80 characters. 27
Warnings Missing a Javadoc comment. 27
Warnings Name 'cycleBegin_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Warnings Line is longer than 80 characters. 29
Warnings Missing a Javadoc comment. 29
Warnings Name 'cycleEnd_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Warnings Line is longer than 80 characters. 31
Warnings Missing a Javadoc comment. 31
Warnings Name 'cycleInterLink_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Warnings Line is longer than 80 characters. 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'diCycleInterLink_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Warnings Line is longer than 80 characters. 38
Warnings Line is longer than 80 characters. 43
Warnings Variable 'orderedVertices' must be private and have accessor methods. 43
Warnings Line is longer than 80 characters. 48
Warnings Variable 'orderedLinks' must be private and have accessor methods. 48
Warnings '{' should be on the previous line. 63
Warnings First sentence should end with a period. 64
Warnings Name 'vector' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 67
Warnings Name 'initialIndex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 72
Warnings Name 'index' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 78
Warnings First sentence should end with a period. 82
Warnings Parameter v should be final. 88
Warnings First sentence should end with a period. 95
Warnings Parameter v should be final. 103
Warnings Parameter begin should be final. 103
Warnings 'if' construct must use '{}'s. 106
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 119
Warnings '(' is followed by whitespace. 120
Warnings ')' is preceded with whitespace. 120
Warnings Missing a Javadoc comment. 125
Warnings Unused @throws tag for 'IllegalArgumentException'. 140
Warnings Parameter p should be final. 144
Warnings Parameter e should be final. 145
Warnings Line is longer than 80 characters. 146
Warnings Parameter factory should be final. 146
Warnings Expected @param tag for 'factory'. 146
Warnings Parameter id should be final. 147
Warnings Expected @param tag for 'id'. 147
Warnings Line is longer than 80 characters. 153
Warnings '(' is followed by whitespace. 153
Warnings Avoid inline conditionals. 154
Warnings 'while' construct must use '{}'s. 156
Warnings Avoid inline conditionals. 158
Warnings 'while' construct must use '{}'s. 160
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 188
Warnings Parameter vertex should be final. 188
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 202
Warnings Parameter edge should be final. 202
Warnings Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. 213
Warnings Missing a Javadoc comment. 213
Warnings Unused @throws tag for 'IllegalArgumentException'. 228
Warnings Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. 231
Warnings Parameter firstVertex should be final. 231
Warnings Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. 243
Warnings Missing a Javadoc comment. 243
Warnings Unused @throws tag for 'IllegalArgumentException'. 258
Warnings Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. 261
Warnings Parameter firstEdge should be final. 261
Warnings Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. 279
Warnings Parameter vertex should be final. 280
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 280
Warnings 'if' construct must use '{}'s. 283
Warnings Avoid inline conditionals. 287
Warnings Method 'length' is not designed for extension - needs to be abstract, final or empty. 300
Warnings Missing a Javadoc comment. 300
Warnings Line is longer than 80 characters. 311
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 311
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 322
Warnings Missing a Javadoc comment. 322
Warnings Line is longer than 80 characters. 333
Warnings Line is longer than 80 characters. 335
Warnings Expected an @return tag. 340
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 340
Warnings 'if' construct must use '{}'s. 348
Warnings Avoid inline conditionals. 349
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 357
Warnings Missing a Javadoc comment. 357
Warnings Expected an @return tag. 370
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 370
Warnings Parameter element should be final. 371
Warnings Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. 374
Warnings Name 'it_edges' must match pattern '^[a-z][a-zA-Z0-9]*$'. 377
Warnings Line is longer than 80 characters. 390
Warnings Missing a Javadoc comment. 393
Warnings Parameter observable should be final. 394
Warnings Parameter message should be final. 396

fr/inria/opengve/mascoptLib/core/MascoptAbstractGraph.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings Line is longer than 80 characters. 16
Warnings '{' should be on the previous line. 31
Warnings First sentence should end with a period. 33
Warnings Line is longer than 80 characters. 34
Warnings First sentence should end with a period. 36
Warnings Line is longer than 80 characters. 37
Warnings First sentence should end with a period. 39
Warnings '{' should be on the previous line. 46
Warnings First sentence should end with a period. 48
Warnings Name 'data' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 49
Warnings First sentence should end with a period. 51
Warnings Name 'alreadyVisited' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 52
Warnings First sentence should end with a period. 56
Warnings Parameter root should be final. 65
Warnings Parameter dataStructure should be final. 66
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 91
Warnings '(' is followed by whitespace. 98
Warnings '!' is followed by whitespace. 98
Warnings Missing a Javadoc comment. 113
Warnings Line is longer than 80 characters. 115
Warnings Parameter edgeSet should be final. 131
Warnings Parameter factory should be final. 132
Warnings Parameter id should be final. 132
Warnings Parameter superGraph should be final. 151
Warnings Parameter factory should be final. 152
Warnings Parameter id should be final. 152
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 164
Warnings Expected an @return tag. 174
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 174
Warnings Method 'vertexSet' is not designed for extension - needs to be abstract, final or empty. 199
Warnings Missing a Javadoc comment. 199
Warnings Method 'edgeSet' is not designed for extension - needs to be abstract, final or empty. 210
Warnings Missing a Javadoc comment. 210
Warnings Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. 221
Warnings Missing a Javadoc comment. 221
Warnings Parameter e should be final. 221
Warnings Method 'addEdge' is not designed for extension - needs to be abstract, final or empty. 232
Warnings Missing a Javadoc comment. 232
Warnings Parameter o1 should be final. 232
Warnings Parameter o2 should be final. 232
Warnings Method 'addVertex' is not designed for extension - needs to be abstract, final or empty. 244
Warnings Missing a Javadoc comment. 244
Warnings Parameter o should be final. 244
Warnings Method 'removeEdge' is not designed for extension - needs to be abstract, final or empty. 255
Warnings Missing a Javadoc comment. 255
Warnings Parameter e should be final. 255
Warnings Method 'removeEdge' is not designed for extension - needs to be abstract, final or empty. 266
Warnings Missing a Javadoc comment. 266
Warnings Parameter o1 should be final. 266
Warnings Parameter o2 should be final. 266
Warnings Method 'removeVertex' is not designed for extension - needs to be abstract, final or empty. 278
Warnings Missing a Javadoc comment. 278
Warnings Parameter o should be final. 278
Warnings Method 'complement' is not designed for extension - needs to be abstract, final or empty. 289
Warnings Missing a Javadoc comment. 289
Warnings '(' is followed by whitespace. 305
Warnings Method 'hashCodeArray' is not designed for extension - needs to be abstract, final or empty. 322
Warnings Missing a Javadoc comment. 322
Warnings Method 'inducedSubGraph' is not designed for extension - needs to be abstract, final or empty. 345
Warnings Missing a Javadoc comment. 345
Warnings Parameter subSet should be final. 345
Warnings Method 'neighborhood' is not designed for extension - needs to be abstract, final or empty. 372
Warnings Missing a Javadoc comment. 372
Warnings Parameter v should be final. 372
Warnings Method 'outNeighborhood' is not designed for extension - needs to be abstract, final or empty. 383
Warnings Missing a Javadoc comment. 383
Warnings Parameter v should be final. 383
Warnings Method 'inNeighborhood' is not designed for extension - needs to be abstract, final or empty. 394
Warnings Missing a Javadoc comment. 394
Warnings Parameter v should be final. 394
Warnings Method 'inEdges' is not designed for extension - needs to be abstract, final or empty. 405
Warnings Missing a Javadoc comment. 405
Warnings Parameter v should be final. 405
Warnings Method 'outEdges' is not designed for extension - needs to be abstract, final or empty. 416
Warnings Missing a Javadoc comment. 416
Warnings Parameter v should be final. 416
Warnings Method 'inOutEdges' is not designed for extension - needs to be abstract, final or empty. 427
Warnings Missing a Javadoc comment. 427
Warnings Parameter v should be final. 427
Warnings Line is longer than 80 characters. 439
Warnings Method 'getEdgesConnected' is not designed for extension - needs to be abstract, final or empty. 439
Warnings Missing a Javadoc comment. 439
Warnings Parameter v1 should be final. 439
Warnings Parameter v2 should be final. 439
Warnings Line is longer than 80 characters. 448
Warnings Method 'update' is not designed for extension - needs to be abstract, final or empty. 451
Warnings Missing a Javadoc comment. 451
Warnings Parameter observable should be final. 452
Warnings Line is longer than 80 characters. 453
Warnings Parameter nr should be final. 453
Warnings Line is longer than 80 characters. 472
Warnings Line is longer than 80 characters. 474
Warnings Method 'breadthFirstIterator' is not designed for extension - needs to be abstract, final or empty. 483
Warnings Parameter root should be final. 483
Warnings Method 'depthFirstIterator' is not designed for extension - needs to be abstract, final or empty. 497
Warnings Parameter root should be final. 497
Warnings Line is longer than 80 characters. 504
Warnings Line is longer than 80 characters. 506
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 513
Warnings Missing a Javadoc comment. 513
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 525
Warnings Missing a Javadoc comment. 525
Warnings Parameter element should be final. 526
Warnings Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. 528

fr/inria/opengve/mascoptLib/core/MascoptAbstractLink.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings Line is longer than 80 characters. 14
Warnings '{' should be on the previous line. 29
Warnings First sentence should end with a period. 31
Warnings Parameter v0 should be final. 46
Warnings Parameter v1 should be final. 46
Warnings Parameter id should be final. 46
Warnings Line is longer than 80 characters. 61
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 69
Warnings Missing a Javadoc comment. 69
Warnings Parameter o should be final. 69
Warnings Method 'getOpposite' is not designed for extension - needs to be abstract, final or empty. 80
Warnings Missing a Javadoc comment. 80
Warnings Parameter o should be final. 80
Warnings Avoid inline conditionals. 81
Warnings Avoid inline conditionals. 82
Warnings Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. 100
Warnings Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 111
Warnings Missing a Javadoc comment. 111
Warnings Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 122
Warnings Missing a Javadoc comment. 122
Warnings Parameter a should be final. 123
Warnings 'if' construct must use '{}'s. 124
Warnings Method 'isLoop' is not designed for extension - needs to be abstract, final or empty. 140
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 149
Warnings Missing a Javadoc comment. 149
Warnings Line is longer than 80 characters. 157
Warnings Line is longer than 80 characters. 159
Warnings Expected an @return tag. 167
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 167
Warnings Parameter element should be final. 168
Warnings Line is longer than 80 characters. 187
Warnings Missing a Javadoc comment. 190
Warnings Parameter observable should be final. 191
Warnings Parameter message should be final. 193

fr/inria/opengve/mascoptLib/core/MascoptAbstractLinkSet.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings First sentence should end with a period. 25
Warnings First sentence should end with a period. 28
Warnings First sentence should end with a period. 31
Warnings First sentence should end with a period. 34
Warnings First sentence should end with a period. 46
Warnings First sentence should end with a period. 49
Warnings Parameter realIt should be final. 59
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 78
Warnings Inner assignments should be avoided. 79
Warnings Missing a Javadoc comment. 87
Warnings First sentence should end with a period. 125
Warnings Name 'weakRef' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 126
Warnings First sentence should end with a period. 128
Warnings Name 'strongRef' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 129
Warnings Parameter ref should be final. 138
Warnings Parameter set should be final. 150
Warnings Line is longer than 80 characters. 194
Warnings Redundant 'final' modifier. 194
Warnings 'static' modifier out of order with the JLS suggestions. 194
Warnings Expected @param tag for '<T>'. 194
Warnings Parameter vertex should be final. 195
Warnings Parameter map should be final. 195
Warnings Parameter thisEdgeSet should be final. 196
Warnings 'if' construct must use '{}'s. 197
Warnings 'if' construct must use '{}'s. 200
Warnings Avoid inline conditionals. 203
Warnings Redundant 'final' modifier. 230
Warnings 'static' modifier out of order with the JLS suggestions. 230
Warnings Expected @param tag for '<T>'. 230
Warnings Parameter vertex should be final. 231
Warnings Parameter edge should be final. 231
Warnings Parameter map should be final. 232
Warnings Parameter thisEdgeSet should be final. 233
Warnings Avoid inline conditionals. 241
Warnings Line is longer than 80 characters. 245
Warnings Unused @param tag for 'abstractVertex'. 263
Warnings Redundant 'final' modifier. 266
Warnings 'static' modifier out of order with the JLS suggestions. 266
Warnings Expected @param tag for '<T>'. 266
Warnings Parameter v should be final. 267
Warnings Parameter abstractEdge should be final. 267
Warnings Parameter map should be final. 268
Warnings Expected @param tag for 'map'. 268
Warnings Unused @param tag for 'edgeSet'. 295
Warnings Parameter abstractVertex should be final. 298
Warnings Expected @param tag for 'abstractVertex'. 298
Warnings Parameter abstractEdge should be final. 298
Warnings Unused @param tag for 'edgeSet'. 310
Warnings Parameter abstractVertex should be final. 313
Warnings Expected @param tag for 'abstractVertex'. 313
Warnings Parameter abstractEdge should be final. 313
Warnings Parameter nodeSet should be final. 328
Warnings Parameter id should be final. 328
Warnings Parameter edgeSet should be final. 349
Warnings Parameter id should be final. 349
Warnings Line is longer than 80 characters. 365
Warnings Method 'add' is not designed for extension - needs to be abstract, final or empty. 373
Warnings Missing a Javadoc comment. 373
Warnings Parameter e should be final. 374
Warnings 'if' construct must use '{}'s. 380
Warnings Line is longer than 80 characters. 390
Warnings Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 425
Warnings Missing a Javadoc comment. 425
Warnings Parameter collection should be final. 426
Warnings Name 'it_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. 430
Warnings Name 'adding_ok' must match pattern '^[a-z][a-zA-Z0-9]*$'. 434
Warnings Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 448
Warnings Missing a Javadoc comment. 448
Warnings Parameter collection should be final. 449
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 470
Warnings Missing a Javadoc comment. 470
Warnings Parameter o should be final. 472
Warnings 'if' construct must use '{}'s. 476
Warnings Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 512
Warnings Missing a Javadoc comment. 512
Warnings Method 'getVertexSet' is not designed for extension - needs to be abstract, final or empty. 523
Warnings Method 'inEdges' is not designed for extension - needs to be abstract, final or empty. 534
Warnings Parameter vertex should be final. 534
Warnings Expected @param tag for 'vertex'. 534
Warnings Method 'outEdges' is not designed for extension - needs to be abstract, final or empty. 546
Warnings Parameter vertex should be final. 546
Warnings Method 'inOutEdges' is not designed for extension - needs to be abstract, final or empty. 559
Warnings Parameter vertex should be final. 559
Warnings Method 'getEdgesConnected' is not designed for extension - needs to be abstract, final or empty. 573
Warnings Parameter v1 should be final. 573
Warnings Parameter v2 should be final. 574
Warnings 'if' construct must use '{}'s. 581
Warnings Line is longer than 80 characters. 601
Warnings 'private' modifier out of order with the JLS suggestions. 601
Warnings Expected @param tag for '<T>'. 601
Warnings Parameter v should be final. 602
Warnings Parameter edgeSet should be final. 602
Warnings Method 'neighborhood' is not designed for extension - needs to be abstract, final or empty. 624
Warnings Parameter v should be final. 624
Warnings Method 'outNeighborhood' is not designed for extension - needs to be abstract, final or empty. 637
Warnings Parameter v should be final. 637
Warnings Method 'inNeighborhood' is not designed for extension - needs to be abstract, final or empty. 650
Warnings Parameter v should be final. 650
Warnings Unused @param tag for 'edgeSet'. 661
Warnings Parameter abstractVertex should be final. 664
Warnings Expected @param tag for 'abstractVertex'. 664
Warnings Parameter abstractEdge should be final. 664
Warnings Parameter abstractVertex should be final. 679
Warnings Parameter abstractEdge should be final. 679
Warnings Parameter original should be final. 699
Warnings Parameter copy should be final. 700
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 719
Warnings Missing a Javadoc comment. 719
Warnings Method 'finalize' is not designed for extension - needs to be abstract, final or empty. 737
Warnings Method 'update' is not designed for extension - needs to be abstract, final or empty. 750
Warnings Missing a Javadoc comment. 750
Warnings Parameter o should be final. 751
Warnings Parameter arg should be final. 752
Warnings Line is longer than 80 characters. 777
Warnings Line is longer than 80 characters. 779
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 786
Warnings Missing a Javadoc comment. 786
Warnings Parameter element should be final. 787
Warnings Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. 789
Warnings Expected @param tag for '<T>'. 813
Warnings Parameter map should be final. 814
Warnings 'if' construct must use '{}'s. 822
Warnings Parameter adjacenceTable should be final. 842
Warnings Parameter edgeSet should be final. 843
Warnings 'if' construct must use '{}'s. 855
Warnings 'if' construct must use '{}'s. 856
Warnings Expected @param tag for '<T>'. 874
Warnings Parameter current should be final. 875
Warnings 'if' construct must use '{}'s. 881

fr/inria/opengve/mascoptLib/core/MascoptAbstractPath.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings Line is longer than 80 characters. 19
Warnings Line is longer than 80 characters. 20
Warnings '{' should be on the previous line. 32
Warnings First sentence should end with a period. 34
Warnings First sentence should end with a period. 39
Warnings Missing a Javadoc comment. 50
Warnings '{' should be on the previous line. 51
Warnings Name 'order_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Warnings Variable 'order_' must be private and have accessor methods. 56
Warnings Name 'removeCalled_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Warnings Variable 'removeCalled_' must be private and have accessor methods. 67
Warnings Missing a Javadoc comment. 76
Warnings Parameter begin should be final. 76
Warnings Parameter order should be final. 76
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 91
Warnings 'if' construct must use '{}'s. 92
Warnings 'if' construct must use '{}'s. 94
Warnings '(' is followed by whitespace. 94
Warnings Avoid inline conditionals. 97
Warnings ')' is preceded with whitespace. 97
Warnings Missing a Javadoc comment. 102
Warnings 'if' construct must use '{}'s. 103
Warnings Expression can be simplified. 103
Warnings 'if' construct must use '{}'s. 108
Warnings Line is longer than 80 characters. 110
Warnings 'if' construct must use '{}'s. 112
Warnings Line is longer than 80 characters. 114
Warnings 'if' construct must use '{}'s. 121
Warnings ';' is preceded with whitespace. 122
Warnings Missing a Javadoc comment. 135
Warnings '{' should be on the previous line. 136
Warnings First sentence should end with a period. 145
Warnings First sentence should end with a period. 148
Warnings First sentence should end with a period. 151
Warnings Missing a Javadoc comment. 156
Warnings Parameter begin should be final. 156
Warnings Parameter order should be final. 156
Warnings Avoid inline conditionals. 158
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 171
Warnings 'if' construct must use '{}'s. 172
Warnings 'if' construct must use '{}'s. 174
Warnings '(' is followed by whitespace. 174
Warnings Avoid inline conditionals. 177
Warnings ')' is preceded with whitespace. 178
Warnings Missing a Javadoc comment. 183
Warnings 'if' construct must use '{}'s. 184
Warnings Expression can be simplified. 184
Warnings 'if' construct must use '{}'s. 188
Warnings Line is longer than 80 characters. 190
Warnings 'if' construct must use '{}'s. 192
Warnings Line is longer than 80 characters. 194
Warnings Avoid inline conditionals. 196
Warnings Avoid inline conditionals. 198
Warnings 'if' construct must use '{}'s. 199
Warnings ';' is preceded with whitespace. 200
Warnings Parameter id should be final. 212
Warnings Expected an @return tag. 223
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 223
Warnings Avoid inline conditionals. 228
Warnings Avoid inline conditionals. 234
Warnings Method 'getEnds' is not designed for extension - needs to be abstract, final or empty. 248
Warnings Missing a Javadoc comment. 248
Warnings '(' is followed by whitespace. 250
Warnings Method 'getEdges' is not designed for extension - needs to be abstract, final or empty. 264
Warnings Missing a Javadoc comment. 264
Warnings Parameter o should be final. 265
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 265
Warnings Method 'concat' is not designed for extension - needs to be abstract, final or empty. 300
Warnings Missing a Javadoc comment. 300
Warnings Line is longer than 80 characters. 301
Warnings Parameter p should be final. 301
Warnings Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. 301
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 322
Warnings Missing a Javadoc comment. 322
Warnings Parameter e should be final. 322
Warnings ';' is preceded with whitespace. 325
Warnings ';' is preceded with whitespace. 330
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 359
Warnings Parameter v should be final. 359
Warnings 'if' construct must use '{}'s. 361
Warnings ';' is preceded with whitespace. 365
Warnings ';' is preceded with whitespace. 370
Warnings Line is longer than 80 characters. 376
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 399
Warnings Missing a Javadoc comment. 399
Warnings Parameter e should be final. 399
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 410
Warnings Missing a Javadoc comment. 410
Warnings Parameter o should be final. 410
Warnings Method 'length' is not designed for extension - needs to be abstract, final or empty. 421
Warnings Missing a Javadoc comment. 421
Warnings Method 'isEnd' is not designed for extension - needs to be abstract, final or empty. 432
Warnings Missing a Javadoc comment. 432
Warnings Parameter o should be final. 432
Warnings Method 'getLastVertex' is not designed for extension - needs to be abstract, final or empty. 443
Warnings Missing a Javadoc comment. 443
Warnings 'if' construct must use '{}'s. 444
Warnings Avoid inline conditionals. 445
Warnings Method 'getFirstVertex' is not designed for extension - needs to be abstract, final or empty. 457
Warnings Missing a Javadoc comment. 457
Warnings 'if' construct must use '{}'s. 458
Warnings Avoid inline conditionals. 459
Warnings Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. 472
Warnings Missing a Javadoc comment. 472
Warnings Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. 483
Warnings Missing a Javadoc comment. 483
Warnings Parameter o should be final. 483
Warnings 'if' construct must use '{}'s. 484
Warnings '(' is followed by whitespace. 491
Warnings 'if' construct must use '{}'s. 492
Warnings Method 'edgeIterator' is not designed for extension - needs to be abstract, final or empty. 511
Warnings Parameter o should be final. 511
Warnings Parameter order should be final. 511
Warnings Method 'vertexIterator' is not designed for extension - needs to be abstract, final or empty. 522
Warnings Missing a Javadoc comment. 522
Warnings Parameter o should be final. 522
Warnings 'if' construct must use '{}'s. 523
Warnings '(' is followed by whitespace. 529
Warnings 'if' construct must use '{}'s. 530
Warnings Expected an @return tag. 543
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 543
Warnings Line is longer than 80 characters. 560
Warnings Parameter e should be final. 560
Warnings Expected @throws tag for 'MascoptImpossibleOperationPathException'. 560
Warnings Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. 560
Warnings Avoid inline conditionals. 565
Warnings Avoid inline conditionals. 567
Warnings Line is longer than 80 characters. 570
Warnings 'if' construct must use '{}'s. 573
Warnings 'if' construct must use '{}'s. 577
Warnings Line is longer than 80 characters. 581
Warnings 'if' construct must use '{}'s. 584
Warnings 'if' construct must use '{}'s. 587
Warnings Line is longer than 80 characters. 596
Warnings '(' is followed by whitespace. 596
Warnings Method 'concat' is not designed for extension - needs to be abstract, final or empty. 622
Warnings Parameter e should be final. 622
Warnings Redundant throws: 'MascoptImpossibleOperationPathException' is unchecked exception. 622
Warnings ';' is preceded with whitespace. 631
Warnings Line is longer than 80 characters. 633
Warnings Line is longer than 80 characters. 658
Warnings Line is longer than 80 characters. 665
Warnings Missing a Javadoc comment. 668
Warnings Parameter observable should be final. 669
Warnings '(' is followed by whitespace. 669
Warnings Parameter message should be final. 671
Warnings Line is longer than 80 characters. 678
Warnings Line is longer than 80 characters. 680
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 687
Warnings Expected an @return tag. 700
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 700
Warnings Parameter element should be final. 701
Warnings Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. 704
Warnings Name 'it_edges' must match pattern '^[a-z][a-zA-Z0-9]*$'. 707
Warnings Avoid inline conditionals. 707

fr/inria/opengve/mascoptLib/core/MascoptArc.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings '{' should be on the previous line. 24
Warnings Line is longer than 80 characters. 36
Warnings Parameter tail should be final. 48
Warnings Parameter head should be final. 48
Warnings Parameter factory should be final. 49
Warnings ',' is not followed by whitespace. 50
Warnings ')' is preceded with whitespace. 51
Warnings Parameter tail should be final. 65
Warnings Parameter head should be final. 65
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 76
Warnings Missing a Javadoc comment. 76
Warnings Line is longer than 80 characters. 78
Warnings Method 'getTail' is not designed for extension - needs to be abstract, final or empty. 88
Warnings Missing a Javadoc comment. 88
Warnings Method 'getHead' is not designed for extension - needs to be abstract, final or empty. 99
Warnings Missing a Javadoc comment. 99
Warnings Method 'leadsTo' is not designed for extension - needs to be abstract, final or empty. 113
Warnings Missing a Javadoc comment. 113
Warnings Parameter o should be final. 113
Warnings Method 'leavesFrom' is not designed for extension - needs to be abstract, final or empty. 124
Warnings Missing a Javadoc comment. 124
Warnings Parameter o should be final. 124
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 135
Warnings Missing a Javadoc comment. 135
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 143
Warnings Missing a Javadoc comment. 143
Warnings Line is longer than 80 characters. 145
Warnings Line is longer than 80 characters. 150
Warnings Line is longer than 80 characters. 152
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 165
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 177

fr/inria/opengve/mascoptLib/core/MascoptArcSet.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings '{' should be on the previous line. 21
Warnings Line is longer than 80 characters. 22
Warnings Missing a Javadoc comment. 22
Warnings Parameter nodeSet should be final. 37
Warnings Parameter arcSet should be final. 49
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 58
Warnings Line is longer than 80 characters. 59
Warnings ',' is not followed by whitespace. 59
Warnings Expected an @return tag. 69
Warnings Method 'add' is not designed for extension - needs to be abstract, final or empty. 69
Warnings Parameter o should be final. 70
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 79
Warnings Missing a Javadoc comment. 79
Warnings Line is longer than 80 characters. 85
Warnings Line is longer than 80 characters. 87
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 94

fr/inria/opengve/mascoptLib/core/MascoptConstantString.java

Violation Message Line
Warnings Utility classes should not have a public or default constructor. 8
Warnings First sentence should end with a period. 14
Warnings Name 'emptyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 15
Warnings First sentence should end with a period. 17
Warnings Name 'x' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 18
Warnings First sentence should end with a period. 20
Warnings Name 'y' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Warnings First sentence should end with a period. 23
Warnings Name 'color' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Warnings First sentence should end with a period. 26
Warnings Name 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Warnings First sentence should end with a period. 29
Warnings Name 'newLinePropertyName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Warnings First sentence should end with a period. 36
Warnings Line is longer than 80 characters. 37
Warnings Name 'externalFileLocation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Warnings First sentence should end with a period. 39
Warnings Name 'xmlIdAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Warnings First sentence should end with a period. 42
Warnings Name 'xmlIdRefAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
Warnings First sentence should end with a period. 45
Warnings Name 'xmlNameAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46
Warnings First sentence should end with a period. 48
Warnings Name 'xmlColorAttributeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Warnings First sentence should end with a period. 51
Warnings Name 'xmlRefPostfix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
Warnings First sentence should end with a period. 57
Warnings Line is longer than 80 characters. 58
Warnings Name 'numericsPackages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 58
Warnings First sentence should end with a period. 63
Warnings Name 'vertexPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 64
Warnings First sentence should end with a period. 66
Warnings Name 'xmlVertexParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
Warnings First sentence should end with a period. 69
Warnings Name 'xmlVertexTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
Warnings First sentence should end with a period. 72
Warnings Name 'xmlVertexPositionTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
Warnings First sentence should end with a period. 75
Warnings Line is longer than 80 characters. 76
Warnings Name 'xmlVertexRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 76
Warnings First sentence should end with a period. 82
Warnings Name 'edgePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Warnings First sentence should end with a period. 85
Warnings Name 'arcPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 86
Warnings First sentence should end with a period. 88
Warnings Name 'xmlLinkParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 89
Warnings First sentence should end with a period. 91
Warnings Name 'xmlEdgeTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings First sentence should end with a period. 94
Warnings Name 'xmlArcTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 95
Warnings First sentence should end with a period. 97
Warnings Name 'xmlEdgeRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 98
Warnings First sentence should end with a period. 100
Warnings Name 'xmlArcRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 101
Warnings First sentence should end with a period. 106
Warnings Name 'graphPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 107
Warnings First sentence should end with a period. 109
Warnings Name 'diGraphPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 110
Warnings First sentence should end with a period. 112
Warnings Name 'xmlGraphParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 113
Warnings First sentence should end with a period. 115
Warnings Name 'xmlGraphTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 116
Warnings First sentence should end with a period. 118
Warnings Name 'xmlDiGraphTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 119
Warnings First sentence should end with a period. 121
Warnings Line is longer than 80 characters. 122
Warnings Name 'xmlGraphRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 122
Warnings First sentence should end with a period. 124
Warnings Line is longer than 80 characters. 125
Warnings Name 'xmlDiGraphRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 125
Warnings First sentence should end with a period. 130
Warnings Name 'pathPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 131
Warnings First sentence should end with a period. 133
Warnings Name 'diPathPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
Warnings First sentence should end with a period. 136
Warnings Name 'xmlPathParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 137
Warnings First sentence should end with a period. 139
Warnings Name 'xmlPathTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 140
Warnings First sentence should end with a period. 142
Warnings Name 'xmlDiPathTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 143
Warnings First sentence should end with a period. 145
Warnings Name 'xmlPathRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 146
Warnings First sentence should end with a period. 148
Warnings Line is longer than 80 characters. 149
Warnings Name 'xmlDiPathRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 149
Warnings First sentence should end with a period. 154
Warnings Name 'cyclePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 155
Warnings First sentence should end with a period. 157
Warnings Name 'diCyclePrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 158
Warnings First sentence should end with a period. 160
Warnings Name 'xmlCycleParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 161
Warnings First sentence should end with a period. 163
Warnings Name 'xmlCycleTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 164
Warnings First sentence should end with a period. 166
Warnings Name 'xmlDiCycleTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 167
Warnings First sentence should end with a period. 169
Warnings Line is longer than 80 characters. 170
Warnings Name 'xmlCycleRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 170
Warnings First sentence should end with a period. 172
Warnings Line is longer than 80 characters. 173
Warnings Name 'xmlDiCycleRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 173
Warnings First sentence should end with a period. 177
Warnings Name 'fixedSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 178
Warnings First sentence should end with a period. 180
Warnings Name 'setPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 181
Warnings First sentence should end with a period. 183
Warnings Name 'vertexSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 184
Warnings First sentence should end with a period. 186
Warnings Name 'edgeSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 187
Warnings First sentence should end with a period. 189
Warnings Name 'arcSetPrefixID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 190
Warnings First sentence should end with a period. 192
Warnings Name 'xmlSetParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 193
Warnings First sentence should end with a period. 195
Warnings Name 'xmlFixedSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 196
Warnings First sentence should end with a period. 198
Warnings Name 'xmlSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 199
Warnings First sentence should end with a period. 201
Warnings Name 'xmlVertexSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 202
Warnings First sentence should end with a period. 204
Warnings Name 'xmlEdgeSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 205
Warnings First sentence should end with a period. 207
Warnings Name 'xmlArcSetTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 208
Warnings First sentence should end with a period. 210
Warnings Line is longer than 80 characters. 211
Warnings Name 'xmlFixedSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 211
Warnings First sentence should end with a period. 213
Warnings Name 'xmlSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 214
Warnings First sentence should end with a period. 216
Warnings Line is longer than 80 characters. 217
Warnings Name 'xmlVertexSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 217
Warnings First sentence should end with a period. 219
Warnings Line is longer than 80 characters. 220
Warnings Name 'xmlEdgeSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 220
Warnings First sentence should end with a period. 222
Warnings Line is longer than 80 characters. 223
Warnings Name 'xmlArcSetRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 223
Warnings First sentence should end with a period. 228
Warnings Name 'mapPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 229
Warnings First sentence should end with a period. 231
Warnings Name 'xmlMapParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 232
Warnings First sentence should end with a period. 234
Warnings Name 'xmlMapTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 235
Warnings First sentence should end with a period. 237
Warnings Name 'xmlMapRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 238
Warnings First sentence should end with a period. 240
Warnings Name 'xmlMapEntryTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 241
Warnings First sentence should end with a period. 243
Warnings Name 'xmlMapEntryType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 244
Warnings First sentence should end with a period. 246
Warnings Name 'xmlMapEntryName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 247
Warnings First sentence should end with a period. 249
Warnings Name 'xmlMapEntryValue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 250
Warnings First sentence should end with a period. 255
Warnings Name 'flowPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 256
Warnings First sentence should end with a period. 258
Warnings Name 'multiFlowPrefixId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 259
Warnings First sentence should end with a period. 261
Warnings Name 'xmlFlowParentTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 262
Warnings First sentence should end with a period. 264
Warnings Name 'xmlFlowTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 265
Warnings First sentence should end with a period. 267
Warnings Name 'xmlMultiFlowTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 268
Warnings First sentence should end with a period. 270
Warnings Name 'xmlFlowRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 271
Warnings First sentence should end with a period. 273
Warnings Line is longer than 80 characters. 274
Warnings Name 'xmlMultiFlowRefTagName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 274

fr/inria/opengve/mascoptLib/core/MascoptCycle.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Missing a Javadoc comment. 16
Warnings Unused @throws tag for 'IllegalArgumentException'. 28
Warnings Parameter p should be final. 31
Warnings Parameter e should be final. 31
Warnings Line is longer than 80 characters. 32
Warnings Parameter factory should be final. 32
Warnings ',' is not followed by whitespace. 32
Warnings Unused @throws tag for 'IllegalArgumentException'. 44
Warnings Parameter p should be final. 47
Warnings Parameter e should be final. 47
Warnings Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. 56
Warnings Missing a Javadoc comment. 56
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 65
Warnings Missing a Javadoc comment. 65
Warnings Line is longer than 80 characters. 70
Warnings Line is longer than 80 characters. 72
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 74
Warnings Missing a Javadoc comment. 74

fr/inria/opengve/mascoptLib/core/MascoptDiCycle.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Missing a Javadoc comment. 13
Warnings Unused @throws tag for 'IllegalArgumentException'. 25
Warnings Parameter p should be final. 29
Warnings Parameter e should be final. 29
Warnings Line is longer than 80 characters. 30
Warnings Parameter factory should be final. 30
Warnings ',' is not followed by whitespace. 30
Warnings Line is longer than 80 characters. 31
Warnings Unused @throws tag for 'IllegalArgumentException'. 42
Warnings Parameter p should be final. 46
Warnings Parameter e should be final. 46
Warnings Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. 60
Warnings Missing a Javadoc comment. 60
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 69
Warnings Missing a Javadoc comment. 69
Warnings Line is longer than 80 characters. 74
Warnings Line is longer than 80 characters. 76
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 83
Warnings Missing a Javadoc comment. 83

fr/inria/opengve/mascoptLib/core/MascoptDiGraph.java

Violation Message Line
Warnings Line is longer than 80 characters. 14
Warnings Parameter arcSet should be final. 38
Warnings Parameter arcSet should be final. 50
Warnings Line is longer than 80 characters. 51
Warnings Parameter factory should be final. 51
Warnings ',' is not followed by whitespace. 51
Warnings Parameter digraph should be final. 66
Warnings Parameter digraph should be final. 80
Warnings Line is longer than 80 characters. 81
Warnings Parameter factory should be final. 81
Warnings ',' is not followed by whitespace. 81
Warnings Method 'arcSet' is not designed for extension - needs to be abstract, final or empty. 97
Warnings Method 'inverse' is not designed for extension - needs to be abstract, final or empty. 106
Warnings Missing a Javadoc comment. 106
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 124
Warnings Missing a Javadoc comment. 124
Warnings Line is longer than 80 characters. 129
Warnings Line is longer than 80 characters. 131
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 138

fr/inria/opengve/mascoptLib/core/MascoptDiPath.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 19
Warnings Missing a Javadoc comment. 19
Warnings Line is longer than 80 characters. 32
Warnings Parameter factory should be final. 32
Warnings ',' is not followed by whitespace. 32
Warnings Expected @param tag for 'factory'. 32
Warnings Method 'isDirected' is not designed for extension - needs to be abstract, final or empty. 49
Warnings Missing a Javadoc comment. 49
Warnings Method 'concat' is not designed for extension - needs to be abstract, final or empty. 59
Warnings Missing a Javadoc comment. 59
Warnings Parameter e should be final. 60
Warnings Method 'concat' is not designed for extension - needs to be abstract, final or empty. 70
Warnings Missing a Javadoc comment. 70
Warnings Parameter p should be final. 71
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 85
Warnings Missing a Javadoc comment. 85
Warnings Line is longer than 80 characters. 86
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 95
Warnings Missing a Javadoc comment. 95
Warnings Line is longer than 80 characters. 100
Warnings Line is longer than 80 characters. 102
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 109

fr/inria/opengve/mascoptLib/core/MascoptEdge.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 19
Warnings '{' is not preceded with whitespace. 19
Warnings First sentence should end with a period. 27
Warnings Line is longer than 80 characters. 28
Warnings Parameter v0 should be final. 40
Warnings Parameter v1 should be final. 40
Warnings Parameter factory should be final. 41
Warnings Line is longer than 80 characters. 42
Warnings Parameter v0 should be final. 54
Warnings Parameter v1 should be final. 54
Warnings Method 'leadsTo' is not designed for extension - needs to be abstract, final or empty. 63
Warnings Missing a Javadoc comment. 63
Warnings Parameter o should be final. 63
Warnings Method 'leavesFrom' is not designed for extension - needs to be abstract, final or empty. 72
Warnings Missing a Javadoc comment. 72
Warnings Parameter o should be final. 72
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 81
Warnings Missing a Javadoc comment. 81
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 93
Warnings Missing a Javadoc comment. 93
Warnings Line is longer than 80 characters. 95
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 106
Warnings Line is longer than 80 characters. 108
Warnings Line is longer than 80 characters. 111
Warnings Line is longer than 80 characters. 113
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 130

fr/inria/opengve/mascoptLib/core/MascoptEdgeSet.java

Violation Message Line
Warnings Line is longer than 80 characters. 13
Warnings Missing a Javadoc comment. 13
Warnings Parameter nodeSet should be final. 24
Warnings Expected @param tag for 'nodeSet'. 24
Warnings Parameter edgeSet should be final. 31
Warnings Expected @param tag for 'edgeSet'. 31
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 40
Warnings Missing a Javadoc comment. 40
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 45
Warnings Missing a Javadoc comment. 45
Warnings Line is longer than 80 characters. 50
Warnings Line is longer than 80 characters. 52
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 59

fr/inria/opengve/mascoptLib/core/MascoptFixedSet.java

Violation Message Line
Warnings Extra HTML tag found: </p> 15
Warnings First sentence should end with a period. 23
Warnings First sentence should end with a period. 26
Warnings First sentence should end with a period. 29
Warnings Line is longer than 80 characters. 31
Warnings Parameter subSet should be final. 40
Warnings Parameter toSuppress should be final. 53
Warnings Parameter a should be final. 273
Warnings Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 295
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 351
Warnings Method 'add' is not designed for extension - needs to be abstract, final or empty. 372
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 381
Warnings Parameter object should be final. 381
Warnings Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 390
Warnings Parameter collection should be final. 390
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 399
Warnings Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 407
Warnings Parameter collection should be final. 407
Warnings Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 416
Warnings Parameter collection should be final. 416
Warnings Method 'throwExceptionForAddRemoveOperation' is not designed for extension - needs to be abstract, final or empty. 542
Warnings Redundant throws: 'MascoptAddRemoveSetException' is unchecked exception. 543
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 562
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 596
Warnings Parameter observable should be final. 606
Warnings Parameter message should be final. 607

fr/inria/opengve/mascoptLib/core/MascoptGraph.java

Violation Message Line
Warnings Line is longer than 80 characters. 10
Warnings ',' is not followed by whitespace. 20
Warnings Line is longer than 80 characters. 29
Warnings Parameter edgeSet should be final. 36
Warnings Parameter factory should be final. 37
Warnings Line is longer than 80 characters. 38
Warnings Line is longer than 80 characters. 45
Warnings Parameter edgeSet should be final. 50
Warnings Parameter graph should be final. 63
Warnings Line is longer than 80 characters. 64
Warnings Parameter factory should be final. 64
Warnings ',' is not followed by whitespace. 64
Warnings Parameter graph should be final. 81
Warnings Method 'inverse' is not designed for extension - needs to be abstract, final or empty. 90
Warnings Missing a Javadoc comment. 90
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 105
Warnings Missing a Javadoc comment. 105
Warnings Line is longer than 80 characters. 112
Warnings Line is longer than 80 characters. 114
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 116
Warnings Missing a Javadoc comment. 116
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 126

fr/inria/opengve/mascoptLib/core/MascoptMap.java

Violation Message Line
Warnings '{' should be on the previous line. 31
Warnings Line is longer than 80 characters. 33
Warnings Missing a Javadoc comment. 33
Warnings Name 'packagePathRegExp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Warnings First sentence should end with a period. 35
Warnings Line is longer than 80 characters. 38
Warnings Name 'relations' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 38
Warnings Line is longer than 80 characters. 44
Warnings Name 'modCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 44
Warnings '{' should be on the previous line. 51
Warnings First sentence should end with a period. 53
Warnings Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 56
Warnings Name 'context' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 61
Warnings Name 'namedValue' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 66
Warnings Name 'index' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 71
Warnings Name 'expectedModCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 76
Warnings Parameter o should be final. 88
Warnings Parameter c should be final. 88
Warnings Line is longer than 80 characters. 93
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 121
Warnings Line is longer than 80 characters. 122
Warnings '(' is followed by whitespace. 123
Warnings ')' is preceded with whitespace. 124
Warnings Missing a Javadoc comment. 134
Warnings Line is longer than 80 characters. 135
Warnings '(' is followed by whitespace. 136
Warnings Line is longer than 80 characters. 140
Warnings '{' should be on the previous line. 157
Warnings Line is longer than 80 characters. 162
Warnings Name 'subRelation' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 162
Warnings Line is longer than 80 characters. 167
Warnings Name 'cIterator' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 167
Warnings Name 'name' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 172
Warnings First sentence should end with a period. 174
Warnings Line is longer than 80 characters. 177
Warnings Name 'nextContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 177
Warnings Line is longer than 80 characters. 182
Warnings Name 'expectedModCount' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 182
Warnings Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 187
Warnings Name 'lastContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 192
Warnings Line is longer than 80 characters. 197
Warnings Name 'lastNamedValues' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 197
Warnings Line is longer than 80 characters. 202
Warnings Name 'indexOfLastName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 202
Warnings Name 'findNextCalled' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 207
Warnings ')' is preceded with whitespace. 223
Warnings Parameter o should be final. 244
Warnings Parameter n should be final. 244
Warnings Missing a Javadoc comment. 261
Warnings '(' is followed by whitespace. 262
Warnings Missing a Javadoc comment. 273
Warnings Line is longer than 80 characters. 274
Warnings Missing a Javadoc comment. 291
Warnings '{' should be on the previous line. 315
Warnings Name 'realIterator' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 320
Warnings Name 'key' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 325
Warnings First sentence should end with a period. 327
Warnings Incomplete HTML tag found: * The last context returned by the Iterator< 328
Warnings Name 'lastContextReturned' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 330
Warnings Parameter o should be final. 340
Warnings Missing a Javadoc comment. 352
Warnings Missing a Javadoc comment. 363
Warnings Inner assignments should be avoided. 364
Warnings Missing a Javadoc comment. 374
Warnings '{' should be on the previous line. 390
Warnings Variable 'realIt' must be private and have accessor methods. 394
Warnings Parameter it should be final. 404
Warnings Missing a Javadoc comment. 410
Warnings Missing a Javadoc comment. 416
Warnings Missing a Javadoc comment. 422
Warnings First sentence should end with a period. 427
Warnings First sentence should end with a period. 430
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 431
Warnings Parameter factory should be final. 441
Warnings 'factory' hides a field. 441
Warnings ')' is preceded with whitespace. 442
Warnings Line is longer than 80 characters. 443
Warnings Parameter o should be final. 470
Warnings Parameter name should be final. 470
Warnings Parameter context should be final. 470
Warnings Line is longer than 80 characters. 473
Warnings 'for' construct must use '{}'s. 477
Warnings ')' is preceded with whitespace. 477
Warnings '}' should be on a new line. 479
Warnings Parameter o should be final. 500
Warnings Parameter name should be final. 501
Warnings Parameter context should be final. 502
Warnings Parameter value should be final. 503
Warnings Line is longer than 80 characters. 506
Warnings ')' is preceded with whitespace. 511
Warnings Line is longer than 80 characters. 524
Warnings Line is longer than 80 characters. 530
Warnings Line is longer than 80 characters. 532
Warnings Parameter o should be final. 552
Warnings Parameter name should be final. 553
Warnings Parameter context should be final. 554
Warnings Line is longer than 80 characters. 556
Warnings 'for' construct must use '{}'s. 560
Warnings ')' is preceded with whitespace. 560
Warnings Parameter o should be final. 588
Warnings Parameter valueName should be final. 588
Warnings Parameter context should be final. 588
Warnings '3' is a magic number. 589
Warnings Parameter o should be final. 608
Warnings Parameter valueName should be final. 608
Warnings Parameter context should be final. 608
Warnings '3' is a magic number. 609
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 624
Warnings Missing a Javadoc comment. 624
Warnings Parameter o should be final. 624
Warnings Parameter name should be final. 624
Warnings Parameter context should be final. 624
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 635
Warnings Missing a Javadoc comment. 635
Warnings Parameter o should be final. 635
Warnings Parameter name should be final. 635
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 646
Warnings Missing a Javadoc comment. 646
Warnings Parameter o should be final. 646
Warnings Method 'keysIterator' is not designed for extension - needs to be abstract, final or empty. 657
Warnings Missing a Javadoc comment. 657
Warnings Method 'namesIterator' is not designed for extension - needs to be abstract, final or empty. 669
Warnings Missing a Javadoc comment. 669
Warnings Parameter o should be final. 669
Warnings Parameter context should be final. 669
Warnings Method 'namesIterator' is not designed for extension - needs to be abstract, final or empty. 680
Warnings Missing a Javadoc comment. 680
Warnings Parameter o should be final. 680
Warnings Method 'contextsIterator' is not designed for extension - needs to be abstract, final or empty. 691
Warnings Missing a Javadoc comment. 691
Warnings Parameter o should be final. 691
Warnings Parameter name should be final. 692
Warnings Method 'contextsIterator' is not designed for extension - needs to be abstract, final or empty. 703
Warnings Missing a Javadoc comment. 703
Warnings Parameter o should be final. 703
Warnings Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. 715
Warnings Missing a Javadoc comment. 715
Warnings Parameter o should be final. 715
Warnings Parameter name should be final. 715
Warnings Parameter context should be final. 715
Warnings Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. 729
Warnings Missing a Javadoc comment. 729
Warnings Parameter o should be final. 729
Warnings Parameter name should be final. 729
Warnings Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 741
Warnings Missing a Javadoc comment. 741
Warnings Parameter o should be final. 741
Warnings Parameter name should be final. 741
Warnings Parameter context should be final. 741
Warnings Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 752
Warnings Missing a Javadoc comment. 752
Warnings Parameter o should be final. 752
Warnings Parameter name should be final. 752
Warnings Method 'getString' is not designed for extension - needs to be abstract, final or empty. 764
Warnings Missing a Javadoc comment. 764
Warnings Parameter o should be final. 764
Warnings Parameter name should be final. 764
Warnings Parameter context should be final. 764
Warnings Method 'getString' is not designed for extension - needs to be abstract, final or empty. 776
Warnings Missing a Javadoc comment. 776
Warnings Parameter o should be final. 776
Warnings Parameter name should be final. 776
Warnings Method 'putValue' is not designed for extension - needs to be abstract, final or empty. 788
Warnings Missing a Javadoc comment. 788
Warnings Parameter o should be final. 788
Warnings Parameter name should be final. 789
Warnings Parameter context should be final. 790
Warnings Parameter value should be final. 791
Warnings ';' is preceded with whitespace. 792
Warnings Method 'putValue' is not designed for extension - needs to be abstract, final or empty. 805
Warnings Missing a Javadoc comment. 805
Warnings Parameter o should be final. 805
Warnings Parameter name should be final. 805
Warnings Parameter value should be final. 805
Warnings Method 'putString' is not designed for extension - needs to be abstract, final or empty. 817
Warnings Missing a Javadoc comment. 817
Warnings Parameter o should be final. 817
Warnings Parameter name should be final. 817
Warnings Parameter context should be final. 817
Warnings Parameter value should be final. 817
Warnings ';' is preceded with whitespace. 818
Warnings Method 'putString' is not designed for extension - needs to be abstract, final or empty. 831
Warnings Missing a Javadoc comment. 831
Warnings Parameter o should be final. 831
Warnings Parameter name should be final. 831
Warnings Parameter value should be final. 831
Warnings Line is longer than 80 characters. 843
Warnings Method 'putAll' is not designed for extension - needs to be abstract, final or empty. 843
Warnings Missing a Javadoc comment. 843
Warnings Parameter m should be final. 843
Warnings Parameter name should be final. 843
Warnings Parameter context should be final. 843
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 843
Warnings Line is longer than 80 characters. 863
Warnings Method 'putAll' is not designed for extension - needs to be abstract, final or empty. 863
Warnings Missing a Javadoc comment. 863
Warnings Parameter m should be final. 863
Warnings Parameter name should be final. 863
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 863
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 886
Warnings Missing a Javadoc comment. 886
Warnings Parameter o should be final. 886
Warnings Parameter name should be final. 886
Warnings Parameter context should be final. 886
Warnings ';' is preceded with whitespace. 887
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 902
Warnings Missing a Javadoc comment. 902
Warnings Parameter o should be final. 902
Warnings Parameter name should be final. 902
Warnings Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 913
Warnings Missing a Javadoc comment. 913
Warnings Parameter o should be final. 913
Warnings Parameter context should be final. 913
Warnings ';' is preceded with whitespace. 914
Warnings Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 930
Warnings Missing a Javadoc comment. 930
Warnings Parameter o should be final. 930
Warnings ';' is preceded with whitespace. 931
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 946
Warnings Missing a Javadoc comment. 946
Warnings Line is longer than 80 characters. 947
Warnings Line is longer than 80 characters. 956
Warnings Line is longer than 80 characters. 958
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 965
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 977
Warnings Expected an @return tag. 990
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 990
Warnings Parameter element should be final. 991
Warnings Name 'node_to_go' must match pattern '^[a-z][a-zA-Z0-9]*$'. 994
Warnings Name 'it_objects' must match pattern '^[a-z][a-zA-Z0-9]*$'. 997
Warnings Name 'it_contexts' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1002
Warnings Name 'it_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1007
Warnings Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1012
Warnings Name 'entry_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1016
Warnings 'if' construct must use '{}'s. 1023
Warnings 'else' construct must use '{}'s. 1025
Warnings Expected an @return tag. 1042
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 1042
Warnings Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1045
Warnings Line is longer than 80 characters. 1048
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 1074
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 1085
Warnings Missing a Javadoc comment. 1085
Warnings Name 'it_keys' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1088
Warnings Line is longer than 80 characters. 1098
Warnings Parameter m should be final. 1125
Warnings Parameter s should be final. 1126
Warnings Parameter name should be final. 1127
Warnings Parameter context should be final. 1128
Warnings 'if' construct must use '{}'s. 1132
Warnings '(' is followed by whitespace. 1132
Warnings Avoid inline conditionals. 1132
Warnings Parameter m should be final. 1153
Warnings Parameter s should be final. 1154
Warnings Parameter context should be final. 1155
Warnings Avoid inline conditionals. 1160
Warnings 'if' construct must use '{}'s. 1162
Warnings '(' is followed by whitespace. 1162
Warnings Line is longer than 80 characters. 1173
Warnings Missing a Javadoc comment. 1176
Warnings Parameter observable should be final. 1177
Warnings Parameter message should be final. 1179

fr/inria/opengve/mascoptLib/core/MascoptNotification.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Name 'objects' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 20
Warnings Name 'message' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 25
Warnings Parameter message should be final. 35
Warnings 'message' hides a field. 35
Warnings Parameter obj should be final. 35
Warnings Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. 45
Warnings Method 'getEventType' is not designed for extension - needs to be abstract, final or empty. 54

fr/inria/opengve/mascoptLib/core/MascoptObject.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings '{' should be on the previous line. 28
Warnings Parameter id should be final. 56
Warnings Method 'getId' is not designed for extension - needs to be abstract, final or empty. 68
Warnings Method 'getName' is not designed for extension - needs to be abstract, final or empty. 79
Warnings 'if' construct must use '{}'s. 80
Warnings Expected an @return tag. 93
Warnings Method 'setName' is not designed for extension - needs to be abstract, final or empty. 93
Warnings Parameter name should be final. 93
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 107
Warnings Missing a Javadoc comment. 107
Warnings Method 'getColor' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Method 'setColor' is not designed for extension - needs to be abstract, final or empty. 133
Warnings Parameter color should be final. 133
Warnings Line is longer than 80 characters. 140
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 150
Warnings Missing a Javadoc comment. 150
Warnings ';' is preceded with whitespace. 154
Warnings Line is longer than 80 characters. 164
Warnings Line is longer than 80 characters. 166
Warnings First sentence should end with a period. 168
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 188
Warnings Parameter element should be final. 188
Warnings Line is longer than 80 characters. 189
Warnings Name 'current_element' must match pattern '^[a-z][a-zA-Z0-9]*$'. 190
Warnings '(' is followed by whitespace. 209
Warnings Parameter tag should be final. 231
Warnings Parameter fromHere should be final. 231
Warnings Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232
Warnings Parameter element should be final. 257
Warnings Name 'new_node' must match pattern '^[a-z][a-zA-Z0-9]*$'. 258

fr/inria/opengve/mascoptLib/core/MascoptObservableObject.java

Violation Message Line
Warnings Unused import - fr.inria.opengve.bridge.interfaces.Map. 12
Warnings Extra HTML tag found: </br> Note that object are stored 18
Warnings '{' should be on the previous line. 25
Warnings First sentence should end with a period. 33
Warnings First sentence should end with a period. 35
Warnings First sentence should end with a period. 37
Warnings First sentence should end with a period. 49
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 75
Warnings Missing a Javadoc comment. 75
Warnings Parameter o should be final. 97
Warnings Line is longer than 80 characters. 98
Warnings Parameter v should be final. 98
Warnings 'if' construct must use '{}'s. 102
Warnings 'if' construct must use '{}'s. 105
Warnings Parameter o should be final. 124
Warnings Parameter v should be final. 125
Warnings First sentence should end with a period. 131
Warnings Parameter o should be final. 137
Warnings Expected @param tag for 'o'. 137
Warnings Line is longer than 80 characters. 138
Warnings Parameter v should be final. 138
Warnings Expected @param tag for 'v'. 138
Warnings 'if' construct must use '{}'s. 140
Warnings 'public' modifier out of order with the JLS suggestions. 157
Warnings Parameter o should be final. 157
Warnings 'public' modifier out of order with the JLS suggestions. 173
Warnings Parameter o should be final. 173
Warnings 'protected' modifier out of order with the JLS suggestions. 187
Warnings Parameter nr should be final. 187
Warnings 'if' construct must use '{}'s. 191
Warnings 'else' construct must use '{}'s. 193
Warnings 'protected' modifier out of order with the JLS suggestions. 209
Warnings Parameter objs should be final. 209
Warnings 'public' modifier out of order with the JLS suggestions. 226
Warnings Parameter o should be final. 226
Warnings 'public' modifier out of order with the JLS suggestions. 242
Warnings Parameter o should be final. 242
Warnings '(' is followed by whitespace. 244
Warnings 'protected' modifier out of order with the JLS suggestions. 257
Warnings Parameter nr should be final. 257
Warnings 'if' construct must use '{}'s. 261
Warnings 'else' construct must use '{}'s. 263
Warnings 'protected' modifier out of order with the JLS suggestions. 280
Warnings Parameter objs should be final. 280
Warnings Line is longer than 80 characters. 281
Warnings 'public' modifier out of order with the JLS suggestions. 297
Warnings Parameter o should be final. 297
Warnings 'public' modifier out of order with the JLS suggestions. 313
Warnings Parameter o should be final. 313
Warnings '(' is followed by whitespace. 315
Warnings 'protected' modifier out of order with the JLS suggestions. 328
Warnings Parameter nr should be final. 328
Warnings 'if' construct must use '{}'s. 332
Warnings 'else' construct must use '{}'s. 334
Warnings 'protected' modifier out of order with the JLS suggestions. 349
Warnings Parameter objs should be final. 349
Warnings Line is longer than 80 characters. 350

fr/inria/opengve/mascoptLib/core/MascoptPath.java

Violation Message Line
Warnings Line is longer than 80 characters. 8

fr/inria/opengve/mascoptLib/core/MascoptSet.java

Violation Message Line
Warnings '{' should be on the previous line. 16
Warnings First sentence should end with a period. 18
Warnings Missing a Javadoc comment. 27
Warnings '{' should be on the previous line. 28
Warnings First sentence should end with a period. 29
Warnings First sentence should end with a period. 32
Warnings First sentence should end with a period. 35
Warnings First sentence should end with a period. 40
Warnings Parameter thisSet should be final. 47
Warnings Parameter realIt should be final. 47
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 61
Warnings Inner assignments should be avoided. 62
Warnings Missing a Javadoc comment. 67
Warnings Parameter id should be final. 85
Warnings Expected @param tag for 'id'. 85
Warnings Parameter superSet should be final. 99
Warnings Parameter id should be final. 99
Warnings Expected @param tag for 'id'. 99
Warnings First sentence should end with a period. 105
Warnings ')' is preceded with whitespace. 109
Warnings Parameter superSet should be final. 120
Warnings ')' is preceded with whitespace. 121
Warnings Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 131
Warnings Missing a Javadoc comment. 131
Warnings Parameter collection should be final. 132
Warnings Method 'add' is not designed for extension - needs to be abstract, final or empty. 150
Warnings Missing a Javadoc comment. 150
Warnings Parameter object should be final. 151
Warnings Method 'remove' is not designed for extension - needs to be abstract, final or empty. 164
Warnings Missing a Javadoc comment. 164
Warnings Parameter object should be final. 165
Warnings Line is longer than 80 characters. 166
Warnings '(' is followed by whitespace. 166
Warnings '!' is followed by whitespace. 166
Warnings Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 181
Warnings Missing a Javadoc comment. 181
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 193
Warnings Missing a Javadoc comment. 193
Warnings Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 205
Warnings Missing a Javadoc comment. 205
Warnings Parameter collection should be final. 206
Warnings Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 219
Warnings Missing a Javadoc comment. 219
Warnings Parameter collection should be final. 220
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 233
Warnings Missing a Javadoc comment. 233
Warnings Method 'setAddRemoveAllowed' is not designed for extension - needs to be abstract, final or empty. 249
Warnings Parameter bool should be final. 249
Warnings Method 'isAddRemoveAllowed' is not designed for extension - needs to be abstract, final or empty. 262
Warnings Method 'throwExceptionForAddRemoveOperation' is not designed for extension - needs to be abstract, final or empty. 272
Warnings '(' is followed by whitespace. 275
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 285
Warnings Missing a Javadoc comment. 285

fr/inria/opengve/mascoptLib/core/MascoptVertex.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings '{' should be on the previous line. 19
Warnings First sentence should end with a period. 27
Warnings First sentence should end with a period. 30
Warnings Parameter x should be final. 52
Warnings Parameter y should be final. 52
Warnings ')' is preceded with whitespace. 53
Warnings First sentence should end with a period. 60
Warnings Expected an @return tag. 63
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 63
Warnings First sentence should end with a period. 70
Warnings First sentence should end with a period. 81
Warnings First sentence should end with a period. 92
Warnings Parameter x should be final. 98
Warnings First sentence should end with a period. 106
Warnings Parameter y should be final. 112
Warnings Expected an @return tag. 123
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 123
Warnings Line is longer than 80 characters. 130
Warnings Line is longer than 80 characters. 132
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 139
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 151
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 163
Warnings Missing a Javadoc comment. 163
Warnings Parameter element should be final. 164
Warnings Line is longer than 80 characters. 167
Warnings Line is longer than 80 characters. 174
Warnings Line is longer than 80 characters. 175
Warnings Line is longer than 80 characters. 180
Warnings Line is longer than 80 characters. 181
Warnings Line is longer than 80 characters. 193
Warnings Missing a Javadoc comment. 196
Warnings Parameter observable should be final. 197
Warnings Parameter message should be final. 199

fr/inria/opengve/mascoptLib/core/MascoptVertexSet.java

Violation Message Line
Warnings '{' should be on the previous line. 21
Warnings Line is longer than 80 characters. 22
Warnings Missing a Javadoc comment. 22
Warnings ')' is preceded with whitespace. 36
Warnings Parameter superSet should be final. 49
Warnings ')' is preceded with whitespace. 50
Warnings Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. 60
Warnings Method 'add' is not designed for extension - needs to be abstract, final or empty. 73
Warnings Parameter o should be final. 74
Warnings Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 88
Warnings Parameter collection should be final. 89
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 98
Warnings Missing a Javadoc comment. 98
Warnings Line is longer than 80 characters. 105
Warnings Line is longer than 80 characters. 107
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 114

fr/inria/opengve/mascoptLib/core/Messages.java

Violation Message Line
Warnings Class Messages should be declared as final. 12
Warnings Line is longer than 80 characters. 13
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 18
Warnings First sentence should end with a period. 22
Warnings Parameter key should be final. 29

fr/inria/opengve/mascoptLib/core/factory/MascoptArcSetFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 13
Warnings ';' is preceded with whitespace. 15
Warnings Line is longer than 80 characters. 23
Warnings Line is longer than 80 characters. 26
Warnings Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. 28
Warnings Missing a Javadoc comment. 28
Warnings Parameter vertexSet should be final. 29
Warnings Line is longer than 80 characters. 34
Warnings Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. 36
Warnings Missing a Javadoc comment. 36
Warnings Parameter es should be final. 37
Warnings 'cast' is not followed by whitespace. 38
Warnings Line is longer than 80 characters. 42
Warnings Method 'newLink' is not designed for extension - needs to be abstract, final or empty. 44
Warnings Missing a Javadoc comment. 44
Warnings Parameter v0 should be final. 45
Warnings Parameter v1 should be final. 45

fr/inria/opengve/mascoptLib/core/factory/MascoptDiGraphFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 18
Warnings Line is longer than 80 characters. 19
Warnings Line is longer than 80 characters. 20
Warnings ',' is not followed by whitespace. 29
Warnings '{' should be on the previous line. 30
Warnings First sentence should end with a period. 32
Warnings Parameter vsf should be final. 40
Warnings Parameter lsf should be final. 41
Warnings Line is longer than 80 characters. 50
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 52
Warnings Missing a Javadoc comment. 52
Warnings Parameter edgeSet should be final. 53
Warnings Line is longer than 80 characters. 62
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 64
Warnings Missing a Javadoc comment. 64
Warnings Parameter graph should be final. 65
Warnings Line is longer than 80 characters. 74
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 76
Warnings Missing a Javadoc comment. 76
Warnings Line is longer than 80 characters. 86
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 88
Warnings Missing a Javadoc comment. 88
Warnings Parameter vertexSet should be final. 89
Warnings Line is longer than 80 characters. 98
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 100
Warnings Missing a Javadoc comment. 100
Warnings Line is longer than 80 characters. 110
Warnings Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. 112
Warnings Missing a Javadoc comment. 112
Warnings Parameter vertexSet should be final. 113
Warnings Line is longer than 80 characters. 122
Warnings Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. 124
Warnings Missing a Javadoc comment. 124
Warnings Parameter edgeSet should be final. 125
Warnings Line is longer than 80 characters. 134
Warnings Method 'newLink' is not designed for extension - needs to be abstract, final or empty. 137
Warnings Missing a Javadoc comment. 137
Warnings Parameter v0 should be final. 138
Warnings Parameter v1 should be final. 138
Warnings Line is longer than 80 characters. 147
Warnings Method 'newPath' is not designed for extension - needs to be abstract, final or empty. 149
Warnings Missing a Javadoc comment. 149
Warnings Line is longer than 80 characters. 159
Warnings Method 'newCycle' is not designed for extension - needs to be abstract, final or empty. 162
Warnings Missing a Javadoc comment. 162
Warnings Line is longer than 80 characters. 163
Warnings Parameter p should be final. 163
Warnings Parameter e should be final. 163

fr/inria/opengve/mascoptLib/core/factory/MascoptDirectedMetaFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 6
Warnings Line is longer than 80 characters. 7
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 9
Warnings '{' should be on the previous line. 18
Warnings Line is longer than 80 characters. 23
Warnings Line is longer than 80 characters. 28
Warnings Line is longer than 80 characters. 33
Warnings First sentence should end with a period. 35
Warnings Line is longer than 80 characters. 38
Warnings Line is longer than 80 characters. 56
Warnings Method 'getVertexSetFactory' is not designed for extension - needs to be abstract, final or empty. 58
Warnings Missing a Javadoc comment. 58
Warnings Line is longer than 80 characters. 65
Warnings Method 'getLinkSetFactory' is not designed for extension - needs to be abstract, final or empty. 67
Warnings Missing a Javadoc comment. 67
Warnings Line is longer than 80 characters. 74
Warnings Line is longer than 80 characters. 76
Warnings Method 'getGraphFactory' is not designed for extension - needs to be abstract, final or empty. 76
Warnings Missing a Javadoc comment. 76
Warnings Line is longer than 80 characters. 83
Warnings Method 'getMapFactory' is not designed for extension - needs to be abstract, final or empty. 85
Warnings Missing a Javadoc comment. 85

fr/inria/opengve/mascoptLib/core/factory/MascoptEdgeSetFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 18
Warnings Line is longer than 80 characters. 21
Warnings Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. 23
Warnings Missing a Javadoc comment. 23
Warnings Parameter vertexSet should be final. 24
Warnings Line is longer than 80 characters. 29
Warnings Method 'newLinkSet' is not designed for extension - needs to be abstract, final or empty. 31
Warnings Missing a Javadoc comment. 31
Warnings Line is longer than 80 characters. 32
Warnings Parameter edgeSet should be final. 32
Warnings Line is longer than 80 characters. 37
Warnings Method 'newLink' is not designed for extension - needs to be abstract, final or empty. 39
Warnings Missing a Javadoc comment. 39
Warnings Parameter v0 should be final. 40
Warnings Parameter v1 should be final. 40

fr/inria/opengve/mascoptLib/core/factory/MascoptGraphFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 16
Warnings Line is longer than 80 characters. 17
Warnings Line is longer than 80 characters. 18
Warnings First sentence should end with a period. 28
Warnings Parameter vsf should be final. 36
Warnings Parameter lsf should be final. 37
Warnings Line is longer than 80 characters. 46
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 48
Warnings Missing a Javadoc comment. 48
Warnings Parameter edgeSet should be final. 49
Warnings Line is longer than 80 characters. 58
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 60
Warnings Missing a Javadoc comment. 60
Warnings Parameter graph should be final. 61
Warnings Line is longer than 80 characters. 70
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 72
Warnings Missing a Javadoc comment. 72
Warnings Line is longer than 80 characters. 82
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 84
Warnings Missing a Javadoc comment. 84
Warnings Parameter vertexSet should be final. 85
Warnings Line is longer than 80 characters. 94
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 96
Warnings Missing a Javadoc comment. 96
Warnings Line is longer than 80 characters. 106
Warnings Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. 108
Warnings Missing a Javadoc comment. 108
Warnings Line is longer than 80 characters. 109
Warnings Parameter vertexSet should be final. 109
Warnings Line is longer than 80 characters. 118
Warnings Method 'newEdgeSet' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Missing a Javadoc comment. 120
Warnings Line is longer than 80 characters. 121
Warnings Parameter edgeSet should be final. 121
Warnings Line is longer than 80 characters. 130
Warnings Method 'newLink' is not designed for extension - needs to be abstract, final or empty. 133
Warnings Missing a Javadoc comment. 133
Warnings Parameter v0 should be final. 134
Warnings Parameter v1 should be final. 134
Warnings Line is longer than 80 characters. 143
Warnings Method 'newPath' is not designed for extension - needs to be abstract, final or empty. 145
Warnings Missing a Javadoc comment. 145
Warnings Line is longer than 80 characters. 155
Warnings Method 'newCycle' is not designed for extension - needs to be abstract, final or empty. 158
Warnings Missing a Javadoc comment. 158
Warnings Line is longer than 80 characters. 159
Warnings Parameter p should be final. 159
Warnings Parameter e should be final. 159

fr/inria/opengve/mascoptLib/core/factory/MascoptMapFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
Warnings Missing a Javadoc comment. 6
Warnings Method 'newMap' is not designed for extension - needs to be abstract, final or empty. 8
Warnings Missing a Javadoc comment. 8

fr/inria/opengve/mascoptLib/core/factory/MascoptUndirectedMetaFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 6
Warnings Line is longer than 80 characters. 7
Warnings Line is longer than 80 characters. 14
Warnings ',' is not followed by whitespace. 14
Warnings First sentence should end with a period. 32
Warnings ',' is not followed by whitespace. 44
Warnings Line is longer than 80 characters. 49
Warnings Method 'getVertexSetFactory' is not designed for extension - needs to be abstract, final or empty. 51
Warnings Missing a Javadoc comment. 51
Warnings Line is longer than 80 characters. 56
Warnings Method 'getLinkSetFactory' is not designed for extension - needs to be abstract, final or empty. 58
Warnings Missing a Javadoc comment. 58
Warnings Line is longer than 80 characters. 63
Warnings Method 'getGraphFactory' is not designed for extension - needs to be abstract, final or empty. 65
Warnings Missing a Javadoc comment. 65
Warnings Line is longer than 80 characters. 70
Warnings Method 'getMapFactory' is not designed for extension - needs to be abstract, final or empty. 72
Warnings Missing a Javadoc comment. 72

fr/inria/opengve/mascoptLib/core/factory/MascoptVertexSetFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 10
Warnings '{' is not preceded with whitespace. 18
Warnings Line is longer than 80 characters. 21
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 23
Warnings Missing a Javadoc comment. 23
Warnings Line is longer than 80 characters. 29
Warnings Method 'newVertexSet' is not designed for extension - needs to be abstract, final or empty. 31
Warnings Missing a Javadoc comment. 31
Warnings Parameter vertexSet should be final. 32
Warnings Line is longer than 80 characters. 38
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 40
Warnings Missing a Javadoc comment. 40
Warnings Line is longer than 80 characters. 46
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 48
Warnings Missing a Javadoc comment. 48
Warnings Parameter x should be final. 49
Warnings Parameter y should be final. 49

fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractGraphFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 22
Warnings Type Javadoc comment is missing an @param <E> tag. 22
Warnings Type Javadoc comment is missing an @param <G> tag. 22
Warnings ',' is not followed by whitespace. 22
Warnings Line contains a tab character. 24
Warnings Line is longer than 80 characters. 25
Warnings Line contains a tab character. 25
Warnings Line contains a tab character. 26
Warnings Line contains a tab character. 27
Warnings Line contains a tab character. 29
Warnings Line contains a tab character. 30
Warnings Line contains a tab character. 31
Warnings Line contains a tab character. 32
Warnings Line contains a tab character. 34
Warnings Missing a Javadoc comment. 34
Warnings Parameter vsf should be final. 34
Warnings Line contains a tab character. 35
Warnings Parameter esf should be final. 35
Warnings Line contains a tab character. 36
Warnings Line contains a tab character. 37
Warnings Line contains a tab character. 38
Warnings Line contains a tab character. 40
Warnings Line contains a tab character. 41
Warnings Line contains a tab character. 42
Warnings Line contains a tab character. 43
Warnings Line contains a tab character. 44
Warnings Line contains a tab character. 45
Warnings Method 'getVertexFactory' is not designed for extension - needs to be abstract, final or empty. 45
Warnings Line contains a tab character. 46
Warnings Line contains a tab character. 47
Warnings Line contains a tab character. 49
Warnings Line contains a tab character. 50
Warnings Line contains a tab character. 51
Warnings Line contains a tab character. 52
Warnings Line contains a tab character. 53
Warnings Line contains a tab character. 54
Warnings Method 'getEdgeFactory' is not designed for extension - needs to be abstract, final or empty. 54
Warnings Line contains a tab character. 55
Warnings Line contains a tab character. 56
Warnings Line contains a tab character. 58
Warnings Line contains a tab character. 59
Warnings Line contains a tab character. 60
Warnings Line contains a tab character. 61
Warnings Line contains a tab character. 62
Warnings Line contains a tab character. 63
Warnings Expected an @return tag. 64
Warnings Line contains a tab character. 64
Warnings Line contains a tab character. 66
Warnings Line is longer than 80 characters. 67
Warnings Line contains a tab character. 67
Warnings Line contains a tab character. 68
Warnings Line is longer than 80 characters. 69
Warnings Line contains a tab character. 69
Warnings Line contains a tab character. 70
Warnings Line contains a tab character. 71
Warnings Line contains a tab character. 72
Warnings Line contains a tab character. 73
Warnings Expected an @return tag. 74
Warnings Line contains a tab character. 74
Warnings Line contains a tab character. 76
Warnings Line contains a tab character. 77
Warnings Line contains a tab character. 78
Warnings Expected an @return tag. 79
Warnings Line contains a tab character. 79
Warnings Line contains a tab character. 81
Warnings Line contains a tab character. 82
Warnings Line contains a tab character. 83
Warnings Line contains a tab character. 84
Warnings Line contains a tab character. 85
Warnings Line contains a tab character. 86
Warnings Line contains a tab character. 87
Warnings Line is longer than 80 characters. 88
Warnings Line contains a tab character. 88
Warnings Line contains a tab character. 90
Warnings Line contains a tab character. 91
Warnings Line contains a tab character. 92
Warnings Expected an @return tag. 93
Warnings Line contains a tab character. 93
Warnings Line contains a tab character. 95
Warnings Line contains a tab character. 96
Warnings Line contains a tab character. 97
Warnings Line contains a tab character. 98
Warnings Line contains a tab character. 99
Warnings Line contains a tab character. 100
Warnings Line contains a tab character. 101
Warnings Line is longer than 80 characters. 102
Warnings Line contains a tab character. 102
Warnings Line contains a tab character. 104
Warnings Line contains a tab character. 105
Warnings Line contains a tab character. 106
Warnings Line contains a tab character. 107
Warnings Line contains a tab character. 108
Warnings Line contains a tab character. 109
Warnings Line contains a tab character. 110
Warnings Line contains a tab character. 111
Warnings Line contains a tab character. 112
Warnings Line contains a tab character. 114
Warnings Line contains a tab character. 115
Warnings Line contains a tab character. 116
Warnings Line contains a tab character. 117
Warnings Line contains a tab character. 118
Warnings Line contains a tab character. 119
Warnings Line contains a tab character. 120
Warnings Line contains a tab character. 121
Warnings Line contains a tab character. 122
Warnings Line contains a tab character. 123
Warnings Line contains a tab character. 125
Warnings Line contains a tab character. 126
Warnings Line contains a tab character. 127
Warnings Line contains a tab character. 128
Warnings Line contains a tab character. 129
Warnings Line contains a tab character. 130
Warnings Line contains a tab character. 132
Warnings Line contains a tab character. 133
Warnings Line contains a tab character. 134
Warnings Line contains a tab character. 135
Warnings Line contains a tab character. 136
Warnings Line contains a tab character. 137
Warnings Line contains a tab character. 138
Warnings Line is longer than 80 characters. 139
Warnings Line contains a tab character. 139
Warnings Line contains a tab character. 140
Warnings Line contains a tab character. 141
Warnings Line is longer than 80 characters. 142
Warnings Line contains a tab character. 142
Warnings Line contains a tab character. 143

fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractLinkSetFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 19
Warnings Type Javadoc comment is missing an @param <E> tag. 19
Warnings Line is longer than 80 characters. 29
Warnings Line is longer than 80 characters. 38

fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractMetaFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Type Javadoc comment is missing an @param <E> tag. 11
Warnings Type Javadoc comment is missing an @param <G> tag. 11
Warnings ',' is not followed by whitespace. 11
Warnings Redundant 'public' modifier. 18
Warnings Redundant 'public' modifier. 25
Warnings Redundant 'public' modifier. 32
Warnings ',' is not followed by whitespace. 32
Warnings Redundant 'public' modifier. 39

fr/inria/opengve/mascoptLib/core/factory/abstracts/MascoptAbstractVertexSetFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 6
Warnings Expected an @return tag. 11
Warnings Expected an @return tag. 27
Warnings Expected an @return tag. 37

fr/inria/opengve/mascoptLib/core/factory/abstracts/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/core/flows/MascoptFlow.java

Violation Message Line
Warnings Missing a Javadoc comment. 28
Warnings Method 'setFlow' is not designed for extension - needs to be abstract, final or empty. 197
Warnings Parameter e should be final. 197
Warnings Parameter value should be final. 197

fr/inria/opengve/mascoptLib/core/flows/MascoptMultiFlow.java

Violation Message Line
Warnings '{' should be on the previous line. 34
Warnings '{' should be on the previous line. 45
Warnings Variable 'realIt' must be private and have accessor methods. 50
Warnings Unclosed HTML tag found: <MascoptVertex> to intercept remove 55
Warnings Parameter realIt should be final. 61
Warnings 'realIt' hides a field. 61
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 79
Warnings Line is longer than 80 characters. 81
Warnings '{' should be on the previous line. 92
Warnings Name 'flowsIt' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 97
Warnings Name 'currentFlowIt' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 102
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 117
Warnings '(' is followed by whitespace. 118
Warnings 'if' construct must use '{}'s. 121
Warnings '(' is followed by whitespace. 121
Warnings Missing a Javadoc comment. 135
Warnings 'if' construct must use '{}'s. 136
Warnings Missing a Javadoc comment. 148
Warnings Line is longer than 80 characters. 150
Warnings Name 'supportingGraph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 158
Warnings Name 'sources' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 163
Warnings Line is longer than 80 characters. 164
Warnings Name 'destinations' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 169
Warnings Line is longer than 80 characters. 170
Warnings First sentence should end with a period. 172
Warnings Name 'flows' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 175
Warnings Line is longer than 80 characters. 176
Warnings Parameter g should be final. 192
Warnings ')' is preceded with whitespace. 193
Warnings Method 'addFlow' is not designed for extension - needs to be abstract, final or empty. 204
Warnings Missing a Javadoc comment. 204
Warnings Parameter f should be final. 204
Warnings Method 'sourceIterator' is not designed for extension - needs to be abstract, final or empty. 217
Warnings Missing a Javadoc comment. 217
Warnings Method 'destinationIterator' is not designed for extension - needs to be abstract, final or empty. 228
Warnings Missing a Javadoc comment. 228
Warnings Method 'edgeWithFlowIterator' is not designed for extension - needs to be abstract, final or empty. 239
Warnings Missing a Javadoc comment. 239
Warnings Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. 250
Warnings Missing a Javadoc comment. 250
Warnings Parameter e should be final. 250
Warnings 'if' construct must use '{}'s. 255
Warnings 'else' construct must use '{}'s. 257
Warnings 'if' construct must use '{}'s. 260
Warnings Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. 272
Warnings Missing a Javadoc comment. 272
Warnings Parameter source should be final. 272
Warnings Parameter destination should be final. 273
Warnings ')' is preceded with whitespace. 274
Warnings 'if' construct must use '{}'s. 275
Warnings Method 'getIncomingFlow' is not designed for extension - needs to be abstract, final or empty. 288
Warnings Missing a Javadoc comment. 288
Warnings Parameter v should be final. 288
Warnings 'if' construct must use '{}'s. 290
Warnings '(' is followed by whitespace. 290
Warnings Inner assignments should be avoided. 290
Warnings Method 'getOutgoingFlow' is not designed for extension - needs to be abstract, final or empty. 302
Warnings Missing a Javadoc comment. 302
Warnings Parameter v should be final. 302
Warnings 'if' construct must use '{}'s. 304
Warnings '(' is followed by whitespace. 304
Warnings Inner assignments should be avoided. 304
Warnings Method 'getSupportingGraph' is not designed for extension - needs to be abstract, final or empty. 316
Warnings Missing a Javadoc comment. 316
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 322
Warnings Missing a Javadoc comment. 322
Warnings Redundant throws: 'UnsupportedOperationException' is unchecked exception. 323
Warnings Method 'verify' is not designed for extension - needs to be abstract, final or empty. 335
Warnings Missing a Javadoc comment. 335
Warnings 'if' construct must use '{}'s. 354
Warnings Method 'toDOMTree' is not designed for extension - needs to be abstract, final or empty. 368
Warnings Missing a Javadoc comment. 368
Warnings Parameter element should be final. 369
Warnings Method 'getDOMTagHierarchy' is not designed for extension - needs to be abstract, final or empty. 392
Warnings Missing a Javadoc comment. 392
Warnings Method 'getDOMTagName' is not designed for extension - needs to be abstract, final or empty. 404
Warnings Missing a Javadoc comment. 404
Warnings Line is longer than 80 characters. 414
Warnings Missing a Javadoc comment. 417
Warnings Parameter observable should be final. 418
Warnings Parameter message should be final. 419

fr/inria/opengve/mascoptLib/core/interfaces/MascoptObjectInterface.java

Violation Message Line
Warnings Line contains a tab character. 10
Warnings Line contains a tab character. 11
Warnings Line contains a tab character. 12
Warnings Line contains a tab character. 13
Warnings Line contains a tab character. 14
Warnings Line contains a tab character. 15
Warnings Redundant 'public' modifier. 15
Warnings Line contains a tab character. 17
Warnings Line contains a tab character. 18
Warnings Line contains a tab character. 19
Warnings Line contains a tab character. 20
Warnings Line contains a tab character. 21
Warnings Line contains a tab character. 22
Warnings Redundant 'public' modifier. 22
Warnings Line contains a tab character. 24
Warnings Line contains a tab character. 25
Warnings Line contains a tab character. 26
Warnings Line contains a tab character. 27
Warnings Line contains a tab character. 28
Warnings Line contains a tab character. 29
Warnings Expected an @return tag. 30
Warnings Line contains a tab character. 30
Warnings Redundant 'public' modifier. 30

fr/inria/opengve/mascoptLib/core/interfaces/MascoptObserver.java

Violation Message Line
Warnings Line is longer than 80 characters. 26
Warnings Redundant 'public' modifier. 26

fr/inria/opengve/mascoptLib/exception/MascoptAddRemoveSetException.java

Violation Message Line
Warnings First sentence should end with a period. 22
Warnings '{' should be on the previous line. 31
Warnings Parameter message should be final. 39
Warnings '{' should be on the previous line. 40
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 48
Warnings '{' should be on the previous line. 50

fr/inria/opengve/mascoptLib/exception/MascoptImpossibleOperationPathException.java

Violation Message Line
Warnings First sentence should end with a period. 16
Warnings Parameter message should be final. 34
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 43

fr/inria/opengve/mascoptLib/exception/MascoptInternalError.java

Violation Message Line
Warnings '{' should be on the previous line. 9
Warnings Missing a Javadoc comment. 16
Warnings Parameter message should be final. 16