Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
44 0 1232 0

Files

Files Infos Warnings Errors
fr/inria/opengve/mascoptLib/graphgenerator/actions/ActionOnGraph.java 0 56 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/AddLinkOnGraph.java 0 57 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/AddVertexOnGraph.java 0 20 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/ChanceGenerator.java 0 22 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/PositiveNegativeChanceGenerator.java 0 40 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/RemoveLinkOnGraph.java 0 24 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/RemoveVertexOnGraph.java 0 19 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/SimpleChanceGenerator.java 0 34 0
fr/inria/opengve/mascoptLib/graphgenerator/actions/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/AroundCriterion.java 0 32 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/AtLeastCriterion.java 0 32 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/AtMostCriterion.java 0 31 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/CriterionFactory.java 0 95 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/FitnessCriterion.java 0 10 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/GraphCriterionFactory.java 0 23 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/MascoptDiGraphCriterionFactory.java 0 2 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/MascoptGraphCriterionFactory.java 0 6 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/WrapperCriterion.java 0 49 0
fr/inria/opengve/mascoptLib/graphgenerator/criterium/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/NumericPropriertyComputator.java 0 11 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/SimpleComputator.java 0 22 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageDegreeComputator.java 0 16 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageDistanceComputator.java 0 76 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageShortestPathComputator.java 0 29 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/DiameterComputator.java 0 65 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/LinkNoComputator.java 0 8 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/MaximalDegreeComputator.java 0 15 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/StandardDeviationComputator.java 0 33 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/undirected/MinCutComputator.java 0 11 0
fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/undirected/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/random/AbstractRandomGraphGenerator.java 0 87 0
fr/inria/opengve/mascoptLib/graphgenerator/random/MascoptRandomDiGraphGenerator.java 0 15 0
fr/inria/opengve/mascoptLib/graphgenerator/random/MascoptRandomGraphGenerator.java 0 14 0
fr/inria/opengve/mascoptLib/graphgenerator/random/Strategy.java 0 56 0
fr/inria/opengve/mascoptLib/graphgenerator/random/SumListFitnessComputator.java 0 32 0
fr/inria/opengve/mascoptLib/graphgenerator/random/package.html 0 1 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/MascoptStartingDiGraphFactory.java 0 21 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/MascoptStartingGraphFactory.java 0 24 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingAbstractGraphFactory.java 0 110 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingDiGraphFactory.java 0 11 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingUnGraphFactory.java 0 17 0
fr/inria/opengve/mascoptLib/graphgenerator/topology/package.html 0 1 0

Rules

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

Details

fr/inria/opengve/mascoptLib/graphgenerator/actions/ActionOnGraph.java

Violation Message Line
Warnings Line is longer than 80 characters. 9
Warnings Line is longer than 80 characters. 10
Warnings Line is longer than 80 characters. 11
Warnings Type Javadoc comment is missing an @param <E> tag. 15
Warnings Type Javadoc comment is missing an @param <V> tag. 15
Warnings ',' is not followed by whitespace. 15
Warnings '{' should be on the previous line. 16
Warnings Line is longer than 80 characters. 18
Warnings ',' is not followed by whitespace. 20
Warnings Expected @param tag for 'graph'. 20
Warnings Line is longer than 80 characters. 23
Warnings ',' is not followed by whitespace. 25
Warnings Expected @param tag for 'graph'. 25
Warnings First sentence should end with a period. 27
Warnings Expected an @return tag. 29
Warnings Method 'getInverse' is not designed for extension - needs to be abstract, final or empty. 29
Warnings ',' is not followed by whitespace. 29
Warnings '{' is not preceded with whitespace. 29
Warnings Method 'clone' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Missing a Javadoc comment. 32
Warnings ',' is not followed by whitespace. 34
Warnings '{' is not preceded with whitespace. 34
Warnings 'try' is not followed by whitespace. 35
Warnings '{' is not preceded with whitespace. 35
Warnings ',' is not followed by whitespace. 36
Warnings 'cast' is not followed by whitespace. 36
Warnings '}' should be on the same line. 38
Warnings 'catch' is not followed by whitespace. 39
Warnings '{' is not preceded with whitespace. 39
Warnings Missing a Javadoc comment. 46
Warnings ',' is not followed by whitespace. 46
Warnings '{' is not preceded with whitespace. 46
Warnings Method 'apply' is not designed for extension - needs to be abstract, final or empty. 47
Warnings Missing a Javadoc comment. 47
Warnings Parameter graph should be final. 48
Warnings ',' is not followed by whitespace. 48
Warnings '{' is not preceded with whitespace. 48
Warnings '{' is not followed by whitespace. 48
Warnings ';' is not followed by whitespace. 48
Warnings '}' is not preceded with whitespace. 48
Warnings Method 'unApply' is not designed for extension - needs to be abstract, final or empty. 50
Warnings Missing a Javadoc comment. 50
Warnings Parameter graph should be final. 51
Warnings ',' is not followed by whitespace. 51
Warnings '{' is not preceded with whitespace. 51
Warnings '{' is not followed by whitespace. 51
Warnings ';' is not followed by whitespace. 51
Warnings '}' is not preceded with whitespace. 51
Warnings Method 'getInverse' is not designed for extension - needs to be abstract, final or empty. 53
Warnings Missing a Javadoc comment. 53
Warnings ',' is not followed by whitespace. 54
Warnings '{' is not preceded with whitespace. 54
Warnings First sentence should end with a period. 58
Warnings Line is longer than 80 characters. 58
Warnings Name 'chancePosition_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Warnings Variable 'chancePosition_' must be private and have accessor methods. 61

fr/inria/opengve/mascoptLib/graphgenerator/actions/AddLinkOnGraph.java

Violation Message Line
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings ',' is not followed by whitespace. 7
Warnings '{' should be on the previous line. 8
Warnings Missing a Javadoc comment. 9
Warnings Parameter link should be final. 9
Warnings '{' is not preceded with whitespace. 9
Warnings '=' is not preceded with whitespace. 10
Warnings '=' is not followed by whitespace. 10
Warnings Missing a Javadoc comment. 12
Warnings Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Variable 'link_' must be private and have accessor methods. 12
Warnings Missing a Javadoc comment. 14
Warnings Name 'v1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings Variable 'v1_' must be private and have accessor methods. 14
Warnings Missing a Javadoc comment. 15
Warnings Name 'v2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Warnings Variable 'v2_' must be private and have accessor methods. 15
Warnings Missing a Javadoc comment. 16
Warnings Parameter v1 should be final. 16
Warnings ',' is not followed by whitespace. 16
Warnings Parameter v2 should be final. 16
Warnings '{' is not preceded with whitespace. 16
Warnings '=' is not preceded with whitespace. 17
Warnings '=' is not followed by whitespace. 17
Warnings '=' is not preceded with whitespace. 18
Warnings '=' is not followed by whitespace. 18
Warnings Method 'apply' is not designed for extension - needs to be abstract, final or empty. 22
Warnings Missing a Javadoc comment. 22
Warnings Parameter graph should be final. 23
Warnings ',' is not followed by whitespace. 23
Warnings 'if' is not followed by whitespace. 25
Warnings '==' is not preceded with whitespace. 25
Warnings '==' is not followed by whitespace. 25
Warnings '{' is not preceded with whitespace. 25
Warnings '=' is not preceded with whitespace. 27
Warnings '=' is not followed by whitespace. 27
Warnings '==' is not preceded with whitespace. 28
Warnings '==' is not followed by whitespace. 28
Warnings '=' is not preceded with whitespace. 29
Warnings '=' is not followed by whitespace. 29
Warnings '}' should be on the same line. 30
Warnings 'else' construct must use '{}'s. 32
Warnings Method 'unApply' is not designed for extension - needs to be abstract, final or empty. 35
Warnings Missing a Javadoc comment. 35
Warnings Parameter graph should be final. 36
Warnings ',' is not followed by whitespace. 36
Warnings 'if' is not followed by whitespace. 38
Warnings '==' is not preceded with whitespace. 38
Warnings '==' is not followed by whitespace. 38
Warnings '{' is not preceded with whitespace. 38
Warnings '=' is not preceded with whitespace. 39
Warnings '=' is not followed by whitespace. 39
Warnings '==' is not preceded with whitespace. 40
Warnings '==' is not followed by whitespace. 40
Warnings '=' is not preceded with whitespace. 41
Warnings '=' is not followed by whitespace. 41

