Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 0 375 0

Rules

Rules Violations Severity
JavadocMethod
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
26 Warnings Warning
JavadocType 11 Warnings Warning
JavadocVariable 12 Warnings Warning
JavadocStyle 24 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]*_$"
7 Warnings Warning
MethodName 7 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 1 Warnings Warning
FileLength 0 Warnings Warning
LineLength 33 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 1 Warnings Warning
OperatorWrap 0 Warnings Warning
ParenPad 4 Warnings Warning
TypecastParenPad 0 Warnings Warning
TabCharacter 0 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 6 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 10 Warnings Warning
NeedBraces 22 Warnings Warning
RightCurly 0 Warnings Warning
AvoidInlineConditionals 1 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 5 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 2 Warnings Warning
MagicNumber 0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows
  • suppressLoadErrors: "true"
  • logLoadErrors: "true"
9 Warnings Warning
SimplifyBooleanExpression 2 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
DesignForExtension 58 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 2 Warnings Warning
InterfaceIsType 0 Warnings Warning
VisibilityModifier 0 Warnings Warning
ArrayTypeStyle 2 Warnings Warning
FinalParameters 127 Warnings Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s$"
0  Ignore
TodoComment 0 Warnings Warning
UpperEll 0 Warnings Warning
MemberName
  • applyToPrivate: "false"
7 Warnings Warning
WhitespaceAfter 0 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"
3 Warnings Warning
PackageHtml 0 Warnings Warning
NewlineAtEndOfFile 0 Warnings Warning
Translation 0 Warnings Warning

Details

fr/inria/opengve/tools/CommandLineParse.java

