The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 81 | 0 | 0 | 382 |
| Rules | Violations | Severity |
|---|---|---|
| NewlineAtEndOfFile | 8 | |
| Translation | 0 | |
| JavadocMethod | 82 | |
| JavadocType | 6 | |
| JavadocVariable | 43 | |
| JavadocStyle | 4 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 5 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
| LineLength | 19 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 4 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| ModifierOrder | 3 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 51 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 47 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 101 | |
GenericIllegalRegexp
|
3 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Parameter groundMarkovNetwork should be final. | 19 | |
| Parameter weights should be final. | 20 | |
| Missing a Javadoc comment. | 25 | |
| Method 'getGroundMarkovNetwork' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setGroundMarkovNetwork' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter groundMarkovNetwork should be final. | 32 | |
| Method 'getWeights' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setWeights' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter weights should be final. | 40 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter observed should be final. | 44 | |
| 'for' construct must use '{}'s. | 47 | |
| 'if' construct must use '{}'s. | 48 | |
| Line is longer than 80 characters. | 72 | |
| Method 'getEvaluationCount' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter mln should be final. | 16 | |
| Parameter weights should be final. | 17 | |
| Parameter propositionalSolver should be final. | 18 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter observation should be final. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| 'if' construct must use '{}'s. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 42 | |
| 'for' construct must use '{}'s. | 46 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter node should be final. | 57 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter predicate should be final. | 61 | |
| Parameter args should be final. | 61 | |
| Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter node should be final. | 66 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter node should be final. | 70 | |
| Parameter value should be final. | 70 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter nodes should be final. | 75 | |
| Parameter value should be final. | 75 | |
| 'for' construct must use '{}'s. | 76 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter value should be final. | 80 | |
| Parameter predicate should be final. | 80 | |
| Parameter args should be final. | 80 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Parameter factory should be final. | 26 | |
| Parameter signature should be final. | 26 | |
| Method 'atom' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter pred should be final. | 31 | |
| Parameter args should be final. | 31 | |
| Method 'body' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'retrict' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'head' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter pred should be final. | 48 | |
| Parameter args should be final. | 48 | |
| Method 'clause' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter operator should be final. | 53 | |
| Parameter indexVariable should be final. | 54 | |
| Parameter scaleVariable should be final. | 55 | |
| Method 'clause' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter operator should be final. | 66 | |
| Parameter indexVariable should be final. | 67 | |
| Parameter scaleVariable should be final. | 68 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| 'static' modifier out of order with the JLS suggestions. | 10 | |
| Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter nodes should be final. | 12 | |
| Parameter assignment should be final. | 12 | |
| 'for' construct must use '{}'s. | 13 | |
| 'if' construct must use '{}'s. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter substitution should be final. | 12 | |
| Method 'getSubstitution' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter o should be final. | 21 | |
| 'if' construct must use '{}'s. | 22 | |
| 'if' construct must use '{}'s. | 23 | |
| 'if' construct must use '{}'s. | 27 | |
| Line is longer than 80 characters. | 27 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter body should be final. | 17 | |
| Parameter head should be final. | 17 | |
| Parameter clause should be final. | 18 | |
| Parameter index should be final. | 18 | |
| Parameter scale should be final. | 18 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Parameter assignment should be final. | 46 | |
| 'for' construct must use '{}'s. | 47 | |
| 'if' construct must use '{}'s. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Method 'ground' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 59 | |
| Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter predicate should be final. | 73 | |
| Parameter args should be final. | 73 | |
| Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter predicate should be final. | 88 | |
| Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Method 'extractFeatureVector' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter assignment should be final. | 97 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.googlecode.thebeast.world.UserPredicate. | 3 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter predicate should be final. | 22 | |
| Parameter arguments should be final. | 22 | |
| Parameter index should be final. | 22 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| 'for' construct must use '{}'s. | 54 | |
| 'if' construct must use '{}'s. | 55 | |
| 'if' construct must use '{}'s. | 59 | |
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 66 | |
| Method 'getSignature' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 84 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 95 | |
| '+' should be on a new line. | 96 | |
| 'else' construct must use '{}'s. | 98 | |
| Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Method 'getHead' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Method 'getScaleVariable' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'getIndexVariables' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Method 'getFirstOrderOperator' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Parameter message should be final. | 131 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter clause should be final. | 17 | |
| Parameter index should be final. | 17 | |
| 'if' construct must use '{}'s. | 19 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter clause should be final. | 23 | |
| Parameter value should be final. | 23 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter clause should be final. | 27 | |
| Parameter substitutions should be final. | 27 | |
| Parameter value should be final. | 27 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter clause should be final. | 34 | |
| Parameter index should be final. | 34 | |
| Parameter value should be final. | 34 | |
| Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter clause should be final. | 43 | |
| Parameter index should be final. | 43 | |
| Parameter value should be final. | 43 | |
| Method 'dotProduct' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'result' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Parameter vector should be final. | 64 | |
| Parameter clause should be final. | 64 | |
| Missing a Javadoc comment. | 70 | |
| Parameter o should be final. | 70 | |
| Parameter v should be final. | 70 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter clause should be final. | 27 | |
| Method 'getClauses' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 5 | |
| '&&' should be on a new line. | 54 | |
| First sentence should end with a period. | 58 | |
| Unclosed HTML tag found: <Substitution> object that can be used to iterate over | 73 | |
| Missing a Javadoc comment. | 108 | |
| 'for' construct must use '{}'s. | 114 | |
| 'if' construct must use '{}'s. | 165 | |
| 'if' construct must use '{}'s. | 166 | |
| 'if' construct must use '{}'s. | 170 | |
| 'if' construct must use '{}'s. | 174 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 69 | |
| 'if' construct must use '{}'s. | 78 |
| Violation | Message | Line |
|---|---|---|
| Parameter factory should be final. | 34 | |
| Parameter pred should be final. | 50 | |
| Parameter args should be final. | 50 |
| Violation | Message | Line |
|---|---|---|
| '+' should be on a new line. | 73 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| 'if' construct must use '{}'s. | 35 | |
| 'if' construct must use '{}'s. | 36 | |
| 'else' construct must use '{}'s. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Parameter substitution should be final. | 40 | |
| 'if' construct must use '{}'s. | 41 | |
| 'else' construct must use '{}'s. | 45 | |
| Parameter o should be final. | 85 | |
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 87 | |
| 'if' construct must use '{}'s. | 91 | |
| '+' should be on a new line. | 148 | |
| Parameter variables should be final. | 171 | |
| 'for' construct must use '{}'s. | 173 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 6 | |
| Parameter o should be final. | 74 | |
| 'if' construct must use '{}'s. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| 'if' construct must use '{}'s. | 80 | |
| 'if' construct must use '{}'s. | 82 | |
| Parameter atoms should be final. | 107 | |
| 'if' construct must use '{}'s. | 111 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Type Javadoc comment is missing an @param <R> tag. | 38 | |
| Type Javadoc comment is missing an @param <T> tag. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Parameter t should be final. | 51 | |
| 'static' modifier out of order with the JLS suggestions. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Type Javadoc comment is missing an @param <T> tag. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Parameter t should be final. | 49 | |
| 'static' modifier out of order with the JLS suggestions. | 95 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 15 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 138 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Line has trailing spaces. | 17 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.List. | 3 |
| Violation | Message | Line |
|---|---|---|
| Parameter predicate should be final. | 46 | |
| Parameter args should be final. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unclosed HTML tag found: <Constant> an iterator over constants in this type. | 43 |
| Violation | Message | Line |
|---|---|---|
| Parameter type should be final. | 23 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 34 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.googlecode.thebeast.query.*. | 7 | |
| Class SQLNestedSubstitutionSet should be declared as final. | 77 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 77 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Parameter o should be final. | 56 | |
| 'if' construct must use '{}'s. | 57 | |
| 'if' construct must use '{}'s. | 58 | |
| 'if' construct must use '{}'s. | 59 | |
| Expected an @return tag. | 71 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - com.googlecode.thebeast.world.*. | 3 | |
| Parameter representation should be final. | 32 | |
| Parameter name should be final. | 54 | |
| Missing a Javadoc comment. | 63 | |
| Parameter value should be final. | 63 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| Parameter o should be final. | 56 | |
| 'if' construct must use '{}'s. | 57 | |
| 'if' construct must use '{}'s. | 58 | |
| 'if' construct must use '{}'s. | 59 |
| Violation | Message | Line |
|---|---|---|
| Parameter representation should be final. | 35 | |
| Parameter name should be final. | 58 | |
| Parameter value should be final. | 73 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.googlecode.thebeast.world.*. | 3 | |
| Line is longer than 80 characters. | 64 | |
| Parameter closedness should be final. | 70 | |
| Parameter args should be final. | 228 | |
| Parameter args should be final. | 235 | |
| Expected an @return tag. | 245 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.googlecode.thebeast.world.*. | 3 | |
| Line is longer than 80 characters. | 28 | |
| Parameter constant should be final. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Line has trailing spaces. | 238 | |
| Parameter parent should be final. | 279 | |
| 'for' construct must use '{}'s. | 281 | |
| 'if' construct must use '{}'s. | 282 | |
| Missing a Javadoc comment. | 309 | |
| Line is longer than 80 characters. | 411 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 23 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.googlecode.thebeast.world.Predicate. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Unclosed HTML tag found: <Constant> an iterator that iterates over all constants in | 173 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 123 | |
| Parameter predicate should be final. | 174 | |
| 'if' construct must use '{}'s. | 176 | |
| Parameter predicate should be final. | 184 | |
| Parameter args should be final. | 184 | |
| Parameter clause should be final. | 196 | |
| Parameter predicate should be final. | 203 | |
| Parameter predicate should be final. | 210 | |
| Parameter open should be final. | 210 |