fr/inria/opengve/mascoptLib/graphgenerator/actions/AddVertexOnGraph.java

Violation Message Line
Warnings Missing a Javadoc comment. 6
Warnings ',' is not followed by whitespace. 6
Warnings ',' is not followed by whitespace. 6
Warnings '{' should be on the previous line. 7
Warnings Missing a Javadoc comment. 8
Warnings Parameter vertex should be final. 8
Warnings '{' is not preceded with whitespace. 8
Warnings '=' is not preceded with whitespace. 9
Warnings '=' is not followed by whitespace. 9
Warnings Missing a Javadoc comment. 11
Warnings Name 'vertex_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings Variable 'vertex_' must be private and have accessor methods. 11
Warnings Method 'apply' is not designed for extension - needs to be abstract, final or empty. 13
Warnings Missing a Javadoc comment. 13
Warnings Parameter graph should be final. 14
Warnings ',' is not followed by whitespace. 14
Warnings Method 'unApply' is not designed for extension - needs to be abstract, final or empty. 20
Warnings Missing a Javadoc comment. 20
Warnings Parameter graph should be final. 21
Warnings ',' is not followed by whitespace. 21

fr/inria/opengve/mascoptLib/graphgenerator/actions/ChanceGenerator.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 8
Warnings Type Javadoc comment is missing an @param <V> tag. 8
Warnings ',' is not followed by whitespace. 8
Warnings Redundant 'public' modifier. 12
Warnings ',' is not followed by whitespace. 12
Warnings Expected @param tag for 'action'. 12
Warnings Line is longer than 80 characters. 14
Warnings Line is longer than 80 characters. 16
Warnings Redundant 'public' modifier. 16
Warnings ',' is not followed by whitespace. 16
Warnings Expected @param tag for 'action1'. 16
Warnings ',' is not followed by whitespace. 16
Warnings ',' is not followed by whitespace. 16
Warnings Expected @param tag for 'action2'. 16
Warnings Redundant 'public' modifier. 20
Warnings ',' is not followed by whitespace. 20
Warnings Expected @param tag for 'action'. 20
Warnings Redundant 'public' modifier. 24
Warnings Expected an @return tag. 29
Warnings Redundant 'public' modifier. 29
Warnings ',' is not followed by whitespace. 29
Warnings File does not end with a newline. 0

fr/inria/opengve/mascoptLib/graphgenerator/actions/PositiveNegativeChanceGenerator.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 16
Warnings Type Javadoc comment is missing an @param <V> tag. 16
Warnings '{' should be on the previous line. 18
Warnings Missing a Javadoc comment. 20
Warnings Missing a Javadoc comment. 22
Warnings Missing a Javadoc comment. 24
Warnings Missing a Javadoc comment. 28
Warnings Line is longer than 80 characters. 29
Warnings Parameter positiveActions should be final. 29
Warnings Line is longer than 80 characters. 30
Warnings Parameter negativeActions should be final. 30
Warnings Missing a Javadoc comment. 38
Warnings 'for' construct must use '{}'s. 39
Warnings 'if' construct must use '{}'s. 40
Warnings '(' is followed by whitespace. 40
Warnings 'for' construct must use '{}'s. 42
Warnings 'if' construct must use '{}'s. 43
Warnings '(' is followed by whitespace. 43
Warnings Missing a Javadoc comment. 50
Warnings Parameter action should be final. 50
Warnings 'if' construct must use '{}'s. 51
Warnings '(' is followed by whitespace. 51
Warnings Method 'choosed' is not designed for extension - needs to be abstract, final or empty. 58
Warnings Missing a Javadoc comment. 58
Warnings Parameter action should be final. 58
Warnings Method 'swapChances' is not designed for extension - needs to be abstract, final or empty. 66
Warnings Missing a Javadoc comment. 66
Warnings Parameter action1 should be final. 66
Warnings Parameter action2 should be final. 67
Warnings 'if' construct must use '{}'s. 71
Warnings Method 'repeatChoices' is not designed for extension - needs to be abstract, final or empty. 82
Warnings Missing a Javadoc comment. 82
Warnings Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 91
Warnings Missing a Javadoc comment. 91
Warnings 'if' construct must use '{}'s. 97
Warnings 'else' construct must use '{}'s. 99
Warnings 'if' construct must use '{}'s. 102
Warnings Method 'addChance' is not designed for extension - needs to be abstract, final or empty. 109
Warnings Missing a Javadoc comment. 109
Warnings Parameter action should be final. 109

fr/inria/opengve/mascoptLib/graphgenerator/actions/RemoveLinkOnGraph.java

Violation Message Line
Warnings Missing a Javadoc comment. 7
Warnings '{' should be on the previous line. 9
Warnings Missing a Javadoc comment. 10
Warnings Parameter link should be final. 10
Warnings Missing a Javadoc comment. 14
Warnings Name 'link_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings Variable 'link_' must be private and have accessor methods. 14
Warnings Missing a Javadoc comment. 17
Warnings Name 'v1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Warnings Variable 'v1_' must be private and have accessor methods. 17
Warnings Missing a Javadoc comment. 19
Warnings Name 'v2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Warnings Variable 'v2_' must be private and have accessor methods. 19
Warnings Missing a Javadoc comment. 23
Warnings Parameter v1 should be final. 23
Warnings Parameter v2 should be final. 23
Warnings Method 'apply' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Missing a Javadoc comment. 32
Warnings Parameter graph should be final. 33
Warnings Method 'unApply' is not designed for extension - needs to be abstract, final or empty. 46
Warnings Missing a Javadoc comment. 46
Warnings Parameter graph should be final. 47
Warnings '}' should be on the same line. 54
Warnings 'else' construct must use '{}'s. 56

fr/inria/opengve/mascoptLib/graphgenerator/actions/RemoveVertexOnGraph.java

Violation Message Line
Warnings Missing a Javadoc comment. 6
Warnings ',' is not followed by whitespace. 6
Warnings ',' is not followed by whitespace. 6
Warnings Missing a Javadoc comment. 8
Warnings Parameter vertex should be final. 8
Warnings '{' is not preceded with whitespace. 8
Warnings '=' is not preceded with whitespace. 9
Warnings '=' is not followed by whitespace. 9
Warnings Missing a Javadoc comment. 12
Warnings Name 'vertex_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Variable 'vertex_' must be private and have accessor methods. 12
Warnings Method 'apply' is not designed for extension - needs to be abstract, final or empty. 14
Warnings Missing a Javadoc comment. 14
Warnings Parameter graph should be final. 15
Warnings ',' is not followed by whitespace. 15
Warnings Method 'unApply' is not designed for extension - needs to be abstract, final or empty. 21
Warnings Missing a Javadoc comment. 21
Warnings Parameter graph should be final. 22
Warnings ',' is not followed by whitespace. 22

fr/inria/opengve/mascoptLib/graphgenerator/actions/SimpleChanceGenerator.java

Violation Message Line
Warnings First sentence should end with a period. 9
Warnings Type Javadoc comment is missing an @param <E> tag. 13
Warnings Type Javadoc comment is missing an @param <V> tag. 13
Warnings '{' should be on the previous line. 15
Warnings Expected an @return tag. 20
Warnings ')' is preceded with whitespace. 21
Warnings 'if' construct must use '{}'s. 22
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37
Warnings Parameter actions should be final. 37
Warnings ')' is preceded with whitespace. 40
Warnings Method 'choosed' is not designed for extension - needs to be abstract, final or empty. 48
Warnings Missing a Javadoc comment. 48
Warnings Parameter action should be final. 48
Warnings 'if' construct must use '{}'s. 54
Warnings Line is longer than 80 characters. 59
Warnings Method 'swapChances' is not designed for extension - needs to be abstract, final or empty. 66
Warnings Missing a Javadoc comment. 66
Warnings Parameter action1 should be final. 66
Warnings Parameter action2 should be final. 67
Warnings Method 'repeatChoices' is not designed for extension - needs to be abstract, final or empty. 82
Warnings Missing a Javadoc comment. 82
Warnings Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 89
Warnings Missing a Javadoc comment. 89
Warnings 'if' construct must use '{}'s. 91
Warnings ';' is not followed by whitespace. 97
Warnings Method 'addChance' is not designed for extension - needs to be abstract, final or empty. 108
Warnings Missing a Javadoc comment. 108
Warnings Parameter action should be final. 108
Warnings '{' is not followed by whitespace. 111
Warnings ';' is preceded with whitespace. 121
Warnings Method 'getActions' is not designed for extension - needs to be abstract, final or empty. 132