Violation Message Line
Warnings '{' should be on the previous line. 30
Warnings First sentence should end with a period. 38
Warnings First sentence should end with a period. 40
Warnings First sentence should end with a period. 42
Warnings First sentence should end with a period. 44
Warnings First sentence should end with a period. 46
Warnings First sentence should end with a period. 50
Warnings First sentence should end with a period. 53
Warnings First sentence should end with a period. 56
Warnings First sentence should end with a period. 59
Warnings First sentence should end with a period. 62
Warnings '{' should be on the previous line. 71
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 76
Warnings Parameter message should be final. 76
Warnings '{' should be on the previous line. 87
Warnings First sentence should end with a period. 88
Warnings First sentence should end with a period. 91
Warnings First sentence should end with a period. 94
Warnings First sentence should end with a period. 97
Warnings First sentence should end with a period. 100
Warnings First sentence should end with a period. 103
Warnings First sentence should end with a period. 106
Warnings First sentence should end with a period. 109
Warnings First sentence should end with a period. 112
Warnings Parameter superOption should be final. 134
Warnings Parameter type should be final. 134
Warnings Parameter shortName should be final. 135
Warnings Parameter longName should be final. 135
Warnings Parameter mustBePresent should be final. 136
Warnings Line is longer than 80 characters. 151
Warnings Parameter explanation should be final. 199
Warnings Expected an @return tag. 241
Warnings Parameter exclusiveParameter should be final. 279
Warnings 'if' construct must use '{}'s. 296
Warnings Parameter valueString should be final. 311
Warnings 'if' construct must use '{}'s. 313
Warnings 'if' construct must use '{}'s. 319
Warnings Expression can be simplified. 319
Warnings Parameter args should be final. 354
Warnings Array brackets at illegal position. 354
Warnings Parameter index should be final. 354
Warnings 'if' construct must use '{}'s. 357
Warnings 'if' construct must use '{}'s. 359
Warnings Parameter value should be final. 375
Warnings Missing a Javadoc comment. 381
Warnings '{' should be on the previous line. 382
Warnings Parameter superOption should be final. 394
Warnings Parameter shortName should be final. 394
Warnings Parameter longName should be final. 395
Warnings Method 'getBooleanValue' is not designed for extension - needs to be abstract, final or empty. 406
Warnings Missing a Javadoc comment. 411
Warnings '{' should be on the previous line. 412
Warnings Parameter superOption should be final. 426
Warnings Parameter shortName should be final. 426
Warnings Parameter longName should be final. 427
Warnings Parameter mustBePresent should be final. 427
Warnings Method 'getIntegerValue' is not designed for extension - needs to be abstract, final or empty. 439
Warnings Missing a Javadoc comment. 445
Warnings '{' should be on the previous line. 446
Warnings Parameter superOption should be final. 459
Warnings Parameter shortName should be final. 459
Warnings Parameter longName should be final. 460
Warnings Parameter mustBePresent should be final. 460
Warnings Method 'getLongValue' is not designed for extension - needs to be abstract, final or empty. 472
Warnings Missing a Javadoc comment. 478
Warnings '{' should be on the previous line. 479
Warnings Parameter superOption should be final. 493
Warnings Parameter shortName should be final. 493
Warnings Parameter longName should be final. 494
Warnings Parameter mustBePresent should be final. 494
Warnings Method 'getDoubleValue' is not designed for extension - needs to be abstract, final or empty. 506
Warnings Missing a Javadoc comment. 511
Warnings '{' should be on the previous line. 512
Warnings Parameter superOption should be final. 526
Warnings Parameter shortName should be final. 526
Warnings Parameter longName should be final. 527
Warnings Parameter mustBePresent should be final. 527
Warnings Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. 539
Warnings Parameter args should be final. 552
Warnings Array brackets at illegal position. 552
Warnings Method 'parse' is not designed for extension - needs to be abstract, final or empty. 563
Warnings ';' is preceded with whitespace. 567
Warnings 'if' construct must use '{}'s. 579
Warnings 'if' construct must use '{}'s. 589
Warnings '(' is followed by whitespace. 589
Warnings Line is longer than 80 characters. 591
Warnings 'if' construct must use '{}'s. 595
Warnings Method 'declareHelpParameter' is not designed for extension - needs to be abstract, final or empty. 616
Warnings Method 'declareBooleanParameter' is not designed for extension - needs to be abstract, final or empty. 636
Warnings Parameter shortParameter should be final. 636
Warnings Parameter longParameter should be final. 637
Warnings Line is longer than 80 characters. 660
Warnings Method 'declareBooleanParameter' is not designed for extension - needs to be abstract, final or empty. 660
Warnings Parameter superParameter should be final. 660
Warnings Parameter shortParameter should be final. 661
Warnings Parameter longParameter should be final. 662
Warnings Method 'declareIntegerParameter' is not designed for extension - needs to be abstract, final or empty. 684
Warnings Parameter shortParameter should be final. 684
Warnings Parameter longParameter should be final. 685
Warnings Parameter mustBePresent should be final. 686
Warnings Line is longer than 80 characters. 708
Warnings Method 'declareIntegerParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 708
Warnings Parameter shortParameter should be final. 708
Warnings Line is longer than 80 characters. 709
Warnings Parameter longParameter should be final. 709
Warnings Line is longer than 80 characters. 710
Warnings Parameter defaultValue should be final. 710
Warnings Line is longer than 80 characters. 735
Warnings Method 'declareIntegerParameter' is not designed for extension - needs to be abstract, final or empty. 735
Warnings Parameter superParameter should be final. 735
Warnings Parameter shortParameter should be final. 736
Warnings Parameter longParameter should be final. 737
Warnings Parameter mustBePresent should be final. 738
Warnings Line is longer than 80 characters. 763
Warnings Method 'declareIntegerParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 763
Warnings Parameter superParameter should be final. 763
Warnings Line is longer than 80 characters. 764
Warnings Parameter shortParameter should be final. 764
Warnings Line is longer than 80 characters. 765
Warnings Parameter longParameter should be final. 765
Warnings Line is longer than 80 characters. 766
Warnings Parameter defaultValue should be final. 766
Warnings Method 'declareLongParameter' is not designed for extension - needs to be abstract, final or empty. 789
Warnings Parameter shortParameter should be final. 789
Warnings Parameter longParameter should be final. 790
Warnings Parameter mustBePresent should be final. 791
Warnings Line is longer than 80 characters. 813
Warnings Method 'declareLongParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 813
Warnings Parameter shortParameter should be final. 813
Warnings Line is longer than 80 characters. 814
Warnings Parameter longParameter should be final. 814
Warnings Parameter defaultValue should be final. 815
Warnings Method 'declareLongParameter' is not designed for extension - needs to be abstract, final or empty. 840
Warnings Parameter superParameter should be final. 840
Warnings Parameter shortParameter should be final. 841
Warnings Parameter longParameter should be final. 842
Warnings Parameter mustBePresent should be final. 843
Warnings Line is longer than 80 characters. 867
Warnings Method 'declareLongParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 867
Warnings Parameter superOption should be final. 867
Warnings Parameter shortOption should be final. 868
Warnings Parameter longOption should be final. 869
Warnings Parameter defaultValue should be final. 870
Warnings Method 'declareDoubleParameter' is not designed for extension - needs to be abstract, final or empty. 893
Warnings Parameter shortParameter should be final. 893
Warnings Parameter longParameter should be final. 894
Warnings Parameter mustBePresent should be final. 895
Warnings Line is longer than 80 characters. 917
Warnings Method 'declareDoubleParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 917
Warnings Parameter shortParameter should be final. 917
Warnings Line is longer than 80 characters. 918
Warnings Parameter longParameter should be final. 918
Warnings Line is longer than 80 characters. 919
Warnings Parameter defaultValue should be final. 919
Warnings Line is longer than 80 characters. 944
Warnings Method 'declareDoubleParameter' is not designed for extension - needs to be abstract, final or empty. 944
Warnings Parameter superParameter should be final. 944
Warnings Parameter shortParameter should be final. 945
Warnings Parameter longParameter should be final. 946
Warnings Parameter mustBePresent should be final. 947
Warnings Line is longer than 80 characters. 971
Warnings Method 'declareDoubleParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 971
Warnings Parameter superParameter should be final. 971
Warnings Line is longer than 80 characters. 972
Warnings Parameter shortParameter should be final. 972
Warnings Line is longer than 80 characters. 973
Warnings Parameter longParameter should be final. 973
Warnings Line is longer than 80 characters. 974
Warnings Parameter defaultValue should be final. 974
Warnings Method 'declareStringParameter' is not designed for extension - needs to be abstract, final or empty. 997
Warnings Parameter shortParameter should be final. 997
Warnings Parameter longParameter should be final. 998
Warnings Parameter mustBePresent should be final. 999
Warnings Line is longer than 80 characters. 1021
Warnings Method 'declareStringParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 1021
Warnings Parameter shortParameter should be final. 1021
Warnings Line is longer than 80 characters. 1022
Warnings Parameter longParameter should be final. 1022
Warnings Line is longer than 80 characters. 1023
Warnings Parameter defaultValue should be final. 1023
Warnings Line is longer than 80 characters. 1046
Warnings Method 'declareStringParameter' is not designed for extension - needs to be abstract, final or empty. 1046
Warnings Parameter superParameter should be final. 1046
Warnings Parameter shortParameter should be final. 1047
Warnings Parameter longParameter should be final. 1048
Warnings Line is longer than 80 characters. 1072
Warnings Method 'declareStringParameterWithDefaultValue' is not designed for extension - needs to be abstract, final or empty. 1072
Warnings Parameter superParameter should be final. 1072
Warnings Line is longer than 80 characters. 1073
Warnings Parameter shortParameter should be final. 1073
Warnings Line is longer than 80 characters. 1074
Warnings Parameter longParameter should be final. 1074
Warnings Line is longer than 80 characters. 1075
Warnings Parameter defaultValue should be final. 1075
Warnings Method 'usage' is not designed for extension - needs to be abstract, final or empty. 1093
Warnings Avoid inline conditionals. 1103
Warnings Method 'getNotProceedArgs' is not designed for extension - needs to be abstract, final or empty. 1118
Warnings 'for' construct must use '{}'s. 1120
Warnings ')' is preceded with whitespace. 1120

