Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
43 0 1185 0

Files

Files Infos Warnings Errors
fr/inria/opengve/mascoptLib/algorithms/coloredgraph/NormalizeColoredGraph.java 0 57 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptAugmentingPath.java 0 10 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptCopyGraph.java 0 26 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptCopyPath.java 0 36 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptFindElementaryCycles.java 0 23 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptFindElementaryCyclesFrom.java 0 85 0
fr/inria/opengve/mascoptLib/algorithms/common/MascoptRandomWalk.java 0 15 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptBellmanFord.java 0 15 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstra.java 0 73 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstraAdvanced.java 0 22 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstraWithDestination.java 0 15 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptFloydWarshall.java 0 9 0
fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptKShortestPaths.java 0 89 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/MascoptExtractSTFlow.java 0 14 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/MascoptMultiFlowDecompositionInPaths.java 0 25 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/maxFlow/MascoptEdmondsKarp.java 0 28 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/maxFlow/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/MultiFlowRouting.java 0 4 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/MultiFlowRoutingWithCapacityConstraints.java 0 2 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/CplexFlowRoutingColumnGeneration.java 0 78 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LPMultiFlowRouting.java 0 59 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LPMultiFlowRoutingWithCapacityConstraints.java 0 30 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LpMultiFlowMonoRouting.java 0 63 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/Messages.java 0 8 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexArcPathCapacityConstraint.java 0 45 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexArcPathFlowVariables.java 0 64 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexVertexFlowVariables.java 0 44 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowMonoRouting.java 0 43 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowVariables.java 0 69 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowWithCapacityConstraint.java 0 34 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/graphs/MascoptKruskal.java 0 12 0
fr/inria/opengve/mascoptLib/algorithms/graphs/MascoptPrimST.java 0 53 0
fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/MascoptGraphMinCutStoerWagner.java 0 8 0
fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/MascoptNagamochiMinCut.java 0 20 0
fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/package.html 0 1 0
fr/inria/opengve/mascoptLib/algorithms/graphs/package.html 0 1 0

Rules

Rules Violations Severity
JavadocMethod
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
102 Warnings Warning
JavadocType 18 Warnings Warning
JavadocVariable 15 Warnings Warning
JavadocStyle 50 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 3 Warnings Warning
MemberName
  • applyToProtected: "false"
  • applyToPublic: "false"
  • applyToPackage: "false"
  • format: "^[a-z][a-zA-Z0-9]*_$"
10 Warnings Warning
MethodName 2 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 4 Warnings Warning
FileLength 0 Warnings Warning
LineLength 205 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"
0 Warnings Warning
NoWhitespaceBefore 0 Warnings Warning
OperatorWrap 0 Warnings Warning
ParenPad 9 Warnings Warning
TypecastParenPad 0 Warnings Warning
TabCharacter 229 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 2 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 15 Warnings Warning
NeedBraces 11 Warnings Warning
RightCurly 0 Warnings Warning
AvoidInlineConditionals 16 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 1 Warnings Warning
MagicNumber 1 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
2 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
DesignForExtension 169 Warnings Warning
FinalClass 1 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
VisibilityModifier 0 Warnings Warning
ArrayTypeStyle 2 Warnings Warning
FinalParameters 272 Warnings Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s$"
0  Ignore
TodoComment 0 Warnings Warning
UpperEll 0 Warnings Warning
MemberName
  • applyToPrivate: "false"
10 Warnings Warning
WhitespaceAfter 35 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"
4 Warnings Warning
PackageHtml 7 Warnings Warning
NewlineAtEndOfFile 0 Warnings Warning
Translation 0 Warnings Warning

Details

fr/inria/opengve/mascoptLib/algorithms/coloredgraph/NormalizeColoredGraph.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 33
Warnings '{' should be on the previous line. 34
Warnings First sentence should end with a period. 36
Warnings Name 'graph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 37
Warnings First sentence should end with a period. 39
Warnings Name 'normalizedGraph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 40
Warnings First sentence should end with a period. 42
Warnings First sentence should end with a period. 45
Warnings First sentence should end with a period. 48
Warnings First sentence should end with a period. 51
Warnings First sentence should end with a period. 54
Warnings First sentence should end with a period. 57
Warnings '{' should be on the previous line. 73
Warnings First sentence should end with a period. 75
Warnings First sentence should end with a period. 78
Warnings First sentence should end with a period. 81
Warnings Parameter map should be final. 96
Warnings Parameter name should be final. 96
Warnings Parameter context should be final. 96
Warnings Parameter oldPrincipalKey should be final. 112
Warnings Parameter newPrincipalKey should be final. 113
Warnings Avoid inline conditionals. 115
Warnings Avoid inline conditionals. 117
Warnings Parameter g should be final. 130
Warnings Method 'setListColorMap' is not designed for extension - needs to be abstract, final or empty. 142
Warnings Parameter map should be final. 142
Warnings Method 'setListColorName' is not designed for extension - needs to be abstract, final or empty. 154
Warnings Parameter name should be final. 154
Warnings Method 'setListColorContext' is not designed for extension - needs to be abstract, final or empty. 166
Warnings Parameter context should be final. 166
Warnings Method 'setColorMap' is not designed for extension - needs to be abstract, final or empty. 178
Warnings Parameter colorMap should be final. 178
Warnings Method 'setColorName' is not designed for extension - needs to be abstract, final or empty. 190
Warnings Parameter name should be final. 190
Warnings Method 'setColorContext' is not designed for extension - needs to be abstract, final or empty. 202
Warnings Parameter context should be final. 202
Warnings Method 'normalize' is not designed for extension - needs to be abstract, final or empty. 212
Warnings Line is longer than 80 characters. 224
Warnings Avoid inline conditionals. 224
Warnings Avoid inline conditionals. 231
Warnings Line is longer than 80 characters. 237
Warnings Line is longer than 80 characters. 240
Warnings Array brackets at illegal position. 243
Warnings ')' is preceded with whitespace. 245
Warnings Line is longer than 80 characters. 246
Warnings Line is longer than 80 characters. 247
Warnings ')' is preceded with whitespace. 250
Warnings Avoid inline conditionals. 257
Warnings 'while' is not followed by whitespace. 262
Warnings Method 'getNormalizedGraph' is not designed for extension - needs to be abstract, final or empty. 279
Warnings Method 'CopyValue' is not designed for extension - needs to be abstract, final or empty. 295
Warnings Name 'CopyValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 295
Warnings Parameter map should be final. 295
Warnings Parameter name should be final. 295
Warnings Parameter context should be final. 295
Warnings ',' is not followed by whitespace. 296
Warnings ',' is not followed by whitespace. 296

fr/inria/opengve/mascoptLib/algorithms/common/MascoptAugmentingPath.java