fr/inria/opengve/mascoptLib/graphgenerator/actions/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/criterium/AroundCriterion.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Type Javadoc comment is missing an @param <E> tag. 11
Warnings Type Javadoc comment is missing an @param <V> tag. 11
Warnings ',' is not followed by whitespace. 11
Warnings ',' is not followed by whitespace. 11
Warnings Line is longer than 80 characters. 13
Warnings Missing a Javadoc comment. 13
Warnings Parameter criterion should be final. 13
Warnings ',' is not followed by whitespace. 13
Warnings ',' is not followed by whitespace. 13
Warnings Parameter expectedValue should be final. 13
Warnings ',' is not followed by whitespace. 13
Warnings Parameter scaleFactor should be final. 13
Warnings '{' is not preceded with whitespace. 13
Warnings ',' is not followed by whitespace. 14
Warnings ',' is not followed by whitespace. 14
Warnings Line is longer than 80 characters. 19
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 21
Warnings Missing a Javadoc comment. 21
Warnings Parameter graph should be final. 21
Warnings ',' is not followed by whitespace. 21
Warnings 'if' construct must use '{}'s. 24
Warnings 'if' is not followed by whitespace. 24
Warnings '==' is not preceded with whitespace. 24
Warnings '==' is not followed by whitespace. 24
Warnings 'return' is not preceded with whitespace. 24
Warnings ';' is not followed by whitespace. 24
Warnings '=' is not preceded with whitespace. 25
Warnings '=' is not followed by whitespace. 25
Warnings Line is longer than 80 characters. 26
Warnings ',' is not followed by whitespace. 27
Warnings ',' is not followed by whitespace. 27

fr/inria/opengve/mascoptLib/graphgenerator/criterium/AtLeastCriterion.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings ',' is not followed by whitespace. 7
Warnings Line is longer than 80 characters. 13
Warnings Line is longer than 80 characters. 16
Warnings Parameter criterion should be final. 16
Warnings Expected @param tag for 'criterion'. 16
Warnings Parameter expectedValue should be final. 16
Warnings Expected @param tag for 'expectedValue'. 16
Warnings Parameter scaleFactor should be final. 16
Warnings Expected @param tag for 'scaleFactor'. 16
Warnings Line is longer than 80 characters. 22
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 24
Warnings Missing a Javadoc comment. 24
Warnings Parameter graph should be final. 24
Warnings ',' is not followed by whitespace. 24
Warnings 'if' construct must use '{}'s. 27
Warnings 'if' is not followed by whitespace. 27
Warnings '==' is not preceded with whitespace. 27
Warnings '==' is not followed by whitespace. 27
Warnings 'return' is not preceded with whitespace. 27
Warnings ';' is not followed by whitespace. 27
Warnings '=' is not preceded with whitespace. 28
Warnings '=' is not followed by whitespace. 28
Warnings 'if' construct must use '{}'s. 29
Warnings 'if' is not followed by whitespace. 29
Warnings '>=' is not preceded with whitespace. 29
Warnings '>=' is not followed by whitespace. 29
Warnings 'return' is not preceded with whitespace. 29
Warnings ',' is not followed by whitespace. 30
Warnings ',' is not followed by whitespace. 30

fr/inria/opengve/mascoptLib/graphgenerator/criterium/AtMostCriterion.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 12
Warnings Type Javadoc comment is missing an @param <E> tag. 15
Warnings Type Javadoc comment is missing an @param <V> tag. 15
Warnings ',' is not followed by whitespace. 15
Warnings ',' is not followed by whitespace. 15
Warnings Line is longer than 80 characters. 18
Warnings Missing a Javadoc comment. 18
Warnings Parameter criterion should be final. 18
Warnings ',' is not followed by whitespace. 18
Warnings Parameter expectedValue should be final. 18
Warnings Parameter scaleFactor should be final. 18
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 22
Warnings Missing a Javadoc comment. 22
Warnings Parameter graph should be final. 22
Warnings ',' is not followed by whitespace. 22
Warnings 'if' construct must use '{}'s. 25
Warnings 'if' is not followed by whitespace. 25
Warnings '==' is not preceded with whitespace. 25
Warnings '==' is not followed by whitespace. 25
Warnings 'return' is not preceded with whitespace. 25
Warnings ';' is not followed by whitespace. 25
Warnings '=' is not preceded with whitespace. 26
Warnings '=' is not followed by whitespace. 26
Warnings 'if' construct must use '{}'s. 27
Warnings 'if' is not followed by whitespace. 27
Warnings '<=' is not preceded with whitespace. 27
Warnings '<=' is not followed by whitespace. 27
Warnings 'return' is not preceded with whitespace. 27
Warnings ',' is not followed by whitespace. 29
Warnings ',' is not followed by whitespace. 29

fr/inria/opengve/mascoptLib/graphgenerator/criterium/CriterionFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 6
Warnings Line is longer than 80 characters. 7
Warnings Line is longer than 80 characters. 8
Warnings Line is longer than 80 characters. 9
Warnings Line is longer than 80 characters. 10
Warnings Unused import - fr.inria.opengve.mascoptLib.graphgenerator.random.AbstractRandomGraphGenerator. 10
Warnings Type Javadoc comment is missing an @param <L> tag. 19
Warnings Type Javadoc comment is missing an @param <V> tag. 19
Warnings '{' should be on the previous line. 20
Warnings Line is longer than 80 characters. 30
Warnings Method 'getAroundDiameter' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Parameter expectedValue should be final. 32
Warnings Parameter scaleFactor should be final. 33
Warnings Line is longer than 80 characters. 49
Warnings Method 'getAtLeastDiameter' is not designed for extension - needs to be abstract, final or empty. 51
Warnings Parameter expectedValue should be final. 51
Warnings Parameter scaleFactor should be final. 52
Warnings Line is longer than 80 characters. 68
Warnings Method 'getAtMostDiameter' is not designed for extension - needs to be abstract, final or empty. 70
Warnings Parameter expectedValue should be final. 70
Warnings Parameter scaleFactor should be final. 71
Warnings Line is longer than 80 characters. 87
Warnings Method 'getAroundAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. 89
Warnings Line is longer than 80 characters. 90
Warnings Parameter expectedValue should be final. 90
Warnings Line is longer than 80 characters. 91
Warnings Parameter scaleFactor should be final. 91
Warnings Line is longer than 80 characters. 107
Warnings Method 'getAtLeastAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. 109
Warnings Line is longer than 80 characters. 110
Warnings Parameter expectedValue should be final. 110
Warnings Line is longer than 80 characters. 111
Warnings Parameter scaleFactor should be final. 111
Warnings Line is longer than 80 characters. 127
Warnings Method 'getAtMostAverageVertexDegree' is not designed for extension - needs to be abstract, final or empty. 129
Warnings Line is longer than 80 characters. 130
Warnings Parameter expectedValue should be final. 130
Warnings Line is longer than 80 characters. 131
Warnings Parameter scaleFactor should be final. 131
Warnings Line is longer than 80 characters. 147
Warnings Method 'getAroundVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. 149
Warnings Line is longer than 80 characters. 150
Warnings Parameter expectedValue should be final. 150
Warnings Line is longer than 80 characters. 151
Warnings Parameter scaleFactor should be final. 151
Warnings Line is longer than 80 characters. 167
Warnings Method 'getAtLeastVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. 169
Warnings Line is longer than 80 characters. 170
Warnings Parameter expectedValue should be final. 170
Warnings Line is longer than 80 characters. 171
Warnings Parameter scaleFactor should be final. 171
Warnings Line is longer than 80 characters. 187
Warnings Method 'getAtMostVertexStandardDeviation' is not designed for extension - needs to be abstract, final or empty. 189
Warnings Line is longer than 80 characters. 190
Warnings Parameter expectedValue should be final. 190
Warnings Line is longer than 80 characters. 191
Warnings Parameter scaleFactor should be final. 191
Warnings Line is longer than 80 characters. 207
Warnings Method 'getAroundLinkNo' is not designed for extension - needs to be abstract, final or empty. 209
Warnings Parameter expectedValue should be final. 209
Warnings Parameter scaleFactor should be final. 210
Warnings Line is longer than 80 characters. 226
Warnings Method 'getAtLeastLinkNo' is not designed for extension - needs to be abstract, final or empty. 228
Warnings Parameter expectedValue should be final. 228
Warnings Parameter scaleFactor should be final. 229
Warnings Line is longer than 80 characters. 245
Warnings Method 'getAtMostLinkNo' is not designed for extension - needs to be abstract, final or empty. 247
Warnings Parameter expectedValue should be final. 247
Warnings Parameter scaleFactor should be final. 248
Warnings Line is longer than 80 characters. 264
Warnings Method 'getAroundAverageDistance' is not designed for extension - needs to be abstract, final or empty. 266
Warnings Parameter expectedValue should be final. 266
Warnings Parameter scaleFactor should be final. 267
Warnings Line is longer than 80 characters. 283
Warnings Method 'getAtLeastAverageDistance' is not designed for extension - needs to be abstract, final or empty. 285
Warnings Parameter expectedValue should be final. 285
Warnings Parameter scaleFactor should be final. 286
Warnings Line is longer than 80 characters. 302
Warnings Method 'getAtMostAverageDistance' is not designed for extension - needs to be abstract, final or empty. 304
Warnings Parameter expectedValue should be final. 304
Warnings Parameter scaleFactor should be final. 305
Warnings Line is longer than 80 characters. 321
Warnings Method 'getAroundMaximalDegree' is not designed for extension - needs to be abstract, final or empty. 323
Warnings Parameter expectedValue should be final. 323
Warnings Parameter scaleFactor should be final. 324
Warnings Line is longer than 80 characters. 340
Warnings Method 'getAtLeastMaximalDegree' is not designed for extension - needs to be abstract, final or empty. 342
Warnings Parameter expectedValue should be final. 342
Warnings Parameter scaleFactor should be final. 343
Warnings Line is longer than 80 characters. 359
Warnings Method 'getAtMostMaximalDegree' is not designed for extension - needs to be abstract, final or empty. 361
Warnings Parameter expectedValue should be final. 361
Warnings Parameter scaleFactor should be final. 362