fr/inria/opengve/tools/SystemAbstraction.java

Violation Message Line
Warnings Missing a Javadoc comment. 3
Warnings Utility classes should not have a public or default constructor. 3
Warnings '{' should be on the previous line. 4
Warnings Missing a Javadoc comment. 6
Warnings '(' is followed by whitespace. 7
Warnings ')' is preceded with whitespace. 7
Warnings 'if' is not followed by whitespace. 8
Warnings 'if' construct must use '{}'s. 11
Warnings 'if' is not followed by whitespace. 11
Warnings 'if' is not followed by whitespace. 13

fr/inria/opengve/tools/dataStructures/BinaryTree.java

Violation Message Line
Warnings Missing a Javadoc comment. 33
Warnings Name 'father' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 38
Warnings Name 'right' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 38
Warnings Name 'left' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 38
Warnings Name 'o' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 43
Warnings Name 'value' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 48
Warnings Missing a Javadoc comment. 51
Warnings Parameter o should be final. 51
Warnings 'o' hides a field. 51
Warnings Parameter value should be final. 51
Warnings 'value' hides a field. 51
Warnings Inner assignments should be avoided. 55
Warnings Inner assignments should be avoided. 55
Warnings Missing a Javadoc comment. 59
Warnings Parameter father should be final. 59
Warnings 'father' hides a field. 59
Warnings Parameter left should be final. 81
Warnings 'left' hides a field. 81
Warnings 'if' construct must use '{}'s. 83
Warnings Parameter right should be final. 104
Warnings 'right' hides a field. 104
Warnings 'if' construct must use '{}'s. 106
Warnings Parameter root should be final. 150
Warnings 'if' construct must use '{}'s. 151
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 169
Warnings Method 'deleteMin' is not designed for extension - needs to be abstract, final or empty. 178
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 178
Warnings 'if' construct must use '{}'s. 179
Warnings 'if' construct must use '{}'s. 183
Warnings Method 'findMin' is not designed for extension - needs to be abstract, final or empty. 206
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 206
Warnings 'if' construct must use '{}'s. 207
Warnings Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 216
Warnings Parameter root should be final. 236
Warnings Parameter node should be final. 236
Warnings Parameter depth should be final. 236
Warnings Parameter isMin should be final. 237
Warnings 'if' construct must use '{}'s. 248
Warnings Method 'insert' is not designed for extension - needs to be abstract, final or empty. 261
Warnings Parameter x should be final. 261
Warnings Parameter value should be final. 261
Warnings Parameter root should be final. 284
Warnings Parameter k should be final. 284
Warnings Expected @throws tag for 'NoSuchElementException'. 284
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 284
Warnings 'if' construct must use '{}'s. 288
Warnings 'if' construct must use '{}'s. 292
Warnings Method 'find' is not designed for extension - needs to be abstract, final or empty. 308
Warnings Parameter k should be final. 308
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 308
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 316
Warnings Parameter element should be final. 316
Warnings Method 'getValueOf' is not designed for extension - needs to be abstract, final or empty. 324
Warnings Parameter element should be final. 324
Warnings 'if' construct must use '{}'s. 326