Violation Message Line
Warnings Line is longer than 80 characters. 9
Warnings Type Javadoc comment is missing an @param <E> tag. 18
Warnings ',' is not followed by whitespace. 19
Warnings ',' is not followed by whitespace. 24
Warnings Parameter g should be final. 32
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 42
Warnings Missing a Javadoc comment. 42
Warnings Method 'createInteger' is not designed for extension - needs to be abstract, final or empty. 52
Warnings Missing a Javadoc comment. 52
Warnings Parameter value should be final. 53

fr/inria/opengve/mascoptLib/algorithms/common/MascoptCopyGraph.java

Violation Message Line
Warnings Line is longer than 80 characters. 13
Warnings Type Javadoc comment is missing an @param <E> tag. 21
Warnings '{' should be on the previous line. 23
Warnings Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Missing a Javadoc comment. 32
Warnings Parameter g should be final. 33
Warnings Line is longer than 80 characters. 43
Warnings Method 'createEdgeSet' 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. 46
Warnings Parameter vertexSet should be final. 46
Warnings Method 'createVertexSet' is not designed for extension - needs to be abstract, final or empty. 57
Warnings Missing a Javadoc comment. 57
Warnings Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. 69
Warnings Missing a Javadoc comment. 69
Warnings Parameter edgeSet should be final. 70
Warnings Line is longer than 80 characters. 79
Warnings Method 'createSubEdgeSet' is not designed for extension - needs to be abstract, final or empty. 81
Warnings Missing a Javadoc comment. 81
Warnings Line is longer than 80 characters. 82
Warnings Parameter superSet should be final. 82
Warnings Line is longer than 80 characters. 91
Warnings Method 'createVertexSet' 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. 94
Warnings Parameter superSet should be final. 94

fr/inria/opengve/mascoptLib/algorithms/common/MascoptCopyPath.java

Violation Message Line
Warnings Line is longer than 80 characters. 12
Warnings Line is longer than 80 characters. 15
Warnings Type Javadoc comment is missing an @param <E> tag. 19
Warnings Line contains a tab character. 20
Warnings Line contains a tab character. 22
Warnings Line contains a tab character. 23
Warnings Line contains a tab character. 24
Warnings Line is longer than 80 characters. 25
Warnings Line contains a tab character. 25
Warnings ',' is not followed by whitespace. 25
Warnings Line contains a tab character. 27
Warnings Line contains a tab character. 28
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 Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Missing a Javadoc comment. 32
Warnings Line contains a tab character. 34
Warnings Line contains a tab character. 35
Warnings Line contains a tab character. 37
Warnings Line contains a tab character. 38
Warnings Line contains a tab character. 39
Warnings Line contains a tab character. 40
Warnings Line contains a tab character. 41
Warnings Line contains a tab character. 42
Warnings Method 'copyPath' is not designed for extension - needs to be abstract, final or empty. 42
Warnings Missing a Javadoc comment. 42
Warnings ',' is not followed by whitespace. 43
Warnings Line contains a tab character. 44
Warnings Parameter p should be final. 44
Warnings Line is longer than 80 characters. 45
Warnings Line contains a tab character. 45
Warnings 'cast' is not followed by whitespace. 45
Warnings Line contains a tab character. 46
Warnings Line contains a tab character. 47

fr/inria/opengve/mascoptLib/algorithms/common/MascoptFindElementaryCycles.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 19
Warnings '{' should be on the previous line. 21
Warnings First sentence should end with a period. 23
Warnings Parameter g should be final. 33
Warnings Parameter edgeCost should be final. 33
Warnings Parameter maxCost should be final. 34
Warnings First sentence should end with a period. 40
Warnings Parameter g should be final. 48
Warnings Parameter maxLength should be final. 49
Warnings Method 'createCopyGraph' 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. 66
Warnings Method 'createFindElementaryCyclesFrom' is not designed for extension - needs to be abstract, final or empty. 68
Warnings Missing a Javadoc comment. 68
Warnings Line is longer than 80 characters. 69
Warnings Parameter g should be final. 69
Warnings Line is longer than 80 characters. 70
Warnings Parameter root should be final. 70
Warnings Line is longer than 80 characters. 71
Warnings Parameter edgeCost should be final. 71
Warnings Line is longer than 80 characters. 72
Warnings Parameter maxCost should be final. 72
Warnings Line is longer than 80 characters. 76

fr/inria/opengve/mascoptLib/algorithms/common/MascoptFindElementaryCyclesFrom.java

Violation Message Line
Warnings Line is longer than 80 characters. 15
Warnings First sentence should end with a period. 19
Warnings Line is longer than 80 characters. 25
Warnings Type Javadoc comment is missing an @param <E> tag. 25
Warnings Line is longer than 80 characters. 26
Warnings Line contains a tab character. 26
Warnings ',' is not followed by whitespace. 26
Warnings Line contains a tab character. 28
Warnings Line contains a tab character. 29
Warnings Line contains a tab character. 30
Warnings Line contains a tab character. 31
Warnings ',' is not followed by whitespace. 31
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 31
Warnings Line contains a tab character. 33
Warnings Line contains a tab character. 34
Warnings Line contains a tab character. 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. 39
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 Line contains a tab character. 46
Warnings Parameter g should be final. 46
Warnings Parameter root should be final. 46
Warnings Line contains a tab character. 47
Warnings Parameter edgeCost should be final. 47
Warnings Parameter maxCost should be final. 47
Warnings Line contains a tab character. 48
Warnings Line is longer than 80 characters. 49
Warnings Line contains a tab character. 49
Warnings Line contains a tab character. 50
Warnings Line contains a tab character. 52
Warnings Line contains a tab character. 53
Warnings Line contains a tab character. 54
Warnings Line contains a tab character. 55
Warnings Line contains a tab character. 56
Warnings Line contains a tab character. 57
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 Parameter g should be final. 63
Warnings Parameter root should be final. 63
Warnings Line contains a tab character. 64
Warnings Parameter maxLength should be final. 64
Warnings Line contains a tab character. 65
Warnings Line is longer than 80 characters. 66
Warnings Line contains a tab character. 66
Warnings Line contains a tab character. 67
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 Line contains a tab character. 74
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 74
Warnings Missing a Javadoc comment. 74
Warnings Line contains a tab character. 76
Warnings Line contains a tab character. 77
Warnings Line contains a tab character. 79
Warnings Line contains a tab character. 80
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 Method 'createIntegerScalar' is not designed for extension - needs to be abstract, final or empty. 84
Warnings Missing a Javadoc comment. 84
Warnings Parameter value should be final. 85
Warnings Line contains a tab character. 86
Warnings Line contains a tab character. 87
Warnings Line contains a tab character. 89
Warnings Method 'createCycle' is not designed for extension - needs to be abstract, final or empty. 89
Warnings Missing a Javadoc comment. 89
Warnings Line contains a tab character. 91
Warnings Parameter p should be final. 91
Warnings Parameter e should be final. 91
Warnings Line contains a tab character. 92
Warnings Line contains a tab character. 93

