The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 44 | 0 | 1232 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
119 | |
| JavadocType | 45 | |
| JavadocVariable | 41 | |
| JavadocStyle | 18 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
MemberName
|
23 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| FileLength | 0 | |
| LineLength | 146 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 6 | |
| OperatorWrap | 0 | |
| ParenPad | 46 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 22 | |
| NeedBraces | 59 | |
| RightCurly | 3 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 44 | |
| MissingSwitchDefault | 0 | |
RedundantThrows
|
0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 97 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 25 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 166 | |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
MemberName
|
23 | |
| WhitespaceAfter | 98 | |
WhitespaceAround
|
253 | |
| PackageHtml | 7 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Type Javadoc comment is missing an @param <E> tag. | 15 | |
| Type Javadoc comment is missing an @param <V> tag. | 15 | |
| ',' is not followed by whitespace. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 18 | |
| ',' is not followed by whitespace. | 20 | |
| Expected @param tag for 'graph'. | 20 | |
| Line is longer than 80 characters. | 23 | |
| ',' is not followed by whitespace. | 25 | |
| Expected @param tag for 'graph'. | 25 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 29 | |
| Method 'getInverse' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| ',' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| 'try' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| ',' is not followed by whitespace. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| '}' should be on the same line. | 38 | |
| 'catch' is not followed by whitespace. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 46 | |
| ',' is not followed by whitespace. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter graph should be final. | 48 | |
| ',' is not followed by whitespace. | 48 | |
| '{' is not preceded with whitespace. | 48 | |
| '{' is not followed by whitespace. | 48 | |
| ';' is not followed by whitespace. | 48 | |
| '}' is not preceded with whitespace. | 48 | |
| Method 'unApply' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter graph should be final. | 51 | |
| ',' is not followed by whitespace. | 51 | |
| '{' is not preceded with whitespace. | 51 | |
| '{' is not followed by whitespace. | 51 | |
| ';' is not followed by whitespace. | 51 | |
| '}' is not preceded with whitespace. | 51 | |
| Method 'getInverse' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| ',' is not followed by whitespace. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| First sentence should end with a period. | 58 | |
| Line is longer than 80 characters. | 58 | |
| Name 'chancePosition_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| Variable 'chancePosition_' must be private and have accessor methods. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| '{' should be on the previous line. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Parameter link should be final. | 9 | |
| '{' is not preceded with whitespace. | 9 | |
| '=' is not preceded with whitespace. | 10 | |
| '=' is not followed by whitespace. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'link_' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Name 'v1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'v1_' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Name 'v2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Variable 'v2_' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Parameter v1 should be final. | 16 | |
| ',' is not followed by whitespace. | 16 | |
| Parameter v2 should be final. | 16 | |
| '{' is not preceded with whitespace. | 16 | |
| '=' is not preceded with whitespace. | 17 | |
| '=' is not followed by whitespace. | 17 | |
| '=' is not preceded with whitespace. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter graph should be final. | 23 | |
| ',' is not followed by whitespace. | 23 | |
| 'if' is not followed by whitespace. | 25 | |
| '==' is not preceded with whitespace. | 25 | |
| '==' is not followed by whitespace. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| '==' is not preceded with whitespace. | 28 | |
| '==' is not followed by whitespace. | 28 | |
| '=' is not preceded with whitespace. | 29 | |
| '=' is not followed by whitespace. | 29 | |
| '}' should be on the same line. | 30 | |
| 'else' construct must use '{}'s. | 32 | |
| Method 'unApply' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter graph should be final. | 36 | |
| ',' is not followed by whitespace. | 36 | |
| 'if' is not followed by whitespace. | 38 | |
| '==' is not preceded with whitespace. | 38 | |
| '==' is not followed by whitespace. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| '=' is not preceded with whitespace. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| '==' is not preceded with whitespace. | 40 | |
| '==' is not followed by whitespace. | 40 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| ',' is not followed by whitespace. | 6 | |
| ',' is not followed by whitespace. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Parameter vertex should be final. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| '=' is not preceded with whitespace. | 9 | |
| '=' is not followed by whitespace. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Name 'vertex_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
| Variable 'vertex_' must be private and have accessor methods. | 11 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter graph should be final. | 14 | |
| ',' is not followed by whitespace. | 14 | |
| Method 'unApply' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter graph should be final. | 21 | |
| ',' is not followed by whitespace. | 21 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 8 | |
| Type Javadoc comment is missing an @param <V> tag. | 8 | |
| ',' is not followed by whitespace. | 8 | |
| Redundant 'public' modifier. | 12 | |
| ',' is not followed by whitespace. | 12 | |
| Expected @param tag for 'action'. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 16 | |
| Redundant 'public' modifier. | 16 | |
| ',' is not followed by whitespace. | 16 | |
| Expected @param tag for 'action1'. | 16 | |
| ',' is not followed by whitespace. | 16 | |
| ',' is not followed by whitespace. | 16 | |
| Expected @param tag for 'action2'. | 16 | |
| Redundant 'public' modifier. | 20 | |
| ',' is not followed by whitespace. | 20 | |
| Expected @param tag for 'action'. | 20 | |
| Redundant 'public' modifier. | 24 | |
| Expected an @return tag. | 29 | |
| Redundant 'public' modifier. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <E> tag. | 16 | |
| Type Javadoc comment is missing an @param <V> tag. | 16 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Parameter positiveActions should be final. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Parameter negativeActions should be final. | 30 | |
| Missing a Javadoc comment. | 38 | |
| 'for' construct must use '{}'s. | 39 | |
| 'if' construct must use '{}'s. | 40 | |
| '(' is followed by whitespace. | 40 | |
| 'for' construct must use '{}'s. | 42 | |
| 'if' construct must use '{}'s. | 43 | |
| '(' is followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 50 | |
| Parameter action should be final. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| '(' is followed by whitespace. | 51 | |
| Method 'choosed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter action should be final. | 58 | |
| Method 'swapChances' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter action1 should be final. | 66 | |
| Parameter action2 should be final. | 67 | |
| 'if' construct must use '{}'s. | 71 | |
| Method 'repeatChoices' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| 'if' construct must use '{}'s. | 97 | |
| 'else' construct must use '{}'s. | 99 | |
| 'if' construct must use '{}'s. | 102 | |
| Method 'addChance' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter action should be final. | 109 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Parameter link should be final. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'link_' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 17 | |
| Name 'v1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
| Variable 'v1_' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Name 'v2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| Variable 'v2_' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 23 | |
| Parameter v1 should be final. | 23 | |
| Parameter v2 should be final. | 23 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter graph should be final. | 33 | |
| Method 'unApply' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter graph should be final. | 47 | |
| '}' should be on the same line. | 54 | |
| 'else' construct must use '{}'s. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| ',' is not followed by whitespace. | 6 | |
| ',' is not followed by whitespace. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Parameter vertex should be final. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| '=' is not preceded with whitespace. | 9 | |
| '=' is not followed by whitespace. | 9 | |
| Missing a Javadoc comment. | 12 | |
| Name 'vertex_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'vertex_' must be private and have accessor methods. | 12 | |
| Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter graph should be final. | 15 | |
| ',' is not followed by whitespace. | 15 | |
| Method 'unApply' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter graph should be final. | 22 | |
| ',' is not followed by whitespace. | 22 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| Type Javadoc comment is missing an @param <E> tag. | 13 | |
| Type Javadoc comment is missing an @param <V> tag. | 13 | |
| '{' should be on the previous line. | 15 | |
| Expected an @return tag. | 20 | |
| ')' is preceded with whitespace. | 21 | |
| 'if' construct must use '{}'s. | 22 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Parameter actions should be final. | 37 | |
| ')' is preceded with whitespace. | 40 | |
| Method 'choosed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter action should be final. | 48 | |
| 'if' construct must use '{}'s. | 54 | |
| Line is longer than 80 characters. | 59 | |
| Method 'swapChances' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter action1 should be final. | 66 | |
| Parameter action2 should be final. | 67 | |
| Method 'repeatChoices' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| 'if' construct must use '{}'s. | 91 | |
| ';' is not followed by whitespace. | 97 | |
| Method 'addChance' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter action should be final. | 108 | |
| '{' is not followed by whitespace. | 111 | |
| ';' is preceded with whitespace. | 121 | |
| Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 132 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Type Javadoc comment is missing an @param <E> tag. | 11 | |
| Type Javadoc comment is missing an @param <V> tag. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Parameter criterion should be final. | 13 | |
| ',' is not followed by whitespace. | 13 | |
| ',' is not followed by whitespace. | 13 | |
| Parameter expectedValue should be final. | 13 | |
| ',' is not followed by whitespace. | 13 | |
| Parameter scaleFactor should be final. | 13 | |
| '{' is not preceded with whitespace. | 13 | |
| ',' is not followed by whitespace. | 14 | |
| ',' is not followed by whitespace. | 14 | |
| Line is longer than 80 characters. | 19 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter graph should be final. | 21 | |
| ',' is not followed by whitespace. | 21 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' is not followed by whitespace. | 24 | |
| '==' is not preceded with whitespace. | 24 | |
| '==' is not followed by whitespace. | 24 | |
| 'return' is not preceded with whitespace. | 24 | |
| ';' is not followed by whitespace. | 24 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| Line is longer than 80 characters. | 26 | |
| ',' is not followed by whitespace. | 27 | |
| ',' is not followed by whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 16 | |
| Parameter criterion should be final. | 16 | |
| Expected @param tag for 'criterion'. | 16 | |
| Parameter expectedValue should be final. | 16 | |
| Expected @param tag for 'expectedValue'. | 16 | |
| Parameter scaleFactor should be final. | 16 | |
| Expected @param tag for 'scaleFactor'. | 16 | |
| Line is longer than 80 characters. | 22 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter graph should be final. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| 'if' construct must use '{}'s. | 27 | |
| 'if' is not followed by whitespace. | 27 | |
| '==' is not preceded with whitespace. | 27 | |
| '==' is not followed by whitespace. | 27 | |
| 'return' is not preceded with whitespace. | 27 | |
| ';' is not followed by whitespace. | 27 | |
| '=' is not preceded with whitespace. | 28 | |
| '=' is not followed by whitespace. | 28 | |
| 'if' construct must use '{}'s. | 29 | |
| 'if' is not followed by whitespace. | 29 | |
| '>=' is not preceded with whitespace. | 29 | |
| '>=' is not followed by whitespace. | 29 | |
| 'return' is not preceded with whitespace. | 29 | |
| ',' is not followed by whitespace. | 30 | |
| ',' is not followed by whitespace. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 12 | |
| Type Javadoc comment is missing an @param <E> tag. | 15 | |
| Type Javadoc comment is missing an @param <V> tag. | 15 | |
| ',' is not followed by whitespace. | 15 | |
| ',' is not followed by whitespace. | 15 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter criterion should be final. | 18 | |
| ',' is not followed by whitespace. | 18 | |
| Parameter expectedValue should be final. | 18 | |
| Parameter scaleFactor should be final. | 18 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter graph should be final. | 22 | |
| ',' is not followed by whitespace. | 22 | |
| 'if' construct must use '{}'s. | 25 | |
| 'if' is not followed by whitespace. | 25 | |
| '==' is not preceded with whitespace. | 25 | |
| '==' is not followed by whitespace. | 25 | |
| 'return' is not preceded with whitespace. | 25 | |
| ';' is not followed by whitespace. | 25 | |
| '=' is not preceded with whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| 'if' construct must use '{}'s. | 27 | |
| 'if' is not followed by whitespace. | 27 | |
| '<=' is not preceded with whitespace. | 27 | |
| '<=' is not followed by whitespace. | 27 | |
| 'return' is not preceded with whitespace. | 27 | |
| ',' is not followed by whitespace. | 29 | |
| ',' is not followed by whitespace. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Unused import - fr.inria.opengve.mascoptLib.graphgenerator.random.AbstractRandomGraphGenerator. | 10 | |
| Type Javadoc comment is missing an @param <L> tag. | 19 | |
| Type Javadoc comment is missing an @param <V> tag. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 30 | |
| Method 'getAroundDiameter' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter expectedValue should be final. | 32 | |
| Parameter scaleFactor should be final. | 33 | |
| Line is longer than 80 characters. | 49 | |
| Method 'getAtLeastDiameter' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter expectedValue should be final. | 51 | |
| Parameter scaleFactor should be final. | 52 | |
| Line is longer than 80 characters. | 68 | |
| Method 'getAtMostDiameter' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter expectedValue should be final. | 70 | |
| Parameter scaleFactor should be final. | 71 | |
| Line is longer than 80 characters. | 87 | |
| Method 'getAroundAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Parameter expectedValue should be final. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Parameter scaleFactor should be final. | 91 | |
| Line is longer than 80 characters. | 107 | |
| Method 'getAtLeastAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Parameter expectedValue should be final. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Parameter scaleFactor should be final. | 111 | |
| Line is longer than 80 characters. | 127 | |
| Method 'getAtMostAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Parameter expectedValue should be final. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Parameter scaleFactor should be final. | 131 | |
| Line is longer than 80 characters. | 147 | |
| Method 'getAroundVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Parameter expectedValue should be final. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Parameter scaleFactor should be final. | 151 | |
| Line is longer than 80 characters. | 167 | |
| Method 'getAtLeastVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Parameter expectedValue should be final. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Parameter scaleFactor should be final. | 171 | |
| Line is longer than 80 characters. | 187 | |
| Method 'getAtMostVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Parameter expectedValue should be final. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Parameter scaleFactor should be final. | 191 | |
| Line is longer than 80 characters. | 207 | |
| Method 'getAroundLinkNo' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Parameter expectedValue should be final. | 209 | |
| Parameter scaleFactor should be final. | 210 | |
| Line is longer than 80 characters. | 226 | |
| Method 'getAtLeastLinkNo' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter expectedValue should be final. | 228 | |
| Parameter scaleFactor should be final. | 229 | |
| Line is longer than 80 characters. | 245 | |
| Method 'getAtMostLinkNo' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Parameter expectedValue should be final. | 247 | |
| Parameter scaleFactor should be final. | 248 | |
| Line is longer than 80 characters. | 264 | |
| Method 'getAroundAverageDistance' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Parameter expectedValue should be final. | 266 | |
| Parameter scaleFactor should be final. | 267 | |
| Line is longer than 80 characters. | 283 | |
| Method 'getAtLeastAverageDistance' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Parameter expectedValue should be final. | 285 | |
| Parameter scaleFactor should be final. | 286 | |
| Line is longer than 80 characters. | 302 | |
| Method 'getAtMostAverageDistance' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Parameter expectedValue should be final. | 304 | |
| Parameter scaleFactor should be final. | 305 | |
| Line is longer than 80 characters. | 321 | |
| Method 'getAroundMaximalDegree' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Parameter expectedValue should be final. | 323 | |
| Parameter scaleFactor should be final. | 324 | |
| Line is longer than 80 characters. | 340 | |
| Method 'getAtLeastMaximalDegree' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Parameter expectedValue should be final. | 342 | |
| Parameter scaleFactor should be final. | 343 | |
| Line is longer than 80 characters. | 359 | |
| Method 'getAtMostMaximalDegree' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Parameter expectedValue should be final. | 361 | |
| Parameter scaleFactor should be final. | 362 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 6 | |
| Type Javadoc comment is missing an @param <E> tag. | 9 | |
| Type Javadoc comment is missing an @param <V> tag. | 9 | |
| ',' is not followed by whitespace. | 9 | |
| '{' should be on the previous line. | 10 | |
| First sentence should end with a period. | 11 | |
| Expected an @return tag. | 14 | |
| ',' is not followed by whitespace. | 14 | |
| Expected @param tag for 'graph'. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Unused import - fr.inria.opengve.mascoptLib.graphgenerator.random.AbstractRandomGraphGenerator. | 6 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 15 | |
| Parameter minCutComputator should be final. | 15 | |
| Line is longer than 80 characters. | 30 | |
| Method 'getAroundMinCut' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter expectedValue should be final. | 32 | |
| Parameter scaleFactor should be final. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 51 | |
| Method 'getAtLeastMinCut' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter expectedValue should be final. | 53 | |
| Parameter scaleFactor should be final. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 72 | |
| Method 'getAtMostMinCut' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter expectedValue should be final. | 74 | |
| Parameter scaleFactor should be final. | 75 | |
| Line is longer than 80 characters. | 78 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 6 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '{' is not preceded with whitespace. | 9 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Type Javadoc comment is missing an @param <L> tag. | 11 | |
| Type Javadoc comment is missing an @param <V> tag. | 11 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Name 'criterion_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
| Variable 'criterion_' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Name 'expectedValue_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
| Variable 'expectedValue_' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Name 'scaleFactor_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| Variable 'scaleFactor_' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter criterion should be final. | 22 | |
| Parameter expectedValue should be final. | 23 | |
| Parameter scaleFactor should be final. | 23 | |
| Expected an @return tag. | 39 | |
| Parameter value should be final. | 39 | |
| Expected @param tag for 'value'. | 39 | |
| Parameter expectedValue should be final. | 39 | |
| Expected @param tag for 'expectedValue'. | 39 | |
| Parameter scaleFactor should be final. | 40 | |
| Expected @param tag for 'scaleFactor'. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '0.001' is a magic number. | 41 | |
| '0.999999' is a magic number. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '0.001' is a magic number. | 46 | |
| First sentence should end with a period. | 52 | |
| Method 'normalizeValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Parameter value should be final. | 61 | |
| Expected @param tag for 'value'. | 61 | |
| Parameter expectedValue should be final. | 61 | |
| Expected @param tag for 'expectedValue'. | 61 | |
| Parameter scaleFactor should be final. | 62 | |
| Expected @param tag for 'scaleFactor'. | 62 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 70 | |
| '0.001' is a magic number. | 73 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Expected an @return tag. | 93 | |
| Expected @param tag for 'graph'. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Type Javadoc comment is missing an @param <E> tag. | 9 | |
| Type Javadoc comment is missing an @param <V> tag. | 9 | |
| ',' is not followed by whitespace. | 9 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 9 | |
| Type Javadoc comment is missing an @param <E> tag. | 9 | |
| Type Javadoc comment is missing an @param <V> tag. | 9 | |
| ',' is not followed by whitespace. | 9 | |
| ',' is not followed by whitespace. | 9 | |
| Missing a Javadoc comment. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| Name 'graph_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
| Variable 'graph_' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Name 'result_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
| Variable 'result_' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter graph should be final. | 20 | |
| ',' is not followed by whitespace. | 20 | |
| '=' is not preceded with whitespace. | 21 | |
| '=' is not followed by whitespace. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '{' is not followed by whitespace. | 11 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| '=' is not preceded with whitespace. | 19 | |
| '/' is not preceded with whitespace. | 19 | |
| '/' is not followed by whitespace. | 19 | |
| '*' is not preceded with whitespace. | 19 | |
| '*' is not followed by whitespace. | 19 | |
| '0.5' is a magic number. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'visitedVertices_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'visitedVertices_' must be private and have accessor methods. | 13 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '=' is not preceded with whitespace. | 15 | |
| '=' is not followed by whitespace. | 15 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| '*' is not preceded with whitespace. | 16 | |
| '*' is not followed by whitespace. | 16 | |
| 'for' is not followed by whitespace. | 18 | |
| '{' is not preceded with whitespace. | 18 | |
| 'if' is not followed by whitespace. | 22 | |
| '!=' is not preceded with whitespace. | 22 | |
| '!=' is not followed by whitespace. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| '=' is not preceded with whitespace. | 23 | |
| '=' is not followed by whitespace. | 23 | |
| Line is longer than 80 characters. | 30 | |
| '=' is not preceded with whitespace. | 30 | |
| '=' is not followed by whitespace. | 30 | |
| '/' is not preceded with whitespace. | 30 | |
| '/' is not followed by whitespace. | 30 | |
| ',' is not followed by whitespace. | 30 | |
| '-' is not preceded with whitespace. | 30 | |
| '-' is not followed by whitespace. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Name 'resultMean_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Variable 'resultMean_' must be private and have accessor methods. | 32 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| Method 'maxDistance' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter rootVertex should be final. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| '=' is not preceded with whitespace. | 34 | |
| '=' is not followed by whitespace. | 34 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| '=' is not preceded with whitespace. | 38 | |
| '=' is not followed by whitespace. | 38 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| ';' is not followed by whitespace. | 41 | |
| ';' is not followed by whitespace. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| '{' is not preceded with whitespace. | 41 | |
| 'if' is not followed by whitespace. | 42 | |
| '==' is not preceded with whitespace. | 42 | |
| '==' is not followed by whitespace. | 42 | |
| '{' is not preceded with whitespace. | 42 | |
| Line is longer than 80 characters. | 45 | |
| '+=' is not preceded with whitespace. | 46 | |
| '+=' is not followed by whitespace. | 46 | |
| '*' is not preceded with whitespace. | 46 | |
| '*' is not followed by whitespace. | 46 | |
| '-' is not preceded with whitespace. | 46 | |
| '-' is not followed by whitespace. | 46 | |
| '=' is not preceded with whitespace. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| 'if' construct must use '{}'s. | 48 | |
| 'if' is not followed by whitespace. | 48 | |
| 'return' is not preceded with whitespace. | 48 | |
| '-' is not preceded with whitespace. | 48 | |
| '-' is not followed by whitespace. | 48 | |
| ':' is not followed by whitespace. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| 'if' construct must use '{}'s. | 55 | |
| 'if' is not followed by whitespace. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Type Javadoc comment is missing an @param <E> tag. | 13 | |
| Type Javadoc comment is missing an @param <V> tag. | 13 | |
| ',' is not followed by whitespace. | 13 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| '*' is not preceded with whitespace. | 16 | |
| '*' is not followed by whitespace. | 16 | |
| '=' is not preceded with whitespace. | 17 | |
| '=' is not followed by whitespace. | 17 | |
| 'for' is not followed by whitespace. | 18 | |
| '{' is not preceded with whitespace. | 18 | |
| '=' is not preceded with whitespace. | 20 | |
| '=' is not followed by whitespace. | 20 | |
| 'if' is not followed by whitespace. | 21 | |
| '!=' is not preceded with whitespace. | 21 | |
| '!=' is not followed by whitespace. | 21 | |
| '{' is not preceded with whitespace. | 21 | |
| '=' is not preceded with whitespace. | 22 | |
| '=' is not followed by whitespace. | 22 | |
| '+=' is not preceded with whitespace. | 25 | |
| '+=' is not followed by whitespace. | 25 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| '/' is not preceded with whitespace. | 27 | |
| '/' is not followed by whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 11 | |
| Missing a Javadoc comment. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Name 'visitedVertices_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'visitedVertices_' must be private and have accessor methods. | 13 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '=' is not preceded with whitespace. | 15 | |
| '=' is not followed by whitespace. | 15 | |
| '*' is not preceded with whitespace. | 15 | |
| '*' is not followed by whitespace. | 15 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| 'for' is not followed by whitespace. | 17 | |
| '{' is not preceded with whitespace. | 17 | |
| '=' is not preceded with whitespace. | 19 | |
| '=' is not followed by whitespace. | 19 | |
| 'if' is not followed by whitespace. | 20 | |
| '!=' is not preceded with whitespace. | 20 | |
| '!=' is not followed by whitespace. | 20 | |
| '{' is not preceded with whitespace. | 20 | |
| '=' is not preceded with whitespace. | 21 | |
| '=' is not followed by whitespace. | 21 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' is not followed by whitespace. | 24 | |
| '>' is not preceded with whitespace. | 24 | |
| '>' is not followed by whitespace. | 24 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| ';' is not followed by whitespace. | 27 | |
| Method 'maxDistance' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter rootVertex should be final. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '=' is not preceded with whitespace. | 31 | |
| '=' is not followed by whitespace. | 31 | |
| '=' is not preceded with whitespace. | 32 | |
| '=' is not followed by whitespace. | 32 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| ';' is not followed by whitespace. | 36 | |
| ';' is not followed by whitespace. | 36 | |
| '=' is not preceded with whitespace. | 36 | |
| '=' is not followed by whitespace. | 36 | |
| '{' is not preceded with whitespace. | 36 | |
| 'if' is not followed by whitespace. | 37 | |
| '==' is not preceded with whitespace. | 37 | |
| '==' is not followed by whitespace. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| 'if' construct must use '{}'s. | 39 | |
| 'if' is not followed by whitespace. | 39 | |
| 'return' is not preceded with whitespace. | 39 | |
| '-' is not preceded with whitespace. | 39 | |
| '-' is not followed by whitespace. | 39 | |
| ':' is not followed by whitespace. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| 'if' construct must use '{}'s. | 45 | |
| 'if' is not followed by whitespace. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '=' is not preceded with whitespace. | 12 | |
| '=' is not followed by whitespace. | 12 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| ',' is not followed by whitespace. | 7 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| '=' is not preceded with whitespace. | 12 | |
| '=' is not followed by whitespace. | 12 | |
| 'for' is not followed by whitespace. | 13 | |
| '{' is not preceded with whitespace. | 13 | |
| '=' is not preceded with whitespace. | 14 | |
| '=' is not followed by whitespace. | 14 | |
| ',' is not followed by whitespace. | 14 | |
| '=' is not preceded with whitespace. | 16 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 8 | |
| Missing a Javadoc comment. | 8 | |
| ',' is not followed by whitespace. | 8 | |
| ',' is not followed by whitespace. | 8 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter graph should be final. | 11 | |
| ',' is not followed by whitespace. | 11 | |
| '{' is not preceded with whitespace. | 11 | |
| '=' is not preceded with whitespace. | 12 | |
| '=' is not followed by whitespace. | 12 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| '=' is not preceded with whitespace. | 17 | |
| '=' is not followed by whitespace. | 17 | |
| '/' is not preceded with whitespace. | 17 | |
| '/' is not followed by whitespace. | 17 | |
| '*' is not preceded with whitespace. | 17 | |
| '*' is not followed by whitespace. | 17 | |
| '0.5' is a magic number. | 17 | |
| 'for' is not followed by whitespace. | 18 | |
| '{' is not preceded with whitespace. | 18 | |
| '+=' is not preceded with whitespace. | 20 | |
| '+=' is not followed by whitespace. | 20 | |
| '(' is followed by whitespace. | 20 | |
| ')' is preceded with whitespace. | 20 | |
| '=' is not preceded with whitespace. | 22 | |
| '/' is not preceded with whitespace. | 22 | |
| '/' is not followed by whitespace. | 22 | |
| 'cast' is not followed by whitespace. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 10 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 17 | |
| Parameter computator should be final. | 17 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| 'if' construct must use '{}'s. | 24 | |
| 'if' construct must use '{}'s. | 26 | |
| 'if' construct must use '{}'s. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - fr.inria.opengve.mascoptLib.graphgenerator.criterium.CriterionFactory. | 12 | |
| Type Javadoc comment is missing an @param <L> tag. | 22 | |
| Type Javadoc comment is missing an @param <V> tag. | 22 | |
| '{' should be on the previous line. | 23 | |
| First sentence should end with a period. | 30 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 38 | |
| '{' should be on the previous line. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Name 'computator_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Variable 'computator_' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 58 | |
| Parameter computator should be final. | 58 | |
| Missing a Javadoc comment. | 75 | |
| First sentence should end with a period. | 79 | |
| Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter strategy should be final. | 112 | |
| Parameter maxActionsForStep should be final. | 112 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Parameter strategy should be final. | 133 | |
| Method 'addValuator' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter computator should be final. | 152 | |
| Parameter heavy should be final. | 152 | |
| Method 'addInvariant' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter computator should be final. | 170 | |
| Method 'setFailedIterationLimit' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Parameter limit should be final. | 184 | |
| Method 'setImprovementLimit' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter limit should be final. | 197 | |
| Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Parameter graph should be final. | 208 | |
| Expected @param tag for 'graph'. | 208 | |
| Line is longer than 80 characters. | 225 | |
| Method 'compute' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| 'if' construct must use '{}'s. | 239 | |
| 'if' construct must use '{}'s. | 241 | |
| 'if' construct must use '{}'s. | 243 | |
| 'if' construct must use '{}'s. | 248 | |
| 'else' construct must use '{}'s. | 251 | |
| First sentence should end with a period. | 258 | |
| Expected an @return tag. | 263 | |
| 'if' construct must use '{}'s. | 268 | |
| ';' is not followed by whitespace. | 275 | |
| 'if' construct must use '{}'s. | 288 | |
| ';' is preceded with whitespace. | 292 | |
| ';' is preceded with whitespace. | 299 | |
| 'if' construct must use '{}'s. | 302 | |
| First sentence should end with a period. | 309 | |
| Expected an @return tag. | 314 | |
| 'if' construct must use '{}'s. | 319 | |
| Line is longer than 80 characters. | 326 | |
| Line is longer than 80 characters. | 327 | |
| ';' is preceded with whitespace. | 330 | |
| 'for' construct must use '{}'s. | 333 | |
| 'for' construct must use '{}'s. | 342 | |
| 'if' construct must use '{}'s. | 345 | |
| ';' is preceded with whitespace. | 348 | |
| 'for' construct must use '{}'s. | 354 | |
| ';' is preceded with whitespace. | 356 | |
| ';' is not followed by whitespace. | 357 | |
| 'if' construct must use '{}'s. | 364 | |
| Missing a Javadoc comment. | 371 | |
| 'if' construct must use '{}'s. | 372 | |
| ';' is not followed by whitespace. | 374 | |
| Missing a Javadoc comment. | 380 | |
| Name 'strategy_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 | |
| Variable 'strategy_' must be private and have accessor methods. | 380 | |
| Missing a Javadoc comment. | 382 | |
| Name 'maxActionsForStep_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 | |
| Variable 'maxActionsForStep_' must be private and have accessor methods. | 382 | |
| Line is longer than 80 characters. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Name 'fitnessComputator_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 384 | |
| Variable 'fitnessComputator_' must be private and have accessor methods. | 384 | |
| Line is longer than 80 characters. | 386 | |
| Missing a Javadoc comment. | 386 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 390 | |
| Name 'limit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| Variable 'limit_' must be private and have accessor methods. | 390 | |
| '100' is a magic number. | 390 | |
| Missing a Javadoc comment. | 392 | |
| Name 'limitImprovement_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
| Variable 'limitImprovement_' must be private and have accessor methods. | 392 | |
| '100' is a magic number. | 392 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 10 | |
| Line is longer than 80 characters. | 14 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter strategy should be final. | 17 | |
| Parameter maxActionsForStep should be final. | 17 | |
| Line is longer than 80 characters. | 26 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter strategy should be final. | 28 | |
| Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Parameter graph should be final. | 35 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 21 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter strategy should be final. | 24 | |
| Parameter maxActionsForStep should be final. | 24 | |
| Line is longer than 80 characters. | 33 | |
| Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter strategy should be final. | 35 | |
| Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter graph should be final. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| First sentence should end with a period. | 16 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter startGraph should be final. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter chanceGenerator should be final. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Parameter action should be final. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter startGraph should be final. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter chanceGenerator should be final. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Parameter action should be final. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter startGraph should be final. | 53 | |
| Line is longer than 80 characters. | 55 | |
| 'for' construct must use '{}'s. | 57 | |
| '(' is followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter chanceGenerator should be final. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Parameter action should be final. | 67 | |
| Line is longer than 80 characters. | 83 | |
| First sentence should end with a period. | 87 | |
| Line is longer than 80 characters. | 98 | |
| Expected @param tag for 'chanceGenerator'. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Expected @param tag for 'action'. | 99 | |
| Missing a Javadoc comment. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Parameter startGraph should be final. | 104 | |
| 'if' construct must use '{}'s. | 109 | |
| '(' is followed by whitespace. | 109 | |
| Line is longer than 80 characters. | 111 | |
| ')' is preceded with whitespace. | 113 | |
| ')' is preceded with whitespace. | 114 | |
| 'if' construct must use '{}'s. | 115 | |
| 'if' construct must use '{}'s. | 117 | |
| '(' is followed by whitespace. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter graph should be final. | 128 | |
| 'if' construct must use '{}'s. | 132 | |
| Line is longer than 80 characters. | 154 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'criterion' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'heavy' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Parameter criterion should be final. | 21 | |
| 'criterion' hides a field. | 21 | |
| Parameter heavy should be final. | 21 | |
| 'heavy' hides a field. | 21 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 39 | |
| Parameter criterion should be final. | 39 | |
| Parameter heavy should be final. | 39 | |
| Expected an @return tag. | 55 | |
| Parameter graph should be final. | 55 | |
| Expected @param tag for 'graph'. | 55 | |
| Parameter otherValue should be final. | 55 | |
| Expected @param tag for 'otherValue'. | 55 | |
| 'if' construct must use '{}'s. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '2.5' is a magic number. | 62 | |
| 'if' construct must use '{}'s. | 63 | |
| First sentence should end with a period. | 76 | |
| Expected an @return tag. | 79 | |
| Parameter graph should be final. | 79 | |
| Expected @param tag for 'graph'. | 79 | |
| 'if' construct must use '{}'s. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 13 | |
| '{' should be on the previous line. | 27 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Parameter x should be final. | 29 | |
| Parameter y should be final. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| 'return' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| ';' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| 'return' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| ';' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| Line is longer than 80 characters. | 18 | |
| ',' is not followed by whitespace. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Parameter x should be final. | 24 | |
| Parameter y should be final. | 24 | |
| '{' is not preceded with whitespace. | 24 | |
| 'return' is not preceded with whitespace. | 24 | |
| '{' is not followed by whitespace. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| ';' is not followed by whitespace. | 24 | |
| '}' is not preceded with whitespace. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| 'return' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| ';' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 73 | |
| Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 86 | |
| Method 'getOnlyVerticesGraph' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter verticesNo should be final. | 97 | |
| ')' is preceded with whitespace. | 101 | |
| '100' is a magic number. | 102 | |
| '100' is a magic number. | 103 | |
| Method 'getTorusGraph' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter verticesXNo should be final. | 120 | |
| Parameter verticesYNo should be final. | 120 | |
| 'for' construct must use '{}'s. | 123 | |
| ')' is preceded with whitespace. | 123 | |
| ')' is preceded with whitespace. | 124 | |
| '100' is a magic number. | 125 | |
| '100' is a magic number. | 125 | |
| ')' is preceded with whitespace. | 129 | |
| 'for' construct must use '{}'s. | 133 | |
| ')' is preceded with whitespace. | 133 | |
| ')' is preceded with whitespace. | 138 | |
| '(' is followed by whitespace. | 140 | |
| 'for' construct must use '{}'s. | 142 | |
| ')' is preceded with whitespace. | 142 | |
| '(' is followed by whitespace. | 143 | |
| First sentence should end with a period. | 151 | |
| Method 'getRegularGraph' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Parameter regularSize should be final. | 161 | |
| Parameter verticesNo should be final. | 161 | |
| ')' is preceded with whitespace. | 165 | |
| '100' is a magic number. | 166 | |
| '100' is a magic number. | 167 | |
| ')' is preceded with whitespace. | 170 | |
| ')' is preceded with whitespace. | 171 | |
| '(' is followed by whitespace. | 173 | |
| Method 'getRandomSpanningTreeGraph' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter verticesNo should be final. | 188 | |
| '(' is followed by whitespace. | 196 | |
| '100' is a magic number. | 197 | |
| '100' is a magic number. | 198 | |
| Method 'getGridGraph' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Parameter verticesXNo should be final. | 218 | |
| Parameter verticesYNo should be final. | 218 | |
| 'for' construct must use '{}'s. | 221 | |
| ')' is preceded with whitespace. | 221 | |
| ')' is preceded with whitespace. | 222 | |
| '100' is a magic number. | 223 | |
| '100' is a magic number. | 223 | |
| 'for' construct must use '{}'s. | 227 | |
| ')' is preceded with whitespace. | 227 | |
| 'for' construct must use '{}'s. | 228 | |
| ')' is preceded with whitespace. | 228 | |
| 'for' construct must use '{}'s. | 232 | |
| ')' is preceded with whitespace. | 232 | |
| 'for' construct must use '{}'s. | 233 | |
| ')' is preceded with whitespace. | 233 | |
| '(' is followed by whitespace. | 234 | |
| Method 'getStarGraph' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter verticesNo should be final. | 248 | |
| '(' is followed by whitespace. | 255 | |
| '100' is a magic number. | 256 | |
| '100' is a magic number. | 257 | |
| Method 'getCompleteGraph' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Parameter verticesNo should be final. | 275 | |
| Line is longer than 80 characters. | 294 | |
| Method 'getRegularGraphWithCenter' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter regularSize should be final. | 294 | |
| Parameter verticesNo should be final. | 294 | |
| ')' is preceded with whitespace. | 301 | |
| '100' is a magic number. | 302 | |
| '100' is a magic number. | 303 | |
| ')' is preceded with whitespace. | 306 | |
| ')' is preceded with whitespace. | 307 | |
| '(' is followed by whitespace. | 309 | |
| 'for' construct must use '{}'s. | 312 | |
| ')' is preceded with whitespace. | 312 | |
| Method 'getCartepilarGraph' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Parameter deep should be final. | 327 | |
| '3' is a magic number. | 329 | |
| '100' is a magic number. | 331 | |
| '100' is a magic number. | 331 | |
| ')' is preceded with whitespace. | 334 | |
| '100' is a magic number. | 335 | |
| '100' is a magic number. | 335 | |
| '-50' is a magic number. | 335 | |
| '100' is a magic number. | 338 | |
| '100' is a magic number. | 338 | |
| '100' is a magic number. | 341 | |
| '100' is a magic number. | 341 | |
| '50' is a magic number. | 341 | |
| ')' is preceded with whitespace. | 346 | |
| '3' is a magic number. | 347 | |
| '3' is a magic number. | 348 | |
| '3' is a magic number. | 348 | |
| '3' is a magic number. | 349 | |
| '3' is a magic number. | 349 | |
| '3' is a magic number. | 350 | |
| Method 'getSpiderGraph' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| Parameter nbPaw should be final. | 367 | |
| Parameter pawLenght should be final. | 367 | |
| ')' is preceded with whitespace. | 373 | |
| ')' is preceded with whitespace. | 374 | |
| '100' is a magic number. | 375 | |
| '100' is a magic number. | 375 | |
| '100' is a magic number. | 376 | |
| '100' is a magic number. | 376 | |
| ')' is preceded with whitespace. | 381 | |
| ')' is preceded with whitespace. | 384 | |
| ')' is preceded with whitespace. | 385 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 18 | |
| Method 'addSingleLink' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter graph should be final. | 20 | |
| Parameter vertex1 should be final. | 20 | |
| Parameter vertex2 should be final. | 20 | |
| Method 'addDoubleLink' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter graph should be final. | 27 | |
| Parameter vertex1 should be final. | 27 | |
| Parameter vertex2 should be final. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Method 'addSingleLink' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter graph should be final. | 23 | |
| Parameter vertex1 should be final. | 23 | |
| Parameter vertex2 should be final. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| ',' is not followed by whitespace. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Method 'addDoubleLink' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter graph should be final. | 30 | |
| Parameter vertex1 should be final. | 30 | |
| Parameter vertex2 should be final. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| ',' is not followed by whitespace. | 31 |