fr/inria/opengve/tools/dataStructures/FibonacciHeap.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 33
Warnings Utility classes should not have a public or default constructor. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Name 'mark' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 55
Warnings Missing a Javadoc comment. 57
Warnings Name 'degree' must match pattern '^[a-z][a-zA-Z0-9]*_$'. 57
Warnings Parameter theElement should be final. 65
Warnings Parameter value should be final. 65
Warnings Expected @param tag for 'value'. 65
Warnings Name 'FibHeapInsert' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Warnings Parameter fhn should be final. 92
Warnings Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 115
Warnings Missing a Javadoc comment. 115
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 124
Warnings Missing a Javadoc comment. 124
Warnings Method 'findMin' is not designed for extension - needs to be abstract, final or empty. 142
Warnings Missing a Javadoc comment. 142
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 142
Warnings Missing a Javadoc comment. 149
Warnings Name 'FibHeapExtractMin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 149
Warnings Unused @throws tag for 'Underflow'. 191
Warnings Unused @throws tag for 'NoSuchElementException'. 193
Warnings Expected an @return tag. 196
Warnings Method 'deleteMin' is not designed for extension - needs to be abstract, final or empty. 196
Warnings Missing a Javadoc comment. 205
Warnings Name 'Consolidate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 205
Warnings 'for' construct must use '{}'s. 213
Warnings Missing a Javadoc comment. 262
Warnings Name 'FibHeapLink' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
Warnings Parameter y should be final. 262
Warnings Parameter x should be final. 262
Warnings Method 'FibHeapDecreaseKey' is not designed for extension - needs to be abstract, final or empty. 293
Warnings Name 'FibHeapDecreaseKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. 293
Warnings Parameter element should be final. 293
Warnings Parameter value should be final. 293
Warnings Redundant throws: 'IllegalArgumentException' is unchecked exception. 294
Warnings Missing a Javadoc comment. 321
Warnings Name 'Cut' must match pattern '^[a-z][a-zA-Z0-9]*$'. 321
Warnings Parameter x should be final. 321
Warnings Parameter y should be final. 321
Warnings Missing a Javadoc comment. 339
Warnings Name 'CascadingCut' must match pattern '^[a-z][a-zA-Z0-9]*$'. 339
Warnings Parameter y should be final. 339
Warnings Expression can be simplified. 343
Warnings Line is longer than 80 characters. 355
Warnings Method 'insert' is not designed for extension - needs to be abstract, final or empty. 358
Warnings Missing a Javadoc comment. 358
Warnings Parameter x should be final. 358
Warnings Parameter value should be final. 358
Warnings Line is longer than 80 characters. 367
Warnings Method 'contains' is not designed for extension - needs to be abstract, final or empty. 369
Warnings Missing a Javadoc comment. 369
Warnings Parameter element should be final. 369
Warnings Line is longer than 80 characters. 376
Warnings Method 'getValueOf' is not designed for extension - needs to be abstract, final or empty. 378
Warnings Missing a Javadoc comment. 378
Warnings Parameter element should be final. 378
Warnings 'if' construct must use '{}'s. 380