fr/inria/opengve/mascoptLib/algorithms/common/MascoptRandomWalk.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 10
Warnings Missing a Javadoc comment. 10
Warnings ',' is not followed by whitespace. 10
Warnings ',' is not followed by whitespace. 10
Warnings Missing a Javadoc comment. 12
Warnings ',' is not followed by whitespace. 12
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 12
Warnings Missing a Javadoc comment. 14
Warnings Parameter g should be final. 14
Warnings Missing a Javadoc comment. 19
Warnings Parameter g should be final. 19
Warnings Parameter seed should be final. 19
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 26
Warnings Missing a Javadoc comment. 26

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptBellmanFord.java

Violation Message Line
Warnings Line is longer than 80 characters. 9
Warnings Line is longer than 80 characters. 17
Warnings Type Javadoc comment is missing an @param <E> tag. 17
Warnings ',' is not followed by whitespace. 17
Warnings ',' is not followed by whitespace. 17
Warnings ',' is not followed by whitespace. 22
Warnings Parameter g should be final. 27
Warnings Expected @param tag for 'g'. 27
Warnings Parameter g should be final. 39
Warnings Parameter stepMode should be final. 39
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 49
Warnings Missing a Javadoc comment. 49
Warnings ',' is not followed by whitespace. 50
Warnings Method 'createMap' is not designed for extension - needs to be abstract, final or empty. 59
Warnings Missing a Javadoc comment. 59

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstra.java

Violation Message Line
Warnings Line is longer than 80 characters. 15
Warnings Type Javadoc comment is missing an @param <E> tag. 24
Warnings Line contains a tab character. 25
Warnings ',' is not followed by whitespace. 25
Warnings Missing a Javadoc comment. 27
Warnings ',' is not followed by whitespace. 27
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 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. 33
Warnings Line contains a tab character. 34
Warnings Line contains a tab character. 35
Warnings Line contains a tab character. 36
Warnings Line contains a tab character. 37
Warnings Parameter g should be final. 37
Warnings Parameter result should be final. 37
Warnings Line contains a tab character. 38
Warnings Line contains a tab character. 39
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 Line contains a tab character. 46
Warnings Line contains a tab character. 47
Warnings Line contains a tab character. 48
Warnings Line contains a tab character. 49
Warnings Line contains a tab character. 50
Warnings Line contains a tab character. 51
Warnings Parameter g should be final. 51
Warnings Parameter result should be final. 51
Warnings Line contains a tab character. 52
Warnings Parameter stepMode should be final. 52
Warnings Line contains a tab character. 53
Warnings Line contains a tab character. 55
Warnings Line contains a tab character. 57
Warnings Line contains a tab character. 58
Warnings Line contains a tab character. 59
Warnings Line is longer than 80 characters. 60
Warnings Line contains a tab character. 60
Warnings Line contains a tab character. 61
Warnings Line contains a tab character. 62
Warnings Method 'createVertexSet' is not designed for extension - needs to be abstract, final or empty. 62
Warnings Missing a Javadoc comment. 62
Warnings Line contains a tab character. 64
Warnings Parameter vertexSet should be final. 64
Warnings Line contains a tab character. 65
Warnings Line contains a tab character. 66
Warnings Line contains a tab character. 67
Warnings Line contains a tab character. 69
Warnings Line contains a tab character. 70
Warnings Line contains a tab character. 71
Warnings Line is longer than 80 characters. 72
Warnings Line contains a tab character. 72
Warnings Line contains a tab character. 73
Warnings Line contains a tab character. 74
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 74
Warnings Missing a Javadoc comment. 74
Warnings Line contains a tab character. 76
Warnings Line contains a tab character. 77
Warnings Line contains a tab character. 79
Warnings Line contains a tab character. 80
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 Method 'createScalar' is not designed for extension - needs to be abstract, final or empty. 84
Warnings Missing a Javadoc comment. 84
Warnings Parameter value should be final. 85
Warnings Line contains a tab character. 86
Warnings Line contains a tab character. 87

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstraAdvanced.java

Violation Message Line
Warnings Line is longer than 80 characters. 13
Warnings First sentence should end with a period. 15
Warnings Line is longer than 80 characters. 17
Warnings Type Javadoc comment is missing an @param <E> tag. 21
Warnings '{' should be on the previous line. 23
Warnings ',' is not followed by whitespace. 28
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 28
Warnings Parameter g should be final. 42
Warnings Parameter nameOfValue should be final. 42
Warnings Parameter distance should be final. 43
Warnings Parameter g should be final. 61
Warnings Parameter nameOfValue should be final. 61
Warnings Parameter distance should be final. 62
Warnings Parameter stepMode should be final. 62
Warnings Line is longer than 80 characters. 73
Warnings Line is longer than 80 characters. 80
Warnings Parameter g should be final. 80
Warnings Parameter destination should be final. 80
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 92
Warnings Missing a Javadoc comment. 92
Warnings Method 'createMap' is not designed for extension - needs to be abstract, final or empty. 104
Warnings Missing a Javadoc comment. 104

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptDijkstraWithDestination.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 17
Warnings Parameter g should be final. 46
Warnings Parameter source should be final. 46
Warnings Parameter destination should be final. 47
Warnings Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. 60
Warnings Parameter context should be final. 60
Warnings Method 'setDistanceMap' is not designed for extension - needs to be abstract, final or empty. 70
Warnings Parameter m should be final. 70
Warnings Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. 81
Warnings Parameter name should be final. 81
Warnings Method 'setInfiniteDistance' is not designed for extension - needs to be abstract, final or empty. 91
Warnings Parameter infinity should be final. 91
Warnings Method 'computeShortestPath' is not designed for extension - needs to be abstract, final or empty. 98
Warnings Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. 108
Warnings Method 'getShortestPathDistance' is not designed for extension - needs to be abstract, final or empty. 117

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptFloydWarshall.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 12
Warnings Type Javadoc comment is missing an @param <E> tag. 16
Warnings '{' should be on the previous line. 18
Warnings ',' is not followed by whitespace. 23
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 23
Warnings Parameter g should be final. 33
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 45
Warnings Missing a Javadoc comment. 45

fr/inria/opengve/mascoptLib/algorithms/common/shortestPath/MascoptKShortestPaths.java