fr/inria/opengve/mascoptLib/graphgenerator/criterium/FitnessCriterion.java

Violation Message Line
Warnings First sentence should end with a period. 6
Warnings Line is longer than 80 characters. 6
Warnings Type Javadoc comment is missing an @param <E> tag. 9
Warnings Type Javadoc comment is missing an @param <V> tag. 9
Warnings ',' is not followed by whitespace. 9
Warnings '{' should be on the previous line. 10
Warnings First sentence should end with a period. 11
Warnings Expected an @return tag. 14
Warnings ',' is not followed by whitespace. 14
Warnings Expected @param tag for 'graph'. 14

fr/inria/opengve/mascoptLib/graphgenerator/criterium/GraphCriterionFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 6
Warnings Unused import - fr.inria.opengve.mascoptLib.graphgenerator.random.AbstractRandomGraphGenerator. 6
Warnings Missing a Javadoc comment. 8
Warnings '{' should be on the previous line. 10
Warnings Missing a Javadoc comment. 11
Warnings Missing a Javadoc comment. 15
Warnings Parameter minCutComputator should be final. 15
Warnings Line is longer than 80 characters. 30
Warnings Method 'getAroundMinCut' is not designed for extension - needs to be abstract, final or empty. 32
Warnings Parameter expectedValue should be final. 32
Warnings Parameter scaleFactor should be final. 33
Warnings Line is longer than 80 characters. 36
Warnings Line is longer than 80 characters. 51
Warnings Method 'getAtLeastMinCut' is not designed for extension - needs to be abstract, final or empty. 53
Warnings Parameter expectedValue should be final. 53
Warnings Parameter scaleFactor should be final. 54
Warnings Line is longer than 80 characters. 57
Warnings Line is longer than 80 characters. 72
Warnings Method 'getAtMostMinCut' is not designed for extension - needs to be abstract, final or empty. 74
Warnings Parameter expectedValue should be final. 74
Warnings Parameter scaleFactor should be final. 75
Warnings Line is longer than 80 characters. 78

fr/inria/opengve/mascoptLib/graphgenerator/criterium/MascoptDiGraphCriterionFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 6
Warnings Missing a Javadoc comment. 6

fr/inria/opengve/mascoptLib/graphgenerator/criterium/MascoptGraphCriterionFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 3
Warnings Line is longer than 80 characters. 7
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings Missing a Javadoc comment. 9
Warnings '{' is not preceded with whitespace. 9

fr/inria/opengve/mascoptLib/graphgenerator/criterium/WrapperCriterion.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Type Javadoc comment is missing an @param <L> tag. 11
Warnings Type Javadoc comment is missing an @param <V> tag. 11
Warnings '{' should be on the previous line. 13
Warnings Missing a Javadoc comment. 14
Warnings Name 'criterion_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
Warnings Variable 'criterion_' must be private and have accessor methods. 14
Warnings Missing a Javadoc comment. 16
Warnings Name 'expectedValue_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Warnings Variable 'expectedValue_' must be private and have accessor methods. 16
Warnings Missing a Javadoc comment. 18
Warnings Name 'scaleFactor_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Warnings Variable 'scaleFactor_' must be private and have accessor methods. 18
Warnings Missing a Javadoc comment. 22
Warnings Parameter criterion should be final. 22
Warnings Parameter expectedValue should be final. 23
Warnings Parameter scaleFactor should be final. 23
Warnings Expected an @return tag. 39
Warnings Parameter value should be final. 39
Warnings Expected @param tag for 'value'. 39
Warnings Parameter expectedValue should be final. 39
Warnings Expected @param tag for 'expectedValue'. 39
Warnings Parameter scaleFactor should be final. 40
Warnings Expected @param tag for 'scaleFactor'. 40
Warnings Line is longer than 80 characters. 41
Warnings '0.001' is a magic number. 41
Warnings '0.999999' is a magic number. 41
Warnings Line is longer than 80 characters. 42
Warnings Line is longer than 80 characters. 43
Warnings Line is longer than 80 characters. 44
Warnings Line is longer than 80 characters. 45
Warnings Line is longer than 80 characters. 46
Warnings '0.001' is a magic number. 46
Warnings First sentence should end with a period. 52
Warnings Method 'normalizeValue' is not designed for extension - needs to be abstract, final or empty. 61
Warnings Parameter value should be final. 61
Warnings Expected @param tag for 'value'. 61
Warnings Parameter expectedValue should be final. 61
Warnings Expected @param tag for 'expectedValue'. 61
Warnings Parameter scaleFactor should be final. 62
Warnings Expected @param tag for 'scaleFactor'. 62
Warnings Line is longer than 80 characters. 66
Warnings Line is longer than 80 characters. 68
Warnings Line is longer than 80 characters. 70
Warnings '0.001' is a magic number. 73
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 78
Warnings Missing a Javadoc comment. 78
Warnings Expected an @return tag. 93
Warnings Expected @param tag for 'graph'. 93