fr/inria/opengve/tools/dataStructures/Fifo.java

Violation Message Line
Warnings Unused @throws tag for 'NoSuchElementException'. 41
Warnings Method 'get' is not designed for extension - needs to be abstract, final or empty. 44
Warnings Unused @throws tag for 'NoSuchElementException'. 58
Warnings Method 'look' is not designed for extension - needs to be abstract, final or empty. 61
Warnings Method 'put' is not designed for extension - needs to be abstract, final or empty. 75
Warnings Parameter o should be final. 75
Warnings Unclosed HTML tag found: <code>false</false> otherwise. 83
Warnings Extra HTML tag found: </false> otherwise. 83
Warnings Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 85
Warnings Method 'size' is not designed for extension - needs to be abstract, final or empty. 94
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 101

fr/inria/opengve/tools/dataStructures/Pair.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <K> tag. 15
Warnings Type Javadoc comment is missing an @param <V> tag. 15
Warnings Parameter key should be final. 31
Warnings Parameter value should be final. 31
Warnings Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 41
Warnings Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 50
Warnings First sentence should end with a period. 54
Warnings Method 'toString' is not designed for extension - needs to be abstract, final or empty. 57

fr/inria/opengve/tools/dataStructures/Stack.java

Violation Message Line
Warnings Type Javadoc comment is missing an @param <E> tag. 18
Warnings Unused @throws tag for 'NoSuchElementException'. 34
Warnings Method 'get' is not designed for extension - needs to be abstract, final or empty. 37
Warnings Unused @throws tag for 'NoSuchElementException'. 50
Warnings Method 'look' is not designed for extension - needs to be abstract, final or empty. 53
Warnings Method 'put' is not designed for extension - needs to be abstract, final or empty. 66
Warnings Parameter o should be final. 66
Warnings Unclosed HTML tag found: <code>false</false> otherwise. 74
Warnings Extra HTML tag found: </false> otherwise. 74
Warnings Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 76
Warnings Method 'size' is not designed for extension - needs to be abstract, final or empty. 85
Warnings Method 'clear' is not designed for extension - needs to be abstract, final or empty. 92

fr/inria/opengve/tools/dataStructures/interfaces/Accumulator.java

Violation Message Line
Warnings Unused import - java.util.NoSuchElementException. 6
Warnings Type Javadoc comment is missing an @param <E> tag. 15
Warnings '{' should be on the previous line. 16
Warnings Unused @throws tag for 'NoSuchElementException'. 22
Warnings Redundant 'public' modifier. 25
Warnings Redundant 'public' modifier. 35
Warnings Redundant 'public' modifier. 45
Warnings Redundant 'public' modifier. 55
Warnings Redundant 'public' modifier. 62
Warnings Redundant 'public' modifier. 71

fr/inria/opengve/tools/dataStructures/interfaces/PriorityQueue.java

Violation Message Line
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 35
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 46
Warnings Redundant throws: 'NoSuchElementException' is unchecked exception. 55