Violation Message Line
Warnings Line is longer than 80 characters. 16
Warnings Line is longer than 80 characters. 20
Warnings Type Javadoc comment is missing an @param <E> tag. 24
Warnings Line contains a tab character. 25
Warnings ',' is not followed by whitespace. 25
Warnings Line contains a tab character. 27
Warnings Line contains a tab character. 28
Warnings Line contains a tab character. 29
Warnings Line contains a tab character. 30
Warnings ',' is not followed by whitespace. 30
Warnings Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 30
Warnings Line contains a tab character. 32
Warnings Line contains a tab character. 33
Warnings Line contains a tab character. 34
Warnings Line contains a tab character. 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. 39
Warnings Line contains a tab character. 40
Warnings Parameter g should be final. 40
Warnings Parameter distance should be final. 40
Warnings Line contains a tab character. 41
Warnings Line contains a tab character. 42
Warnings Line contains a tab character. 44
Warnings Line contains a tab character. 45
Warnings Line contains a tab character. 46
Warnings Line contains a tab character. 47
Warnings Line contains a tab character. 48
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 Parameter g should be final. 54
Warnings Parameter distance should be final. 54
Warnings Line contains a tab character. 55
Warnings Parameter stepMode should be final. 55
Warnings Line contains a tab character. 56
Warnings Line contains a tab character. 57
Warnings Line contains a tab character. 58
Warnings Line contains a tab character. 60
Warnings Line contains a tab character. 61
Warnings Line contains a tab character. 62
Warnings Line is longer than 80 characters. 63
Warnings Line contains a tab character. 63
Warnings Line contains a tab character. 64
Warnings Line contains a tab character. 65
Warnings Line contains a tab character. 66
Warnings Method 'createDijkstraAdvanced' is not designed for extension - needs to be abstract, final or empty. 66
Warnings Missing a Javadoc comment. 66
Warnings Line is longer than 80 characters. 67
Warnings ',' is not followed by whitespace. 67
Warnings ',' is not followed by whitespace. 67
Warnings Line contains a tab character. 68
Warnings Parameter g should be final. 68
Warnings Parameter destination should be final. 68
Warnings Line contains a tab character. 69
Warnings '(' is followed by whitespace. 69
Warnings Line contains a tab character. 70
Warnings Line contains a tab character. 71
Warnings Line contains a tab character. 73
Warnings Line contains a tab character. 74
Warnings Line contains a tab character. 75
Warnings Line is longer than 80 characters. 76
Warnings Line contains a tab character. 76
Warnings Line contains a tab character. 77
Warnings Line contains a tab character. 78
Warnings Method 'createPath' is not designed for extension - needs to be abstract, final or empty. 78
Warnings Missing a Javadoc comment. 78
Warnings ',' is not followed by whitespace. 79
Warnings Line contains a tab character. 80
Warnings Line contains a tab character. 81
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 contains a tab character. 88
Warnings Method 'createCopyGraph' is not designed for extension - needs to be abstract, final or empty. 88
Warnings Missing a Javadoc comment. 88
Warnings Line is longer than 80 characters. 89
Warnings ',' is not followed by whitespace. 89
Warnings Line contains a tab character. 90
Warnings Line contains a tab character. 91
Warnings Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. 96
Warnings Missing a Javadoc comment. 96
Warnings Parameter k should be final. 97

fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/MascoptExtractSTFlow.java

Violation Message Line
Warnings Line is longer than 80 characters. 18
Warnings ',' is not followed by whitespace. 18
Warnings Parameter subGraph should be final. 30
Warnings Parameter source should be final. 31
Warnings Parameter flow should be final. 31
Warnings Line is longer than 80 characters. 38
Warnings Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. 40
Warnings Missing a Javadoc comment. 40
Warnings Line contains a tab character. 42
Warnings Parameter g should be final. 42
Warnings 'cast' is not followed by whitespace. 43
Warnings Method 'createDirectedPath' is not designed for extension - needs to be abstract, final or empty. 51
Warnings Missing a Javadoc comment. 51
Warnings ',' is not followed by whitespace. 52

fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/MascoptMultiFlowDecompositionInPaths.java

Violation Message Line
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 30
Warnings Line is longer than 80 characters. 35
Warnings Unclosed HTML tag found: <MascoptDiPath,AbstractScalar> pathDecomposition = multiFlow 35
Warnings Line is longer than 80 characters. 37
Warnings '{' should be on the previous line. 44
Warnings First sentence should end with a period. 46
Warnings First sentence should end with a period. 49
Warnings First sentence should end with a period. 52
Warnings First sentence should end with a period. 55
Warnings First sentence should end with a period. 58
Warnings '1e-7' is a magic number. 59
Warnings Parameter multiFlow should be final. 70
Warnings First sentence should end with a period. 76
Warnings Method 'setLinkGraph' is not designed for extension - needs to be abstract, final or empty. 82
Warnings Parameter linkGraph should be final. 82
Warnings Method 'setRequestGraph' is not designed for extension - needs to be abstract, final or empty. 94
Warnings Parameter requestGraph should be final. 94
Warnings Line is longer than 80 characters. 111
Warnings Parameter request should be final. 111
Warnings Parameter capacityMap should be final. 111
Warnings Line is longer than 80 characters. 137
Warnings Method 'computeMultiFlowDecomposition' is not designed for extension - needs to be abstract, final or empty. 137
Warnings Line is longer than 80 characters. 138
Warnings Line is longer than 80 characters. 146

fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/maxFlow/MascoptEdmondsKarp.java

Violation Message Line
Warnings Line is longer than 80 characters. 15
Warnings '{' should be on the previous line. 26
Warnings Line is longer than 80 characters. 31
Warnings Parameter g should be final. 43
Warnings Parameter map should be final. 43
Warnings Line is longer than 80 characters. 59
Warnings Parameter g should be final. 59
Warnings Parameter map should be final. 59
Warnings Parameter stepMode should be final. 59
Warnings Line is longer than 80 characters. 69
Warnings Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. 71
Warnings Missing a Javadoc comment. 71
Warnings Line is longer than 80 characters. 72
Warnings Parameter vertexSet should be final. 72
Warnings Method 'createArc' is not designed for extension - needs to be abstract, final or empty. 86
Warnings Missing a Javadoc comment. 86
Warnings Parameter tail should be final. 87
Warnings Parameter head should be final. 87
Warnings Line is longer than 80 characters. 96
Warnings Method 'createSTFlow' 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. 99
Warnings Parameter g should be final. 99
Warnings Line is longer than 80 characters. 108
Warnings Method 'createAugmentingPath' is not designed for extension - needs to be abstract, final or empty. 110
Warnings Missing a Javadoc comment. 110
Warnings Line is longer than 80 characters. 111
Warnings Parameter g should be final. 111

fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/maxFlow/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/digraphs/flow/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/MultiFlowRouting.java

Violation Message Line
Warnings Redundant 'public' modifier. 40
Warnings Expected @throws tag for 'Exception'. 99
Warnings Expected @throws tag for 'Exception'. 107
Warnings Expected @throws tag for 'Exception'. 114

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/MultiFlowRoutingWithCapacityConstraints.java

