The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 43 | 0 | 1185 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
102 | |
| JavadocType | 18 | |
| JavadocVariable | 15 | |
| JavadocStyle | 50 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 3 | |
MemberName
|
10 | |
| MethodName | 2 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
| LineLength | 205 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 9 | |
| TypecastParenPad | 0 | |
| TabCharacter | 229 | |
| ModifierOrder | 0 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 15 | |
| NeedBraces | 11 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 16 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 1 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 169 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 2 | |
| FinalParameters | 272 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
MemberName
|
10 | |
| WhitespaceAfter | 35 | |
WhitespaceAround
|
4 | |
| PackageHtml | 7 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 33 | |
| '{' should be on the previous line. | 34 | |
| First sentence should end with a period. | 36 | |
| Name 'graph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 37 | |
| First sentence should end with a period. | 39 | |
| Name 'normalizedGraph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 40 | |
| First sentence should end with a period. | 42 | |
| First sentence should end with a period. | 45 | |
| First sentence should end with a period. | 48 | |
| First sentence should end with a period. | 51 | |
| First sentence should end with a period. | 54 | |
| First sentence should end with a period. | 57 | |
| '{' should be on the previous line. | 73 | |
| First sentence should end with a period. | 75 | |
| First sentence should end with a period. | 78 | |
| First sentence should end with a period. | 81 | |
| Parameter map should be final. | 96 | |
| Parameter name should be final. | 96 | |
| Parameter context should be final. | 96 | |
| Parameter oldPrincipalKey should be final. | 112 | |
| Parameter newPrincipalKey should be final. | 113 | |
| Avoid inline conditionals. | 115 | |
| Avoid inline conditionals. | 117 | |
| Parameter g should be final. | 130 | |
| Method 'setListColorMap' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Parameter map should be final. | 142 | |
| Method 'setListColorName' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Parameter name should be final. | 154 | |
| Method 'setListColorContext' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Parameter context should be final. | 166 | |
| Method 'setColorMap' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Parameter colorMap should be final. | 178 | |
| Method 'setColorName' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Parameter name should be final. | 190 | |
| Method 'setColorContext' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter context should be final. | 202 | |
| Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Line is longer than 80 characters. | 224 | |
| Avoid inline conditionals. | 224 | |
| Avoid inline conditionals. | 231 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 240 | |
| Array brackets at illegal position. | 243 | |
| ')' is preceded with whitespace. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| ')' is preceded with whitespace. | 250 | |
| Avoid inline conditionals. | 257 | |
| 'while' is not followed by whitespace. | 262 | |
| Method 'getNormalizedGraph' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Method 'CopyValue' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Name 'CopyValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| Parameter map should be final. | 295 | |
| Parameter name should be final. | 295 | |
| Parameter context should be final. | 295 | |
| ',' is not followed by whitespace. | 296 | |
| ',' is not followed by whitespace. | 296 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Type Javadoc comment is missing an @param <E> tag. | 18 | |
| ',' is not followed by whitespace. | 19 | |
| ',' is not followed by whitespace. | 24 | |
| Parameter g should be final. | 32 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'createInteger' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter value should be final. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Type Javadoc comment is missing an @param <E> tag. | 21 | |
| '{' should be on the previous line. | 23 | |
| Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter g should be final. | 33 | |
| Line is longer than 80 characters. | 43 | |
| Method 'createEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Parameter vertexSet should be final. | 46 | |
| Method 'createVertexSet' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter edgeSet should be final. | 70 | |
| Line is longer than 80 characters. | 79 | |
| Method 'createSubEdgeSet' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Parameter superSet should be final. | 82 | |
| Line is longer than 80 characters. | 91 | |
| Method 'createVertexSet' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Parameter superSet should be final. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 15 | |
| Type Javadoc comment is missing an @param <E> tag. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| ',' is not followed by whitespace. | 25 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Method 'copyPath' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| ',' is not followed by whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| Parameter p should be final. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| 'cast' is not followed by whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 19 | |
| '{' should be on the previous line. | 21 | |
| First sentence should end with a period. | 23 | |
| Parameter g should be final. | 33 | |
| Parameter edgeCost should be final. | 33 | |
| Parameter maxCost should be final. | 34 | |
| First sentence should end with a period. | 40 | |
| Parameter g should be final. | 48 | |
| Parameter maxLength should be final. | 49 | |
| Method 'createCopyGraph' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 66 | |
| Method 'createFindElementaryCyclesFrom' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Parameter g should be final. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Parameter root should be final. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Parameter edgeCost should be final. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Parameter maxCost should be final. | 72 | |
| Line is longer than 80 characters. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| First sentence should end with a period. | 19 | |
| Line is longer than 80 characters. | 25 | |
| Type Javadoc comment is missing an @param <E> tag. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| ',' is not followed by whitespace. | 31 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 31 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Parameter g should be final. | 46 | |
| Parameter root should be final. | 46 | |
| Line contains a tab character. | 47 | |
| Parameter edgeCost should be final. | 47 | |
| Parameter maxCost should be final. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter g should be final. | 63 | |
| Parameter root should be final. | 63 | |
| Line contains a tab character. | 64 | |
| Parameter maxLength should be final. | 64 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Method 'createIntegerScalar' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter value should be final. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 89 | |
| Method 'createCycle' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Line contains a tab character. | 91 | |
| Parameter p should be final. | 91 | |
| Parameter e should be final. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| ',' is not followed by whitespace. | 10 | |
| ',' is not followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| ',' is not followed by whitespace. | 12 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter g should be final. | 14 | |
| Missing a Javadoc comment. | 19 | |
| Parameter g should be final. | 19 | |
| Parameter seed should be final. | 19 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 17 | |
| Type Javadoc comment is missing an @param <E> tag. | 17 | |
| ',' is not followed by whitespace. | 17 | |
| ',' is not followed by whitespace. | 17 | |
| ',' is not followed by whitespace. | 22 | |
| Parameter g should be final. | 27 | |
| Expected @param tag for 'g'. | 27 | |
| Parameter g should be final. | 39 | |
| Parameter stepMode should be final. | 39 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| ',' is not followed by whitespace. | 50 | |
| Method 'createMap' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Type Javadoc comment is missing an @param <E> tag. | 24 | |
| Line contains a tab character. | 25 | |
| ',' is not followed by whitespace. | 25 | |
| Missing a Javadoc comment. | 27 | |
| ',' is not followed by whitespace. | 27 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 27 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Parameter g should be final. | 37 | |
| Parameter result should be final. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter g should be final. | 51 | |
| Parameter result should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Parameter stepMode should be final. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Method 'createVertexSet' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line contains a tab character. | 64 | |
| Parameter vertexSet should be final. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Method 'createScalar' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter value should be final. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| First sentence should end with a period. | 15 | |
| Line is longer than 80 characters. | 17 | |
| Type Javadoc comment is missing an @param <E> tag. | 21 | |
| '{' should be on the previous line. | 23 | |
| ',' is not followed by whitespace. | 28 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 28 | |
| Parameter g should be final. | 42 | |
| Parameter nameOfValue should be final. | 42 | |
| Parameter distance should be final. | 43 | |
| Parameter g should be final. | 61 | |
| Parameter nameOfValue should be final. | 61 | |
| Parameter distance should be final. | 62 | |
| Parameter stepMode should be final. | 62 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Parameter g should be final. | 80 | |
| Parameter destination should be final. | 80 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'createMap' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 17 | |
| Parameter g should be final. | 46 | |
| Parameter source should be final. | 46 | |
| Parameter destination should be final. | 47 | |
| Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter context should be final. | 60 | |
| Method 'setDistanceMap' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter m should be final. | 70 | |
| Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter name should be final. | 81 | |
| Method 'setInfiniteDistance' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter infinity should be final. | 91 | |
| Method 'computeShortestPath' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Method 'getShortestPathDistance' is not designed for extension - needs to be abstract, final or empty. | 117 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 12 | |
| Type Javadoc comment is missing an @param <E> tag. | 16 | |
| '{' should be on the previous line. | 18 | |
| ',' is not followed by whitespace. | 23 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 23 | |
| Parameter g should be final. | 33 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 20 | |
| Type Javadoc comment is missing an @param <E> tag. | 24 | |
| Line contains a tab character. | 25 | |
| ',' is not followed by whitespace. | 25 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| ',' is not followed by whitespace. | 30 | |
| Name 'factory' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 30 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Parameter g should be final. | 40 | |
| Parameter distance should be final. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Parameter g should be final. | 54 | |
| Parameter distance should be final. | 54 | |
| Line contains a tab character. | 55 | |
| Parameter stepMode should be final. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Method 'createDijkstraAdvanced' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line is longer than 80 characters. | 67 | |
| ',' is not followed by whitespace. | 67 | |
| ',' is not followed by whitespace. | 67 | |
| Line contains a tab character. | 68 | |
| Parameter g should be final. | 68 | |
| Parameter destination should be final. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is followed by whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| ',' is not followed by whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Method 'createCopyGraph' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line is longer than 80 characters. | 89 | |
| ',' is not followed by whitespace. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter k should be final. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| ',' is not followed by whitespace. | 18 | |
| Parameter subGraph should be final. | 30 | |
| Parameter source should be final. | 31 | |
| Parameter flow should be final. | 31 | |
| Line is longer than 80 characters. | 38 | |
| Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 42 | |
| Parameter g should be final. | 42 | |
| 'cast' is not followed by whitespace. | 43 | |
| Method 'createDirectedPath' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| ',' is not followed by whitespace. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Unclosed HTML tag found: <MascoptDiPath,AbstractScalar> pathDecomposition = multiFlow | 35 | |
| Line is longer than 80 characters. | 37 | |
| '{' should be on the previous line. | 44 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 49 | |
| First sentence should end with a period. | 52 | |
| First sentence should end with a period. | 55 | |
| First sentence should end with a period. | 58 | |
| '1e-7' is a magic number. | 59 | |
| Parameter multiFlow should be final. | 70 | |
| First sentence should end with a period. | 76 | |
| Method 'setLinkGraph' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter linkGraph should be final. | 82 | |
| Method 'setRequestGraph' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter requestGraph should be final. | 94 | |
| Line is longer than 80 characters. | 111 | |
| Parameter request should be final. | 111 | |
| Parameter capacityMap should be final. | 111 | |
| Line is longer than 80 characters. | 137 | |
| Method 'computeMultiFlowDecomposition' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 146 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 31 | |
| Parameter g should be final. | 43 | |
| Parameter map should be final. | 43 | |
| Line is longer than 80 characters. | 59 | |
| Parameter g should be final. | 59 | |
| Parameter map should be final. | 59 | |
| Parameter stepMode should be final. | 59 | |
| Line is longer than 80 characters. | 69 | |
| Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Parameter vertexSet should be final. | 72 | |
| Method 'createArc' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter tail should be final. | 87 | |
| Parameter head should be final. | 87 | |
| Line is longer than 80 characters. | 96 | |
| Method 'createSTFlow' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Parameter g should be final. | 99 | |
| Line is longer than 80 characters. | 108 | |
| Method 'createAugmentingPath' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Parameter g should be final. | 111 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'public' modifier. | 40 | |
| Expected @throws tag for 'Exception'. | 99 | |
| Expected @throws tag for 'Exception'. | 107 | |
| Expected @throws tag for 'Exception'. | 114 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 16 | |
| Redundant 'public' modifier. | 17 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 111 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 113 | |
| '(' is followed by whitespace. | 116 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 190 | |
| Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter m should be final. | 195 | |
| Line is longer than 80 characters. | 204 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter name should be final. | 206 | |
| Line is longer than 80 characters. | 215 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter context should be final. | 217 | |
| Line is longer than 80 characters. | 226 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Parameter g should be final. | 228 | |
| Line is longer than 80 characters. | 237 | |
| Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Parameter gr should be final. | 239 | |
| Line is longer than 80 characters. | 248 | |
| Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter m should be final. | 250 | |
| Line is longer than 80 characters. | 259 | |
| Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Parameter name should be final. | 261 | |
| Line is longer than 80 characters. | 270 | |
| Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter context should be final. | 272 | |
| Line is longer than 80 characters. | 281 | |
| Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Parameter state should be final. | 283 | |
| Method 'setInitialPathSet' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter pathSet should be final. | 291 | |
| Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Missing a Javadoc comment. | 348 | |
| Line is longer than 80 characters. | 358 | |
| Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Missing a Javadoc comment. | 361 | |
| Parameter a should be final. | 361 | |
| Parameter r should be final. | 361 | |
| Line is longer than 80 characters. | 372 | |
| Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter a should be final. | 374 | |
| Method 'setObjective' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Parameter objective should be final. | 388 | |
| Parameter link should be final. | 405 | |
| Parameter request should be final. | 406 | |
| Parameter map should be final. | 407 | |
| Line is longer than 80 characters. | 409 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 68 | |
| ',' is not followed by whitespace. | 76 | |
| First sentence should end with a period. | 78 | |
| Parameter lp should be final. | 81 | |
| Expected @param tag for 'lp'. | 81 | |
| Line is longer than 80 characters. | 88 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter g should be final. | 90 | |
| Line is longer than 80 characters. | 97 | |
| Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter gr should be final. | 99 | |
| Line is longer than 80 characters. | 106 | |
| Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter m should be final. | 108 | |
| Line is longer than 80 characters. | 115 | |
| Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter name should be final. | 117 | |
| Line is longer than 80 characters. | 124 | |
| Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter c should be final. | 126 | |
| Line is longer than 80 characters. | 133 | |
| Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter state should be final. | 135 | |
| Line is longer than 80 characters. | 145 | |
| Method 'setRequestToRequestSizeLinearExpr' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter requestToRequestSizeLinearExpr should be final. | 145 | |
| ',' is not followed by whitespace. | 145 | |
| Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Line is longer than 80 characters. | 155 | |
| 'if' construct must use '{}'s. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 184 | |
| Line is longer than 80 characters. | 191 | |
| Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter a should be final. | 194 | |
| Parameter r should be final. | 194 | |
| Line is longer than 80 characters. | 201 | |
| Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Parameter a should be final. | 203 | |
| Method 'getVarOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Parameter e should be final. | 218 | |
| Line is longer than 80 characters. | 231 | |
| Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Parameter a should be final. | 231 | |
| Parameter r should be final. | 231 | |
| Method 'getLinearProgram' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Method 'getLinkGraph' is not designed for extension - needs to be abstract, final or empty. | 249 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 53 | |
| Parameter lp should be final. | 53 | |
| Line is longer than 80 characters. | 60 | |
| Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter m should be final. | 62 | |
| Line is longer than 80 characters. | 69 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter name should be final. | 71 | |
| Line is longer than 80 characters. | 78 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter context should be final. | 80 | |
| Line is longer than 80 characters. | 90 | |
| Method 'setLinkToLinkCapacityLinearExpr' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter m should be final. | 90 | |
| ',' is not followed by whitespace. | 90 | |
| Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Avoid inline conditionals. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Avoid inline conditionals. | 116 | |
| Method 'addSumMinFlowObjective' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'addMinTrafficObjective' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 151 | |
| ',' is not followed by whitespace. | 156 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| First sentence should end with a period. | 20 | |
| First sentence should end with a period. | 23 | |
| First sentence should end with a period. | 26 | |
| First sentence should end with a period. | 29 | |
| First sentence should end with a period. | 32 | |
| First sentence should end with a period. | 36 | |
| First sentence should end with a period. | 39 | |
| First sentence should end with a period. | 42 | |
| First sentence should end with a period. | 45 | |
| First sentence should end with a period. | 48 | |
| Parameter solver should be final. | 57 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter context should be final. | 66 | |
| Line is longer than 80 characters. | 73 | |
| Method 'setLinkCapacityValuesMap' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter m should be final. | 75 | |
| Line is longer than 80 characters. | 82 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter name should be final. | 84 | |
| Line is longer than 80 characters. | 91 | |
| Method 'getFlowOnEdge' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter a should be final. | 93 | |
| Line is longer than 80 characters. | 105 | |
| Method 'getFlowOnEdgeForRequest' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter a should be final. | 108 | |
| Parameter r should be final. | 108 | |
| Method 'preSolve' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Line is longer than 80 characters. | 146 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter g should be final. | 148 | |
| Line is longer than 80 characters. | 155 | |
| Method 'setIntegerComputation' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter state should be final. | 157 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 166 | |
| Method 'setRequestsGraph' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter gr should be final. | 168 | |
| Line is longer than 80 characters. | 175 | |
| Method 'setRequestsValuesContext' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter context should be final. | 177 | |
| Line is longer than 80 characters. | 184 | |
| Method 'setRequestsValuesMap' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter m should be final. | 186 | |
| Line is longer than 80 characters. | 193 | |
| Method 'setRequestsValuesName' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter name should be final. | 195 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 |
| Violation | Message | Line |
|---|---|---|
| Class Messages should be declared as final. | 6 | |
| Missing a Javadoc comment. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 17 | |
| Parameter key should be final. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| First sentence should end with a period. | 69 | |
| Parameter flow should be final. | 77 | |
| Parameter map should be final. | 78 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter name should be final. | 92 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter context should be final. | 105 | |
| Method 'getEdgeCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter link should be final. | 118 | |
| Method 'getLambda' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Method 'getFlowOnEdgeValue' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Parameter link should be final. | 144 | |
| Method 'addCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Avoid inline conditionals. | 186 | |
| Method 'AddMinimizeLambda' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Name 'AddMinimizeLambda' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| Method 'addMinimizeSumOfFlow' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Method 'addNewVariable' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Parameter p should be final. | 271 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 271 | |
| Line is longer than 80 characters. | 273 | |
| 'if' construct must use '{}'s. | 278 | |
| Line is longer than 80 characters. | 278 | |
| Avoid inline conditionals. | 299 | |
| Line is longer than 80 characters. | 329 | |
| Parameter p should be final. | 329 | |
| Expected @param tag for 'p'. | 329 | |
| Parameter obj should be final. | 329 | |
| Parameter rng should be final. | 329 | |
| Array brackets at illegal position. | 329 | |
| 'if' construct must use '{}'s. | 331 | |
| ')' is preceded with whitespace. | 334 | |
| 'if' construct must use '{}'s. | 336 | |
| 'else' construct must use '{}'s. | 338 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Unused import - fr.inria.opengve.bridge.interfaces.Arc. | 3 | |
| Line is longer than 80 characters. | 5 | |
| Unused import - fr.inria.opengve.mascoptLib.core.MascoptAbstractPath. | 6 | |
| Line is longer than 80 characters. | 58 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 143 | |
| Parameter g should be final. | 161 | |
| Parameter requests should be final. | 161 | |
| Parameter data should be final. | 162 | |
| Parameter cplex should be final. | 162 | |
| Parameter integerComputation should be final. | 163 | |
| Parameter g should be final. | 188 | |
| Parameter requests should be final. | 189 | |
| Parameter data should be final. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Parameter cplex should be final. | 190 | |
| Parameter integerComputation should be final. | 190 | |
| Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Parameter name should be final. | 203 | |
| Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Parameter context should be final. | 215 | |
| Method 'setPathSet' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Parameter pathSet should be final. | 227 | |
| Method 'createConstraint' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Name 'r_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| Method 'getVarOfPathFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Parameter p should be final. | 275 | |
| Parameter r should be final. | 275 | |
| Method 'getValueOfFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Parameter r should be final. | 288 | |
| Method 'getExprOfPathFlow' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Parameter p should be final. | 307 | |
| Method 'getRequestSizeConstraint' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Parameter request should be final. | 320 | |
| Line is longer than 80 characters. | 337 | |
| Method 'getValueOfPathFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Parameter p should be final. | 337 | |
| Parameter r should be final. | 337 | |
| Method 'getIntegerComputationFlag' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| First sentence should end with a period. | 357 | |
| Method 'getRoutingGrapgh' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| First sentence should end with a period. | 368 | |
| Method 'getRequestArcSet' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| Method 'getPathSet' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| First sentence should end with a period. | 390 | |
| Method 'getCplex' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Method 'addNewVariable' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Parameter newVar should be final. | 411 | |
| Parameter p should be final. | 412 | |
| Parameter request should be final. | 413 | |
| '(' is followed by whitespace. | 423 | |
| Inner assignments should be avoided. | 423 | |
| Method 'createVariables' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 455 | |
| 'if' construct must use '{}'s. | 463 | |
| Line is longer than 80 characters. | 463 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Line is longer than 80 characters. | 4 | |
| First sentence should end with a period. | 63 | |
| Line is longer than 80 characters. | 64 | |
| First sentence should end with a period. | 66 | |
| Line is longer than 80 characters. | 67 | |
| First sentence should end with a period. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Parameter g should be final. | 97 | |
| Parameter requests should be final. | 98 | |
| Parameter data should be final. | 98 | |
| Parameter cplex should be final. | 98 | |
| Parameter integerComputation should be final. | 99 | |
| Parameter g should be final. | 123 | |
| Parameter requests should be final. | 124 | |
| Parameter data should be final. | 124 | |
| Parameter cplex should be final. | 124 | |
| Parameter integerComputation should be final. | 125 | |
| Line is longer than 80 characters. | 137 | |
| 'if' construct must use '{}'s. | 145 | |
| 'else' construct must use '{}'s. | 147 | |
| Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Line is longer than 80 characters. | 218 | |
| Avoid inline conditionals. | 231 | |
| Avoid inline conditionals. | 238 | |
| 'if' construct must use '{}'s. | 245 | |
| 'else' construct must use '{}'s. | 248 | |
| Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Parameter name should be final. | 261 | |
| Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Parameter context should be final. | 271 | |
| Method 'getExprOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Parameter e should be final. | 282 | |
| Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Parameter e should be final. | 295 | |
| Parameter request should be final. | 296 | |
| Method 'getIncomingFlow' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Parameter v should be final. | 309 | |
| Method 'getOutgoingFlow' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Parameter v should be final. | 333 | |
| Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Parameter v should be final. | 355 | |
| Method 'setRequestToExprMapping' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Parameter correspondance should be final. | 371 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Unused import - ilog.concert.IloIntVar. | 15 | |
| Line is longer than 80 characters. | 38 | |
| First sentence should end with a period. | 58 | |
| Line is longer than 80 characters. | 62 | |
| First sentence should end with a period. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Parameter linkGraph should be final. | 83 | |
| Parameter requestGraph should be final. | 84 | |
| Parameter linkData should be final. | 84 | |
| Parameter requestData should be final. | 84 | |
| Parameter solver should be final. | 85 | |
| Line is longer than 80 characters. | 96 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter name should be final. | 114 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter context should be final. | 125 | |
| Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter name should be final. | 136 | |
| Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Parameter context should be final. | 147 | |
| Parameter v should be final. | 164 | |
| Parameter request should be final. | 165 | |
| Parameter term should be final. | 165 | |
| Unused @throws tag for 'IloException'. | 187 | |
| Line is longer than 80 characters. | 190 | |
| Parameter v should be final. | 190 | |
| Parameter request should be final. | 190 | |
| Parameter term should be final. | 191 | |
| Expected @throws tag for 'LpException'. | 191 | |
| Method 'createLP' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Line is longer than 80 characters. | 220 | |
| Avoid inline conditionals. | 221 | |
| Avoid inline conditionals. | 222 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 294 | |
| Method 'getLinkRequestVariables' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter link should be final. | 294 | |
| Parameter request should be final. | 294 | |
| Method 'getLinkFlow' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Parameter link should be final. | 305 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 69 | |
| Name 'requestValueName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 69 | |
| Line is longer than 80 characters. | 75 | |
| Name 'requestValueContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 75 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 86 | |
| Parameter g should be final. | 104 | |
| Parameter requests should be final. | 104 | |
| Parameter data should be final. | 105 | |
| Parameter linearProgram should be final. | 105 | |
| Parameter integerComputation should be final. | 106 | |
| Parameter g should be final. | 132 | |
| Parameter requests should be final. | 132 | |
| Parameter data should be final. | 133 | |
| Parameter linearProgram should be final. | 133 | |
| Parameter integerComputation should be final. | 134 | |
| Method 'setRequestValueName' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Parameter name should be final. | 147 | |
| Method 'setRequestValueContext' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter context should be final. | 159 | |
| Line is longer than 80 characters. | 176 | |
| Method 'setRequestToRequestSizeLinearExpr' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Parameter requestToLpExpr should be final. | 176 | |
| Method 'createFlow' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Name 'r_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
| 'if' construct must use '{}'s. | 199 | |
| '(' is followed by whitespace. | 199 | |
| Avoid inline conditionals. | 203 | |
| '(' is followed by whitespace. | 233 | |
| '{' is not followed by whitespace. | 254 | |
| '(' is followed by whitespace. | 256 | |
| '{' is not followed by whitespace. | 263 | |
| '{' is not followed by whitespace. | 279 | |
| Method 'getVarOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter e should be final. | 306 | |
| Parameter r should be final. | 307 | |
| Line is longer than 80 characters. | 322 | |
| Method 'getValueOfEdgeFlowForRequest' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Parameter e should be final. | 322 | |
| Parameter r should be final. | 322 | |
| Method 'getExprOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Parameter e should be final. | 341 | |
| Method 'getValueOfEdgeFlow' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Parameter e should be final. | 354 | |
| First sentence should end with a period. | 366 | |
| Method 'getRequestArcSet' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| First sentence should end with a period. | 377 | |
| Method 'getLinkGraph' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| First sentence should end with a period. | 388 | |
| Method 'getLP' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| Expected an @return tag. | 405 | |
| Method 'getLinearNumExprForRequest' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Parameter r should be final. | 405 | |
| Missing a Javadoc comment. | 411 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 425 | |
| Name 'flow_on_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 32 | |
| First sentence should end with a period. | 39 | |
| First sentence should end with a period. | 42 | |
| Missing a Javadoc comment. | 50 | |
| Parameter g should be final. | 50 | |
| Parameter requests should be final. | 51 | |
| Parameter linkData should be final. | 52 | |
| Parameter requestData should be final. | 53 | |
| Parameter linearProgram should be final. | 54 | |
| Parameter integerComputation should be final. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Parameter g should be final. | 62 | |
| Parameter requests should be final. | 63 | |
| Parameter linkData should be final. | 64 | |
| Parameter requestData should be final. | 65 | |
| Parameter linearProgram should be final. | 66 | |
| Parameter integerComputation should be final. | 67 | |
| Method 'setLinkCapacityValuesName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter name should be final. | 81 | |
| Method 'setLinkCapacityValuesContext' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter context should be final. | 94 | |
| Line is longer than 80 characters. | 110 | |
| Method 'setLinkToLinkCapacityLinearExpr' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter linkToLinkCapacityLinearExpr should be final. | 110 | |
| Method 'addCapacityConstraint' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Avoid inline conditionals. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Avoid inline conditionals. | 139 | |
| Line is longer than 80 characters. | 140 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 21 | |
| First sentence should end with a period. | 25 | |
| Parameter g should be final. | 33 | |
| Parameter map should be final. | 33 | |
| First sentence should end with a period. | 39 | |
| Parameter g should be final. | 49 | |
| Parameter map should be final. | 49 | |
| Parameter stepMode should be final. | 49 | |
| Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter g should be final. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 19 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| ',' is not followed by whitespace. | 19 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Parameter g should be final. | 30 | |
| Parameter m should be final. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Parameter g should be final. | 45 | |
| Parameter m should be final. | 45 | |
| Parameter stepMode should be final. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Method 'createGraph' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Parameter g should be final. | 56 | |
| ',' is not followed by whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 15 | |
| Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Parameter g should be final. | 18 | |
| Method 'createOne' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Unused import - fr.inria.opengve.bridge.interfaces.Graph. | 5 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 26 | |
| Parameter g should be final. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Parameter g should be final. | 32 | |
| Parameter stepMode should be final. | 32 | |
| Method 'createCopier' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Method 'createEmptySet' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'createEmptyVertexSet' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'createEdge' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter v1 should be final. | 81 | |
| Parameter v2 should be final. | 81 | |
| Method 'createEmptyGraph' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 |