fr/inria/opengve/mascoptLib/graphgenerator/criterium/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/NumericPropriertyComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 6
Warnings Type Javadoc comment is missing an @param <E> tag. 9
Warnings Type Javadoc comment is missing an @param <V> tag. 9
Warnings ',' is not followed by whitespace. 9
Warnings '{' should be on the previous line. 10
Warnings Missing a Javadoc comment. 11
Warnings Redundant 'public' modifier. 11
Warnings Missing a Javadoc comment. 12
Warnings Redundant 'public' modifier. 12
Warnings Missing a Javadoc comment. 13
Warnings Redundant 'public' modifier. 13

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/SimpleComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 7
Warnings Line is longer than 80 characters. 9
Warnings Type Javadoc comment is missing an @param <E> tag. 9
Warnings Type Javadoc comment is missing an @param <V> tag. 9
Warnings ',' is not followed by whitespace. 9
Warnings ',' is not followed by whitespace. 9
Warnings Missing a Javadoc comment. 11
Warnings ',' is not followed by whitespace. 11
Warnings Name 'graph_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Warnings Variable 'graph_' must be private and have accessor methods. 11
Warnings Missing a Javadoc comment. 12
Warnings Name 'result_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Warnings Variable 'result_' must be private and have accessor methods. 12
Warnings Missing a Javadoc comment. 14
Warnings Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 16
Warnings Missing a Javadoc comment. 16
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 20
Warnings Missing a Javadoc comment. 20
Warnings Parameter graph should be final. 20
Warnings ',' is not followed by whitespace. 20
Warnings '=' is not preceded with whitespace. 21
Warnings '=' is not followed by whitespace. 21

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageDegreeComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
Warnings Line is longer than 80 characters. 7
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings ',' is not followed by whitespace. 7
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 10
Warnings Missing a Javadoc comment. 10
Warnings '{' is not followed by whitespace. 11
Warnings Line is longer than 80 characters. 18
Warnings Line is longer than 80 characters. 19
Warnings '=' is not preceded with whitespace. 19
Warnings '/' is not preceded with whitespace. 19
Warnings '/' is not followed by whitespace. 19
Warnings '*' is not preceded with whitespace. 19
Warnings '*' is not followed by whitespace. 19
Warnings '0.5' is a magic number. 19

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageDistanceComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 6
Warnings Missing a Javadoc comment. 10
Warnings '{' should be on the previous line. 12
Warnings Missing a Javadoc comment. 13
Warnings Name 'visitedVertices_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings Variable 'visitedVertices_' must be private and have accessor methods. 13
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 14
Warnings Missing a Javadoc comment. 14
Warnings '=' is not preceded with whitespace. 15
Warnings '=' is not followed by whitespace. 15
Warnings '=' is not preceded with whitespace. 16
Warnings '=' is not followed by whitespace. 16
Warnings '*' is not preceded with whitespace. 16
Warnings '*' is not followed by whitespace. 16
Warnings 'for' is not followed by whitespace. 18
Warnings '{' is not preceded with whitespace. 18
Warnings 'if' is not followed by whitespace. 22
Warnings '!=' is not preceded with whitespace. 22
Warnings '!=' is not followed by whitespace. 22
Warnings '{' is not preceded with whitespace. 22
Warnings '=' is not preceded with whitespace. 23
Warnings '=' is not followed by whitespace. 23
Warnings Line is longer than 80 characters. 30
Warnings '=' is not preceded with whitespace. 30
Warnings '=' is not followed by whitespace. 30
Warnings '/' is not preceded with whitespace. 30
Warnings '/' is not followed by whitespace. 30
Warnings ',' is not followed by whitespace. 30
Warnings '-' is not preceded with whitespace. 30
Warnings '-' is not followed by whitespace. 30
Warnings Missing a Javadoc comment. 32
Warnings Name 'resultMean_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warnings Variable 'resultMean_' must be private and have accessor methods. 32
Warnings '=' is not preceded with whitespace. 32
Warnings '=' is not followed by whitespace. 32
Warnings Method 'maxDistance' is not designed for extension - needs to be abstract, final or empty. 33
Warnings Missing a Javadoc comment. 33
Warnings Parameter rootVertex should be final. 33
Warnings '{' is not preceded with whitespace. 33
Warnings '=' is not preceded with whitespace. 34
Warnings '=' is not followed by whitespace. 34
Warnings '=' is not preceded with whitespace. 35
Warnings '=' is not followed by whitespace. 35
Warnings '=' is not preceded with whitespace. 37
Warnings '=' is not followed by whitespace. 37
Warnings '=' is not preceded with whitespace. 38
Warnings '=' is not followed by whitespace. 38
Warnings '=' is not preceded with whitespace. 41
Warnings '=' is not followed by whitespace. 41
Warnings ';' is not followed by whitespace. 41
Warnings ';' is not followed by whitespace. 41
Warnings '=' is not preceded with whitespace. 41
Warnings '=' is not followed by whitespace. 41
Warnings '{' is not preceded with whitespace. 41
Warnings 'if' is not followed by whitespace. 42
Warnings '==' is not preceded with whitespace. 42
Warnings '==' is not followed by whitespace. 42
Warnings '{' is not preceded with whitespace. 42
Warnings Line is longer than 80 characters. 45
Warnings '+=' is not preceded with whitespace. 46
Warnings '+=' is not followed by whitespace. 46
Warnings '*' is not preceded with whitespace. 46
Warnings '*' is not followed by whitespace. 46
Warnings '-' is not preceded with whitespace. 46
Warnings '-' is not followed by whitespace. 46
Warnings '=' is not preceded with whitespace. 47
Warnings '=' is not followed by whitespace. 47
Warnings 'if' construct must use '{}'s. 48
Warnings 'if' is not followed by whitespace. 48
Warnings 'return' is not preceded with whitespace. 48
Warnings '-' is not preceded with whitespace. 48
Warnings '-' is not followed by whitespace. 48
Warnings ':' is not followed by whitespace. 54
Warnings '{' is not preceded with whitespace. 54
Warnings 'if' construct must use '{}'s. 55
Warnings 'if' is not followed by whitespace. 55

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/AverageShortestPathComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 10
Warnings Line is longer than 80 characters. 13
Warnings Type Javadoc comment is missing an @param <E> tag. 13
Warnings Type Javadoc comment is missing an @param <V> tag. 13
Warnings ',' is not followed by whitespace. 13
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 15
Warnings Missing a Javadoc comment. 15
Warnings '=' is not preceded with whitespace. 16
Warnings '=' is not followed by whitespace. 16
Warnings '*' is not preceded with whitespace. 16
Warnings '*' is not followed by whitespace. 16
Warnings '=' is not preceded with whitespace. 17
Warnings '=' is not followed by whitespace. 17
Warnings 'for' is not followed by whitespace. 18
Warnings '{' is not preceded with whitespace. 18
Warnings '=' is not preceded with whitespace. 20
Warnings '=' is not followed by whitespace. 20
Warnings 'if' is not followed by whitespace. 21
Warnings '!=' is not preceded with whitespace. 21
Warnings '!=' is not followed by whitespace. 21
Warnings '{' is not preceded with whitespace. 21
Warnings '=' is not preceded with whitespace. 22
Warnings '=' is not followed by whitespace. 22
Warnings '+=' is not preceded with whitespace. 25
Warnings '+=' is not followed by whitespace. 25
Warnings '=' is not preceded with whitespace. 27
Warnings '=' is not followed by whitespace. 27
Warnings '/' is not preceded with whitespace. 27
Warnings '/' is not followed by whitespace. 27

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/DiameterComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 6
Warnings Line is longer than 80 characters. 11
Warnings Missing a Javadoc comment. 11
Warnings ',' is not followed by whitespace. 11
Warnings ',' is not followed by whitespace. 11
Warnings Missing a Javadoc comment. 13
Warnings Name 'visitedVertices_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Warnings Variable 'visitedVertices_' must be private and have accessor methods. 13
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 14
Warnings Missing a Javadoc comment. 14
Warnings '=' is not preceded with whitespace. 15
Warnings '=' is not followed by whitespace. 15
Warnings '*' is not preceded with whitespace. 15
Warnings '*' is not followed by whitespace. 15
Warnings '=' is not preceded with whitespace. 16
Warnings '=' is not followed by whitespace. 16
Warnings 'for' is not followed by whitespace. 17
Warnings '{' is not preceded with whitespace. 17
Warnings '=' is not preceded with whitespace. 19
Warnings '=' is not followed by whitespace. 19
Warnings 'if' is not followed by whitespace. 20
Warnings '!=' is not preceded with whitespace. 20
Warnings '!=' is not followed by whitespace. 20
Warnings '{' is not preceded with whitespace. 20
Warnings '=' is not preceded with whitespace. 21
Warnings '=' is not followed by whitespace. 21
Warnings 'if' construct must use '{}'s. 24
Warnings 'if' is not followed by whitespace. 24
Warnings '>' is not preceded with whitespace. 24
Warnings '>' is not followed by whitespace. 24
Warnings '=' is not preceded with whitespace. 25
Warnings '=' is not followed by whitespace. 25
Warnings '=' is not preceded with whitespace. 27
Warnings '=' is not followed by whitespace. 27
Warnings ';' is not followed by whitespace. 27
Warnings Method 'maxDistance' is not designed for extension - needs to be abstract, final or empty. 30
Warnings Missing a Javadoc comment. 30
Warnings Parameter rootVertex should be final. 30
Warnings '{' is not preceded with whitespace. 30
Warnings '=' is not preceded with whitespace. 31
Warnings '=' is not followed by whitespace. 31
Warnings '=' is not preceded with whitespace. 32
Warnings '=' is not followed by whitespace. 32
Warnings '=' is not preceded with whitespace. 33
Warnings '=' is not followed by whitespace. 33
Warnings '=' is not preceded with whitespace. 36
Warnings '=' is not followed by whitespace. 36
Warnings ';' is not followed by whitespace. 36
Warnings ';' is not followed by whitespace. 36
Warnings '=' is not preceded with whitespace. 36
Warnings '=' is not followed by whitespace. 36
Warnings '{' is not preceded with whitespace. 36
Warnings 'if' is not followed by whitespace. 37
Warnings '==' is not preceded with whitespace. 37
Warnings '==' is not followed by whitespace. 37
Warnings '{' is not preceded with whitespace. 37
Warnings 'if' construct must use '{}'s. 39
Warnings 'if' is not followed by whitespace. 39
Warnings 'return' is not preceded with whitespace. 39
Warnings '-' is not preceded with whitespace. 39
Warnings '-' is not followed by whitespace. 39
Warnings ':' is not followed by whitespace. 44
Warnings '{' is not preceded with whitespace. 44
Warnings 'if' construct must use '{}'s. 45
Warnings 'if' is not followed by whitespace. 45

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/LinkNoComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings ',' is not followed by whitespace. 7
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 10
Warnings Missing a Javadoc comment. 10
Warnings '=' is not preceded with whitespace. 12
Warnings '=' is not followed by whitespace. 12

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/MaximalDegreeComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 4
Warnings Line is longer than 80 characters. 7
Warnings Missing a Javadoc comment. 7
Warnings ',' is not followed by whitespace. 7
Warnings ',' is not followed by whitespace. 7
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 10
Warnings Missing a Javadoc comment. 10
Warnings '=' is not preceded with whitespace. 12
Warnings '=' is not followed by whitespace. 12
Warnings 'for' is not followed by whitespace. 13
Warnings '{' is not preceded with whitespace. 13
Warnings '=' is not preceded with whitespace. 14
Warnings '=' is not followed by whitespace. 14
Warnings ',' is not followed by whitespace. 14
Warnings '=' is not preceded with whitespace. 16

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/StandardDeviationComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 5
Warnings Line is longer than 80 characters. 8
Warnings Missing a Javadoc comment. 8
Warnings ',' is not followed by whitespace. 8
Warnings ',' is not followed by whitespace. 8
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 10
Warnings Missing a Javadoc comment. 10
Warnings Parameter graph should be final. 11
Warnings ',' is not followed by whitespace. 11
Warnings '{' is not preceded with whitespace. 11
Warnings '=' is not preceded with whitespace. 12
Warnings '=' is not followed by whitespace. 12
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 15
Warnings Missing a Javadoc comment. 15
Warnings '=' is not preceded with whitespace. 16
Warnings '=' is not followed by whitespace. 16
Warnings '=' is not preceded with whitespace. 17
Warnings '=' is not followed by whitespace. 17
Warnings '/' is not preceded with whitespace. 17
Warnings '/' is not followed by whitespace. 17
Warnings '*' is not preceded with whitespace. 17
Warnings '*' is not followed by whitespace. 17
Warnings '0.5' is a magic number. 17
Warnings 'for' is not followed by whitespace. 18
Warnings '{' is not preceded with whitespace. 18
Warnings '+=' is not preceded with whitespace. 20
Warnings '+=' is not followed by whitespace. 20
Warnings '(' is followed by whitespace. 20
Warnings ')' is preceded with whitespace. 20
Warnings '=' is not preceded with whitespace. 22
Warnings '/' is not preceded with whitespace. 22
Warnings '/' is not followed by whitespace. 22
Warnings 'cast' is not followed by whitespace. 22

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/common/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/undirected/MinCutComputator.java