Violation Message Line
Warnings First sentence should end with a period. 16
Warnings Redundant 'public' modifier. 17

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/interfaces/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/CplexFlowRoutingColumnGeneration.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
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 '{' should be on the previous line. 27
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 36
Warnings Line is longer than 80 characters. 56
Warnings Line is longer than 80 characters. 101
Warnings Line is longer than 80 characters. 111
Warnings Method 'solve' is not designed for extension - needs to be abstract, final or empty. 113
Warnings Missing a Javadoc comment. 113
Warnings Redundant throws: 'IllegalStateException' is unchecked exception. 113
Warnings '(' is followed by whitespace. 116
Warnings Line is longer than 80 characters. 153
Warnings Line is longer than 80 characters. 176
Warnings Line is longer than 80 characters. 190
Warnings Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. 195
Warnings Missing a Javadoc comment. 195
Warnings Parameter m should be final. 195
Warnings Line is longer than 80 characters. 204
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 206
Warnings Missing a Javadoc comment. 206
Warnings Parameter name should be final. 206
Warnings Line is longer than 80 characters. 215
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 217
Warnings Missing a Javadoc comment. 217
Warnings Parameter context should be final. 217
Warnings Line is longer than 80 characters. 226
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 228
Warnings Missing a Javadoc comment. 228
Warnings Parameter g should be final. 228
Warnings Line is longer than 80 characters. 237
Warnings Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. 239
Warnings Missing a Javadoc comment. 239
Warnings Parameter gr should be final. 239
Warnings Line is longer than 80 characters. 248
Warnings Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. 250
Warnings Missing a Javadoc comment. 250
Warnings Parameter m should be final. 250
Warnings Line is longer than 80 characters. 259
Warnings Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. 261
Warnings Missing a Javadoc comment. 261
Warnings Parameter name should be final. 261
Warnings Line is longer than 80 characters. 270
Warnings Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. 272
Warnings Missing a Javadoc comment. 272
Warnings Parameter context should be final. 272
Warnings Line is longer than 80 characters. 281
Warnings Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. 283
Warnings Missing a Javadoc comment. 283
Warnings Parameter state should be final. 283
Warnings Method 'setInitialPathSet' is not designed for extension - needs to be abstract, final or empty. 291
Warnings Missing a Javadoc comment. 291
Warnings Parameter pathSet should be final. 291
Warnings Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. 301
Warnings Line is longer than 80 characters. 315
Warnings Line is longer than 80 characters. 320
Warnings Line is longer than 80 characters. 321
Warnings Missing a Javadoc comment. 348
Warnings Line is longer than 80 characters. 358
Warnings Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. 361
Warnings Missing a Javadoc comment. 361
Warnings Parameter a should be final. 361
Warnings Parameter r should be final. 361
Warnings Line is longer than 80 characters. 372
Warnings Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. 374
Warnings Missing a Javadoc comment. 374
Warnings Parameter a should be final. 374
Warnings Method 'setObjective' is not designed for extension - needs to be abstract, final or empty. 388
Warnings Parameter objective should be final. 388
Warnings Parameter link should be final. 405
Warnings Parameter request should be final. 406
Warnings Parameter map should be final. 407
Warnings Line is longer than 80 characters. 409

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LPMultiFlowRouting.java

Violation Message Line
Warnings Line is longer than 80 characters. 13
Warnings Line is longer than 80 characters. 14
Warnings Line is longer than 80 characters. 68
Warnings ',' is not followed by whitespace. 76
Warnings First sentence should end with a period. 78
Warnings Parameter lp should be final. 81
Warnings Expected @param tag for 'lp'. 81
Warnings Line is longer than 80 characters. 88
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 90
Warnings Missing a Javadoc comment. 90
Warnings Parameter g should be final. 90
Warnings Line is longer than 80 characters. 97
Warnings Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. 99
Warnings Missing a Javadoc comment. 99
Warnings Parameter gr should be final. 99
Warnings Line is longer than 80 characters. 106
Warnings Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. 108
Warnings Missing a Javadoc comment. 108
Warnings Parameter m should be final. 108
Warnings Line is longer than 80 characters. 115
Warnings Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. 117
Warnings Missing a Javadoc comment. 117
Warnings Parameter name should be final. 117
Warnings Line is longer than 80 characters. 124
Warnings Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. 126
Warnings Missing a Javadoc comment. 126
Warnings Parameter c should be final. 126
Warnings Line is longer than 80 characters. 133
Warnings Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. 135
Warnings Missing a Javadoc comment. 135
Warnings Parameter state should be final. 135
Warnings Line is longer than 80 characters. 145
Warnings Method 'setRequestToRequestSizeLinearExpr' is not designed for extension - needs to be abstract, final or empty. 145
Warnings Parameter requestToRequestSizeLinearExpr should be final. 145
Warnings ',' is not followed by whitespace. 145
Warnings Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. 154
Warnings Line is longer than 80 characters. 155
Warnings 'if' construct must use '{}'s. 159
Warnings Line is longer than 80 characters. 160
Warnings Method 'solve' is not designed for extension - needs to be abstract, final or empty. 169
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 184
Warnings Line is longer than 80 characters. 191
Warnings Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. 194
Warnings Missing a Javadoc comment. 194
Warnings Parameter a should be final. 194
Warnings Parameter r should be final. 194
Warnings Line is longer than 80 characters. 201
Warnings Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. 203
Warnings Missing a Javadoc comment. 203
Warnings Parameter a should be final. 203
Warnings Method 'getVarOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. 218
Warnings Parameter e should be final. 218
Warnings Line is longer than 80 characters. 231
Warnings Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 231
Warnings Parameter a should be final. 231
Warnings Parameter r should be final. 231
Warnings Method 'getLinearProgram' is not designed for extension - needs to be abstract, final or empty. 240
Warnings Method 'getLinkGraph' is not designed for extension - needs to be abstract, final or empty. 249

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LPMultiFlowRoutingWithCapacityConstraints.java

