The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 39 | 0 | 2253 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
73 | |
| JavadocType | 76 | |
| JavadocVariable | 13 | |
| JavadocStyle | 66 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 9 | |
MemberName
|
47 | |
| MethodName | 3 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
| LineLength | 197 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 25 | |
| TypecastParenPad | 0 | |
| TabCharacter | 1083 | |
| ModifierOrder | 12 | |
| RedundantModifier | 61 | |
| AvoidNestedBlocks | 1 | |
| EmptyBlock | 0 | |
| LeftCurly | 8 | |
| NeedBraces | 101 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 38 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| HiddenField | 10 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 6 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
9 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 100 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 6 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 242 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
MemberName
|
47 | |
| WhitespaceAfter | 40 | |
WhitespaceAround
|
5 | |
| PackageHtml | 4 | |
| NewlineAtEndOfFile | 5 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| 'static' modifier out of order with the JLS suggestions. | 25 | |
| Expected @param tag for '<A>'. | 25 | |
| Name 'Max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| Parameter v1 should be final. | 25 | |
| Parameter v2 should be final. | 25 | |
| 'if' construct must use '{}'s. | 26 | |
| Expected @param tag for '<A>'. | 42 | |
| Name 'Min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| Parameter v1 should be final. | 42 | |
| Parameter v2 should be final. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Expected an @return tag. | 126 | |
| Expected an @return tag. | 135 | |
| Expected an @return tag. | 143 | |
| Expected an @return tag. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Class GraphUtility should be declared as final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 22 | |
| First sentence should end with a period. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter graph should be final. | 35 | |
| First sentence should end with a period. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Parameter graph should be final. | 45 | |
| Missing a Javadoc comment. | 54 | |
| Parameter graph should be final. | 55 | |
| Missing a Javadoc comment. | 65 | |
| Parameter graph should be final. | 66 | |
| Missing a Javadoc comment. | 75 | |
| Parameter graph should be final. | 76 | |
| Expected @param tag for '<V>'. | 89 | |
| Expected @param tag for '<L>'. | 89 | |
| Line is longer than 80 characters. | 102 | |
| Expected @param tag for '<V>'. | 102 | |
| Expected @param tag for '<L>'. | 102 | |
| Parameter graph should be final. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Parameter propieties should be final. | 103 | |
| 'if' construct must use '{}'s. | 105 | |
| '(' is followed by whitespace. | 105 | |
| Line is longer than 80 characters. | 126 | |
| Expected @param tag for '<V>'. | 126 | |
| Expected @param tag for '<L>'. | 126 | |
| Parameter startingVertex should be final. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Parameter includeStatingPoint should be final. | 128 | |
| Line is longer than 80 characters. | 130 | |
| '(' is followed by whitespace. | 134 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 141 | |
| Line is longer than 80 characters. | 158 | |
| Expected @param tag for '<V>'. | 158 | |
| Expected @param tag for '<L>'. | 158 | |
| Parameter startingVertex should be final. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 162 | |
| '(' is followed by whitespace. | 167 | |
| '(' is followed by whitespace. | 172 | |
| Expected @param tag for '<V>'. | 192 | |
| Expected @param tag for '<L>'. | 192 | |
| Parameter graph should be final. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Parameter emptyGraph should be final. | 193 | |
| 'for' construct must use '{}'s. | 194 | |
| 'for' construct must use '{}'s. | 196 | |
| Expected @param tag for '<V>'. | 210 | |
| Expected @param tag for '<L>'. | 210 | |
| Parameter graph should be final. | 210 | |
| 'if' construct must use '{}'s. | 213 | |
| Line is longer than 80 characters. | 236 | |
| Parameter graph should be final. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Parameter stronglyConnectedRequired should be final. | 237 | |
| 'if' construct must use '{}'s. | 238 | |
| 'if' construct must use '{}'s. | 240 | |
| 'if' construct must use '{}'s. | 257 | |
| 'if' construct must use '{}'s. | 263 | |
| Line is longer than 80 characters. | 282 | |
| Expected @param tag for '<V>'. | 282 | |
| Expected @param tag for '<L>'. | 282 | |
| Parameter graph should be final. | 282 | |
| 'if' construct must use '{}'s. | 284 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 46 | |
| Type Javadoc comment is missing an @param <V> tag. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 69 | |
| Name 'type' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 91 | |
| Name 'args' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 96 | |
| Parameter type should be final. | 106 | |
| 'type' hides a field. | 106 | |
| Parameter args should be final. | 106 | |
| 'args' hides a field. | 106 | |
| Parameter type should be final. | 117 | |
| 'type' hides a field. | 117 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' construct must use '{}'s. | 129 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 133 | |
| 'if' construct must use '{}'s. | 135 | |
| 'else' construct must use '{}'s. | 137 | |
| Method 'getMessageArgs' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Name 'blockMode' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 161 | |
| Name 'demoMode' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 166 | |
| Name 'aLock' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 176 | |
| Name 'condVar' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 181 | |
| Parameter demoMode should be final. | 189 | |
| 'demoMode' hides a field. | 189 | |
| '1000' is a magic number. | 192 | |
| First sentence should end with a period. | 195 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Parameter time should be final. | 201 | |
| First sentence should end with a period. | 205 | |
| Method 'start' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Method 'nextStep' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Method 'ends' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Method 'setPauseMode' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Parameter pauseMode should be final. | 260 | |
| Expected an @return tag. | 279 | |
| Parameter g should be final. | 338 | |
| Parameter g should be final. | 357 | |
| Parameter name should be final. | 357 | |
| Parameter g should be final. | 380 | |
| Parameter m should be final. | 380 | |
| Parameter context should be final. | 381 | |
| Parameter label should be final. | 381 | |
| '4' is a magic number. | 383 | |
| '3' is a magic number. | 387 | |
| Parameter g should be final. | 405 | |
| Parameter m should be final. | 405 | |
| Parameter context should be final. | 406 | |
| Parameter label should be final. | 406 | |
| '4' is a magic number. | 408 | |
| '3' is a magic number. | 412 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Unclosed HTML tag found: <ul> | 19 | |
| Extra HTML tag found: </lu> </lu> | 30 | |
| Extra HTML tag found: </lu> | 30 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 41 | |
| Type Javadoc comment is missing an @param <E> tag. | 41 | |
| Type Javadoc comment is missing an @param <G> tag. | 41 | |
| Type Javadoc comment is missing an @param <V> tag. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| Parameter g should be final. | 105 | |
| Method 'setCapacityMap' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter capacityMap should be final. | 115 | |
| Method 'setCapacityName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Parameter capacityName should be final. | 125 | |
| Method 'setCapacityContext' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Parameter capacityContext should be final. | 136 | |
| Method 'setCostMap' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter costMap should be final. | 146 | |
| Method 'setCostName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter costName should be final. | 156 | |
| Method 'setCostContext' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter costContext should be final. | 167 | |
| Parameter e should be final. | 178 | |
| Avoid inline conditionals. | 179 | |
| Parameter e should be final. | 190 | |
| 'if' construct must use '{}'s. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Avoid inline conditionals. | 193 | |
| Parameter orderAndFlow should be final. | 206 | |
| Parameter v should be final. | 207 | |
| Parameter orderAndFlow should be final. | 221 | |
| Parameter v should be final. | 222 | |
| Method 'getBestPath' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Parameter source should be final. | 232 | |
| Expected @param tag for 'source'. | 232 | |
| Parameter destination should be final. | 232 | |
| Expected @param tag for 'destination'. | 232 | |
| Line is longer than 80 characters. | 246 | |
| 'if' construct must use '{}'s. | 252 | |
| 'if' is not followed by whitespace. | 252 | |
| 'if' construct must use '{}'s. | 255 | |
| 'if' is not followed by whitespace. | 255 | |
| Line is longer than 80 characters. | 257 | |
| ',' is not followed by whitespace. | 266 | |
| 'if' construct must use '{}'s. | 272 | |
| 'if' is not followed by whitespace. | 272 | |
| 'if' construct must use '{}'s. | 286 | |
| 'else' construct must use '{}'s. | 288 | |
| Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. | 310 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 20 | |
| Type Javadoc comment is missing an @param <G> tag. | 20 | |
| Type Javadoc comment is missing an @param <V> tag. | 20 | |
| ',' is not followed by whitespace. | 20 | |
| ',' is not followed by whitespace. | 20 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 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 | |
| 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. | 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 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| 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 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter g should be final. | 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 is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| 'while' construct must use '{}'s. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| 'while' construct must use '{}'s. | 92 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 19 | |
| Type Javadoc comment is missing an @param <V> tag. | 19 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Expected an @return tag. | 24 | |
| Line contains a tab character. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| Line contains a tab character. | 26 | |
| 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 | |
| Line contains a tab character. | 33 | |
| Method 'copyPath' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter p should be final. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Avoid inline conditionals. | 35 | |
| Line contains a tab character. | 37 | |
| ',' is not followed by whitespace. | 37 | |
| Line contains a tab character. | 39 | |
| Name 'it_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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. | 45 | |
| Line contains a tab character. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Type Javadoc comment is missing an @param <E> tag. | 23 | |
| Type Javadoc comment is missing an @param <G> tag. | 23 | |
| Type Javadoc comment is missing an @param <V> tag. | 23 | |
| ',' is not followed by whitespace. | 23 | |
| ',' is not followed by whitespace. | 23 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 35 | |
| Name 'edgeCostName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 48 | |
| ',' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 76 | |
| ',' is not followed by whitespace. | 76 | |
| Parameter g should be final. | 90 | |
| Parameter edgeCost should be final. | 90 | |
| Parameter maxCost should be final. | 91 | |
| Parameter g should be final. | 107 | |
| Parameter maxCost should be final. | 107 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| ',' is not followed by whitespace. | 115 | |
| Line is longer than 80 characters. | 123 | |
| ',' is not followed by whitespace. | 123 | |
| Method 'setEdgeCostName' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter name should be final. | 146 | |
| Method 'setEdgeCostContext' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter context should be final. | 156 | |
| Method 'getSolution' is not designed for extension - needs to be abstract, final or empty. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Type Javadoc comment is missing an @param <E> tag. | 26 | |
| Type Javadoc comment is missing an @param <G> tag. | 26 | |
| Type Javadoc comment is missing an @param <V> tag. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| Name 'solutions' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 53 | |
| Name 'edgeCostName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 58 | |
| Name 'edgeCostContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 64 | |
| Name 'predecessor' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 70 | |
| Unclosed HTML tag found: <code>p<code>. | 89 | |
| Parameter g should be final. | 120 | |
| Parameter root should be final. | 120 | |
| Parameter edgeCost should be final. | 120 | |
| Parameter maxCost should be final. | 121 | |
| First sentence should end with a period. | 133 | |
| Parameter g should be final. | 143 | |
| Parameter root should be final. | 143 | |
| Parameter maxLength should be final. | 144 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Method 'getCycles' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Method 'setEdgeCostName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Parameter name should be final. | 193 | |
| Method 'setEdgeCostContext' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Parameter context should be final. | 206 | |
| Parameter v should be final. | 225 | |
| Parameter currentPath should be final. | 225 | |
| Parameter visited should be final. | 225 | |
| '(' is followed by whitespace. | 245 | |
| Parameter w should be final. | 282 | |
| Parameter newPred should be final. | 282 | |
| Parameter visited should be final. | 302 | |
| Parameter v should be final. | 302 | |
| Parameter p should be final. | 323 | |
| Avoid inline conditionals. | 325 | |
| Avoid inline conditionals. | 331 | |
| Avoid inline conditionals. | 340 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <G> tag. | 19 | |
| '{' should be on the previous line. | 20 | |
| First sentence should end with a period. | 22 | |
| First sentence should end with a period. | 25 | |
| First sentence should end with a period. | 28 | |
| Parameter g should be final. | 49 | |
| Parameter g should be final. | 63 | |
| Parameter seed should be final. | 63 | |
| Method 'getNextPath' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter source should be final. | 80 | |
| Parameter destination should be final. | 80 | |
| 'if' construct must use '{}'s. | 96 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 134 | |
| Method 'computeProbability' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Parameter previousEdge should be final. | 147 | |
| Parameter edgeVector should be final. | 147 | |
| ')' is preceded with whitespace. | 150 | |
| Parameter previousEdge should be final. | 172 | |
| Parameter edgeArray should be final. | 173 | |
| Parameter randomGenerator should be final. | 174 | |
| ')' is preceded with whitespace. | 177 | |
| Method 'getInitialSeed' is not designed for extension - needs to be abstract, final or empty. | 191 |
| Violation | Message | Line |
|---|---|---|
| Unused import - fr.inria.opengve.bridge.abstractClasses.AbstractScalar. | 5 | |
| Unused import - fr.inria.opengve.bridge.interfaces.Map. | 8 | |
| Extra HTML tag found: </br> | 22 | |
| Unclosed HTML tag found: <ul> | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Unused Javadoc tag. | 45 | |
| Unused Javadoc tag. | 47 | |
| Line is longer than 80 characters. | 53 | |
| Type Javadoc comment is missing an @param <E> tag. | 53 | |
| Type Javadoc comment is missing an @param <G> tag. | 53 | |
| Type Javadoc comment is missing an @param <V> tag. | 53 | |
| ',' is not followed by whitespace. | 53 | |
| ',' is not followed by whitespace. | 53 | |
| Line contains a tab character. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Name 'findNegativeCycle' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Parameter g should be final. | 66 | |
| Parameter byStep should be final. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| 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 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Parameter g should be final. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| 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 | |
| Line contains a tab character. | 85 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| 'if' construct must use '{}'s. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| 'if' construct must use '{}'s. | 101 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| 'if' construct must use '{}'s. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Avoid inline conditionals. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Method 'foundNegativeCycle' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 42 | |
| Type Javadoc comment is missing an @param <E> tag. | 42 | |
| Type Javadoc comment is missing an @param <G> tag. | 42 | |
| Type Javadoc comment is missing an @param <V> tag. | 42 | |
| ',' is not followed by whitespace. | 42 | |
| ',' is not followed by whitespace. | 42 | |
| Missing a Javadoc comment. | 43 | |
| 'static' modifier out of order with the JLS suggestions. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Name 'DIJKSTRADISTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| Variable 'DIJKSTRADISTANCE' must be private and have accessor methods. | 64 | |
| 'protected' modifier out of order with the JLS suggestions. | 73 | |
| 'protected' modifier out of order with the JLS suggestions. | 81 | |
| ',' is not followed by whitespace. | 81 | |
| 'protected' modifier out of order with the JLS suggestions. | 90 | |
| Parameter g should be final. | 102 | |
| Parameter result should be final. | 102 | |
| Parameter g should be final. | 116 | |
| Parameter result should be final. | 116 | |
| Parameter stepMode should be final. | 116 | |
| Expected @param tag for 'stepMode'. | 116 | |
| Method 'valuateFromSource' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter u should be final. | 131 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Method 'getDistances' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Parameter v should be final. | 256 | |
| Method 'getShortestPathTo' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| ',' is not followed by whitespace. | 270 | |
| Parameter v should be final. | 270 | |
| Name 'la_bonne_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| Method 'getStartNode' is not designed for extension - needs to be abstract, final or empty. | 310 |
| Violation | Message | Line |
|---|---|---|
| Unused import - fr.inria.opengve.bridge.interfaces.Map. | 11 | |
| Line is longer than 80 characters. | 18 | |
| Extra HTML tag found: </br> | 21 | |
| Unclosed HTML tag found: <ul> | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Unused Javadoc tag. | 46 | |
| Unused Javadoc tag. | 48 | |
| Line is longer than 80 characters. | 52 | |
| Type Javadoc comment is missing an @param <E> tag. | 52 | |
| Type Javadoc comment is missing an @param <G> tag. | 52 | |
| Type Javadoc comment is missing an @param <V> tag. | 52 | |
| '{' should be on the previous line. | 54 | |
| Name 'destination' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 59 | |
| Parameter g should be final. | 69 | |
| Parameter g should be final. | 83 | |
| Parameter stepMode should be final. | 83 | |
| Parameter g should be final. | 100 | |
| Parameter stepMode should be final. | 100 | |
| Parameter destination should be final. | 100 | |
| 'destination' hides a field. | 100 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| 'if' construct must use '{}'s. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 122 | |
| '(' is followed by whitespace. | 132 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 150 | |
| 'if' construct must use '{}'s. | 179 |
| Violation | Message | Line |
|---|---|---|
| Unclosed HTML tag found: <ul> | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 22 | |
| Unused Javadoc tag. | 37 | |
| Unused Javadoc tag. | 39 | |
| Unused Javadoc tag. | 41 | |
| Type Javadoc comment is missing an @param <E> tag. | 45 | |
| Type Javadoc comment is missing an @param <G> tag. | 45 | |
| Type Javadoc comment is missing an @param <V> tag. | 45 | |
| '{' should be on the previous line. | 54 | |
| Parameter g should be final. | 80 | |
| 'for' construct must use '{}'s. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Avoid inline conditionals. | 94 | |
| Line is longer than 80 characters. | 121 | |
| ')' is preceded with whitespace. | 122 | |
| ')' is preceded with whitespace. | 123 | |
| 'if' construct must use '{}'s. | 124 | |
| 'else' construct must use '{}'s. | 126 | |
| ')' is preceded with whitespace. | 143 | |
| 'for' construct must use '{}'s. | 144 | |
| ')' is preceded with whitespace. | 144 | |
| ')' is preceded with whitespace. | 145 | |
| Parameter shortestPathRoot should be final. | 169 | |
| Parameter vertex should be final. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Parameter v should be final. | 182 | |
| 'for' construct must use '{}'s. | 183 | |
| ')' is preceded with whitespace. | 183 | |
| 'if' construct must use '{}'s. | 184 | |
| Parameter v1 should be final. | 200 | |
| Parameter v2 should be final. | 200 | |
| First sentence should end with a period. | 206 | |
| First sentence should end with a period. | 209 | |
| First sentence should end with a period. | 212 | |
| First sentence should end with a period. | 215 | |
| First sentence should end with a period. | 218 | |
| First sentence should end with a period. | 221 | |
| First sentence should end with a period. | 224 | |
| Parameter graph should be final. | 236 | |
| 'protected' modifier out of order with the JLS suggestions. | 248 | |
| Method 'computeShortestPath' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter source should be final. | 276 | |
| Parameter destination should be final. | 276 | |
| 'if' construct must use '{}'s. | 277 | |
| '(' is followed by whitespace. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter source should be final. | 294 | |
| Parameter destination should be final. | 294 | |
| 'if' construct must use '{}'s. | 295 | |
| '(' is followed by whitespace. | 295 | |
| Line is longer than 80 characters. | 296 | |
| 'if' construct must use '{}'s. | 297 | |
| Method 'setDistanceMap' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Parameter distance should be final. | 333 | |
| Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Parameter distanceContext should be final. | 345 | |
| Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Parameter distanceName should be final. | 358 | |
| Method 'setInfiniteDistance' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Parameter infiniteDistance should be final. | 370 |
| Violation | Message | Line |
|---|---|---|
| Extra HTML tag found: </p> | 26 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Unused Javadoc tag. | 51 | |
| Unused Javadoc tag. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Type Javadoc comment is missing an @param <E> tag. | 57 | |
| Type Javadoc comment is missing an @param <G> tag. | 57 | |
| Type Javadoc comment is missing an @param <V> tag. | 57 | |
| '{' should be on the previous line. | 59 | |
| Name 'infiniteDistance' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 64 | |
| Name 'distanceName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 84 | |
| Name 'distanceContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 90 | |
| Name 'source' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 95 | |
| Name 'destination' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 100 | |
| Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 105 | |
| Variable 'numberOfComputedPaths' must be private and have accessor methods. | 110 | |
| Name 'Weights' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 115 | |
| ',' is not followed by whitespace. | 120 | |
| Name 'graphCopy' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 120 | |
| 'protected' modifier out of order with the JLS suggestions. | 134 | |
| ',' is not followed by whitespace. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 'destination' hides a field. | 135 | |
| ',' is not followed by whitespace. | 144 | |
| 'protected' modifier out of order with the JLS suggestions. | 153 | |
| Parameter g should be final. | 165 | |
| Parameter distance should be final. | 165 | |
| Parameter g should be final. | 181 | |
| Parameter distance should be final. | 181 | |
| Parameter stepMode should be final. | 181 | |
| Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Parameter name should be final. | 198 | |
| Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter context should be final. | 211 | |
| Method 'setInfiniteDistance' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Parameter infinite should be final. | 223 | |
| Method 'setNumberOfComputedPath' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Parameter k should be final. | 235 | |
| Method 'setEndsOfPath' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Parameter s should be final. | 251 | |
| Parameter t should be final. | 251 | |
| Method 'computeShortestPath' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Parameter s should be final. | 268 | |
| Parameter t should be final. | 268 | |
| Parameter k should be final. | 268 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 | |
| Name 'g_prime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| ',' is not followed by whitespace. | 299 | |
| 'if' construct must use '{}'s. | 308 | |
| 'while' construct must use '{}'s. | 339 | |
| '(' is followed by whitespace. | 360 | |
| '(' is followed by whitespace. | 400 | |
| ';' is preceded with whitespace. | 413 | |
| ')' is preceded with whitespace. | 421 | |
| '6' is a magic number. | 423 | |
| Method 'getShortestPath' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| Parameter k should be final. | 439 | |
| Method 'numberOfComputedPaths' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Parameter k should be final. | 463 | |
| Expected @param tag for 'k'. | 463 | |
| First sentence should end with a period. | 469 | |
| Parameter S should be final. | 478 | |
| Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 | |
| Parameter p should be final. | 478 | |
| Name 'it_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| Name 'p_in_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 | |
| Line is longer than 80 characters. | 505 | |
| Parameter p1 should be final. | 505 | |
| Parameter p2 should be final. | 505 | |
| 'if' construct must use '{}'s. | 506 | |
| Avoid inline conditionals. | 509 | |
| Avoid inline conditionals. | 511 | |
| 'if' construct must use '{}'s. | 515 | |
| 'if' construct must use '{}'s. | 518 | |
| Parameter g_prime should be final. | 538 | |
| Name 'g_prime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 | |
| Parameter s should be final. | 539 | |
| Parameter v should be final. | 540 | |
| Parameter p should be final. | 541 | |
| 'for' construct must use '{}'s. | 551 | |
| ')' is preceded with whitespace. | 551 | |
| Parameter p1 should be final. | 581 | |
| Parameter p2 should be final. | 582 | |
| Parameter beginning should be final. | 583 | |
| Parameter lastVertex should be final. | 584 | |
| 'if' construct must use '{}'s. | 586 | |
| 'if' construct must use '{}'s. | 594 | |
| 'if' construct must use '{}'s. | 596 | |
| Parameter g should be final. | 616 | |
| Parameter p should be final. | 617 | |
| Parameter source should be final. | 618 | |
| 'source' hides a field. | 618 | |
| Parameter v should be final. | 619 | |
| '(' is followed by whitespace. | 625 | |
| Parameter p should be final. | 639 | |
| Name 'it_edge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 642 | |
| Avoid inline conditionals. | 642 | |
| Avoid inline conditionals. | 649 | |
| Avoid inline conditionals. | 656 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Unused Javadoc tag. | 20 | |
| Unused Javadoc tag. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Type Javadoc comment is missing an @param <E> tag. | 26 | |
| Type Javadoc comment is missing an @param <G> tag. | 26 | |
| Type Javadoc comment is missing an @param <V> tag. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| ',' is not followed by whitespace. | 26 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| Name 'g_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Variable 'g_' must be private and have accessor methods. | 37 | |
| Name 'start_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| Variable 'start_' must be private and have accessor methods. | 42 | |
| Variable 'result' must be private and have accessor methods. | 47 | |
| Variable 'infiniteDistance' must be private and have accessor methods. | 52 | |
| Name 'distance' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 57 | |
| Name 'mapContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 67 | |
| First sentence should end with a period. | 79 | |
| 'protected' modifier out of order with the JLS suggestions. | 84 | |
| First sentence should end with a period. | 86 | |
| 'protected' modifier out of order with the JLS suggestions. | 91 | |
| Parameter g should be final. | 101 | |
| Parameter byStep should be final. | 101 | |
| Method 'valuateFromSource' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter u should be final. | 114 | |
| Method 'Initialize' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Name 'Initialize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| Parameter zero should be final. | 128 | |
| 'if' construct must use '{}'s. | 130 | |
| Method 'updateVerticesDistance' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Parameter v1 should be final. | 172 | |
| Parameter v2 should be final. | 172 | |
| Parameter edge should be final. | 172 | |
| Avoid inline conditionals. | 174 | |
| Inner assignments should be avoided. | 182 | |
| 'if' construct must use '{}'s. | 197 | |
| Method 'getShortestPathTo' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter v should be final. | 210 | |
| Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Parameter v should be final. | 245 | |
| Method 'setDistanceMap' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Parameter m should be final. | 258 | |
| Method 'getDistanceMap' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Parameter context should be final. | 278 | |
| Method 'getDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Parameter name should be final. | 299 | |
| Method 'getDistanceName' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Method 'setInfiniteDistance' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Parameter max should be final. | 318 | |
| Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Missing a Javadoc comment. | 327 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '{' should be on the previous line. | 48 | |
| Name 'capacityMap' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 58 | |
| Line is longer than 80 characters. | 74 | |
| Name 'residualCapacityName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| Name 'flowName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| Name 'capacityName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 84 | |
| Name 'capacityContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 89 | |
| First sentence should end with a period. | 96 | |
| First sentence should end with a period. | 102 | |
| Parameter g should be final. | 165 | |
| Parameter map should be final. | 165 | |
| Parameter g should be final. | 179 | |
| Parameter map should be final. | 179 | |
| Parameter stepMode should be final. | 179 | |
| First sentence should end with a period. | 188 | |
| Avoid inline conditionals. | 198 | |
| Avoid inline conditionals. | 202 | |
| Avoid inline conditionals. | 206 | |
| 'while' construct must use '{}'s. | 221 | |
| Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter source should be final. | 234 | |
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Parameter destination should be final. | 246 | |
| Method 'setCapacityName' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Parameter name should be final. | 259 | |
| Method 'setCapacityContext' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Parameter context should be final. | 273 | |
| First sentence should end with a period. | 279 | |
| Line is longer than 80 characters. | 282 | |
| Parameter bestPath should be final. | 282 | |
| Expected @param tag for 'bestPath'. | 282 | |
| Parameter bestFlow should be final. | 282 | |
| Expected @param tag for 'bestFlow'. | 282 | |
| Avoid inline conditionals. | 294 | |
| 'if' construct must use '{}'s. | 296 | |
| Avoid inline conditionals. | 300 | |
| Avoid inline conditionals. | 313 | |
| 'if' construct must use '{}'s. | 315 | |
| Avoid inline conditionals. | 319 | |
| Avoid inline conditionals. | 325 | |
| 'if' construct must use '{}'s. | 327 | |
| Avoid inline conditionals. | 331 | |
| Line is longer than 80 characters. | 336 | |
| '(' is followed by whitespace. | 336 | |
| Inner assignments should be avoided. | 336 | |
| Avoid inline conditionals. | 340 | |
| Avoid inline conditionals. | 347 | |
| Avoid inline conditionals. | 353 | |
| Avoid inline conditionals. | 359 | |
| 'if' construct must use '{}'s. | 361 | |
| 'if' construct must use '{}'s. | 363 | |
| Avoid inline conditionals. | 365 | |
| Avoid inline conditionals. | 371 | |
| First sentence should end with a period. | 381 | |
| Line is longer than 80 characters. | 390 | |
| Missing a Javadoc comment. | 391 | |
| '{' should be on the previous line. | 392 | |
| '{' is not followed by whitespace. | 392 | |
| Missing a Javadoc comment. | 393 | |
| Parameter actualVertex should be final. | 393 | |
| 'if' construct must use '{}'s. | 399 | |
| Empty statement. | 404 | |
| Method 'getFlow' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| Avoid inline conditionals. | 433 | |
| Avoid inline conditionals. | 439 | |
| Avoid inline conditionals. | 452 | |
| 'if' construct must use '{}'s. | 453 | |
| Line is longer than 80 characters. | 459 | |
| First sentence should end with a period. | 466 | |
| Method 'getDestinationSet' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| 'if' construct must use '{}'s. | 472 | |
| First sentence should end with a period. | 479 | |
| Method 'getSourceSet' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| 'if' construct must use '{}'s. | 485 | |
| Method 'getLinkSet' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| 'if' construct must use '{}'s. | 499 | |
| 'for' construct must use '{}'s. | 502 | |
| 'for' construct must use '{}'s. | 503 | |
| 'if' construct must use '{}'s. | 504 | |
| '(' is followed by whitespace. | 504 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| 'if' construct must use '{}'s. | 517 | |
| Line is longer than 80 characters. | 518 | |
| ',' is not followed by whitespace. | 533 | |
| 'if' construct must use '{}'s. | 545 | |
| 'if' construct must use '{}'s. | 555 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Unused Javadoc tag. | 20 | |
| Unused Javadoc tag. | 22 | |
| Type Javadoc comment is missing an @param <A> tag. | 26 | |
| Type Javadoc comment is missing an @param <V> tag. | 26 | |
| Name 'infinityFlow' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 31 | |
| Name 'graph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 36 | |
| Name 'source' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 41 | |
| Name 'flow' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 46 | |
| Parameter subGraph should be final. | 76 | |
| Parameter source should be final. | 76 | |
| 'source' hides a field. | 76 | |
| Parameter flow should be final. | 76 | |
| 'flow' hides a field. | 76 | |
| Method 'setInfinity' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter infinity should be final. | 88 | |
| Method 'getFlowTo' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| ',' is not followed by whitespace. | 99 | |
| Parameter destination should be final. | 99 | |
| Line is longer than 80 characters. | 104 | |
| ',' is not followed by whitespace. | 124 | |
| Parameter destination should be final. | 140 | |
| Parameter result should be final. | 140 | |
| Parameter value should be final. | 141 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Type Javadoc comment is missing an @param <E> tag. | 25 | |
| Type Javadoc comment is missing an @param <G> tag. | 25 | |
| Type Javadoc comment is missing an @param <V> tag. | 25 | |
| ',' is not followed by whitespace. | 25 | |
| Line contains a tab character. | 27 | |
| Line is longer than 80 characters. | 28 | |
| 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 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 35 | |
| 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. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter element should be final. | 46 | |
| Parameter next should be final. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| 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 | |
| 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 contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Expected an @return tag. | 65 | |
| 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. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Parameter element should be final. | 96 | |
| Line contains a tab character. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Parameter element should be final. | 110 | |
| 'if' construct must use '{}'s. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| 'if' construct must use '{}'s. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Parameter list should be final. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| 'protected' modifier out of order with the JLS suggestions. | 166 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Parameter g should be final. | 176 | |
| Parameter map should be final. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Parameter g should be final. | 190 | |
| Parameter map should be final. | 190 | |
| Parameter demoMode should be final. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Method 'setLengthName' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Parameter name should be final. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Method 'setLengthContext' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Parameter context should be final. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Name 'edgeset_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Parameter o1 should be final. | 249 | |
| Parameter o2 should be final. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| Avoid inline conditionals. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Line contains a tab character. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Avoid inline conditionals. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| 'cast' is not followed by whitespace. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| 'cast' is not followed by whitespace. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| 'for' construct must use '{}'s. | 279 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Parameter lists should be final. | 303 | |
| Parameter o should be final. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| 'if' construct must use '{}'s. | 307 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Method 'getMST' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| 'if' construct must use '{}'s. | 319 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 54 | |
| Name 'graph' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 57 | |
| Name 'result' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 62 | |
| Name 'mst' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 68 | |
| Name 'mymap' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 73 | |
| Name 'lengthName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 78 | |
| Name 'lengthContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 83 | |
| Name 'infiniteValue' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 88 | |
| Name 'mstWeigth' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 93 | |
| Name 'initialVertex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 98 | |
| Missing a Javadoc comment. | 109 | |
| Parameter g should be final. | 109 | |
| Parameter map should be final. | 109 | |
| Missing a Javadoc comment. | 113 | |
| Parameter g should be final. | 113 | |
| Parameter m should be final. | 113 | |
| Parameter demoMode should be final. | 113 | |
| Unused @throws tag for 'IllegalArgumentException'. | 126 | |
| Method 'setInitialVertex' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter initialVertex should be final. | 129 | |
| 'initialVertex' hides a field. | 129 | |
| 'if' construct must use '{}'s. | 130 | |
| Method 'setLengthName' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter name should be final. | 143 | |
| Method 'setLengthContext' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Parameter context should be final. | 155 | |
| Method 'setInfiniteValue' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Parameter infinity should be final. | 166 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Line is longer than 80 characters. | 179 | |
| 'if' construct must use '{}'s. | 187 | |
| 'if' construct must use '{}'s. | 191 | |
| Avoid inline conditionals. | 210 | |
| 'if' construct must use '{}'s. | 211 | |
| 'if' construct must use '{}'s. | 213 | |
| 'if' construct must use '{}'s. | 222 | |
| 'if' is not followed by whitespace. | 222 | |
| 'if' construct must use '{}'s. | 226 | |
| 'if' construct must use '{}'s. | 229 | |
| Method 'getMST' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Method 'getMSTWeight' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| 'if' construct must use '{}'s. | 267 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 33 | |
| Type Javadoc comment is missing an @param <G> tag. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 38 | |
| Missing a Javadoc comment. | 41 | |
| First sentence should end with a period. | 43 | |
| First sentence should end with a period. | 46 | |
| Name 'contractedVertexToVertex' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 47 | |
| First sentence should end with a period. | 50 | |
| Name 'contractedEdgeToEdge' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 54 | |
| First sentence should end with a period. | 56 | |
| Name 'edgesValuesMap' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 57 | |
| First sentence should end with a period. | 59 | |
| Name 'edgesValuesName' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 60 | |
| First sentence should end with a period. | 62 | |
| Name 'edgesValuesContext' must match pattern '^[a-z][a-zA-Z0-9]*_$'. | 63 | |
| First sentence should end with a period. | 65 | |
| Expected an @return tag. | 66 | |
| First sentence should end with a period. | 68 | |
| Expected an @return tag. | 69 | |
| First sentence should end with a period. | 71 | |
| Expected an @return tag. | 72 | |
| First sentence should end with a period. | 74 | |
| Expected an @return tag. | 75 | |
| ',' is not followed by whitespace. | 75 | |
| First sentence should end with a period. | 77 | |
| Expected an @return tag. | 78 | |
| Expected @param tag for 'v1'. | 78 | |
| Expected @param tag for 'v2'. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Parameter e should be final. | 80 | |
| 'while' construct must use '{}'s. | 82 | |
| First sentence should end with a period. | 87 | |
| Parameter edge should be final. | 94 | |
| Avoid inline conditionals. | 97 | |
| Missing a Javadoc comment. | 100 | |
| Parameter edgeSet should be final. | 100 | |
| Parameter set should be final. | 101 | |
| 'if' construct must use '{}'s. | 108 | |
| Parameter set should be final. | 125 | |
| Parameter graph should be final. | 125 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 134 | |
| Parameter cut should be final. | 151 | |
| 'if' construct must use '{}'s. | 157 | |
| 'else' construct must use '{}'s. | 158 | |
| First sentence should end with a period. | 163 | |
| Parameter graph should be final. | 170 | |
| 'while' construct must use '{}'s. | 197 | |
| 'if' construct must use '{}'s. | 206 | |
| First sentence should end with a period. | 217 | |
| Parameter g should be final. | 225 | |
| Parameter stepMode should be final. | 225 | |
| Parameter g should be final. | 249 | |
| Method 'setEdgesValueMap' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Parameter m should be final. | 259 | |
| Method 'setEdgesValueName' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Parameter name should be final. | 269 | |
| Method 'setEdgesValueContext' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Parameter context should be final. | 279 | |
| Parameter color should be final. | 290 | |
| Parameter color0 should be final. | 308 | |
| Parameter color1 should be final. | 308 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Method 'getEdgeMinCut' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Method 'getVertexMinCut' is not designed for extension - needs to be abstract, final or empty. | 364 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 31 | |
| First sentence should end with a period. | 33 | |
| First sentence should end with a period. | 36 | |
| First sentence should end with a period. | 39 | |
| First sentence should end with a period. | 42 | |
| First sentence should end with a period. | 45 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter graph should be final. | 85 | |
| Method 'setDistanceMap' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter map should be final. | 98 | |
| Method 'setDistanceName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter name should be final. | 110 | |
| Method 'setDistanceContext' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter context should be final. | 122 | |
| Avoid inline conditionals. | 134 | |
| Avoid inline conditionals. | 137 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Parameter vertex should be final. | 165 | |
| Parameter set should be final. | 165 | |
| 'if' construct must use '{}'s. | 169 | |
| Parameter vertex1 should be final. | 191 | |
| Expected @param tag for 'vertex1'. | 191 | |
| Parameter vertex2 should be final. | 192 | |
| Expected @param tag for 'vertex2'. | 192 | |
| Parameter value should be final. | 193 | |
| Expected @param tag for 'value'. | 193 | |
| Parameter map should be final. | 194 | |
| Expected @param tag for 'map'. | 194 | |
| Parameter vertex1 should be final. | 215 | |
| Expected @param tag for 'vertex1'. | 215 | |
| Parameter vertex2 should be final. | 215 | |
| Expected @param tag for 'vertex2'. | 215 | |
| Avoid nested blocks. | 220 | |
| 'if' construct must use '{}'s. | 223 | |
| Expected an @return tag. | 240 | |
| Parameter vertex should be final. | 240 | |
| Expected @param tag for 'vertex'. | 240 | |
| '(' is followed by whitespace. | 249 | |
| 'if' construct must use '{}'s. | 262 | |
| 'else' construct must use '{}'s. | 264 | |
| Parameter oneVertex should be final. | 278 | |
| 'if' construct must use '{}'s. | 282 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 35 | |
| Redundant 'public' modifier. | 42 | |
| Redundant 'public' modifier. | 49 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.NoSuchElementException. | 4 | |
| First sentence should end with a period. | 6 | |
| Type Javadoc comment is missing an @param <E> tag. | 15 | |
| Type Javadoc comment is missing an @param <V> tag. | 15 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Redundant 'public' modifier. | 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 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| 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 | |
| Redundant 'public' modifier. | 45 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| 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 | |
| Line contains a tab character. | 56 | |
| Unused @throws tag for 'IllegalArgumentException'. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Redundant 'public' modifier. | 69 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Unused @throws tag for 'IllegalArgumentException'. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Unused @throws tag for 'NoSuchElementException'. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Redundant 'public' modifier. | 104 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Redundant 'public' modifier. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Type Javadoc comment is missing an @param <V> tag. | 24 |
| Violation | Message | Line |
|---|---|---|
| Unused Javadoc tag. | 15 | |
| Unused Javadoc tag. | 17 | |
| Type Javadoc comment is missing an @param <A> tag. | 21 | |
| Type Javadoc comment is missing an @param <V> tag. | 21 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 55 | |
| Type Javadoc comment is missing an @param <V> tag. | 55 | |
| First sentence should end with a period. | 57 | |
| 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 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Redundant 'public' modifier. | 67 | |
| First sentence should end with a period. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Redundant 'public' modifier. | 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 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Redundant 'public' modifier. | 87 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Redundant 'public' modifier. | 99 | |
| First sentence should end with a period. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Redundant 'public' modifier. | 109 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Redundant 'public' modifier. | 119 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Unused @throws tag for 'NullPointerException'. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Redundant 'public' modifier. | 136 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Unused @throws tag for 'NullPointerException'. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Redundant 'public' modifier. | 153 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Redundant 'public' modifier. | 167 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Redundant 'public' modifier. | 176 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Redundant 'public' modifier. | 185 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Redundant 'public' modifier. | 194 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Redundant 'public' modifier. | 204 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Redundant 'public' modifier. | 213 | |
| Line contains a tab character. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Redundant 'public' modifier. | 223 | |
| Line contains a tab character. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Redundant 'public' modifier. | 235 | |
| Line contains a tab character. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Redundant 'public' modifier. | 245 | |
| Line contains a tab character. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line is longer than 80 characters. | 251 | |
| Line contains a tab character. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line contains a tab character. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line contains a tab character. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Redundant 'public' modifier. | 268 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Expected an @return tag. | 273 | |
| Line contains a tab character. | 273 | |
| Redundant 'public' modifier. | 273 | |
| Line contains a tab character. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Redundant 'public' modifier. | 284 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 15 | |
| Line contains a tab character. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line contains a tab character. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line contains a tab character. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line contains a tab character. | 20 | |
| Line is longer than 80 characters. | 21 | |
| 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 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| 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 is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| 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 | |
| Redundant 'public' modifier. | 46 | |
| Line contains a tab character. | 47 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 47 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| 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 | |
| Line contains a tab character. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Redundant 'public' modifier. | 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 | |
| Line contains a tab character. | 75 | |
| Redundant 'public' modifier. | 75 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <V> tag. | 46 | |
| Unused @throws tag for 'ArrayStoreException'. | 122 | |
| Unused @throws tag for 'NullPointerException'. | 125 | |
| Expected @param tag for '<T>'. | 128 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 27 | |
| Line is longer than 80 characters. | 28 | |
| 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 | |
| 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 | |
| Redundant 'public' modifier. | 37 | |
| 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 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| 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 is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| 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 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Unclosed HTML tag found: <code>null<code> if no value exist. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Redundant 'public' modifier. | 97 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Redundant 'public' modifier. | 111 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Redundant 'public' modifier. | 124 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Redundant 'public' modifier. | 137 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 152 | |
| Redundant 'public' modifier. | 152 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Redundant 'public' modifier. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Redundant 'public' modifier. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| Line contains a tab character. | 184 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 184 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Redundant 'public' modifier. | 200 | |
| ',' is not followed by whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 201 | |
| Line contains a tab character. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Redundant 'public' modifier. | 214 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Redundant 'public' modifier. | 229 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Redundant 'public' modifier. | 240 | |
| Line contains a tab character. | 242 | |
| Line is longer than 80 characters. | 243 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Redundant 'public' modifier. | 253 | |
| Line contains a tab character. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Redundant 'public' modifier. | 265 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Redundant 'public' modifier. | 274 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Redundant 'public' modifier. | 284 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Redundant 'public' modifier. | 292 | |
| First sentence should end with a period. | 294 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Redundant 'public' modifier. | 297 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Redundant 'public' modifier. | 310 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Redundant 'public' modifier. | 324 | |
| Line contains a tab character. | 326 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 330 | |
| Line contains a tab character. | 331 | |
| Redundant 'public' modifier. | 331 | |
| Line contains a tab character. | 333 | |
| Line contains a tab character. | 334 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line contains a tab character. | 337 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Redundant 'public' modifier. | 341 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused Javadoc tag. | 12 | |
| Unused Javadoc tag. | 14 | |
| Type Javadoc comment is missing an @param <A> tag. | 18 | |
| Type Javadoc comment is missing an @param <V> tag. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Unused Javadoc tag. | 20 | |
| Unused Javadoc tag. | 22 | |
| Type Javadoc comment is missing an @param <E> tag. | 26 | |
| Type Javadoc comment is missing an @param <V> tag. | 26 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 55 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 67 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 78 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 90 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 141 | |
| Redundant throws: 'RuntimeException' is unchecked exception. | 154 | |
| Line is longer than 80 characters. | 159 | |
| Unclosed HTML tag found: <code>true<\code> if the path is directed and <code>false<\c | 159 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 168 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 178 |