Violation Message Line
Warnings Line is longer than 80 characters. 7
Warnings Missing a Javadoc comment. 10
Warnings '{' should be on the previous line. 12
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 17
Warnings Parameter computator should be final. 17
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 23
Warnings Missing a Javadoc comment. 23
Warnings 'if' construct must use '{}'s. 24
Warnings 'if' construct must use '{}'s. 26
Warnings 'if' construct must use '{}'s. 28

fr/inria/opengve/mascoptLib/graphgenerator/numericproperty/undirected/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/random/AbstractRandomGraphGenerator.java

Violation Message Line
Warnings Unused import - fr.inria.opengve.mascoptLib.graphgenerator.criterium.CriterionFactory. 12
Warnings Type Javadoc comment is missing an @param <L> tag. 22
Warnings Type Javadoc comment is missing an @param <V> tag. 22
Warnings '{' should be on the previous line. 23
Warnings First sentence should end with a period. 30
Warnings First sentence should end with a period. 34
Warnings First sentence should end with a period. 38
Warnings '{' should be on the previous line. 51
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Name 'computator_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Warnings Variable 'computator_' must be private and have accessor methods. 54
Warnings Missing a Javadoc comment. 58
Warnings Parameter computator should be final. 58
Warnings Missing a Javadoc comment. 75
Warnings First sentence should end with a period. 79
Warnings Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. 91
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 112
Warnings Parameter strategy should be final. 112
Warnings Parameter maxActionsForStep should be final. 112
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 133
Warnings Parameter strategy should be final. 133
Warnings Method 'addValuator' is not designed for extension - needs to be abstract, final or empty. 152
Warnings Parameter computator should be final. 152
Warnings Parameter heavy should be final. 152
Warnings Method 'addInvariant' is not designed for extension - needs to be abstract, final or empty. 170
Warnings Parameter computator should be final. 170
Warnings Method 'setFailedIterationLimit' is not designed for extension - needs to be abstract, final or empty. 184
Warnings Parameter limit should be final. 184
Warnings Method 'setImprovementLimit' is not designed for extension - needs to be abstract, final or empty. 197
Warnings Parameter limit should be final. 197
Warnings Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. 208
Warnings Parameter graph should be final. 208
Warnings Expected @param tag for 'graph'. 208
Warnings Line is longer than 80 characters. 225
Warnings Method 'compute' is not designed for extension - needs to be abstract, final or empty. 237
Warnings 'if' construct must use '{}'s. 239
Warnings 'if' construct must use '{}'s. 241
Warnings 'if' construct must use '{}'s. 243
Warnings 'if' construct must use '{}'s. 248
Warnings 'else' construct must use '{}'s. 251
Warnings First sentence should end with a period. 258
Warnings Expected an @return tag. 263
Warnings 'if' construct must use '{}'s. 268
Warnings ';' is not followed by whitespace. 275
Warnings 'if' construct must use '{}'s. 288
Warnings ';' is preceded with whitespace. 292
Warnings ';' is preceded with whitespace. 299
Warnings 'if' construct must use '{}'s. 302
Warnings First sentence should end with a period. 309
Warnings Expected an @return tag. 314
Warnings 'if' construct must use '{}'s. 319
Warnings Line is longer than 80 characters. 326
Warnings Line is longer than 80 characters. 327
Warnings ';' is preceded with whitespace. 330
Warnings 'for' construct must use '{}'s. 333
Warnings 'for' construct must use '{}'s. 342
Warnings 'if' construct must use '{}'s. 345
Warnings ';' is preceded with whitespace. 348
Warnings 'for' construct must use '{}'s. 354
Warnings ';' is preceded with whitespace. 356
Warnings ';' is not followed by whitespace. 357
Warnings 'if' construct must use '{}'s. 364
Warnings Missing a Javadoc comment. 371
Warnings 'if' construct must use '{}'s. 372
Warnings ';' is not followed by whitespace. 374
Warnings Missing a Javadoc comment. 380
Warnings Name 'strategy_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 380
Warnings Variable 'strategy_' must be private and have accessor methods. 380
Warnings Missing a Javadoc comment. 382
Warnings Name 'maxActionsForStep_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 382
Warnings Variable 'maxActionsForStep_' must be private and have accessor methods. 382
Warnings Line is longer than 80 characters. 384
Warnings Missing a Javadoc comment. 384
Warnings Name 'fitnessComputator_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 384
Warnings Variable 'fitnessComputator_' must be private and have accessor methods. 384
Warnings Line is longer than 80 characters. 386
Warnings Missing a Javadoc comment. 386
Warnings Missing a Javadoc comment. 388
Warnings Missing a Javadoc comment. 390
Warnings Name 'limit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 390
Warnings Variable 'limit_' must be private and have accessor methods. 390
Warnings '100' is a magic number. 390
Warnings Missing a Javadoc comment. 392
Warnings Name 'limitImprovement_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 392
Warnings Variable 'limitImprovement_' must be private and have accessor methods. 392
Warnings '100' is a magic number. 392