Violation Message Line
Warnings Line is longer than 80 characters. 14
Warnings Line is longer than 80 characters. 35
Warnings Missing a Javadoc comment. 53
Warnings Parameter lp should be final. 53
Warnings Line is longer than 80 characters. 60
Warnings Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. 62
Warnings Missing a Javadoc comment. 62
Warnings Parameter m should be final. 62
Warnings Line is longer than 80 characters. 69
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 71
Warnings Missing a Javadoc comment. 71
Warnings Parameter name should be final. 71
Warnings Line is longer than 80 characters. 78
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 80
Warnings Missing a Javadoc comment. 80
Warnings Parameter context should be final. 80
Warnings Line is longer than 80 characters. 90
Warnings Method 'setLinkToLinkCapacityLinearExpr' is not designed for extension - needs to be abstract, final or empty. 90
Warnings Parameter m should be final. 90
Warnings ',' is not followed by whitespace. 90
Warnings Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. 99
Warnings Avoid inline conditionals. 115
Warnings Line is longer than 80 characters. 116
Warnings Avoid inline conditionals. 116
Warnings Method 'addSumMinFlowObjective' is not designed for extension - needs to be abstract, final or empty. 130
Warnings Method 'addMinTrafficObjective' is not designed for extension - needs to be abstract, final or empty. 148
Warnings Missing a Javadoc comment. 148
Warnings Line is longer than 80 characters. 150
Warnings Line is longer than 80 characters. 151
Warnings ',' is not followed by whitespace. 156

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/LpMultiFlowMonoRouting.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 First sentence should end with a period. 20
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 First sentence should end with a period. 32
Warnings First sentence should end with a period. 36
Warnings First sentence should end with a period. 39
Warnings First sentence should end with a period. 42
Warnings First sentence should end with a period. 45
Warnings First sentence should end with a period. 48
Warnings Parameter solver should be final. 57
Warnings Line is longer than 80 characters. 64
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 66
Warnings Missing a Javadoc comment. 66
Warnings Parameter context should be final. 66
Warnings Line is longer than 80 characters. 73
Warnings Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. 75
Warnings Missing a Javadoc comment. 75
Warnings Parameter m should be final. 75
Warnings Line is longer than 80 characters. 82
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 84
Warnings Missing a Javadoc comment. 84
Warnings Parameter name should be final. 84
Warnings Line is longer than 80 characters. 91
Warnings Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. 93
Warnings Missing a Javadoc comment. 93
Warnings Parameter a should be final. 93
Warnings Line is longer than 80 characters. 105
Warnings Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. 108
Warnings Missing a Javadoc comment. 108
Warnings Parameter a should be final. 108
Warnings Parameter r should be final. 108
Warnings Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. 128
Warnings Line is longer than 80 characters. 146
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 148
Warnings Missing a Javadoc comment. 148
Warnings Parameter g should be final. 148
Warnings Line is longer than 80 characters. 155
Warnings Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. 157
Warnings Missing a Javadoc comment. 157
Warnings Parameter state should be final. 157
Warnings Line is longer than 80 characters. 160
Warnings Line is longer than 80 characters. 166
Warnings Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. 168
Warnings Missing a Javadoc comment. 168
Warnings Parameter gr should be final. 168
Warnings Line is longer than 80 characters. 175
Warnings Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. 177
Warnings Missing a Javadoc comment. 177
Warnings Parameter context should be final. 177
Warnings Line is longer than 80 characters. 184
Warnings Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. 186
Warnings Missing a Javadoc comment. 186
Warnings Parameter m should be final. 186
Warnings Line is longer than 80 characters. 193
Warnings Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. 195
Warnings Missing a Javadoc comment. 195
Warnings Parameter name should be final. 195
Warnings Method 'solve' is not designed for extension - needs to be abstract, final or empty. 204
Warnings Missing a Javadoc comment. 204

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/Messages.java

Violation Message Line
Warnings Class Messages should be declared as final. 6
Warnings Missing a Javadoc comment. 6
Warnings Line is longer than 80 characters. 7
Warnings Missing a Javadoc comment. 7
Warnings Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 12
Warnings Missing a Javadoc comment. 17
Warnings Parameter key should be final. 17

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexArcPathCapacityConstraint.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 4
Warnings Missing a Javadoc comment. 24
Warnings '{' should be on the previous line. 25
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Line is longer than 80 characters. 41
Warnings Line is longer than 80 characters. 63
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 65
Warnings First sentence should end with a period. 69
Warnings Parameter flow should be final. 77
Warnings Parameter map should be final. 78
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 92
Warnings Parameter name should be final. 92
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 105
Warnings Parameter context should be final. 105
Warnings Method 'getEdgeCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. 118
Warnings Parameter link should be final. 118
Warnings Method 'getLambda' is not designed for extension - needs to be abstract, final or empty. 129
Warnings Method 'getFlowOnEdgeValue' is not designed for extension - needs to be abstract, final or empty. 144
Warnings Parameter link should be final. 144
Warnings Method 'addCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. 156
Warnings Avoid inline conditionals. 186
Warnings Method 'AddMinimizeLambda' is not designed for extension - needs to be abstract, final or empty. 209
Warnings Name 'AddMinimizeLambda' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209
Warnings Method 'addMinimizeSumOfFlow' is not designed for extension - needs to be abstract, final or empty. 228
Warnings Method 'addNewVariable' is not designed for extension - needs to be abstract, final or empty. 271
Warnings Parameter p should be final. 271
Warnings Redundant throws: 'IllegalStateException' is unchecked exception. 271
Warnings Line is longer than 80 characters. 273
Warnings 'if' construct must use '{}'s. 278
Warnings Line is longer than 80 characters. 278
Warnings Avoid inline conditionals. 299
Warnings Line is longer than 80 characters. 329
Warnings Parameter p should be final. 329
Warnings Expected @param tag for 'p'. 329
Warnings Parameter obj should be final. 329
Warnings Parameter rng should be final. 329
Warnings Array brackets at illegal position. 329
Warnings 'if' construct must use '{}'s. 331
Warnings ')' is preceded with whitespace. 334
Warnings 'if' construct must use '{}'s. 336
Warnings 'else' construct must use '{}'s. 338

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexArcPathFlowVariables.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Unused import - fr.inria.opengve.bridge.interfaces.Arc. 3
Warnings Line is longer than 80 characters. 5
Warnings Unused import - fr.inria.opengve.mascoptLib.core.MascoptAbstractPath. 6
Warnings Line is longer than 80 characters. 58
Warnings '{' should be on the previous line. 72
Warnings Line is longer than 80 characters. 103
Warnings Line is longer than 80 characters. 109
Warnings Line is longer than 80 characters. 121
Warnings Line is longer than 80 characters. 126
Warnings Line is longer than 80 characters. 132
Warnings Line is longer than 80 characters. 138
Warnings Line is longer than 80 characters. 143
Warnings Parameter g should be final. 161
Warnings Parameter requests should be final. 161
Warnings Parameter data should be final. 162
Warnings Parameter cplex should be final. 162
Warnings Parameter integerComputation should be final. 163
Warnings Parameter g should be final. 188
Warnings Parameter requests should be final. 189
Warnings Parameter data should be final. 189
Warnings Line is longer than 80 characters. 190
Warnings Parameter cplex should be final. 190
Warnings Parameter integerComputation should be final. 190
Warnings Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. 203
Warnings Parameter name should be final. 203
Warnings Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. 215
Warnings Parameter context should be final. 215
Warnings Method 'setPathSet' is not designed for extension - needs to be abstract, final or empty. 227
Warnings Parameter pathSet should be final. 227
Warnings Method 'createConstraint' is not designed for extension - needs to be abstract, final or empty. 236
Warnings Name 'r_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 248
Warnings Method 'getVarOfPathFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 275
Warnings Parameter p should be final. 275
Warnings Parameter r should be final. 275
Warnings Method 'getValueOfFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 288
Warnings Parameter r should be final. 288
Warnings Method 'getExprOfPathFlow' is not designed for extension - needs to be abstract, final or empty. 307
Warnings Parameter p should be final. 307
Warnings Method 'getRequestSizeConstraint' is not designed for extension - needs to be abstract, final or empty. 320
Warnings Parameter request should be final. 320
Warnings Line is longer than 80 characters. 337
Warnings Method 'getValueOfPathFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 337
Warnings Parameter p should be final. 337
Warnings Parameter r should be final. 337
Warnings Method 'getIntegerComputationFlag' is not designed for extension - needs to be abstract, final or empty. 351
Warnings First sentence should end with a period. 357
Warnings Method 'getRoutingGrapgh' is not designed for extension - needs to be abstract, final or empty. 362
Warnings First sentence should end with a period. 368
Warnings Method 'getRequestArcSet' is not designed for extension - needs to be abstract, final or empty. 373
Warnings Method 'getPathSet' is not designed for extension - needs to be abstract, final or empty. 384
Warnings First sentence should end with a period. 390
Warnings Method 'getCplex' is not designed for extension - needs to be abstract, final or empty. 395
Warnings Method 'addNewVariable' is not designed for extension - needs to be abstract, final or empty. 411
Warnings Parameter newVar should be final. 411
Warnings Parameter p should be final. 412
Warnings Parameter request should be final. 413
Warnings '(' is followed by whitespace. 423
Warnings Inner assignments should be avoided. 423
Warnings Method 'createVariables' is not designed for extension - needs to be abstract, final or empty. 440
Warnings Line is longer than 80 characters. 441
Warnings Line is longer than 80 characters. 455
Warnings 'if' construct must use '{}'s. 463
Warnings Line is longer than 80 characters. 463

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddCplexVertexFlowVariables.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 4
Warnings First sentence should end with a period. 63
Warnings Line is longer than 80 characters. 64
Warnings First sentence should end with a period. 66
Warnings Line is longer than 80 characters. 67
Warnings First sentence should end with a period. 69
Warnings Line is longer than 80 characters. 70
Warnings Parameter g should be final. 97
Warnings Parameter requests should be final. 98
Warnings Parameter data should be final. 98
Warnings Parameter cplex should be final. 98
Warnings Parameter integerComputation should be final. 99
Warnings Parameter g should be final. 123
Warnings Parameter requests should be final. 124
Warnings Parameter data should be final. 124
Warnings Parameter cplex should be final. 124
Warnings Parameter integerComputation should be final. 125
Warnings Line is longer than 80 characters. 137
Warnings 'if' construct must use '{}'s. 145
Warnings 'else' construct must use '{}'s. 147
Warnings Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. 164
Warnings Line is longer than 80 characters. 218
Warnings Avoid inline conditionals. 231
Warnings Avoid inline conditionals. 238
Warnings 'if' construct must use '{}'s. 245
Warnings 'else' construct must use '{}'s. 248
Warnings Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. 261
Warnings Parameter name should be final. 261
Warnings Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. 271
Warnings Parameter context should be final. 271
Warnings Method 'getExprOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. 282
Warnings Parameter e should be final. 282
Warnings Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 295
Warnings Parameter e should be final. 295
Warnings Parameter request should be final. 296
Warnings Method 'getIncomingFlow' is not designed for extension - needs to be abstract, final or empty. 309
Warnings Parameter v should be final. 309
Warnings Method 'getOutgoingFlow' is not designed for extension - needs to be abstract, final or empty. 333
Warnings Parameter v should be final. 333
Warnings Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. 355
Warnings Parameter v should be final. 355
Warnings Method 'setRequestToExprMapping' is not designed for extension - needs to be abstract, final or empty. 370
Warnings Parameter correspondance should be final. 371

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowMonoRouting.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 9
Warnings Unused import - ilog.concert.IloIntVar. 15
Warnings Line is longer than 80 characters. 38
Warnings First sentence should end with a period. 58
Warnings Line is longer than 80 characters. 62
Warnings First sentence should end with a period. 64
Warnings Line is longer than 80 characters. 65
Warnings Parameter linkGraph should be final. 83
Warnings Parameter requestGraph should be final. 84
Warnings Parameter linkData should be final. 84
Warnings Parameter requestData should be final. 84
Warnings Parameter solver should be final. 85
Warnings Line is longer than 80 characters. 96
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 114
Warnings Parameter name should be final. 114
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 125
Warnings Parameter context should be final. 125
Warnings Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. 136
Warnings Parameter name should be final. 136
Warnings Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. 147
Warnings Parameter context should be final. 147
Warnings Parameter v should be final. 164
Warnings Parameter request should be final. 165
Warnings Parameter term should be final. 165
Warnings Unused @throws tag for 'IloException'. 187
Warnings Line is longer than 80 characters. 190
Warnings Parameter v should be final. 190
Warnings Parameter request should be final. 190
Warnings Parameter term should be final. 191
Warnings Expected @throws tag for 'LpException'. 191
Warnings Method 'createLP' is not designed for extension - needs to be abstract, final or empty. 208
Warnings Line is longer than 80 characters. 220
Warnings Avoid inline conditionals. 221
Warnings Avoid inline conditionals. 222
Warnings Line is longer than 80 characters. 240
Warnings Line is longer than 80 characters. 294
Warnings Method 'getLinkRequestVariables' is not designed for extension - needs to be abstract, final or empty. 294
Warnings Parameter link should be final. 294
Warnings Parameter request should be final. 294
Warnings Method 'getLinkFlow' is not designed for extension - needs to be abstract, final or empty. 305
Warnings Parameter link should be final. 305

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowVariables.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 12
Warnings Missing a Javadoc comment. 22
Warnings '{' should be on the previous line. 23
Warnings Line is longer than 80 characters. 27
Warnings Line is longer than 80 characters. 32
Warnings Line is longer than 80 characters. 37
Warnings Line is longer than 80 characters. 42
Warnings Line is longer than 80 characters. 48
Warnings Line is longer than 80 characters. 53
Warnings Line is longer than 80 characters. 58
Warnings Line is longer than 80 characters. 64
Warnings Line is longer than 80 characters. 69
Warnings Name 'requestValueName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 69
Warnings Line is longer than 80 characters. 75
Warnings Name 'requestValueContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 75
Warnings Line is longer than 80 characters. 81
Warnings Line is longer than 80 characters. 86
Warnings Parameter g should be final. 104
Warnings Parameter requests should be final. 104
Warnings Parameter data should be final. 105
Warnings Parameter linearProgram should be final. 105
Warnings Parameter integerComputation should be final. 106
Warnings Parameter g should be final. 132
Warnings Parameter requests should be final. 132
Warnings Parameter data should be final. 133
Warnings Parameter linearProgram should be final. 133
Warnings Parameter integerComputation should be final. 134
Warnings Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. 147
Warnings Parameter name should be final. 147
Warnings Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. 159
Warnings Parameter context should be final. 159
Warnings Line is longer than 80 characters. 176
Warnings Method 'setRequestToRequestSizeLinearExpr' is not designed for extension - needs to be abstract, final or empty. 176
Warnings Parameter requestToLpExpr should be final. 176
Warnings Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. 186
Warnings Name 'r_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 196
Warnings 'if' construct must use '{}'s. 199
Warnings '(' is followed by whitespace. 199
Warnings Avoid inline conditionals. 203
Warnings '(' is followed by whitespace. 233
Warnings '{' is not followed by whitespace. 254
Warnings '(' is followed by whitespace. 256
Warnings '{' is not followed by whitespace. 263
Warnings '{' is not followed by whitespace. 279
Warnings Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 306
Warnings Parameter e should be final. 306
Warnings Parameter r should be final. 307
Warnings Line is longer than 80 characters. 322
Warnings Method 'getValueOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. 322
Warnings Parameter e should be final. 322
Warnings Parameter r should be final. 322
Warnings Method 'getExprOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. 341
Warnings Parameter e should be final. 341
Warnings Method 'getValueOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. 354
Warnings Parameter e should be final. 354
Warnings First sentence should end with a period. 366
Warnings Method 'getRequestArcSet' is not designed for extension - needs to be abstract, final or empty. 371
Warnings First sentence should end with a period. 377
Warnings Method 'getLinkGraph' is not designed for extension - needs to be abstract, final or empty. 382
Warnings First sentence should end with a period. 388
Warnings Method 'getLP' is not designed for extension - needs to be abstract, final or empty. 393
Warnings Expected an @return tag. 405
Warnings Method 'getLinearNumExprForRequest' is not designed for extension - needs to be abstract, final or empty. 405
Warnings Parameter r should be final. 405
Warnings Missing a Javadoc comment. 411
Warnings Line is longer than 80 characters. 412
Warnings Line is longer than 80 characters. 425
Warnings Name 'flow_on_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. 430

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/AddLinkFlowWithCapacityConstraint.java