fr/inria/opengve/mascoptLib/graphgenerator/random/MascoptRandomDiGraphGenerator.java

Violation Message Line
Warnings Missing a Javadoc comment. 8
Warnings '{' should be on the previous line. 10
Warnings Line is longer than 80 characters. 14
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 17
Warnings Missing a Javadoc comment. 17
Warnings Parameter strategy should be final. 17
Warnings Parameter maxActionsForStep should be final. 17
Warnings Line is longer than 80 characters. 26
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 28
Warnings Missing a Javadoc comment. 28
Warnings Parameter strategy should be final. 28
Warnings Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. 34
Warnings Missing a Javadoc comment. 34
Warnings Line is longer than 80 characters. 35
Warnings Parameter graph should be final. 35

fr/inria/opengve/mascoptLib/graphgenerator/random/MascoptRandomGraphGenerator.java

Violation Message Line
Warnings '{' should be on the previous line. 16
Warnings Line is longer than 80 characters. 21
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 24
Warnings Missing a Javadoc comment. 24
Warnings Parameter strategy should be final. 24
Warnings Parameter maxActionsForStep should be final. 24
Warnings Line is longer than 80 characters. 33
Warnings Method 'setStrategy' is not designed for extension - needs to be abstract, final or empty. 35
Warnings Missing a Javadoc comment. 35
Warnings Parameter strategy should be final. 35
Warnings Method 'copyGraph' is not designed for extension - needs to be abstract, final or empty. 41
Warnings Missing a Javadoc comment. 41
Warnings Line is longer than 80 characters. 42
Warnings Parameter graph should be final. 42

fr/inria/opengve/mascoptLib/graphgenerator/random/Strategy.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings First sentence should end with a period. 16
Warnings Missing a Javadoc comment. 23
Warnings Line is longer than 80 characters. 24
Warnings Missing a Javadoc comment. 24
Warnings Parameter startGraph should be final. 24
Warnings Line is longer than 80 characters. 30
Warnings Missing a Javadoc comment. 30
Warnings Parameter chanceGenerator should be final. 30
Warnings Line is longer than 80 characters. 31
Warnings Parameter action should be final. 31
Warnings Missing a Javadoc comment. 35
Warnings Line is longer than 80 characters. 36
Warnings Missing a Javadoc comment. 36
Warnings Parameter startGraph should be final. 36
Warnings Line is longer than 80 characters. 37
Warnings Line is longer than 80 characters. 47
Warnings Missing a Javadoc comment. 47
Warnings Parameter chanceGenerator should be final. 47
Warnings Line is longer than 80 characters. 48
Warnings Parameter action should be final. 48
Warnings Missing a Javadoc comment. 52
Warnings Line is longer than 80 characters. 53
Warnings Missing a Javadoc comment. 53
Warnings Parameter startGraph should be final. 53
Warnings Line is longer than 80 characters. 55
Warnings 'for' construct must use '{}'s. 57
Warnings '(' is followed by whitespace. 58
Warnings Line is longer than 80 characters. 66
Warnings Missing a Javadoc comment. 66
Warnings Parameter chanceGenerator should be final. 66
Warnings Line is longer than 80 characters. 67
Warnings Parameter action should be final. 67
Warnings Line is longer than 80 characters. 83
Warnings First sentence should end with a period. 87
Warnings Line is longer than 80 characters. 98
Warnings Expected @param tag for 'chanceGenerator'. 98
Warnings Line is longer than 80 characters. 99
Warnings Expected @param tag for 'action'. 99
Warnings Missing a Javadoc comment. 103
Warnings Line is longer than 80 characters. 104
Warnings Parameter startGraph should be final. 104
Warnings 'if' construct must use '{}'s. 109
Warnings '(' is followed by whitespace. 109
Warnings Line is longer than 80 characters. 111
Warnings ')' is preceded with whitespace. 113
Warnings ')' is preceded with whitespace. 114
Warnings 'if' construct must use '{}'s. 115
Warnings 'if' construct must use '{}'s. 117
Warnings '(' is followed by whitespace. 117
Warnings Line is longer than 80 characters. 118
Warnings Line is longer than 80 characters. 128
Warnings Missing a Javadoc comment. 128
Warnings Parameter graph should be final. 128
Warnings 'if' construct must use '{}'s. 132
Warnings Line is longer than 80 characters. 154

fr/inria/opengve/mascoptLib/graphgenerator/random/SumListFitnessComputator.java

Violation Message Line
Warnings Missing a Javadoc comment. 11
Warnings '{' should be on the previous line. 12
Warnings Missing a Javadoc comment. 13
Warnings '{' should be on the previous line. 14
Warnings Missing a Javadoc comment. 15
Warnings Variable 'criterion' must be private and have accessor methods. 15
Warnings Missing a Javadoc comment. 17
Warnings Variable 'heavy' must be private and have accessor methods. 17
Warnings Missing a Javadoc comment. 21
Warnings Parameter criterion should be final. 21
Warnings 'criterion' hides a field. 21
Warnings Parameter heavy should be final. 21
Warnings 'heavy' hides a field. 21
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 39
Warnings Parameter criterion should be final. 39
Warnings Parameter heavy should be final. 39
Warnings Expected an @return tag. 55
Warnings Parameter graph should be final. 55
Warnings Expected @param tag for 'graph'. 55
Warnings Parameter otherValue should be final. 55
Warnings Expected @param tag for 'otherValue'. 55
Warnings 'if' construct must use '{}'s. 60
Warnings Line is longer than 80 characters. 62
Warnings '2.5' is a magic number. 62
Warnings 'if' construct must use '{}'s. 63
Warnings First sentence should end with a period. 76
Warnings Expected an @return tag. 79
Warnings Parameter graph should be final. 79
Warnings Expected @param tag for 'graph'. 79
Warnings 'if' construct must use '{}'s. 83

fr/inria/opengve/mascoptLib/graphgenerator/random/package.html

Violation Message Line
Warnings Missing package documentation file. 0

fr/inria/opengve/mascoptLib/graphgenerator/topology/MascoptStartingDiGraphFactory.java

Violation Message Line
Warnings First sentence should end with a period. 13
Warnings '{' should be on the previous line. 27
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 28
Warnings Missing a Javadoc comment. 28
Warnings Line is longer than 80 characters. 29
Warnings Parameter x should be final. 29
Warnings Parameter y should be final. 29
Warnings '{' is not preceded with whitespace. 29
Warnings 'return' is not preceded with whitespace. 29
Warnings '{' is not followed by whitespace. 29
Warnings ',' is not followed by whitespace. 29
Warnings ';' is not followed by whitespace. 29
Warnings '}' is not preceded with whitespace. 29
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 30
Warnings Missing a Javadoc comment. 30
Warnings Line is longer than 80 characters. 31
Warnings '{' is not preceded with whitespace. 31
Warnings 'return' is not preceded with whitespace. 31
Warnings '{' is not followed by whitespace. 31
Warnings ';' is not followed by whitespace. 31
Warnings '}' is not preceded with whitespace. 31

fr/inria/opengve/mascoptLib/graphgenerator/topology/MascoptStartingGraphFactory.java