Violation Message Line
Warnings Line is longer than 80 characters. 1
Warnings Line is longer than 80 characters. 10
Warnings '{' should be on the previous line. 22
Warnings Line is longer than 80 characters. 32
Warnings First sentence should end with a period. 39
Warnings First sentence should end with a period. 42
Warnings Missing a Javadoc comment. 50
Warnings Parameter g should be final. 50
Warnings Parameter requests should be final. 51
Warnings Parameter linkData should be final. 52
Warnings Parameter requestData should be final. 53
Warnings Parameter linearProgram should be final. 54
Warnings Parameter integerComputation should be final. 55
Warnings Missing a Javadoc comment. 62
Warnings Parameter g should be final. 62
Warnings Parameter requests should be final. 63
Warnings Parameter linkData should be final. 64
Warnings Parameter requestData should be final. 65
Warnings Parameter linearProgram should be final. 66
Warnings Parameter integerComputation should be final. 67
Warnings Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. 81
Warnings Parameter name should be final. 81
Warnings Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. 94
Warnings Parameter context should be final. 94
Warnings Line is longer than 80 characters. 110
Warnings Method 'setLinkToLinkCapacityLinearExpr' is not designed for extension - needs to be abstract, final or empty. 110
Warnings Parameter linkToLinkCapacityLinearExpr should be final. 110
Warnings Method 'addCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Avoid inline conditionals. 135
Warnings Line is longer than 80 characters. 137
Warnings Line is longer than 80 characters. 138
Warnings Line is longer than 80 characters. 139
Warnings Avoid inline conditionals. 139
Warnings Line is longer than 80 characters. 140

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/lowLevel/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/digraphs/route/multiFlowRouting/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/graphs/MascoptKruskal.java

Violation Message Line
Warnings '{' should be on the previous line. 19
Warnings Missing a Javadoc comment. 21
Warnings First sentence should end with a period. 25
Warnings Parameter g should be final. 33
Warnings Parameter map should be final. 33
Warnings First sentence should end with a period. 39
Warnings Parameter g should be final. 49
Warnings Parameter map should be final. 49
Warnings Parameter stepMode should be final. 49
Warnings Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. 61
Warnings Missing a Javadoc comment. 61
Warnings Parameter g should be final. 62

fr/inria/opengve/mascoptLib/algorithms/graphs/MascoptPrimST.java

Violation Message Line
Warnings Line is longer than 80 characters. 10
Warnings Line is longer than 80 characters. 13
Warnings Line is longer than 80 characters. 19
Warnings Line contains a tab character. 19
Warnings Missing a Javadoc comment. 19
Warnings ',' is not followed by whitespace. 19
Warnings Line contains a tab character. 21
Warnings Line contains a tab character. 22
Warnings Line contains a tab character. 23
Warnings Line contains a tab character. 24
Warnings Line contains a tab character. 25
Warnings Line contains a tab character. 26
Warnings Line is longer than 80 characters. 27
Warnings Line contains a tab character. 27
Warnings Line contains a tab character. 28
Warnings Line contains a tab character. 29
Warnings Line contains a tab character. 30
Warnings Parameter g should be final. 30
Warnings Parameter m should be final. 30
Warnings Line contains a tab character. 31
Warnings Line contains a tab character. 32
Warnings Line contains a tab character. 34
Warnings Line contains a tab character. 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. 39
Warnings Line is longer than 80 characters. 40
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 Parameter g should be final. 45
Warnings Parameter m should be final. 45
Warnings Parameter stepMode should be final. 45
Warnings Line contains a tab character. 46
Warnings Line contains a tab character. 47
Warnings Line contains a tab character. 48
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 Line contains a tab character. 55
Warnings Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. 55
Warnings Missing a Javadoc comment. 55
Warnings Line is longer than 80 characters. 56
Warnings Parameter g should be final. 56
Warnings ',' is not followed by whitespace. 56
Warnings Line contains a tab character. 57
Warnings Line contains a tab character. 58

fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/MascoptGraphMinCutStoerWagner.java

Violation Message Line
Warnings Missing a Javadoc comment. 13
Warnings '{' should be on the previous line. 15
Warnings Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. 17
Warnings Missing a Javadoc comment. 17
Warnings Line is longer than 80 characters. 18
Warnings Parameter g should be final. 18
Warnings Method 'createOne' is not designed for extension - needs to be abstract, final or empty. 26
Warnings Missing a Javadoc comment. 26

fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/MascoptNagamochiMinCut.java

Violation Message Line
Warnings Unused import - fr.inria.opengve.bridge.interfaces.Graph. 5
Warnings Line is longer than 80 characters. 23
Warnings Missing a Javadoc comment. 26
Warnings Parameter g should be final. 26
Warnings Missing a Javadoc comment. 32
Warnings Parameter g should be final. 32
Warnings Parameter stepMode should be final. 32
Warnings Method 'createCopier' is not designed for extension - needs to be abstract, final or empty. 43
Warnings Missing a Javadoc comment. 43
Warnings Line is longer than 80 characters. 44
Warnings Method 'createEmptySet' is not designed for extension - needs to be abstract, final or empty. 55
Warnings Missing a Javadoc comment. 55
Warnings Method 'createEmptyVertexSet' is not designed for extension - needs to be abstract, final or empty. 67
Warnings Missing a Javadoc comment. 67
Warnings Method 'createEdge' is not designed for extension - needs to be abstract, final or empty. 80
Warnings Missing a Javadoc comment. 80
Warnings Parameter v1 should be final. 81
Warnings Parameter v2 should be final. 81
Warnings Method 'createEmptyGraph' is not designed for extension - needs to be abstract, final or empty. 92
Warnings Missing a Javadoc comment. 92

fr/inria/opengve/mascoptLib/algorithms/graphs/minCut/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/algorithms/graphs/package.html

Violation Message Line
Warnings Missing package documentation file. 0