Violation Message Line
Warnings First sentence should end with a period. 9
Warnings Line is longer than 80 characters. 18
Warnings ',' is not followed by whitespace. 18
Warnings Line is longer than 80 characters. 21
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 23
Warnings Missing a Javadoc comment. 23
Warnings Line is longer than 80 characters. 24
Warnings Parameter x should be final. 24
Warnings Parameter y should be final. 24
Warnings '{' is not preceded with whitespace. 24
Warnings 'return' is not preceded with whitespace. 24
Warnings '{' is not followed by whitespace. 24
Warnings ',' is not followed by whitespace. 24
Warnings ';' is not followed by whitespace. 24
Warnings '}' is not preceded with whitespace. 24
Warnings Line is longer than 80 characters. 26
Warnings Method 'newGraph' is not designed for extension - needs to be abstract, final or empty. 28
Warnings Missing a Javadoc comment. 28
Warnings Line is longer than 80 characters. 29
Warnings '{' is not preceded with whitespace. 29
Warnings 'return' is not preceded with whitespace. 29
Warnings '{' is not followed by whitespace. 29
Warnings ';' is not followed by whitespace. 29
Warnings '}' is not preceded with whitespace. 29

fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingAbstractGraphFactory.java

Violation Message Line
Warnings '{' should be on the previous line. 24
Warnings Line is longer than 80 characters. 58
Warnings Line is longer than 80 characters. 73
Warnings Method 'newVertex' is not designed for extension - needs to be abstract, final or empty. 82
Warnings Missing a Javadoc comment. 86
Warnings Method 'getOnlyVerticesGraph' is not designed for extension - needs to be abstract, final or empty. 97
Warnings Parameter verticesNo should be final. 97
Warnings ')' is preceded with whitespace. 101
Warnings '100' is a magic number. 102
Warnings '100' is a magic number. 103
Warnings Method 'getTorusGraph' is not designed for extension - needs to be abstract, final or empty. 120
Warnings Parameter verticesXNo should be final. 120
Warnings Parameter verticesYNo should be final. 120
Warnings 'for' construct must use '{}'s. 123
Warnings ')' is preceded with whitespace. 123
Warnings ')' is preceded with whitespace. 124
Warnings '100' is a magic number. 125
Warnings '100' is a magic number. 125
Warnings ')' is preceded with whitespace. 129
Warnings 'for' construct must use '{}'s. 133
Warnings ')' is preceded with whitespace. 133
Warnings ')' is preceded with whitespace. 138
Warnings '(' is followed by whitespace. 140
Warnings 'for' construct must use '{}'s. 142
Warnings ')' is preceded with whitespace. 142
Warnings '(' is followed by whitespace. 143
Warnings First sentence should end with a period. 151
Warnings Method 'getRegularGraph' is not designed for extension - needs to be abstract, final or empty. 161
Warnings Parameter regularSize should be final. 161
Warnings Parameter verticesNo should be final. 161
Warnings ')' is preceded with whitespace. 165
Warnings '100' is a magic number. 166
Warnings '100' is a magic number. 167
Warnings ')' is preceded with whitespace. 170
Warnings ')' is preceded with whitespace. 171
Warnings '(' is followed by whitespace. 173
Warnings Method 'getRandomSpanningTreeGraph' is not designed for extension - needs to be abstract, final or empty. 188
Warnings Parameter verticesNo should be final. 188
Warnings '(' is followed by whitespace. 196
Warnings '100' is a magic number. 197
Warnings '100' is a magic number. 198
Warnings Method 'getGridGraph' is not designed for extension - needs to be abstract, final or empty. 218
Warnings Parameter verticesXNo should be final. 218
Warnings Parameter verticesYNo should be final. 218
Warnings 'for' construct must use '{}'s. 221
Warnings ')' is preceded with whitespace. 221
Warnings ')' is preceded with whitespace. 222
Warnings '100' is a magic number. 223
Warnings '100' is a magic number. 223
Warnings 'for' construct must use '{}'s. 227
Warnings ')' is preceded with whitespace. 227
Warnings 'for' construct must use '{}'s. 228
Warnings ')' is preceded with whitespace. 228
Warnings 'for' construct must use '{}'s. 232
Warnings ')' is preceded with whitespace. 232
Warnings 'for' construct must use '{}'s. 233
Warnings ')' is preceded with whitespace. 233
Warnings '(' is followed by whitespace. 234
Warnings Method 'getStarGraph' is not designed for extension - needs to be abstract, final or empty. 248
Warnings Parameter verticesNo should be final. 248
Warnings '(' is followed by whitespace. 255
Warnings '100' is a magic number. 256
Warnings '100' is a magic number. 257
Warnings Method 'getCompleteGraph' is not designed for extension - needs to be abstract, final or empty. 274
Warnings Parameter verticesNo should be final. 275
Warnings Line is longer than 80 characters. 294
Warnings Method 'getRegularGraphWithCenter' is not designed for extension - needs to be abstract, final or empty. 294
Warnings Parameter regularSize should be final. 294
Warnings Parameter verticesNo should be final. 294
Warnings ')' is preceded with whitespace. 301
Warnings '100' is a magic number. 302
Warnings '100' is a magic number. 303
Warnings ')' is preceded with whitespace. 306
Warnings ')' is preceded with whitespace. 307
Warnings '(' is followed by whitespace. 309
Warnings 'for' construct must use '{}'s. 312
Warnings ')' is preceded with whitespace. 312
Warnings Method 'getCartepilarGraph' is not designed for extension - needs to be abstract, final or empty. 327
Warnings Parameter deep should be final. 327
Warnings '3' is a magic number. 329
Warnings '100' is a magic number. 331
Warnings '100' is a magic number. 331
Warnings ')' is preceded with whitespace. 334
Warnings '100' is a magic number. 335
Warnings '100' is a magic number. 335
Warnings '-50' is a magic number. 335
Warnings '100' is a magic number. 338
Warnings '100' is a magic number. 338
Warnings '100' is a magic number. 341
Warnings '100' is a magic number. 341
Warnings '50' is a magic number. 341
Warnings ')' is preceded with whitespace. 346
Warnings '3' is a magic number. 347
Warnings '3' is a magic number. 348
Warnings '3' is a magic number. 348
Warnings '3' is a magic number. 349
Warnings '3' is a magic number. 349
Warnings '3' is a magic number. 350
Warnings Method 'getSpiderGraph' is not designed for extension - needs to be abstract, final or empty. 367
Warnings Parameter nbPaw should be final. 367
Warnings Parameter pawLenght should be final. 367
Warnings ')' is preceded with whitespace. 373
Warnings ')' is preceded with whitespace. 374
Warnings '100' is a magic number. 375
Warnings '100' is a magic number. 375
Warnings '100' is a magic number. 376
Warnings '100' is a magic number. 376
Warnings ')' is preceded with whitespace. 381
Warnings ')' is preceded with whitespace. 384
Warnings ')' is preceded with whitespace. 385

fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingDiGraphFactory.java

Violation Message Line
Warnings '{' should be on the previous line. 18
Warnings Method 'addSingleLink' is not designed for extension - needs to be abstract, final or empty. 19
Warnings Missing a Javadoc comment. 19
Warnings Parameter graph should be final. 20
Warnings Parameter vertex1 should be final. 20
Warnings Parameter vertex2 should be final. 20
Warnings Method 'addDoubleLink' is not designed for extension - needs to be abstract, final or empty. 26
Warnings Missing a Javadoc comment. 26
Warnings Parameter graph should be final. 27
Warnings Parameter vertex1 should be final. 27
Warnings Parameter vertex2 should be final. 27

fr/inria/opengve/mascoptLib/graphgenerator/topology/StartingUnGraphFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 17
Warnings Line is longer than 80 characters. 20
Warnings Method 'addSingleLink' is not designed for extension - needs to be abstract, final or empty. 22
Warnings Missing a Javadoc comment. 22
Warnings Parameter graph should be final. 23
Warnings Parameter vertex1 should be final. 23
Warnings Parameter vertex2 should be final. 23
Warnings '{' is not preceded with whitespace. 23
Warnings ',' is not followed by whitespace. 24
Warnings Line is longer than 80 characters. 27
Warnings Method 'addDoubleLink' is not designed for extension - needs to be abstract, final or empty. 29
Warnings Missing a Javadoc comment. 29
Warnings Parameter graph should be final. 30
Warnings Parameter vertex1 should be final. 30
Warnings Parameter vertex2 should be final. 30
Warnings '{' is not preceded with whitespace. 30
Warnings ',' is not followed by whitespace. 31

fr/inria/opengve/mascoptLib/graphgenerator/topology/package.html

Violation Message Line
Warnings Missing package documentation file. 0