The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 210 | 0 | 0 | 10234 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 48 | |
| Translation | 0 | |
| JavadocMethod | 1442 | |
| JavadocType | 91 | |
| JavadocVariable | 442 | |
| JavadocStyle | 163 | |
| ConstantName | 5 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 3 | |
| MemberName | 3 | |
| MethodName | 1 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| LineLength | 404 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 2 | |
| TypecastParenPad | 0 | |
| TabCharacter | 614 | |
| WhitespaceAfter | 23 | |
| WhitespaceAround | 2135 | |
| ModifierOrder | 20 | |
| RedundantModifier | 77 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 2 | |
| LeftCurly | 0 | |
| NeedBraces | 261 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 29 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 2 | |
| EqualsHashCode | 0 | |
| HiddenField | 102 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 15 | |
| MagicNumber | 73 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 6 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 858 | |
| FinalClass | 11 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 89 | |
| ArrayTypeStyle | 4 | |
| FinalParameters | 1423 | |
GenericIllegalRegexp
| 1881 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'solver' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Parameter solver should be final. | 52 | |
| 'solver' hides a field. | 52 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter gateType should be final. | 56 | |
| Parameter output should be final. | 56 | |
| Parameter inputs should be final. | 56 | |
| Expected an @return tag. | 80 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter gateType should be final. | 80 | |
| Parameter outputs should be final. | 80 | |
| Parameter inputs should be final. | 81 | |
| Parameter maxVar should be final. | 81 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter model should be final. | 90 | |
| '4' is a magic number. | 91 | |
| Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Parameter p should be final. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Parameter p should be final. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 82 | |
| First sentence should end with a period. | 88 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 103 | |
| Line has trailing spaces. | 113 | |
| Line has trailing spaces. | 121 | |
| Line has trailing spaces. | 129 | |
| '<' is not preceded with whitespace. | 132 | |
| '<' is not followed by whitespace. | 132 | |
| '>' is not preceded with whitespace. | 132 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'clauses' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'dimacs' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Parameter bufSize should be final. | 53 | |
| 'bufSize' hides a field. | 53 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter gateType should be final. | 57 | |
| Parameter output should be final. | 57 | |
| Parameter inputs should be final. | 57 | |
| Expected an @return tag. | 85 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter gateType should be final. | 85 | |
| Parameter outputs should be final. | 85 | |
| Parameter inputs should be final. | 85 | |
| Parameter maxVar should be final. | 86 | |
| '7' is a magic number. | 93 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter model should be final. | 119 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class PuebloMinWatchPb should be declared as final. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Unused @param tag for 'ps'. | 47 | |
| Unused @param tag for 'coefs'. | 49 | |
| Unused @param tag for 'moreThan'. | 51 | |
| Unused @param tag for 'degree'. | 53 | |
| Parameter voc should be final. | 56 | |
| Parameter mpb should be final. | 56 | |
| Expected @param tag for 'mpb'. | 56 | |
| Parameter s should be final. | 75 | |
| Parameter voc should be final. | 76 | |
| Expected @param tag for 'voc'. | 76 | |
| Parameter ps should be final. | 76 | |
| Parameter coefs should be final. | 76 | |
| Parameter moreThan should be final. | 76 | |
| Parameter degree should be final. | 76 | |
| Expected @throws tag for 'ContradictionException'. | 77 | |
| Parameter s should be final. | 96 | |
| Parameter voc should be final. | 97 | |
| Expected @param tag for 'voc'. | 97 | |
| Parameter ps should be final. | 97 | |
| Parameter coefs should be final. | 97 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| Parameter moreThan should be final. | 97 | |
| Parameter degree should be final. | 98 | |
| Expected @throws tag for 'ContradictionException'. | 98 | |
| '<' is not preceded with whitespace. | 101 | |
| '<' is not followed by whitespace. | 101 | |
| '>' is not preceded with whitespace. | 101 | |
| '<' is not preceded with whitespace. | 101 | |
| '<' is not followed by whitespace. | 101 | |
| '>' is not preceded with whitespace. | 101 | |
| '>' is not followed by whitespace. | 101 | |
| Missing a Javadoc comment. | 122 | |
| Parameter s should be final. | 122 | |
| Parameter voc should be final. | 123 | |
| Parameter mpb should be final. | 123 | |
| Line has trailing spaces. | 139 | |
| Expected an @return tag. | 141 | |
| Parameter voc should be final. | 141 | |
| Expected @param tag for 'voc'. | 141 | |
| Parameter lits should be final. | 141 | |
| Expected @param tag for 'lits'. | 141 | |
| Parameter coefs should be final. | 141 | |
| Expected @param tag for 'coefs'. | 141 | |
| Parameter moreThan should be final. | 142 | |
| Expected @param tag for 'moreThan'. | 142 | |
| Parameter degree should be final. | 142 | |
| Expected @param tag for 'degree'. | 142 | |
| Line has trailing spaces. | 148 | |
| Expected an @return tag. | 150 | |
| Parameter voc should be final. | 150 | |
| Expected @param tag for 'voc'. | 150 | |
| Parameter lits should be final. | 150 | |
| Expected @param tag for 'lits'. | 150 | |
| Parameter coefs should be final. | 151 | |
| '<' is not preceded with whitespace. | 151 | |
| '<' is not followed by whitespace. | 151 | |
| '>' is not preceded with whitespace. | 151 | |
| Expected @param tag for 'coefs'. | 151 | |
| Parameter moreThan should be final. | 151 | |
| Expected @param tag for 'moreThan'. | 151 | |
| Parameter degree should be final. | 151 | |
| Expected @param tag for 'degree'. | 151 | |
| Line is longer than 80 characters. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter voc should be final. | 157 | |
| Parameter mpb should be final. | 157 | |
| Missing a Javadoc comment. | 161 | |
| Parameter pIndice should be final. | 162 | |
| Missing a Javadoc comment. | 166 | |
| Parameter mc should be final. | 167 | |
| Parameter pIndice should be final. | 167 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Redundant 'public' modifier. | 37 | |
| Expected @param tag for 'confl'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Method 'initAnalyze' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'onCurrentDecisionLevelLiteral' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter p should be final. | 52 | |
| Method 'clauseNonAssertive' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter reason should be final. | 56 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter p should be final. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Parameter p should be final. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Parameter p should be final. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Parameter p should be final. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Parameter clause should be final. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Parameter clause should be final. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Parameter result should be final. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Parameter solver should be final. | 52 | |
| Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 84 | |
| Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Line has trailing spaces. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'reader' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Name 'cputimesupported' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| Line has trailing spaces. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Variable 'shutdownHook' must be private and have accessor methods. | 70 | |
| Missing a Javadoc comment. | 77 | |
| Variable 'solver' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 89 | |
| '1000.0' is a magic number. | 89 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 100 | |
| ';' is preceded with whitespace. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line has trailing spaces. | 116 | |
| Line contains a tab character. | 116 | |
| '+' is not preceded with whitespace. | 124 | |
| '+' is not followed by whitespace. | 124 | |
| '!=' is not preceded with whitespace. | 126 | |
| '!=' is not followed by whitespace. | 126 | |
| '+' is not preceded with whitespace. | 130 | |
| '+' is not followed by whitespace. | 130 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 145 | |
| Line has trailing spaces. | 150 | |
| Method 'readProblem' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Parameter problemname should be final. | 163 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 164 | |
| Line is longer than 80 characters. | 171 | |
| '1000.0' is a magic number. | 171 | |
| Line is longer than 80 characters. | 173 | |
| '+' is not preceded with whitespace. | 173 | |
| '+' is not followed by whitespace. | 173 | |
| '/' is not followed by whitespace. | 173 | |
| '1000000000.0' is a magic number. | 173 | |
| '+' is not preceded with whitespace. | 173 | |
| '+' is not followed by whitespace. | 173 | |
| Missing a Javadoc comment. | 180 | |
| 'solver' hides a field. | 180 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter args should be final. | 182 | |
| 'if' construct must use '{}'s. | 187 | |
| Line is longer than 80 characters. | 211 | |
| '/' is not followed by whitespace. | 211 | |
| '1000000000.0' is a magic number. | 211 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 217 | |
| First sentence should end with a period. | 219 | |
| Line has trailing spaces. | 221 | |
| Method 'log' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Parameter message should be final. | 224 | |
| Expected @param tag for 'message'. | 224 | |
| 'if' construct must use '{}'s. | 225 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter problem should be final. | 229 | |
| Avoid inline conditionals. | 230 | |
| First sentence should end with a period. | 234 | |
| Line has trailing spaces. | 236 | |
| Parameter exitCode should be final. | 240 | |
| 'exitCode' hides a field. | 240 | |
| First sentence should end with a period. | 244 | |
| Line has trailing spaces. | 246 | |
| Line has trailing spaces. | 256 | |
| Line has trailing spaces. | 264 | |
| Line has trailing spaces. | 274 | |
| Method 'setLogWriter' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Parameter out should be final. | 277 | |
| 'out' hides a field. | 277 | |
| Expected @param tag for 'out'. | 277 | |
| Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Method 'setSilent' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 | |
| Parameter b should be final. | 285 | |
| Line has trailing spaces. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter stream should be final. | 289 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 49 | |
| Parameter message should be final. | 53 | |
| Line has trailing spaces. | 59 | |
| Parameter message should be final. | 65 | |
| Parameter cause should be final. | 65 | |
| Line has trailing spaces. | 71 | |
| Parameter cause should be final. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '>' is not followed by whitespace. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Parameter solver should be final. | 64 | |
| Line has trailing spaces. | 70 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 80 | |
| Line has trailing spaces. | 83 | |
| Expected an @return tag. | 87 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter howmany should be final. | 88 | |
| Line has trailing spaces. | 104 | |
| Method 'costOf' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter var should be final. | 109 | |
| Line has trailing spaces. | 115 | |
| Method 'setCost' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter var should be final. | 121 | |
| Parameter cost should be final. | 121 | |
| Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| 'if' construct must use '{}'s. | 128 | |
| Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 145 | |
| Parameter prevmodel2 should be final. | 145 | |
| Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '>' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| '>' is not followed by whitespace. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter a should be final. | 34 | |
| Parameter b should be final. | 34 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'starts' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'decisions' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'propagations' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'inspects' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'conflicts' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'learnedliterals' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'learnedbinaryclauses' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'learnedternaryclauses' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'learnedclauses' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'rootSimplifications' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'reducedliterals' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'changedreason' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'reduceddb' must be private and have accessor methods. | 67 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter out should be final. | 85 | |
| Parameter prefix should be final. | 85 | |
| Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| '>' is not followed by whitespace. | 107 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 34 | |
| First sentence should end with a period. | 38 | |
| Line has trailing spaces. | 40 | |
| Expected @param tag for 'p'. | 43 | |
| First sentence should end with a period. | 45 | |
| Line has trailing spaces. | 47 | |
| Expected @param tag for 'p'. | 50 | |
| First sentence should end with a period. | 52 | |
| Line has trailing spaces. | 54 | |
| Expected @param tag for 'p'. | 57 | |
| First sentence should end with a period. | 59 | |
| Expected @param tag for 'p'. | 62 | |
| First sentence should end with a period. | 64 | |
| Line has trailing spaces. | 66 | |
| Expected @param tag for 'c'. | 69 | |
| First sentence should end with a period. | 71 | |
| Expected @param tag for 'clause'. | 74 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 84 | |
| First sentence should end with a period. | 88 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter acg should be final. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter learner should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Parameter dsf should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Parameter order should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 47 | |
| Method 'addPseudoBoolean' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literals should be final. | 52 | |
| Parameter coeffs should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Parameter moreThan should be final. | 53 | |
| Parameter degree should be final. | 53 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter prefix should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '>' is not followed by whitespace. | 64 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 91 | |
| Avoid inline conditionals. | 97 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter result should be final. | 144 | |
| Missing a Javadoc comment. | 148 | |
| Redundant 'final' modifier. | 148 | |
| Missing a Javadoc comment. | 152 | |
| Redundant 'final' modifier. | 152 | |
| Line has trailing spaces. | 162 | |
| Missing a Javadoc comment. | 163 | |
| Parameter stream should be final. | 163 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class MaxWatchPb should be declared as final. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Unused @param tag for 'ps'. | 47 | |
| Unused @param tag for 'coefs'. | 49 | |
| Unused @param tag for 'moreThan'. | 51 | |
| Unused @param tag for 'degree'. | 53 | |
| Parameter voc should be final. | 56 | |
| Parameter mpb should be final. | 56 | |
| Expected @param tag for 'mpb'. | 56 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter voc should be final. | 66 | |
| Parameter lits should be final. | 66 | |
| Parameter coefs should be final. | 66 | |
| Parameter degree should be final. | 66 | |
| First sentence should end with a period. | 76 | |
| Line has trailing spaces. | 78 | |
| Expected @throws tag for 'ContradictionException'. | 82 | |
| 'if' construct must use '{}'s. | 86 | |
| Line has trailing spaces. | 103 | |
| Missing a Javadoc comment. | 106 | |
| Parameter s should be final. | 107 | |
| 'if' construct must use '{}'s. | 113 | |
| Line has trailing spaces. | 113 | |
| Parameter s should be final. | 134 | |
| Parameter voc should be final. | 135 | |
| Expected @param tag for 'voc'. | 135 | |
| Parameter ps should be final. | 135 | |
| Parameter coefs should be final. | 135 | |
| Parameter moreThan should be final. | 135 | |
| Parameter degree should be final. | 135 | |
| Expected @throws tag for 'ContradictionException'. | 136 | |
| Parameter s should be final. | 155 | |
| Parameter voc should be final. | 156 | |
| Expected @param tag for 'voc'. | 156 | |
| Parameter ps should be final. | 156 | |
| Parameter coefs should be final. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| Parameter moreThan should be final. | 156 | |
| Parameter degree should be final. | 157 | |
| Expected @throws tag for 'ContradictionException'. | 157 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| '>' is not followed by whitespace. | 161 | |
| 'if' construct must use '{}'s. | 173 | |
| Line has trailing spaces. | 184 | |
| Parameter s should be final. | 191 | |
| Parameter p should be final. | 191 | |
| 'while' construct must use '{}'s. | 199 | |
| First sentence should end with a period. | 232 | |
| 'if' construct must use '{}'s. | 237 | |
| First sentence should end with a period. | 242 | |
| Line has trailing spaces. | 244 | |
| Parameter p should be final. | 248 | |
| 'while' construct must use '{}'s. | 250 | |
| Line has trailing spaces. | 259 | |
| Expected an @return tag. | 261 | |
| Parameter voc should be final. | 261 | |
| Expected @param tag for 'voc'. | 261 | |
| Parameter lits should be final. | 261 | |
| Expected @param tag for 'lits'. | 261 | |
| Parameter coefs should be final. | 261 | |
| Expected @param tag for 'coefs'. | 261 | |
| Parameter moreThan should be final. | 262 | |
| Expected @param tag for 'moreThan'. | 262 | |
| Parameter degree should be final. | 262 | |
| Expected @param tag for 'degree'. | 262 | |
| Line has trailing spaces. | 268 | |
| Expected an @return tag. | 270 | |
| Parameter voc should be final. | 270 | |
| Expected @param tag for 'voc'. | 270 | |
| Parameter lits should be final. | 270 | |
| Expected @param tag for 'lits'. | 270 | |
| Parameter coefs should be final. | 271 | |
| '<' is not preceded with whitespace. | 271 | |
| '<' is not followed by whitespace. | 271 | |
| '>' is not preceded with whitespace. | 271 | |
| Expected @param tag for 'coefs'. | 271 | |
| Parameter moreThan should be final. | 271 | |
| Expected @param tag for 'moreThan'. | 271 | |
| Parameter degree should be final. | 271 | |
| Expected @param tag for 'degree'. | 271 | |
| Parameter s should be final. | 287 | |
| Parameter voc should be final. | 288 | |
| Parameter mpb should be final. | 288 | |
| Expected @throws tag for 'ContradictionException'. | 288 | |
| Line has trailing spaces. | 313 | |
| Parameter s should be final. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Parameter voc should be final. | 319 | |
| Parameter lits should be final. | 319 | |
| Parameter coefs should be final. | 319 | |
| Parameter degree should be final. | 319 | |
| Expected @throws tag for 'ContradictionException'. | 319 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| Line contains a tab character. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line has trailing spaces. | 19 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter solver should be final. | 23 | |
| Parameter problemname should be final. | 23 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 38 | |
| Missing a Javadoc comment. | 40 | |
| 'static' modifier out of order with the JLS suggestions. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Parameter s should be final. | 48 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter model should be final. | 53 | |
| '>' is not preceded with whitespace. | 56 | |
| '>' is not followed by whitespace. | 56 | |
| '?' is not preceded with whitespace. | 56 | |
| Avoid inline conditionals. | 56 | |
| '?' is not followed by whitespace. | 56 | |
| ':' is not preceded with whitespace. | 56 | |
| ':' is not followed by whitespace. | 56 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter model should be final. | 62 | |
| Parameter out should be final. | 62 | |
| '>' is not preceded with whitespace. | 64 | |
| '>' is not followed by whitespace. | 64 | |
| '?' is not preceded with whitespace. | 64 | |
| Avoid inline conditionals. | 64 | |
| '?' is not followed by whitespace. | 64 | |
| ':' is not preceded with whitespace. | 64 | |
| ':' is not followed by whitespace. | 64 | |
| Method 'parseInt' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter in should be final. | 68 | |
| Parameter expected should be final. | 68 | |
| 'if' construct must use '{}'s. | 73 | |
| 'while' construct must use '{}'s. | 77 | |
| Inner assignments should be avoided. | 77 | |
| '10' is a magic number. | 78 | |
| 'if' construct must use '{}'s. | 80 | |
| Line has trailing spaces. | 88 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter in should be final. | 92 | |
| '3' is a magic number. | 112 | |
| Line is longer than 80 characters. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter in should be final. | 121 | |
| Missing a Javadoc comment. | 129 | |
| Parameter in should be final. | 129 | |
| Inner assignments should be avoided. | 133 | |
| '0x80' is a magic number. | 133 | |
| '0x7f' is a magic number. | 135 | |
| '7' is a magic number. | 135 | |
| '7' is a magic number. | 137 | |
| Missing a Javadoc comment. | 140 | |
| Parameter nbands should be final. | 140 | |
| Parameter output0 should be final. | 140 | |
| Parameter in should be final. | 140 | |
| Parameter startid should be final. | 140 | |
| Missing a Javadoc comment. | 155 | |
| Parameter v should be final. | 155 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter in should be final. | 170 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 70 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 96 | |
| Line has trailing spaces. | 107 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| First sentence should end with a period. | 119 | |
| Line has trailing spaces. | 122 | |
| First sentence should end with a period. | 139 | |
| Line has trailing spaces. | 142 | |
| First sentence should end with a period. | 158 | |
| Line has trailing spaces. | 161 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 195 | |
| Line has trailing spaces. | 200 | |
| Line has trailing spaces. | 203 | |
| Line has trailing spaces. | 216 | |
| Expected @param tag for 'out'. | 223 | |
| First sentence should end with a period. | 225 | |
| Line has trailing spaces. | 227 | |
| Expected @param tag for 'out'. | 233 | |
| Line has trailing spaces. | 238 | |
| '<' is not preceded with whitespace. | 241 | |
| '<' is not followed by whitespace. | 241 | |
| '>' is not preceded with whitespace. | 241 | |
| Line has trailing spaces. | 245 | |
| Missing a Javadoc comment. | 252 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Parameter solver should be final. | 62 | |
| Expected @param tag for 'solver'. | 62 | |
| Line has trailing spaces. | 68 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 89 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Line has trailing spaces. | 103 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter assumps should be final. | 107 | |
| Line has trailing spaces. | 117 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter solver should be final. | 32 | |
| Method 'manageAllowedTuples' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter relnum should be final. | 37 | |
| Parameter arity should be final. | 37 | |
| Parameter nbtuples should be final. | 37 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| First sentence should end with a period. | 37 | |
| Line has trailing spaces. | 39 | |
| Redundant 'public' modifier. | 42 | |
| Expected @param tag for 'nofelems'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Expected an @return tag. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'public' modifier. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Line has trailing spaces. | 61 | |
| Expected @param tag for 'elem'. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'public' modifier. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Redundant 'public' modifier. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Redundant 'public' modifier. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Line has trailing spaces. | 81 | |
| Redundant 'public' modifier. | 84 | |
| Expected @param tag for 'copy'. | 84 | |
| Redundant 'public' modifier. | 89 | |
| Expected @param tag for 'is'. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Redundant 'public' modifier. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Redundant 'public' modifier. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Redundant 'public' modifier. | 98 | |
| Line has trailing spaces. | 103 | |
| Line has trailing spaces. | 115 | |
| Redundant 'public' modifier. | 119 | |
| Line has trailing spaces. | 123 | |
| Redundant 'public' modifier. | 127 | |
| Line has trailing spaces. | 132 | |
| Redundant 'public' modifier. | 138 | |
| Missing a Javadoc comment. | 140 | |
| Redundant 'public' modifier. | 140 | |
| Missing a Javadoc comment. | 142 | |
| Redundant 'public' modifier. | 142 | |
| First sentence should end with a period. | 144 | |
| Line has trailing spaces. | 146 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Type Javadoc comment is missing an @param <L> tag. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Method 'setDataStructureFactory' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter dsf should be final. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| 'dsf' hides a field. | 48 | |
| Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter s should be final. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Method 'learns' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter constr should be final. | 58 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line has trailing spaces. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 53 | |
| Parameter voc should be final. | 55 | |
| 'voc' hides a field. | 55 | |
| Expected @param tag for 'voc'. | 55 | |
| Parameter p should be final. | 55 | |
| Expected @param tag for 'p'. | 55 | |
| Method 'addBinaryClause' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter p should be final. | 60 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter s should be final. | 79 | |
| Parameter p should be final. | 79 | |
| Line has trailing spaces. | 94 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line has trailing spaces. | 114 | |
| Missing a Javadoc comment. | 117 | |
| Parameter p should be final. | 117 | |
| Line has trailing spaces. | 123 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter p should be final. | 126 | |
| Parameter outReason should be final. | 126 | |
| Line has trailing spaces. | 140 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line has trailing spaces. | 149 | |
| Missing a Javadoc comment. | 152 | |
| Parameter claInc should be final. | 152 | |
| Line has trailing spaces. | 158 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Line has trailing spaces. | 168 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Line has trailing spaces. | 177 | |
| Missing a Javadoc comment. | 180 | |
| Line has trailing spaces. | 186 | |
| Missing a Javadoc comment. | 189 | |
| Line has trailing spaces. | 195 | |
| Missing a Javadoc comment. | 198 | |
| Parameter d should be final. | 198 | |
| Line has trailing spaces. | 204 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Line has trailing spaces. | 213 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Parameter i should be final. | 216 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter s should be final. | 221 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter literals should be final. | 51 | |
| Parameter coefs should be final. | 51 | |
| Parameter moreThan should be final. | 52 | |
| Parameter degree should be final. | 52 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter literals should be final. | 64 | |
| Parameter coefs should be final. | 64 | |
| Parameter degree should be final. | 65 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter literals should be final. | 77 | |
| Parameter coefs should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Parameter moreThan should be final. | 78 | |
| Parameter degree should be final. | 78 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter literals should be final. | 91 | |
| Parameter coefs should be final. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Parameter degree should be final. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| 'value' hides a field. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter ps should be final. | 41 | |
| Parameter voc should be final. | 41 | |
| Line has trailing spaces. | 48 | |
| Method 'getCoef' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literal should be final. | 51 | |
| Line has trailing spaces. | 57 | |
| Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getCoefs' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| 'for' construct must use '{}'s. | 66 | |
| Line has trailing spaces. | 74 | |
| Parameter s should be final. | 84 | |
| Parameter voc should be final. | 85 | |
| Parameter literals should be final. | 85 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter s should be final. | 92 | |
| 'for' construct must use '{}'s. | 93 | |
| Method 'computeAnImpliedClause' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class MaxWatchCard should be declared as final. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| First sentence should end with a period. | 48 | |
| First sentence should end with a period. | 58 | |
| First sentence should end with a period. | 63 | |
| First sentence should end with a period. | 68 | |
| Line has trailing spaces. | 70 | |
| Unused @param tag for 'size'. | 71 | |
| Unused @param tag for 'learnt'. | 73 | |
| Parameter voc should be final. | 76 | |
| 'voc' hides a field. | 76 | |
| Expected @param tag for 'voc'. | 76 | |
| Parameter ps should be final. | 76 | |
| Expected @param tag for 'ps'. | 76 | |
| Parameter moreThan should be final. | 76 | |
| 'moreThan' hides a field. | 76 | |
| Expected @param tag for 'moreThan'. | 76 | |
| Parameter degree should be final. | 76 | |
| 'degree' hides a field. | 76 | |
| Expected @param tag for 'degree'. | 76 | |
| 'for' construct must use '{}'s. | 85 | |
| 'if' construct must use '{}'s. | 102 | |
| First sentence should end with a period. | 129 | |
| Line has trailing spaces. | 131 | |
| Parameter p should be final. | 138 | |
| Parameter outReason should be final. | 138 | |
| Line has trailing spaces. | 152 | |
| Line has trailing spaces. | 163 | |
| Parameter claInc should be final. | 168 | |
| First sentence should end with a period. | 172 | |
| Line has trailing spaces. | 174 | |
| First sentence should end with a period. | 183 | |
| Line has trailing spaces. | 185 | |
| Line has trailing spaces. | 196 | |
| Parameter s should be final. | 210 | |
| Parameter voc should be final. | 211 | |
| Parameter ps should be final. | 211 | |
| Parameter moreThan should be final. | 211 | |
| Parameter degree should be final. | 211 | |
| Expected @throws tag for 'ContradictionException'. | 212 | |
| Line is longer than 80 characters. | 218 | |
| 'for' construct must use '{}'s. | 220 | |
| 'if' construct must use '{}'s. | 232 | |
| 'if' construct must use '{}'s. | 236 | |
| First sentence should end with a period. | 253 | |
| Line has trailing spaces. | 272 | |
| Parameter s should be final. | 279 | |
| Parameter p should be final. | 279 | |
| 'if' construct must use '{}'s. | 286 | |
| First sentence should end with a period. | 304 | |
| Line has trailing spaces. | 315 | |
| Parameter d should be final. | 319 | |
| First sentence should end with a period. | 322 | |
| Line has trailing spaces. | 324 | |
| 'if' construct must use '{}'s. | 339 | |
| First sentence should end with a period. | 347 | |
| Line has trailing spaces. | 349 | |
| First sentence should end with a period. | 374 | |
| Line has trailing spaces. | 376 | |
| Parameter p should be final. | 380 | |
| Missing a Javadoc comment. | 384 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 392 | |
| Missing a Javadoc comment. | 396 | |
| Parameter i should be final. | 396 | |
| Missing a Javadoc comment. | 400 | |
| Parameter s should be final. | 400 | |
| Line has trailing spaces. | 406 | |
| Missing a Javadoc comment. | 409 | |
| Parameter literal should be final. | 409 | |
| Line has trailing spaces. | 415 | |
| Missing a Javadoc comment. | 418 | |
| Missing a Javadoc comment. | 422 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 39 | |
| '0.95' is a magic number. | 46 | |
| '0.999' is a magic number. | 46 | |
| '1.5' is a magic number. | 46 | |
| '100' is a magic number. | 46 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 50 | |
| Parameter conflictBound should be final. | 53 | |
| '0.95' is a magic number. | 54 | |
| '0.999' is a magic number. | 54 | |
| '1.5' is a magic number. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Parameter confincfactor should be final. | 57 | |
| Parameter conflictBound should be final. | 57 | |
| '0.95' is a magic number. | 58 | |
| '0.999' is a magic number. | 58 | |
| Parameter d should be final. | 71 | |
| Parameter e should be final. | 71 | |
| Parameter f should be final. | 71 | |
| Parameter i should be final. | 71 | |
| Method 'getClaDecay' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'getVarDecay' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Line has trailing spaces. | 102 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Parameter conflictBoundIncFactor should be final. | 129 | |
| 'conflictBoundIncFactor' hides a field. | 129 | |
| Method 'setInitConflictBound' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter initConflictBound should be final. | 137 | |
| 'initConflictBound' hides a field. | 137 | |
| Method 'getConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Method 'getInitConflictBound' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Method 'setClaDecay' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter claDecay should be final. | 159 | |
| 'claDecay' hides a field. | 159 | |
| Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter varDecay should be final. | 167 | |
| 'varDecay' hides a field. | 167 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Type Javadoc comment is missing an @param <L> tag. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Method 'learns' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter reason should be final. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter acg should be final. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter learner should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Parameter dsf should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Parameter order should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Method 'chooseConflict' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter myconfl should be final. | 47 | |
| Parameter level should be final. | 47 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter prefix should be final. | 52 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 35 | |
| '(' is followed by whitespace. | 35 | |
| Line has trailing spaces. | 46 | |
| Unused @param tag for 'i'. | 47 | |
| 'value' hides a field. | 50 | |
| Expected @param tag for 'value'. | 50 | |
| Line has trailing spaces. | 58 | |
| 'str' hides a field. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter m should be final. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Parameter d should be final. | 10 | |
| Line contains a tab character. | 11 | |
| Parameter voc should be final. | 11 | |
| Parameter level should be final. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| 'if' construct must use '{}'s. | 49 | |
| Line is longer than 80 characters. | 62 | |
| '1000.0' is a magic number. | 67 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter problem should be final. | 71 | |
| Line is longer than 80 characters. | 89 | |
| '1000.0' is a magic number. | 91 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Line has trailing spaces. | 56 | |
| Redundant 'public' modifier. | 61 | |
| Line has trailing spaces. | 65 | |
| Expected @param tag for 'x'. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Redundant 'public' modifier. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Redundant 'public' modifier. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Redundant 'public' modifier. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Redundant 'public' modifier. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Redundant 'public' modifier. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Redundant 'public' modifier. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Redundant 'public' modifier. | 83 | |
| Redundant 'public' modifier. | 90 | |
| Expected @param tag for 'lit'. | 90 | |
| First sentence should end with a period. | 92 | |
| Line has trailing spaces. | 94 | |
| Redundant 'public' modifier. | 97 | |
| First sentence should end with a period. | 99 | |
| Line has trailing spaces. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Redundant 'public' modifier. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Redundant 'public' modifier. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Redundant 'public' modifier. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Redundant 'public' modifier. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Redundant 'public' modifier. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Redundant 'public' modifier. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Redundant 'public' modifier. | 118 | |
| '<' is not preceded with whitespace. | 118 | |
| '<' is not followed by whitespace. | 118 | |
| '>' is not preceded with whitespace. | 118 | |
| Missing a Javadoc comment. | 120 | |
| Redundant 'public' modifier. | 120 | |
| Redundant 'public' modifier. | 127 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Redundant 'public' modifier. | 129 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'final' modifier. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| Parameter i should be final. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'final' modifier. | 49 | |
| 'static' modifier out of order with the JLS suggestions. | 49 | |
| Parameter i should be final. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'final' modifier. | 53 | |
| 'static' modifier out of order with the JLS suggestions. | 53 | |
| Parameter i should be final. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'final' modifier. | 57 | |
| Parameter a should be final. | 57 | |
| Parameter b should be final. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Parameter i should be final. | 68 | |
| Missing a Javadoc comment. | 79 | |
| Parameter i should be final. | 79 | |
| Avoid inline conditionals. | 83 | |
| 'if' construct must use '{}'s. | 85 | |
| Method 'ok' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter n should be final. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Parameter activity should be final. | 99 | |
| 'activity' hides a field. | 99 | |
| Method 'setBounds' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter size should be final. | 105 | |
| Method 'inHeap' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter n should be final. | 110 | |
| Method 'increase' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter n should be final. | 115 | |
| Method 'empty' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter n should be final. | 125 | |
| Method 'getmin' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| 'if' construct must use '{}'s. | 138 | |
| Method 'heapProperty' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Method 'heapProperty' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter i should be final. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 40 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter literals should be final. | 42 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literals should be final. | 51 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter literals should be final. | 62 | |
| Parameter degree should be final. | 62 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Parameter arity should be final. | 46 | |
| 'arity' hides a field. | 46 | |
| Parameter nbtuples should be final. | 46 | |
| Method 'addTuple' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter index should be final. | 51 | |
| Parameter tuple should be final. | 51 | |
| Method 'arity' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter solver should be final. | 59 | |
| Parameter scope should be final. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Parameter vars should be final. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '>' is not followed by whitespace. | 64 | |
| Missing a Javadoc comment. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Parameter tuple should be final. | 74 | |
| Parameter n should be final. | 74 | |
| Parameter scope should be final. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| Parameter solver should be final. | 74 | |
| Missing a Javadoc comment. | 96 | |
| Parameter tuple should be final. | 96 | |
| 'if' construct must use '{}'s. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter solver should be final. | 36 | |
| Parameter scope should be final. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Parameter vars should be final. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter literals should be final. | 53 | |
| Expected @param tag for 'literals'. | 53 | |
| Parameter coefs should be final. | 53 | |
| Expected @param tag for 'coefs'. | 53 | |
| Parameter moreThan should be final. | 54 | |
| Expected @param tag for 'moreThan'. | 54 | |
| Parameter degree should be final. | 54 | |
| Expected @param tag for 'degree'. | 54 | |
| Expected @throws tag for 'ContradictionException'. | 54 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter literals should be final. | 66 | |
| Expected @param tag for 'literals'. | 66 | |
| Parameter coefs should be final. | 66 | |
| Expected @param tag for 'coefs'. | 66 | |
| Parameter degree should be final. | 67 | |
| Expected @param tag for 'degree'. | 67 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter literals should be final. | 81 | |
| Expected @param tag for 'literals'. | 81 | |
| Parameter coefs should be final. | 82 | |
| '<' is not preceded with whitespace. | 82 | |
| '<' is not followed by whitespace. | 82 | |
| '>' is not preceded with whitespace. | 82 | |
| Expected @param tag for 'coefs'. | 82 | |
| Parameter moreThan should be final. | 82 | |
| Expected @param tag for 'moreThan'. | 82 | |
| Parameter degree should be final. | 82 | |
| Expected @param tag for 'degree'. | 82 | |
| Expected @throws tag for 'ContradictionException'. | 83 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter literals should be final. | 95 | |
| Expected @param tag for 'literals'. | 95 | |
| Parameter coefs should be final. | 96 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| Expected @param tag for 'coefs'. | 96 | |
| Parameter degree should be final. | 96 | |
| Expected @param tag for 'degree'. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter solver should be final. | 49 | |
| Method 'readConstrs' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter in should be final. | 64 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 125 | |
| Missing a Javadoc comment. | 129 | |
| Parameter token should be final. | 129 | |
| Parameter stk should be final. | 129 | |
| Parameter literals should be final. | 130 | |
| 'else' construct must use '{}'s. | 140 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter literals should be final. | 51 | |
| Parameter coefs should be final. | 51 | |
| Parameter moreThan should be final. | 52 | |
| Parameter degree should be final. | 52 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter literals should be final. | 64 | |
| Parameter coefs should be final. | 64 | |
| Parameter degree should be final. | 65 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter literals should be final. | 77 | |
| Parameter coefs should be final. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| Parameter moreThan should be final. | 78 | |
| Parameter degree should be final. | 78 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter literals should be final. | 91 | |
| Parameter coefs should be final. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Parameter degree should be final. | 92 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Type Javadoc comment is missing an @param <L> tag. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 53 | |
| Parameter acg should be final. | 59 | |
| Expected @param tag for 'acg'. | 59 | |
| Parameter learner should be final. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Expected @param tag for 'learner'. | 59 | |
| Parameter dsf should be final. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Expected @param tag for 'dsf'. | 60 | |
| Parameter order should be final. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Expected @param tag for 'order'. | 60 | |
| Line is longer than 80 characters. | 61 | |
| '1.5' is a magic number. | 61 | |
| '100' is a magic number. | 61 | |
| ',' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter acg should be final. | 64 | |
| Parameter learner should be final. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Parameter dsf should be final. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Parameter params should be final. | 64 | |
| Parameter order should be final. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Parameter restarter should be final. | 64 | |
| Line is longer than 80 characters. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter acg should be final. | 68 | |
| Parameter learner should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| Parameter dsf should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| Parameter params should be final. | 68 | |
| Parameter order should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| ',' is not followed by whitespace. | 69 | |
| Method 'analyze' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter myconfl should be final. | 73 | |
| Parameter outLearntRef should be final. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| Line has trailing spaces. | 78 | |
| 'if' construct must use '{}'s. | 88 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| '>' is not followed by whitespace. | 112 | |
| Line has trailing spaces. | 128 | |
| Line has trailing spaces. | 129 | |
| Method 'chooseConflict' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter myconfl should be final. | 134 | |
| Parameter level should be final. | 134 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Parameter prefix should be final. | 139 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 27 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 40 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter mpb should be final. | 45 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Parameter lits should be final. | 51 | |
| Parameter coefs should be final. | 51 | |
| Parameter degree should be final. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Method 'constructLearntPB' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter literals should be final. | 57 | |
| Parameter coefs should be final. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Parameter degree should be final. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Variable 'relations' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Missing a Javadoc comment. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| '>' is not followed by whitespace. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Missing a Javadoc comment. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '>' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| '>' is not followed by whitespace. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| '>' is not followed by whitespace. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 104 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| '>' is not followed by whitespace. | 104 | |
| Missing a Javadoc comment. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '>' is not followed by whitespace. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Parameter solver should be final. | 114 | |
| 'solver' hides a field. | 114 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 126 | |
| Parameter in should be final. | 126 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Parameter model should be final. | 139 | |
| Parameter out should be final. | 139 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter model should be final. | 148 | |
| Line is longer than 80 characters. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter in should be final. | 158 | |
| Avoid inline conditionals. | 202 | |
| 'variables' hides a field. | 222 | |
| Method 'manageAllowedTuples' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter relnum should be final. | 236 | |
| Parameter arity should be final. | 236 | |
| Parameter nbtuples should be final. | 236 | |
| Missing a Javadoc comment. | 247 | |
| Parameter input should be final. | 247 | |
| Missing a Javadoc comment. | 252 | |
| Parameter input should be final. | 252 | |
| Parameter size should be final. | 252 | |
| 'for' construct must use '{}'s. | 254 | |
| Method 'beginInstance' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| Missing a Javadoc comment. | 259 | |
| Parameter arg0 should be final. | 259 | |
| Method 'beginDomainsSection' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Missing a Javadoc comment. | 263 | |
| Parameter nbdomain should be final. | 263 | |
| Method 'beginDomain' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Parameter id should be final. | 267 | |
| Parameter size should be final. | 267 | |
| Method 'addDomainValue' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Parameter arg0 should be final. | 275 | |
| 'for' construct must use '{}'s. | 280 | |
| Method 'addDomainValue' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter begin should be final. | 287 | |
| Parameter end should be final. | 287 | |
| 'if' construct must use '{}'s. | 288 | |
| 'for' construct must use '{}'s. | 294 | |
| Method 'endDomain' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Missing a Javadoc comment. | 299 | |
| 'if' construct must use '{}'s. | 301 | |
| 'else' construct must use '{}'s. | 304 | |
| Method 'endDomainsSection' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Missing a Javadoc comment. | 308 | |
| Method 'beginVariablesSection' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| Parameter nbvars should be final. | 312 | |
| 'nbvars' hides a field. | 312 | |
| Method 'addVariable' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Missing a Javadoc comment. | 318 | |
| Parameter idvar should be final. | 318 | |
| Parameter iddomain should be final. | 318 | |
| 'if' construct must use '{}'s. | 322 | |
| Method 'endVariablesSection' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| 'if' construct must use '{}'s. | 329 | |
| 'else' construct must use '{}'s. | 331 | |
| Method 'beginRelationsSection' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter nbrel should be final. | 344 | |
| Method 'beginRelation' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Missing a Javadoc comment. | 350 | |
| Parameter name should be final. | 350 | |
| Parameter arity should be final. | 350 | |
| Parameter nbTuples should be final. | 350 | |
| Parameter isSupport should be final. | 351 | |
| 'if' construct must use '{}'s. | 353 | |
| Method 'addRelationTuple' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Parameter tuple should be final. | 364 | |
| Missing a Javadoc comment. | 368 | |
| Method 'endRelationsSection' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Missing a Javadoc comment. | 371 | |
| 'if' construct must use '{}'s. | 372 | |
| 'else' construct must use '{}'s. | 375 | |
| Method 'beginPredicatesSection' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Missing a Javadoc comment. | 379 | |
| Parameter arg0 should be final. | 379 | |
| Method 'beginPredicate' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| Missing a Javadoc comment. | 383 | |
| Parameter name should be final. | 383 | |
| 'if' construct must use '{}'s. | 386 | |
| Method 'addFormalParameter' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Missing a Javadoc comment. | 390 | |
| Parameter name should be final. | 390 | |
| Parameter type should be final. | 390 | |
| Method 'predicateExpression' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Missing a Javadoc comment. | 395 | |
| Parameter expr should be final. | 395 | |
| Missing a Javadoc comment. | 399 | |
| Method 'endPredicatesSection' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Missing a Javadoc comment. | 403 | |
| 'if' construct must use '{}'s. | 404 | |
| 'else' construct must use '{}'s. | 407 | |
| Method 'beginConstraintsSection' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| Missing a Javadoc comment. | 411 | |
| Parameter arg0 should be final. | 411 | |
| Method 'beginConstraint' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Missing a Javadoc comment. | 417 | |
| Parameter name should be final. | 417 | |
| Parameter arity should be final. | 417 | |
| 'if' construct must use '{}'s. | 422 | |
| '100' is a magic number. | 424 | |
| Method 'constraintReference' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| Missing a Javadoc comment. | 427 | |
| Parameter ref should be final. | 427 | |
| Method 'addVariableToConstraint' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Missing a Javadoc comment. | 436 | |
| Parameter arg0 should be final. | 436 | |
| Method 'addEffectiveParameter' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| Missing a Javadoc comment. | 440 | |
| Parameter arg0 should be final. | 440 | |
| Method 'addEffectiveParameter' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Missing a Javadoc comment. | 444 | |
| Parameter arg0 should be final. | 444 | |
| Method 'beginParameterList' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| Missing a Javadoc comment. | 448 | |
| Missing a Javadoc comment. | 454 | |
| Parameter arg0 should be final. | 454 | |
| Missing a Javadoc comment. | 459 | |
| Parameter arg0 should be final. | 459 | |
| Missing a Javadoc comment. | 464 | |
| Method 'addConstantParameter' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| Missing a Javadoc comment. | 469 | |
| Parameter arg0 should be final. | 469 | |
| Parameter arg1 should be final. | 469 | |
| Method 'constraintExpression' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| Missing a Javadoc comment. | 474 | |
| Parameter arg0 should be final. | 474 | |
| Method 'endConstraint' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| Missing a Javadoc comment. | 479 | |
| Method 'endConstraintsSection' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| Missing a Javadoc comment. | 487 | |
| 'if' construct must use '{}'s. | 488 | |
| 'else' construct must use '{}'s. | 490 | |
| Missing a Javadoc comment. | 494 | |
| Method 'getProblem' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| Missing a Javadoc comment. | 498 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 61 | |
| Expected @throws tag for 'TimeoutException'. | 64 | |
| Line has trailing spaces. | 69 | |
| Expected @throws tag for 'TimeoutException'. | 76 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 87 | |
| Line has trailing spaces. | 103 | |
| Line has trailing spaces. | 105 | |
| Expected @param tag for 'assumps'. | 112 | |
| Line has trailing spaces. | 117 | |
| Line has trailing spaces. | 124 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 34 | |
| Type Javadoc comment is missing an @param <T> tag. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'obj' must be private and have accessor methods. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 60 | |
| First sentence should end with a period. | 68 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 87 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 118 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 36 | |
| Method 'constructCard' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter lits should be final. | 41 | |
| Parameter degree should be final. | 41 | |
| Method 'constructLearntCard' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter literals should be final. | 47 | |
| Parameter degree should be final. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Unused import - org.sat4j.minisat.core.LiteralsUtils.var. | 28 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter obj should be final. | 46 | |
| 'obj' hides a field. | 46 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| 'if' construct must use '{}'s. | 64 | |
| Line has trailing spaces. | 70 | |
| Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter p should be final. | 72 | |
| 'if' construct must use '{}'s. | 75 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 78 | |
| Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter p should be final. | 80 | |
| '>>' is not preceded with whitespace. | 81 | |
| '>>' is not followed by whitespace. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 43 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 49 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 83 | |
| Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Method 'setVerbosity' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter b should be final. | 95 | |
| Missing a Javadoc comment. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter solver should be final. | 44 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter model should be final. | 49 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter model should be final. | 54 | |
| Parameter out should be final. | 54 | |
| Line has trailing spaces. | 60 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter filename should be final. | 64 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 65 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter in should be final. | 78 | |
| Line has trailing spaces. | 85 | |
| Method 'setVerbosity' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter b should be final. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 36 | |
| Method 'constructCard' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter lits should be final. | 41 | |
| Parameter degree should be final. | 41 | |
| Method 'constructLearntCard' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter literals should be final. | 47 | |
| Parameter degree should be final. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 53 | |
| Redundant 'public' modifier. | 56 | |
| Expected @param tag for 'wpb'. | 56 | |
| Expected @param tag for 'coefsBis'. | 57 | |
| Expected @param tag for 'indLitImplied'. | 57 | |
| Expected @param tag for 'degreeBis'. | 58 | |
| First sentence should end with a period. | 60 | |
| Line has trailing spaces. | 63 | |
| Redundant 'public' modifier. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Redundant 'public' modifier. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Redundant 'public' modifier. | 72 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 35 | |
| Line has trailing spaces. | 37 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Method 'createPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter literals should be final. | 51 | |
| Parameter coefs should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Parameter moreThan should be final. | 52 | |
| Parameter degree should be final. | 52 | |
| Missing a Javadoc comment. | 69 | |
| Parameter v should be final. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| 'if' construct must use '{}'s. | 71 | |
| Missing a Javadoc comment. | 77 | |
| Parameter coefs should be final. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| Parameter literals should be final. | 77 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Method 'assuming' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter p should be final. | 37 | |
| Method 'propagating' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter p should be final. | 41 | |
| Method 'backtracking' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter p should be final. | 45 | |
| Method 'adding' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter p should be final. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Parameter clause should be final. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter clause should be final. | 57 | |
| Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 75 | |
| Parameter result should be final. | 75 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Parameter var should be final. | 46 | |
| '100' is a magic number. | 52 | |
| '5' is a magic number. | 52 | |
| '10' is a magic number. | 52 | |
| Line has trailing spaces. | 65 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| '>' is not followed by whitespace. | 71 | |
| ',' is not followed by whitespace. | 74 | |
| '>>' is not preceded with whitespace. | 74 | |
| Line has trailing spaces. | 92 | |
| Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter var should be final. | 96 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Line is longer than 80 characters. | 102 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| First sentence should end with a period. | 44 | |
| First sentence should end with a period. | 49 | |
| First sentence should end with a period. | 54 | |
| Name 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| First sentence should end with a period. | 59 | |
| Variable 'activity' must be private and have accessor methods. | 62 | |
| First sentence should end with a period. | 64 | |
| Variable 'coefs' must be private and have accessor methods. | 67 | |
| First sentence should end with a period. | 69 | |
| Variable 'degree' must be private and have accessor methods. | 72 | |
| First sentence should end with a period. | 74 | |
| Variable 'lits' must be private and have accessor methods. | 77 | |
| First sentence should end with a period. | 79 | |
| Variable 'learnt' must be private and have accessor methods. | 82 | |
| First sentence should end with a period. | 84 | |
| Variable 'locked' must be private and have accessor methods. | 87 | |
| First sentence should end with a period. | 89 | |
| Variable 'watchCumul' must be private and have accessor methods. | 92 | |
| First sentence should end with a period. | 94 | |
| Variable 'voc' must be private and have accessor methods. | 97 | |
| Missing a Javadoc comment. | 105 | |
| Parameter mpb should be final. | 105 | |
| Missing a Javadoc comment. | 117 | |
| Parameter lits should be final. | 117 | |
| 'lits' hides a field. | 117 | |
| Parameter coefs should be final. | 117 | |
| 'coefs' hides a field. | 117 | |
| Parameter degree should be final. | 117 | |
| 'degree' hides a field. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| First sentence should end with a period. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line has trailing spaces. | 127 | |
| Method 'isAssertive' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter dl should be final. | 131 | |
| Expected @param tag for 'dl'. | 131 | |
| 'if' construct must use '{}'s. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 'if' construct must use '{}'s. | 139 | |
| Line is longer than 80 characters. | 143 | |
| First sentence should end with a period. | 151 | |
| Line has trailing spaces. | 153 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Parameter p should be final. | 160 | |
| Parameter outReason should be final. | 160 | |
| Missing a Javadoc comment. | 168 | |
| 'protected' modifier out of order with the JLS suggestions. | 168 | |
| Missing a Javadoc comment. | 170 | |
| 'protected' modifier out of order with the JLS suggestions. | 170 | |
| First sentence should end with a period. | 173 | |
| Line has trailing spaces. | 174 | |
| Line has trailing spaces. | 175 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Parameter i should be final. | 180 | |
| First sentence should end with a period. | 184 | |
| Line has trailing spaces. | 186 | |
| Method 'getCoef' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Parameter i should be final. | 191 | |
| First sentence should end with a period. | 195 | |
| Line has trailing spaces. | 197 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 205 | |
| Parameter ps should be final. | 205 | |
| Parameter bigCoefs should be final. | 206 | |
| '<' is not preceded with whitespace. | 206 | |
| '<' is not followed by whitespace. | 206 | |
| '>' is not preceded with whitespace. | 206 | |
| Parameter moreThan should be final. | 206 | |
| Parameter bigDeg should be final. | 206 | |
| Parameter voc should be final. | 207 | |
| Missing a Javadoc comment. | 219 | |
| Parameter ps should be final. | 219 | |
| Parameter bigCoefs should be final. | 220 | |
| '<' is not preceded with whitespace. | 220 | |
| '<' is not followed by whitespace. | 220 | |
| '>' is not preceded with whitespace. | 220 | |
| Parameter moreThan should be final. | 220 | |
| Parameter bigDeg should be final. | 220 | |
| Parameter voc should be final. | 221 | |
| 'for' construct must use '{}'s. | 235 | |
| 'if' construct must use '{}'s. | 243 | |
| 'if' construct must use '{}'s. | 245 | |
| 'if' construct must use '{}'s. | 247 | |
| First sentence should end with a period. | 252 | |
| Line has trailing spaces. | 254 | |
| Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter claInc should be final. | 257 | |
| Expected @param tag for 'claInc'. | 257 | |
| First sentence should end with a period. | 261 | |
| Line has trailing spaces. | 264 | |
| Method 'slackConstraint' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| First sentence should end with a period. | 271 | |
| Line has trailing spaces. | 274 | |
| Method 'slackConstraint' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Parameter coefs should be final. | 281 | |
| 'coefs' hides a field. | 281 | |
| Parameter degree should be final. | 281 | |
| 'degree' hides a field. | 281 | |
| First sentence should end with a period. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line has trailing spaces. | 288 | |
| Method 'recalcLeftSide' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Parameter coefs should be final. | 293 | |
| 'coefs' hides a field. | 293 | |
| 'for' construct must use '{}'s. | 296 | |
| First sentence should end with a period. | 304 | |
| Line is longer than 80 characters. | 305 | |
| Line has trailing spaces. | 307 | |
| Method 'recalcLeftSide' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| First sentence should end with a period. | 314 | |
| Line has trailing spaces. | 316 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Line has trailing spaces. | 325 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Line has trailing spaces. | 335 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| First sentence should end with a period. | 342 | |
| Line has trailing spaces. | 344 | |
| Parameter a should be final. | 351 | |
| Parameter b should be final. | 351 | |
| Line has trailing spaces. | 357 | |
| Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Parameter d should be final. | 361 | |
| Method 'selectionSort' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| Missing a Javadoc comment. | 365 | |
| Parameter from should be final. | 365 | |
| Parameter to should be final. | 365 | |
| Name 'best_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| 'if' construct must use '{}'s. | 373 | |
| First sentence should end with a period. | 385 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| First sentence should end with a period. | 392 | |
| Line has trailing spaces. | 394 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| Missing a Javadoc comment. | 412 | |
| First sentence should end with a period. | 416 | |
| 'protected' modifier out of order with the JLS suggestions. | 419 | |
| First sentence should end with a period. | 432 | |
| Line has trailing spaces. | 434 | |
| 'protected' modifier out of order with the JLS suggestions. | 440 | |
| Parameter from should be final. | 440 | |
| Parameter to should be final. | 440 | |
| 'if' construct must use '{}'s. | 442 | |
| '15' is a magic number. | 442 | |
| 'do' construct must use '{}'s. | 453 | |
| 'do' construct must use '{}'s. | 456 | |
| 'if' construct must use '{}'s. | 460 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| Missing a Javadoc comment. | 477 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| Missing a Javadoc comment. | 502 | |
| Parameter s should be final. | 502 | |
| Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| Missing a Javadoc comment. | 521 | |
| Missing a Javadoc comment. | 531 | |
| '<' is not preceded with whitespace. | 531 | |
| '<' is not followed by whitespace. | 531 | |
| '>' is not preceded with whitespace. | 531 | |
| Parameter vec should be final. | 531 | |
| '<' is not preceded with whitespace. | 532 | |
| '<' is not followed by whitespace. | 532 | |
| '>' is not preceded with whitespace. | 532 | |
| '<' is not preceded with whitespace. | 532 | |
| '<' is not followed by whitespace. | 532 | |
| '>' is not preceded with whitespace. | 532 | |
| '>' is not followed by whitespace. | 532 | |
| 'for' construct must use '{}'s. | 533 | |
| Missing a Javadoc comment. | 538 | |
| Parameter i should be final. | 538 | |
| Method 'getCoefs' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Missing a Javadoc comment. | 542 | |
| Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Missing a Javadoc comment. | 548 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| Missing a Javadoc comment. | 554 | |
| First sentence should end with a period. | 558 | |
| Expected an @return tag. | 561 | |
| Method 'computeAnImpliedClause' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| 'for' construct must use '{}'s. | 571 | |
| Method 'coefficientsEqualToOne' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| Missing a Javadoc comment. | 578 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 2 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 29 | |
| Parameter solver should be final. | 36 | |
| Expected @param tag for 'solver'. | 36 | |
| Method 'isGoodFirstCharacter' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter c should be final. | 42 | |
| Method 'checkId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter s should be final. | 47 | |
| 'if' construct must use '{}'s. | 50 | |
| First sentence should end with a period. | 59 | |
| Method 'readTerm' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter coeff should be final. | 65 | |
| Parameter var should be final. | 65 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '>' is not followed by whitespace. | 72 | |
| 'if' construct must use '{}'s. | 78 | |
| First sentence should end with a period. | 90 | |
| Line has trailing spaces. | 92 | |
| Method 'literalInAProduct' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter var should be final. | 99 | |
| Parameter lits should be final. | 99 | |
| Avoid inline conditionals. | 100 | |
| Avoid inline conditionals. | 102 | |
| First sentence should end with a period. | 106 | |
| Line has trailing spaces. | 108 | |
| Method 'negateLiteralInAProduct' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter var should be final. | 115 | |
| Parameter lits should be final. | 115 | |
| Avoid inline conditionals. | 116 | |
| Avoid inline conditionals. | 118 | |
| First sentence should end with a period. | 122 | |
| Line has trailing spaces. | 125 | |
| Method 'readMetaData' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Expected @throws tag for 'IOException'. | 130 | |
| Expected @throws tag for 'ParseFormatException'. | 130 | |
| 'if' construct must use '{}'s. | 136 | |
| 'if' construct must use '{}'s. | 141 | |
| 'if' construct must use '{}'s. | 149 | |
| 'if' construct must use '{}'s. | 170 | |
| Method 'translateVarToId' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Parameter var should be final. | 181 | |
| Avoid inline conditionals. | 182 | |
| Avoid inline conditionals. | 184 | |
| Missing a Javadoc comment. | 187 | |
| Parameter tmpLit should be final. | 187 | |
| '<' is not preceded with whitespace. | 187 | |
| '<' is not followed by whitespace. | 187 | |
| '>' is not preceded with whitespace. | 187 | |
| 'for' construct must use '{}'s. | 200 | |
| '<' is not preceded with whitespace. | 208 | |
| '<' is not followed by whitespace. | 208 | |
| '>' is not preceded with whitespace. | 208 | |
| '<' is not preceded with whitespace. | 208 | |
| '<' is not followed by whitespace. | 208 | |
| '>' is not preceded with whitespace. | 208 | |
| '>' is not followed by whitespace. | 208 | |
| Line is longer than 80 characters. | 221 | |
| Missing a Javadoc comment. | 221 | |
| '<' is not preceded with whitespace. | 221 | |
| '<' is not followed by whitespace. | 221 | |
| '<' is not preceded with whitespace. | 221 | |
| '<' is not followed by whitespace. | 221 | |
| '>' is not preceded with whitespace. | 221 | |
| '>' is not followed by whitespace. | 221 | |
| '>' is not preceded with whitespace. | 221 | |
| '<' is not preceded with whitespace. | 221 | |
| '<' is not followed by whitespace. | 221 | |
| '<' is not preceded with whitespace. | 221 | |
| '<' is not followed by whitespace. | 221 | |
| '>' is not preceded with whitespace. | 221 | |
| '>' is not followed by whitespace. | 221 | |
| '>' is not preceded with whitespace. | 221 | |
| '>' is not followed by whitespace. | 221 | |
| Missing a Javadoc comment. | 223 | |
| Parameter lits should be final. | 223 | |
| '<' is not preceded with whitespace. | 223 | |
| '<' is not followed by whitespace. | 223 | |
| '>' is not preceded with whitespace. | 223 | |
| 'for' construct must use '{}'s. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 | |
| '>' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 | |
| 'if' construct must use '{}'s. | 225 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 34 | |
| Type Javadoc comment is missing an @param <L> tag. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| '3' is a magic number. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Parameter maxlength should be final. | 49 | |
| 'maxlength' hides a field. | 49 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter v should be final. | 63 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Method 'setBound' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter newbound should be final. | 77 | |
| Line has trailing spaces. | 80 | |
| Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter constr should be final. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 56 | |
| Parameter nofelems should be final. | 66 | |
| Parameter newsize should be final. | 70 | |
| Parameter newsize should be final. | 79 | |
| Parameter pad should be final. | 79 | |
| Parameter nsize should be final. | 83 | |
| Parameter elem should be final. | 87 | |
| Parameter elem should be final. | 92 | |
| Parameter i should be final. | 106 | |
| Parameter i should be final. | 111 | |
| Parameter o should be final. | 111 | |
| Parameter e should be final. | 116 | |
| Parameter copy should be final. | 121 | |
| Parameter is should be final. | 126 | |
| Parameter dest should be final. | 130 | |
| Parameter dest should be final. | 134 | |
| Parameter dest should be final. | 138 | |
| Parameter elem should be final. | 142 | |
| Parameter elem should be final. | 147 | |
| Parameter i should be final. | 152 | |
| Missing a Javadoc comment. | 165 | |
| '5' is a magic number. | 166 | |
| Missing a Javadoc comment. | 169 | |
| Parameter size should be final. | 169 | |
| Line has trailing spaces. | 175 | |
| Line has trailing spaces. | 179 | |
| Parameter lits should be final. | 183 | |
| Line has trailing spaces. | 190 | |
| Parameter size should be final. | 196 | |
| Parameter pad should be final. | 196 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| First sentence should end with a period. | 208 | |
| Line has trailing spaces. | 210 | |
| Method 'shrink' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Parameter nofelems should be final. | 213 | |
| Expected @param tag for 'nofelems'. | 213 | |
| Method 'shrinkTo' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter newsize should be final. | 219 | |
| Expected an @return tag. | 229 | |
| Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Method 'growTo' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter newsize should be final. | 235 | |
| Method 'ensure' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Parameter nsize should be final. | 243 | |
| Method 'push' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Missing a Javadoc comment. | 251 | |
| Parameter elem should be final. | 251 | |
| Method 'unsafePush' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Parameter elem should be final. | 257 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Method 'last' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter i should be final. | 270 | |
| Method 'unsafeGet' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Missing a Javadoc comment. | 275 | |
| Parameter i should be final. | 275 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter i should be final. | 279 | |
| Parameter o should be final. | 279 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Missing a Javadoc comment. | 284 | |
| Parameter e should be final. | 284 | |
| 'if' construct must use '{}'s. | 287 | |
| Line has trailing spaces. | 296 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Parameter copy should be final. | 299 | |
| Expected @param tag for 'copy'. | 299 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| Parameter is should be final. | 315 | |
| Expected @param tag for 'is'. | 315 | |
| Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| Parameter dest should be final. | 323 | |
| Method 'moveTo2' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| Parameter dest should be final. | 328 | |
| Array brackets at illegal position. | 331 | |
| Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Missing a Javadoc comment. | 339 | |
| Parameter dest should be final. | 339 | |
| Parameter source should be final. | 339 | |
| Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| Missing a Javadoc comment. | 343 | |
| Parameter dest should be final. | 343 | |
| Line has trailing spaces. | 352 | |
| Method 'insertFirst' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Line has trailing spaces. | 367 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Parameter elem should be final. | 371 | |
| Line has trailing spaces. | 384 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Parameter i should be final. | 390 | |
| Missing a Javadoc comment. | 397 | |
| Missing a Javadoc comment. | 399 | |
| Line has trailing spaces. | 403 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Missing a Javadoc comment. | 406 | |
| Missing a Javadoc comment. | 419 | |
| Method 'selectionSort' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| Missing a Javadoc comment. | 421 | |
| Parameter from should be final. | 421 | |
| Parameter to should be final. | 421 | |
| Name 'best_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 422 | |
| 'if' construct must use '{}'s. | 428 | |
| Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Missing a Javadoc comment. | 437 | |
| Parameter from should be final. | 437 | |
| Parameter to should be final. | 437 | |
| 'if' construct must use '{}'s. | 439 | |
| '15' is a magic number. | 439 | |
| 'do' construct must use '{}'s. | 450 | |
| 'do' construct must use '{}'s. | 453 | |
| 'if' construct must use '{}'s. | 457 | |
| Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| Method 'sortUnique' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| Missing a Javadoc comment. | 477 | |
| 'if' construct must use '{}'s. | 480 | |
| Inner assignments should be avoided. | 489 | |
| Line has trailing spaces. | 499 | |
| Line has trailing spaces. | 504 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| Parameter obj should be final. | 508 | |
| 'if' construct must use '{}'s. | 511 | |
| Line has trailing spaces. | 525 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| Missing a Javadoc comment. | 528 | |
| Line has trailing spaces. | 539 | |
| Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Missing a Javadoc comment. | 542 | |
| Parameter vec should be final. | 542 | |
| Line has trailing spaces. | 553 | |
| Method 'isSubsetOf' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| Parameter vec should be final. | 558 | |
| 'if' construct must use '{}'s. | 565 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| Missing a Javadoc comment. | 572 | |
| '<' is not preceded with whitespace. | 572 | |
| '<' is not followed by whitespace. | 572 | |
| '>' is not preceded with whitespace. | 572 | |
| '<' is not preceded with whitespace. | 573 | |
| '<' is not followed by whitespace. | 573 | |
| '>' is not preceded with whitespace. | 573 | |
| '>' is not followed by whitespace. | 573 | |
| 'if' construct must use '{}'s. | 581 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| Missing a Javadoc comment. | 592 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Type Javadoc comment is missing an @param <L> tag. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'falsified' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'lits' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'voc' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Parameter s should be final. | 53 | |
| Parameter voc should be final. | 53 | |
| Parameter literals should be final. | 54 | |
| Line has trailing spaces. | 61 | |
| Parameter ps should be final. | 63 | |
| Expected @param tag for 'ps'. | 63 | |
| Parameter voc should be final. | 63 | |
| 'voc' hides a field. | 63 | |
| Expected @param tag for 'voc'. | 63 | |
| Parameter learnt should be final. | 63 | |
| 'learnt' hides a field. | 63 | |
| Expected @param tag for 'learnt'. | 63 | |
| Missing a Javadoc comment. | 70 | |
| Parameter ps should be final. | 70 | |
| Parameter voc should be final. | 70 | |
| 'voc' hides a field. | 70 | |
| Line has trailing spaces. | 76 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter s should be final. | 91 | |
| Parameter p should be final. | 91 | |
| Line has trailing spaces. | 112 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Line has trailing spaces. | 126 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter p should be final. | 129 | |
| Line has trailing spaces. | 135 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter p should be final. | 139 | |
| Parameter outReason should be final. | 139 | |
| Line has trailing spaces. | 152 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Line has trailing spaces. | 161 | |
| Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter claInc should be final. | 164 | |
| Line has trailing spaces. | 170 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Line has trailing spaces. | 179 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Line has trailing spaces. | 188 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Line has trailing spaces. | 197 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Line has trailing spaces. | 217 | |
| Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Missing a Javadoc comment. | 220 | |
| Parameter d should be final. | 220 | |
| Line has trailing spaces. | 226 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Line has trailing spaces. | 235 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Parameter i should be final. | 238 | |
| Line has trailing spaces. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter s should be final. | 247 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| '<' is not preceded with whitespace. | 10 | |
| '<' is not followed by whitespace. | 10 | |
| '>' is not preceded with whitespace. | 10 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Parameter acg should be final. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line contains a tab character. | 18 | |
| Parameter learner should be final. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Parameter dsf should be final. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Parameter order should be final. | 18 | |
| '<' is not preceded with whitespace. | 18 | |
| '<' is not followed by whitespace. | 18 | |
| '>' is not preceded with whitespace. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 23 | |
| Method 'chooseConflict' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter myconfl should be final. | 26 | |
| Parameter level should be final. | 26 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter prefix should be final. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 45 | |
| Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Parameter args should be final. | 46 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 54 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 73 | |
| Parameter args should be final. | 73 | |
| Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter args should be final. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter literals should be final. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter literals should be final. | 58 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter literals should be final. | 63 | |
| Parameter degree should be final. | 63 | |
| Method 'createPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter literals should be final. | 70 | |
| Parameter coefs should be final. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Parameter moreThan should be final. | 71 | |
| Parameter degree should be final. | 71 | |
| Line has trailing spaces. | 79 | |
| Expected @param tag for 'moreThan'. | 84 | |
| Expected @throws tag for 'ContradictionException'. | 85 | |
| Missing a Javadoc comment. | 87 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| Method 'createUnregisteredPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter literals should be final. | 92 | |
| Parameter coefs should be final. | 93 | |
| '<' is not preceded with whitespace. | 93 | |
| '<' is not followed by whitespace. | 93 | |
| '>' is not preceded with whitespace. | 93 | |
| Parameter degree should be final. | 93 | |
| Method 'createUnregisteredPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter literals should be final. | 97 | |
| Parameter coefs should be final. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| Parameter moreThan should be final. | 98 | |
| Parameter degree should be final. | 98 | |
| Expected @param tag for 'literals'. | 109 | |
| Expected @param tag for 'coefs'. | 110 | |
| Expected @param tag for 'degree'. | 110 | |
| Missing a Javadoc comment. | 112 | |
| '<' is not preceded with whitespace. | 113 | |
| '<' is not followed by whitespace. | 113 | |
| '>' is not preceded with whitespace. | 113 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Type Javadoc comment is missing an @param <L> tag. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Unused @throws tag for 'UnsupportedOperationException'. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| Missing a Javadoc comment. | 65 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| Expected @param tag for 'p'. | 81 | |
| Expected @param tag for 'p'. | 88 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literals should be final. | 51 | |
| 'if' construct must use '{}'s. | 53 | |
| '3' is a magic number. | 59 | |
| Line has trailing spaces. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter constr should be final. | 72 | |
| '3' is a magic number. | 76 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter literals should be final. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 47 | |
| Parameter p should be final. | 47 | |
| Parameter q should be final. | 47 | |
| Parameter r should be final. | 47 | |
| Method 'ternaryClauses' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter lit1 should be final. | 62 | |
| Parameter lit2 should be final. | 62 | |
| Parameter lit3 should be final. | 62 | |
| Method 'nTernaryClauses' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter p should be final. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter literals should be final. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter literals should be final. | 57 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '<' is not preceded with whitespace. | 12 | |
| '<' is not followed by whitespace. | 12 | |
| '>' is not preceded with whitespace. | 12 | |
| '<' is not preceded with whitespace. | 12 | |
| '<' is not followed by whitespace. | 12 | |
| '>' is not preceded with whitespace. | 12 | |
| '>' is not followed by whitespace. | 12 | |
| '{' is not preceded with whitespace. | 12 | |
| Line has trailing spaces. | 15 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Missing a Javadoc comment. | 21 | |
| '10' is a magic number. | 22 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Parameter percent should be final. | 25 | |
| Line has trailing spaces. | 28 | |
| Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter percent should be final. | 29 | |
| Line has trailing spaces. | 32 | |
| Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '100' is a magic number. | 40 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Method 'setBound' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter newbound should be final. | 49 | |
| Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter constr should be final. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Parameter literals should be final. | 14 | |
| 'if' construct must use '{}'s. | 16 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 48 | |
| Class MoreThanSAT should be declared as final. | 51 | |
| Line has trailing spaces. | 56 | |
| Missing a Javadoc comment. | 62 | |
| '3600' is a magic number. | 65 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Type Javadoc comment is missing an @param <L> tag. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'lits' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| '>' is not followed by whitespace. | 52 | |
| Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter s should be final. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Method 'learns' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter constr should be final. | 61 | |
| Missing a Javadoc comment. | 69 | |
| 'protected' modifier out of order with the JLS suggestions. | 69 | |
| Line has trailing spaces. | 70 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setVarActivityListener' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter s should be final. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter solver should be final. | 71 | |
| Parameter problemname should be final. | 71 | |
| Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter args should be final. | 79 | |
| Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter args should be final. | 84 | |
| Line is longer than 80 characters. | 108 | |
| Missing a Javadoc comment. | 123 | |
| Parameter args should be final. | 123 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'nborigvars' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'nbnewvar' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'prevfullmodel' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter solver should be final. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| 'while' construct must use '{}'s. | 49 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter howmany should be final. | 59 | |
| Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter nb should be final. | 65 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| 'if' construct must use '{}'s. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter value should be final. | 37 | |
| 'value' hides a field. | 37 | |
| Method 'domain' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter key should be final. | 46 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter solver should be final. | 50 | |
| Line has trailing spaces. | 56 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 35 | |
| Line has trailing spaces. | 37 | |
| Redundant 'public' modifier. | 43 | |
| First sentence should end with a period. | 45 | |
| Line has trailing spaces. | 47 | |
| Redundant 'public' modifier. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 56 | |
| 'static' modifier out of order with the JLS suggestions. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Parameter s should be final. | 72 | |
| 's' hides a field. | 72 | |
| Missing a Javadoc comment. | 76 | |
| 'in' hides a field. | 77 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 89 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter in should be final. | 97 | |
| 'in' hides a field. | 97 | |
| First sentence should end with a period. | 102 | |
| Expected an @return tag. | 103 | |
| Expected @throws tag for 'IOException'. | 103 | |
| 'if' construct must use '{}'s. | 110 | |
| 'if' construct must use '{}'s. | 113 | |
| First sentence should end with a period. | 119 | |
| Expected an @return tag. | 120 | |
| Expected @throws tag for 'IOException'. | 120 | |
| Line is longer than 80 characters. | 124 | |
| 'if' construct must use '{}'s. | 126 | |
| '10' is a magic number. | 128 | |
| Line is longer than 80 characters. | 132 | |
| 'if' construct must use '{}'s. | 134 | |
| '10' is a magic number. | 136 | |
| 'if' construct must use '{}'s. | 138 | |
| Line has trailing spaces. | 144 | |
| Parameter car should be final. | 146 | |
| Expected @param tag for 'car'. | 146 | |
| Expected @throws tag for 'IOException'. | 146 | |
| Expected @throws tag for 'ContradictionException'. | 147 | |
| 'if' construct must use '{}'s. | 156 | |
| 'else' construct must use '{}'s. | 162 | |
| '+' is not preceded with whitespace. | 163 | |
| '+' is not followed by whitespace. | 163 | |
| '10' is a magic number. | 166 | |
| Avoid inline conditionals. | 175 | |
| 'if' construct must use '{}'s. | 179 | |
| 'if' construct must use '{}'s. | 181 | |
| First sentence should end with a period. | 186 | |
| Expected an @return tag. | 187 | |
| Expected @throws tag for 'IOException'. | 187 | |
| 'while' construct must use '{}'s. | 190 | |
| Inner assignments should be avoided. | 190 | |
| Empty statement. | 191 | |
| Expected an @return tag. | 196 | |
| Expected @throws tag for 'IOException'. | 196 | |
| Expected an @return tag. | 205 | |
| Expected @throws tag for 'IOException'. | 205 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter model should be final. | 214 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter model should be final. | 225 | |
| Parameter out should be final. | 225 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter solver should be final. | 49 | |
| Method 'countSolutions' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 31 | |
| First sentence should end with a period. | 45 | |
| Line has trailing spaces. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 40 | |
| Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter solver should be final. | 50 | |
| Parameter problemname should be final. | 50 | |
| Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter args should be final. | 58 | |
| Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter args should be final. | 63 | |
| Missing a Javadoc comment. | 72 | |
| Parameter args should be final. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literals should be final. | 51 | |
| 'if' construct must use '{}'s. | 53 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter literals should be final. | 58 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 39 | |
| Method 'constructClause' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter v should be final. | 44 | |
| Method 'constructLearntClause' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter literals should be final. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| First sentence should end with a period. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'solver' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| '>' is not followed by whitespace. | 69 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Variable 'nbVars' must be private and have accessor methods. | 74 | |
| Variable 'nbConstr' must be private and have accessor methods. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Variable 'nbConstraintsRead' must be private and have accessor methods. | 76 | |
| First sentence should end with a period. | 77 | |
| Line has trailing spaces. | 80 | |
| Method 'metaData' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter nbvar should be final. | 86 | |
| Parameter nbconstr should be final. | 86 | |
| First sentence should end with a period. | 90 | |
| First sentence should end with a period. | 96 | |
| Method 'endObjective' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| First sentence should end with a period. | 108 | |
| Method 'beginConstraint' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Method 'endConstraint' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Expected @throws tag for 'ContradictionException'. | 124 | |
| '{' is not preceded with whitespace. | 130 | |
| '{' is not preceded with whitespace. | 133 | |
| First sentence should end with a period. | 139 | |
| Line has trailing spaces. | 141 | |
| Parameter coeff should be final. | 147 | |
| Parameter var should be final. | 147 | |
| Line has trailing spaces. | 152 | |
| Method 'translateVarToId' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter var should be final. | 152 | |
| Line contains a tab character. | 152 | |
| Avoid inline conditionals. | 154 | |
| Line has trailing spaces. | 156 | |
| First sentence should end with a period. | 157 | |
| Line has trailing spaces. | 159 | |
| Method 'constraintRelOp' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Parameter relop should be final. | 163 | |
| First sentence should end with a period. | 167 | |
| Line has trailing spaces. | 170 | |
| Method 'constraintRightTerm' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter val should be final. | 174 | |
| Missing a Javadoc comment. | 178 | |
| Variable 'in' must be private and have accessor methods. | 178 | |
| Missing a Javadoc comment. | 180 | |
| Variable 'savedChar' must be private and have accessor methods. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Variable 'charAvailable' must be private and have accessor methods. | 182 | |
| Missing a Javadoc comment. | 184 | |
| Variable 'eofReached' must be private and have accessor methods. | 184 | |
| First sentence should end with a period. | 186 | |
| Line has trailing spaces. | 188 | |
| Expected an @return tag. | 191 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Expected @throws tag for 'IOException'. | 191 | |
| 'if' construct must use '{}'s. | 200 | |
| Method 'getVars' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Method 'getCoeffs' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| '<' is not preceded with whitespace. | 210 | |
| '<' is not followed by whitespace. | 210 | |
| '>' is not preceded with whitespace. | 210 | |
| First sentence should end with a period. | 214 | |
| Parameter c should be final. | 217 | |
| Expected @param tag for 'c'. | 217 | |
| First sentence should end with a period. | 222 | |
| Expected an @return tag. | 225 | |
| Method 'eof' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| First sentence should end with a period. | 229 | |
| Line has trailing spaces. | 231 | |
| Method 'skipSpaces' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Expected @throws tag for 'IOException'. | 234 | |
| 'while' construct must use '{}'s. | 237 | |
| Inner assignments should be avoided. | 237 | |
| Empty statement. | 238 | |
| First sentence should end with a period. | 243 | |
| Line has trailing spaces. | 245 | |
| Method 'readWord' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Expected @throws tag for 'IOException'. | 249 | |
| 'while' construct must use '{}'s. | 255 | |
| Inner assignments should be avoided. | 255 | |
| First sentence should end with a period. | 261 | |
| Line has trailing spaces. | 263 | |
| Method 'readInteger' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Parameter s should be final. | 268 | |
| Expected @throws tag for 'IOException'. | 268 | |
| 'if' construct must use '{}'s. | 275 | |
| 'while' construct must use '{}'s. | 279 | |
| Inner assignments should be avoided. | 279 | |
| First sentence should end with a period. | 285 | |
| Line has trailing spaces. | 287 | |
| Method 'readIdentifier' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Parameter s should be final. | 292 | |
| Expected @param tag for 's'. | 292 | |
| Expected @throws tag for 'IOException'. | 292 | |
| Expected @throws tag for 'ParseFormatException'. | 293 | |
| 'if' construct must use '{}'s. | 302 | |
| 'if' construct must use '{}'s. | 315 | |
| 'if' construct must use '{}'s. | 318 | |
| Method 'isGoodFirstCharacter' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Parameter c should be final. | 329 | |
| '{' is not preceded with whitespace. | 329 | |
| Line contains a tab character. | 330 | |
| Line has trailing spaces. | 332 | |
| Method 'isGoodFollowingCharacter' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Missing a Javadoc comment. | 333 | |
| Parameter c should be final. | 333 | |
| '{' is not preceded with whitespace. | 333 | |
| Line contains a tab character. | 334 | |
| Line has trailing spaces. | 336 | |
| Method 'checkId' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Missing a Javadoc comment. | 337 | |
| Parameter s should be final. | 337 | |
| '{' is not preceded with whitespace. | 337 | |
| Line has trailing spaces. | 343 | |
| Line contains a tab character. | 343 | |
| First sentence should end with a period. | 345 | |
| Line has trailing spaces. | 347 | |
| Expected @throws tag for 'IOException'. | 351 | |
| 'if' construct must use '{}'s. | 357 | |
| 'if' construct must use '{}'s. | 360 | |
| 'if' construct must use '{}'s. | 363 | |
| First sentence should end with a period. | 369 | |
| Line has trailing spaces. | 372 | |
| Method 'readMetaData' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Expected @throws tag for 'IOException'. | 376 | |
| Expected @throws tag for 'ParseFormatException'. | 376 | |
| 'if' construct must use '{}'s. | 382 | |
| 'if' construct must use '{}'s. | 387 | |
| 'if' construct must use '{}'s. | 394 | |
| First sentence should end with a period. | 407 | |
| Line has trailing spaces. | 409 | |
| Expected @throws tag for 'IOException'. | 412 | |
| Inner assignments should be avoided. | 417 | |
| First sentence should end with a period. | 424 | |
| Line has trailing spaces. | 426 | |
| Method 'readTerm' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Parameter coeff should be final. | 434 | |
| Parameter var should be final. | 434 | |
| Expected @throws tag for 'IOException'. | 435 | |
| Expected @throws tag for 'ParseFormatException'. | 435 | |
| Expected @throws tag for 'ContradictionException'. | 435 | |
| 'if' construct must use '{}'s. | 442 | |
| 'if' construct must use '{}'s. | 446 | |
| First sentence should end with a period. | 450 | |
| Line has trailing spaces. | 453 | |
| Expected @throws tag for 'IOException'. | 457 | |
| Expected @throws tag for 'ParseFormatException'. | 457 | |
| Line contains a tab character. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Line is longer than 80 characters. | 483 | |
| 'if' construct must use '{}'s. | 487 | |
| 'if' construct must use '{}'s. | 490 | |
| 'else' construct must use '{}'s. | 492 | |
| 'else' construct must use '{}'s. | 498 | |
| First sentence should end with a period. | 503 | |
| Line has trailing spaces. | 505 | |
| Expected @throws tag for 'IOException'. | 510 | |
| Expected @throws tag for 'ParseFormatException'. | 510 | |
| Expected @throws tag for 'ContradictionException'. | 511 | |
| 'if' construct must use '{}'s. | 528 | |
| 'if' construct must use '{}'s. | 536 | |
| Inner assignments should be avoided. | 541 | |
| 'if' construct must use '{}'s. | 552 | |
| Missing a Javadoc comment. | 559 | |
| Parameter solver should be final. | 559 | |
| 'solver' hides a field. | 559 | |
| '<' is not preceded with whitespace. | 562 | |
| '<' is not followed by whitespace. | 562 | |
| '>' is not preceded with whitespace. | 562 | |
| '>' is not followed by whitespace. | 562 | |
| First sentence should end with a period. | 565 | |
| Line has trailing spaces. | 568 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| Expected @throws tag for 'IOException'. | 573 | |
| Expected @throws tag for 'ParseFormatException'. | 573 | |
| Expected @throws tag for 'ContradictionException'. | 574 | |
| 'if' construct must use '{}'s. | 586 | |
| 'if' construct must use '{}'s. | 591 | |
| 'if' construct must use '{}'s. | 594 | |
| Missing a Javadoc comment. | 607 | |
| 'in' hides a field. | 608 | |
| Missing a Javadoc comment. | 613 | |
| Parameter in should be final. | 613 | |
| 'in' hides a field. | 613 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| Missing a Javadoc comment. | 625 | |
| Parameter model should be final. | 626 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| Missing a Javadoc comment. | 642 | |
| Parameter model should be final. | 643 | |
| Parameter out should be final. | 643 | |
| Method 'getObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| Missing a Javadoc comment. | 656 | |
| '{' is not preceded with whitespace. | 657 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Parameter solver should be final. | 49 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'top' must be private and have accessor methods. | 54 | |
| Method 'setTopWeight' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter top should be final. | 56 | |
| 'top' hides a field. | 56 | |
| Line has trailing spaces. | 59 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter literals should be final. | 61 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| Line has trailing spaces. | 65 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 87 | |
| Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 99 | |
| Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| '+' is not preceded with whitespace. | 106 | |
| '+' is not followed by whitespace. | 106 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 29 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Parameter p should be final. | 53 | |
| Parameter i should be final. | 53 | |
| Line has trailing spaces. | 59 | |
| Method 'getWatchesFor' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Parameter p should be final. | 63 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter literals should be final. | 72 | |
| 'if' construct must use '{}'s. | 74 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter literals should be final. | 84 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Array brackets at illegal position. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| Variable 'watches' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '(' is followed by whitespace. | 65 | |
| Parameter nvar should be final. | 66 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '>' is not followed by whitespace. | 79 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| '>' is not followed by whitespace. | 83 | |
| Method 'getFromPool' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter x should be final. | 96 | |
| Avoid inline conditionals. | 100 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '>' is not followed by whitespace. | 105 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '>' is not followed by whitespace. | 106 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| '>' is not followed by whitespace. | 107 | |
| Method 'belongsToPool' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter x should be final. | 117 | |
| Method 'resetPool' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Method 'ensurePool' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter howmany should be final. | 130 | |
| Method 'unassign' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter lit should be final. | 134 | |
| Method 'satisfies' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter lit should be final. | 140 | |
| Method 'isSatisfied' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter lit should be final. | 146 | |
| Missing a Javadoc comment. | 150 | |
| Parameter lit should be final. | 150 | |
| Method 'isUnassigned' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter lit should be final. | 154 | |
| Method 'valueToString' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter lit should be final. | 158 | |
| 'if' construct must use '{}'s. | 159 | |
| 'if' construct must use '{}'s. | 161 | |
| Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Method 'not' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter lit should be final. | 170 | |
| Missing a Javadoc comment. | 174 | |
| Parameter lit should be final. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Avoid inline conditionals. | 175 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter lit should be final. | 178 | |
| Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Parameter lit should be final. | 188 | |
| Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter lit should be final. | 192 | |
| Parameter l should be final. | 192 | |
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter lit should be final. | 196 | |
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Parameter lit should be final. | 200 | |
| Parameter r should be final. | 200 | |
| Method 'undos' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| '<' is not preceded with whitespace. | 204 | |
| '<' is not followed by whitespace. | 204 | |
| '>' is not preceded with whitespace. | 204 | |
| Parameter lit should be final. | 204 | |
| Method 'watch' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter lit should be final. | 208 | |
| Parameter c should be final. | 208 | |
| Method 'watches' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| Parameter lit should be final. | 212 | |
| Method 'isImplied' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Parameter lit should be final. | 216 | |
| Method 'realnVars' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Parameter solver should be final. | 70 | |
| 'solver' hides a field. | 70 | |
| Missing a Javadoc comment. | 75 | |
| ';' is not followed by whitespace. | 77 | |
| Missing a Javadoc comment. | 82 | |
| ';' is not followed by whitespace. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 138 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter filename should be final. | 146 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 147 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter model should be final. | 205 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Parameter model should be final. | 210 | |
| Parameter out should be final. | 210 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Parameter in should be final. | 215 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Type Javadoc comment is missing an @param <L> tag. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Method 'conflictDetectedInWatchesFor' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter p should be final. | 54 | |
| Parameter i should be final. | 54 | |
| Line has trailing spaces. | 62 | |
| Method 'getWatchesFor' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Parameter p should be final. | 65 | |
| Missing a Javadoc comment. | 71 | |
| Variable 'lits' must be private and have accessor methods. | 71 | |
| Line has trailing spaces. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Line has trailing spaces. | 78 | |
| Missing a Javadoc comment. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| '>' is not followed by whitespace. | 79 | |
| Line has trailing spaces. | 83 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Variable 'solver' must be private and have accessor methods. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'learner' must be private and have accessor methods. | 92 | |
| Method 'setUnitPropagationListener' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter s should be final. | 94 | |
| Method 'setLearner' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter learner should be final. | 98 | |
| 'learner' hides a field. | 98 | |
| Missing a Javadoc comment. | 102 | |
| Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter constr should be final. | 105 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter literals should be final. | 115 | |
| Parameter degree should be final. | 115 | |
| Line has trailing spaces. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Method 'createPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter literals should be final. | 126 | |
| Parameter coefs should be final. | 127 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| Parameter moreThan should be final. | 127 | |
| Parameter degree should be final. | 127 | |
| Method 'createUnregisteredPseudoBooleanConstraint' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter literals should be final. | 132 | |
| Parameter coefs should be final. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| Parameter degree should be final. | 133 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 71 | |
| Parameter pw should be final. | 71 | |
| Missing a Javadoc comment. | 75 | |
| Parameter stream should be final. | 75 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter howmany should be final. | 83 | |
| Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter nb should be final. | 89 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter literals should be final. | 95 | |
| 'for' construct must use '{}'s. | 102 | |
| Line has trailing spaces. | 105 | |
| Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter c should be final. | 108 | |
| Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter clauses should be final. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter literals should be final. | 117 | |
| Parameter degree should be final. | 117 | |
| Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter literals should be final. | 139 | |
| Parameter degree should be final. | 139 | |
| Method 'addPseudoBoolean' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter lits should be final. | 149 | |
| Parameter coeffs should be final. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Parameter moreThan should be final. | 150 | |
| Parameter d should be final. | 150 | |
| Missing a Javadoc comment. | 154 | |
| Parameter t should be final. | 154 | |
| Missing a Javadoc comment. | 159 | |
| Parameter t should be final. | 159 | |
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 174 | |
| Parameter out should be final. | 174 | |
| 'out' hides a field. | 174 | |
| Parameter prefix should be final. | 174 | |
| Missing a Javadoc comment. | 179 | |
| Parameter out should be final. | 179 | |
| 'out' hides a field. | 179 | |
| Parameter prefix should be final. | 179 | |
| Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| '<' is not preceded with whitespace. | 184 | |
| '<' is not followed by whitespace. | 184 | |
| '>' is not preceded with whitespace. | 184 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter prefix should be final. | 189 | |
| Missing a Javadoc comment. | 193 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter var should be final. | 202 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter assumps should be final. | 210 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter assumps should be final. | 218 | |
| Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 32 | |
| Type Javadoc comment is missing an @param <T> tag. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 45 | |
| First sentence should end with a period. | 51 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Line has trailing spaces. | 73 | |
| Expected @param tag for 'elem'. | 76 | |
| Line has trailing spaces. | 82 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Line has trailing spaces. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Line has trailing spaces. | 106 | |
| Line has trailing spaces. | 115 | |
| Line has trailing spaces. | 126 | |
| '<' is not preceded with whitespace. | 129 | |
| '<' is not followed by whitespace. | 129 | |
| '>' is not preceded with whitespace. | 129 | |
| Expected @param tag for 'copy'. | 129 | |
| Missing a Javadoc comment. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 145 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Line has trailing spaces. | 154 | |
| Missing a Javadoc comment. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| Missing a Javadoc comment. | 167 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| First sentence should end with a period. | 169 | |
| Line has trailing spaces. | 171 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 52 | |
| Method 'nBinaryClauses' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter p should be final. | 56 | |
| Expected @param tag for 'p'. | 56 | |
| Method 'binaryClauses' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter lit1 should be final. | 66 | |
| Parameter lit2 should be final. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Parameter p should be final. | 71 | |
| Parameter q should be final. | 71 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 50 | |
| First sentence should end with a period. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '>' is not followed by whitespace. | 64 | |
| Missing a Javadoc comment. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| Line has trailing spaces. | 69 | |
| Parameter solver should be final. | 71 | |
| 'solver' hides a field. | 71 | |
| Expected @param tag for 'solver'. | 71 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 81 | |
| Parameter in should be final. | 81 | |
| Method 'parseLine' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter line should be final. | 96 | |
| 'if' construct must use '{}'s. | 98 | |
| 'if' construct must use '{}'s. | 100 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 104 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '>' is not followed by whitespace. | 114 | |
| Inner assignments should be avoided. | 182 | |
| Avoid inline conditionals. | 187 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter model should be final. | 195 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Parameter model should be final. | 210 | |
| Parameter out should be final. | 210 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Variable 'coefs' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'degree' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Parameter m should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Parameter d should be final. | 52 | |
| Missing a Javadoc comment. | 57 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| Method 'saturation' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| 'if' construct must use '{}'s. | 67 | |
| 'for' construct must use '{}'s. | 75 | |
| Method 'cuttingPlane' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter cpb should be final. | 83 | |
| Parameter deg should be final. | 83 | |
| Parameter reducedCoefs should be final. | 84 | |
| Parameter val should be final. | 84 | |
| Method 'cuttingPlane' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter cpb should be final. | 88 | |
| Parameter degreeCons should be final. | 88 | |
| Parameter reducedCoefs should be final. | 89 | |
| Parameter coefMult should be final. | 89 | |
| Parameter val should be final. | 90 | |
| 'if' construct must use '{}'s. | 94 | |
| 'else' construct must use '{}'s. | 100 | |
| Method 'cuttingPlane' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter lits should be final. | 110 | |
| Parameter reducedCoefs should be final. | 110 | |
| Parameter deg should be final. | 111 | |
| Method 'cuttingPlane' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter lits should be final. | 115 | |
| Array brackets at illegal position. | 115 | |
| Parameter reducedCoefs should be final. | 115 | |
| Parameter degreeCons should be final. | 116 | |
| Parameter coefMult should be final. | 116 | |
| 'for' construct must use '{}'s. | 120 | |
| Missing a Javadoc comment. | 126 | |
| 'if' construct must use '{}'s. | 156 | |
| 'else' construct must use '{}'s. | 158 | |
| Method 'buildConstraintFromConflict' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter resLits should be final. | 168 | |
| Parameter resCoefs should be final. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| Method 'buildConstraintFromMapPb' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Parameter resLits should be final. | 180 | |
| Parameter resCoefs should be final. | 180 | |
| '<' is not preceded with whitespace. | 185 | |
| '<' is not followed by whitespace. | 185 | |
| '>' is not preceded with whitespace. | 185 | |
| Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Line has trailing spaces. | 203 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| '<' is not preceded with whitespace. | 209 | |
| '<' is not followed by whitespace. | 209 | |
| '>' is not preceded with whitespace. | 209 | |
| Missing a Javadoc comment. | 218 | |
| Parameter coef should be final. | 218 | |
| Parameter mult should be final. | 218 | |
| 'if' construct must use '{}'s. | 219 | |
| Method 'increaseCoef' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter lit should be final. | 224 | |
| Parameter incCoef should be final. | 224 | |
| Method 'decreaseCoef' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Parameter lit should be final. | 228 | |
| Parameter decCoef should be final. | 228 | |
| Method 'setCoef' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Parameter lit should be final. | 232 | |
| Parameter newValue should be final. | 232 | |
| Method 'removeCoef' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter lit should be final. | 236 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 34 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Parameter solver should be final. | 45 | |
| Method 'gateFalse' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Parameter y should be final. | 54 | |
| Method 'gateTrue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter y should be final. | 66 | |
| Expected @throws tag for 'ContradictionException'. | 67 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Method 'ite' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter y should be final. | 81 | |
| Expected @param tag for 'y'. | 81 | |
| Parameter x1 should be final. | 81 | |
| Parameter x2 should be final. | 81 | |
| Expected @param tag for 'x2'. | 81 | |
| Parameter x3 should be final. | 81 | |
| Expected @param tag for 'x3'. | 81 | |
| Expected @throws tag for 'ContradictionException'. | 81 | |
| Line has trailing spaces. | 116 | |
| Method 'and' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter y should be final. | 121 | |
| Expected @param tag for 'y'. | 121 | |
| Parameter literals should be final. | 121 | |
| Expected @throws tag for 'ContradictionException'. | 121 | |
| First sentence should end with a period. | 141 | |
| Line has trailing spaces. | 146 | |
| Method 'and' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Parameter y should be final. | 148 | |
| Expected @param tag for 'y'. | 148 | |
| Parameter x1 should be final. | 148 | |
| Expected @param tag for 'x1'. | 148 | |
| Parameter x2 should be final. | 148 | |
| Expected @param tag for 'x2'. | 148 | |
| Expected @throws tag for 'ContradictionException'. | 148 | |
| Line has trailing spaces. | 163 | |
| Line has trailing spaces. | 166 | |
| Method 'or' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Parameter y should be final. | 171 | |
| Expected @param tag for 'y'. | 171 | |
| Parameter literals should be final. | 171 | |
| Expected @param tag for 'literals'. | 171 | |
| Expected @throws tag for 'ContradictionException'. | 171 | |
| Missing a Javadoc comment. | 188 | |
| Parameter clause should be final. | 188 | |
| Line has trailing spaces. | 194 | |
| Method 'not' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Parameter y should be final. | 199 | |
| Expected @param tag for 'y'. | 199 | |
| Parameter x should be final. | 199 | |
| Expected @param tag for 'x'. | 199 | |
| Expected @throws tag for 'ContradictionException'. | 199 | |
| Method 'xor' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Parameter y should be final. | 217 | |
| Expected @param tag for 'y'. | 217 | |
| Parameter literals should be final. | 217 | |
| Expected @param tag for 'literals'. | 217 | |
| Expected @throws tag for 'ContradictionException'. | 217 | |
| Method 'iff' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Parameter y should be final. | 230 | |
| Expected @param tag for 'y'. | 230 | |
| Parameter literals should be final. | 230 | |
| Expected @param tag for 'literals'. | 230 | |
| Expected @throws tag for 'ContradictionException'. | 230 | |
| Missing a Javadoc comment. | 237 | |
| Parameter f should be final. | 237 | |
| Parameter prefix should be final. | 237 | |
| Parameter negation should be final. | 237 | |
| Avoid inline conditionals. | 244 | |
| Missing a Javadoc comment. | 264 | |
| Parameter f should be final. | 264 | |
| Parameter prefix should be final. | 264 | |
| Parameter negation should be final. | 264 | |
| Avoid inline conditionals. | 271 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 39 | |
| Expected @param tag for 'p'. | 43 | |
| Line has trailing spaces. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter solver should be final. | 66 | |
| Line has trailing spaces. | 73 | |
| Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Expected @throws tag for 'TimeoutException'. | 78 | |
| Line has trailing spaces. | 85 | |
| Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter assumptions should be final. | 92 | |
| Expected @throws tag for 'TimeoutException'. | 93 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Parameter voc should be final. | 50 | |
| 'voc' hides a field. | 50 | |
| Parameter p should be final. | 50 | |
| Method 'addTernaryClause' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter a should be final. | 55 | |
| Parameter b should be final. | 55 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter s should be final. | 75 | |
| Parameter p should be final. | 75 | |
| Line has trailing spaces. | 96 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Line has trailing spaces. | 105 | |
| Missing a Javadoc comment. | 108 | |
| Parameter p should be final. | 108 | |
| Line has trailing spaces. | 113 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter p should be final. | 116 | |
| Parameter outReason should be final. | 116 | |
| Line is longer than 80 characters. | 130 | |
| Line has trailing spaces. | 142 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Line has trailing spaces. | 151 | |
| Missing a Javadoc comment. | 154 | |
| Parameter claInc should be final. | 154 | |
| Line has trailing spaces. | 159 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Line has trailing spaces. | 168 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Line has trailing spaces. | 178 | |
| Missing a Javadoc comment. | 181 | |
| Line has trailing spaces. | 187 | |
| Missing a Javadoc comment. | 190 | |
| Line has trailing spaces. | 196 | |
| Missing a Javadoc comment. | 199 | |
| Parameter d should be final. | 199 | |
| Line has trailing spaces. | 205 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Line has trailing spaces. | 214 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter i should be final. | 217 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter s should be final. | 221 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter ps should be final. | 33 | |
| Parameter voc should be final. | 33 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 44 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Line has trailing spaces. | 63 | |
| Parameter s should be final. | 73 | |
| Parameter voc should be final. | 74 | |
| Parameter literals should be final. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Type Javadoc comment is missing an @param <L> tag. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '>' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'activity' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'lits' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'heap' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'phase' must be private and have accessor methods. | 69 | |
| Method 'setLits' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter lits should be final. | 71 | |
| 'lits' hides a field. | 71 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| First sentence should end with a period. | 82 | |
| Line has trailing spaces. | 84 | |
| Parameter howmany should be final. | 88 | |
| Line has trailing spaces. | 94 | |
| Method 'select' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| '0.0001' is a magic number. | 102 | |
| Line has trailing spaces. | 113 | |
| Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter d should be final. | 117 | |
| Line has trailing spaces. | 123 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter x should be final. | 126 | |
| Expected @param tag for 'x'. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| Line has trailing spaces. | 133 | |
| Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter p should be final. | 137 | |
| 'if' construct must use '{}'s. | 141 | |
| Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Inner assignments should be avoided. | 146 | |
| Line has trailing spaces. | 152 | |
| Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Line has trailing spaces. | 159 | |
| Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter p should be final. | 168 | |
| Line has trailing spaces. | 173 | |
| Expected an @return tag. | 175 | |
| Method 'numberOfInterestingVariables' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Line is longer than 80 characters. | 198 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter out should be final. | 218 | |
| Parameter prefix should be final. | 218 | |
| Missing a Javadoc comment. | 222 | |
| Parameter p should be final. | 222 | |
| Line has trailing spaces. | 223 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Type Javadoc comment is missing an @param <L> tag. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| '0.95' is a magic number. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Parameter d should be final. | 52 | |
| Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter order should be final. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| 'order' hides a field. | 56 | |
| Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter s should be final. | 61 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| Method 'setActivityPercent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter d should be final. | 66 | |
| Method 'getActivityPercent' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter clause should be final. | 80 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 92 | |
| '+' is not preceded with whitespace. | 92 | |
| '+' is not followed by whitespace. | 92 | |
| '*' is not preceded with whitespace. | 92 | |
| '*' is not followed by whitespace. | 92 | |
| '100' is a magic number. | 92 | |
| '+' is not preceded with whitespace. | 92 | |
| '+' is not followed by whitespace. | 92 | |
| Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter percent should be final. | 95 | |
| 'percent' hides a field. | 95 | |
| Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 40 | |
| Redundant 'public' modifier. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Array brackets at illegal position. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'public' modifier. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Parameter p should be final. | 59 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Method 'clauseNonAssertive' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter reason should be final. | 67 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| Class RemiUtils should be declared as final. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 45 | |
| Parameter s should be final. | 52 | |
| Expected @throws tag for 'TimeoutException'. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 45 | |
| Parameter solver should be final. | 45 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter literals should be final. | 50 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class BinarySupportEncoding should be declared as final. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Parameter solver should be final. | 52 | |
| Parameter scope should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Missing a Javadoc comment. | 59 | |
| Parameter solver should be final. | 59 | |
| Parameter scope should be final. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Parameter solver should be final. | 64 | |
| Parameter scope should be final. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Parameter tuple should be final. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Missing a Javadoc comment. | 68 | |
| Parameter solver should be final. | 68 | |
| Parameter scope should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| Parameter tuple should be final. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Missing a Javadoc comment. | 78 | |
| Parameter head should be final. | 78 | |
| Parameter v should be final. | 78 | |
| Parameter value should be final. | 78 | |
| Parameter supports should be final. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| Missing a Javadoc comment. | 88 | |
| Parameter v should be final. | 88 | |
| Parameter supports should be final. | 88 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| Parameter solver should be final. | 89 | |
| 'for' construct must use '{}'s. | 96 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter solver should be final. | 32 | |
| Method 'manageAllowedTuples' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter relnum should be final. | 37 | |
| Parameter arity should be final. | 37 | |
| Parameter nbtuples should be final. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Parameter vars should be final. | 55 | |
| 'vars' hides a field. | 55 | |
| Parameter coeffs should be final. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| 'coeffs' hides a field. | 55 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| Method 'calculateDegree' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter model should be final. | 63 | |
| 'if' construct must use '{}'s. | 67 | |
| Missing a Javadoc comment. | 73 | |
| Parameter var should be final. | 73 | |
| Parameter model should be final. | 73 | |
| 'for' construct must use '{}'s. | 74 | |
| 'if' construct must use '{}'s. | 75 | |
| Method 'getCoeffs' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| '>' is not followed by whitespace. | 81 | |
| Method 'getVars' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter arity should be final. | 31 | |
| Parameter nbtuples should be final. | 31 | |
| Method 'chooseEncoding' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter scope should be final. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Type Javadoc comment is missing an @param <L> tag. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 44 | |
| First sentence should end with a period. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Variable 'activity' must be private and have accessor methods. | 56 | |
| First sentence should end with a period. | 58 | |
| Variable 'lastVar' must be private and have accessor methods. | 61 | |
| First sentence should end with a period. | 63 | |
| Variable 'order' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 68 | |
| First sentence should end with a period. | 75 | |
| Variable 'varpos' must be private and have accessor methods. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'lits' must be private and have accessor methods. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Line has trailing spaces. | 92 | |
| Method 'setLits' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter lits should be final. | 95 | |
| 'lits' hides a field. | 95 | |
| Line has trailing spaces. | 101 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Line has trailing spaces. | 110 | |
| Missing a Javadoc comment. | 113 | |
| Parameter howmany should be final. | 113 | |
| Line has trailing spaces. | 118 | |
| Method 'select' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '0.0001' is a magic number. | 127 | |
| Line has trailing spaces. | 147 | |
| Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Parameter d should be final. | 151 | |
| Line has trailing spaces. | 157 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter x should be final. | 160 | |
| Line has trailing spaces. | 172 | |
| Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter p should be final. | 175 | |
| Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Inner assignments should be avoided. | 200 | |
| Line has trailing spaces. | 206 | |
| Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Line has trailing spaces. | 213 | |
| Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter p should be final. | 222 | |
| Line has trailing spaces. | 227 | |
| Expected an @return tag. | 229 | |
| Method 'numberOfInterestingVariables' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Line has trailing spaces. | 241 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Missing a Javadoc comment. | 244 | |
| Line is longer than 80 characters. | 255 | |
| Line has trailing spaces. | 273 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Line is longer than 80 characters. | 278 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Line has trailing spaces. | 287 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter out should be final. | 291 | |
| Parameter prefix should be final. | 291 | |
| Missing a Javadoc comment. | 296 | |
| Parameter p should be final. | 296 | |
| Line has trailing spaces. | 297 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter ps should be final. | 34 | |
| Parameter voc should be final. | 34 | |
| Line has trailing spaces. | 39 | |
| First sentence should end with a period. | 43 | |
| Line has trailing spaces. | 45 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Line has trailing spaces. | 53 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| First sentence should end with a period. | 60 | |
| Line has trailing spaces. | 63 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class AtLeastPB should be declared as final. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter voc should be final. | 44 | |
| Parameter ps should be final. | 44 | |
| Parameter degree should be final. | 44 | |
| 'degree' hides a field. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Parameter s should be final. | 49 | |
| Parameter voc should be final. | 49 | |
| Parameter ps should be final. | 50 | |
| Parameter n should be final. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Parameter voc should be final. | 57 | |
| Parameter ps should be final. | 57 | |
| Parameter n should be final. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Parameter literal should be final. | 61 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 79 | |
| 'for' construct must use '{}'s. | 81 | |
| Line has trailing spaces. | 87 | |
| First sentence should end with a period. | 91 | |
| Line has trailing spaces. | 93 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 113 | |
| Parameter s should be final. | 114 | |
| Missing a Javadoc comment. | 123 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'lits' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'voc' must be private and have accessor methods. | 54 | |
| First sentence should end with a period. | 56 | |
| Line has trailing spaces. | 58 | |
| Parameter ps should be final. | 64 | |
| Parameter voc should be final. | 64 | |
| 'voc' hides a field. | 64 | |
| First sentence should end with a period. | 72 | |
| Line has trailing spaces. | 79 | |
| Parameter ps should be final. | 91 | |
| Parameter voc should be final. | 91 | |
| Parameter s should be final. | 92 | |
| 'if' construct must use '{}'s. | 126 | |
| First sentence should end with a period. | 132 | |
| Line has trailing spaces. | 134 | |
| Unused @param tag for 'p'. | 135 | |
| Parameter ps should be final. | 144 | |
| Expected @param tag for 'ps'. | 144 | |
| Parameter s should be final. | 144 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 150 | |
| Line has trailing spaces. | 161 | |
| Parameter s should be final. | 171 | |
| Parameter voc should be final. | 171 | |
| Parameter literals should be final. | 172 | |
| Line has trailing spaces. | 180 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter p should be final. | 183 | |
| Parameter outReason should be final. | 183 | |
| Avoid inline conditionals. | 187 | |
| Line has trailing spaces. | 195 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Line has trailing spaces. | 206 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter s should be final. | 218 | |
| Parameter p should be final. | 218 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Line has trailing spaces. | 282 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Parameter i should be final. | 287 | |
| Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter claInc should be final. | 294 | |
| Expected @param tag for 'claInc'. | 294 | |
| Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Parameter d should be final. | 301 | |
| Expected @param tag for 'd'. | 301 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Missing a Javadoc comment. | 305 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Missing a Javadoc comment. | 309 | |
| Parameter s should be final. | 309 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 | |
| Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Missing a Javadoc comment. | 318 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 41 | |
| Type Javadoc comment is missing an @param <T> tag. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| '5' is a magic number. | 54 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 63 | |
| Parameter elts should be final. | 67 | |
| Line has trailing spaces. | 75 | |
| Parameter size should be final. | 80 | |
| Line has trailing spaces. | 87 | |
| Parameter size should be final. | 94 | |
| Parameter pad should be final. | 94 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Line has trailing spaces. | 110 | |
| Method 'shrink' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter nofelems should be final. | 114 | |
| First sentence should end with a period. | 121 | |
| Line has trailing spaces. | 123 | |
| Method 'shrinkTo' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Method 'growTo' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 154 | |
| Method 'push' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '<' is not preceded with whitespace. | 163 | |
| '<' is not followed by whitespace. | 163 | |
| '>' is not preceded with whitespace. | 163 | |
| Method 'unsafePush' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Line has trailing spaces. | 177 | |
| Method 'insertFirst' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Method 'insertFirstWithShifting' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Line has trailing spaces. | 211 | |
| Method 'last' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Parameter index should be final. | 223 | |
| Parameter elem should be final. | 223 | |
| Line has trailing spaces. | 230 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter elem should be final. | 234 | |
| Line has trailing spaces. | 248 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Parameter index should be final. | 254 | |
| Line has trailing spaces. | 265 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Parameter copy should be final. | 268 | |
| '<' is not preceded with whitespace. | 268 | |
| '<' is not followed by whitespace. | 268 | |
| '>' is not preceded with whitespace. | 268 | |
| Expected @param tag for 'copy'. | 268 | |
| '<' is not preceded with whitespace. | 269 | |
| '<' is not followed by whitespace. | 269 | |
| '>' is not preceded with whitespace. | 269 | |
| '<' is not preceded with whitespace. | 269 | |
| '<' is not followed by whitespace. | 269 | |
| '>' is not preceded with whitespace. | 269 | |
| '>' is not followed by whitespace. | 269 | |
| Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| '<' is not followed by whitespace. | 279 | |
| Expected @param tag for '<E>'. | 279 | |
| '>' is not preceded with whitespace. | 279 | |
| Parameter dest should be final. | 279 | |
| Expected @param tag for 'dest'. | 279 | |
| Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter dest should be final. | 287 | |
| '<' is not preceded with whitespace. | 287 | |
| '<' is not followed by whitespace. | 287 | |
| '>' is not preceded with whitespace. | 287 | |
| Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Missing a Javadoc comment. | 292 | |
| Parameter dest should be final. | 292 | |
| Parameter source should be final. | 292 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 304 | |
| Line has trailing spaces. | 308 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Missing a Javadoc comment. | 311 | |
| Missing a Javadoc comment. | 324 | |
| Method 'selectionSort' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Parameter from should be final. | 326 | |
| Parameter to should be final. | 326 | |
| Parameter cmp should be final. | 326 | |
| '<' is not preceded with whitespace. | 326 | |
| '<' is not followed by whitespace. | 326 | |
| '>' is not preceded with whitespace. | 326 | |
| Name 'best_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
| 'if' construct must use '{}'s. | 333 | |
| Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Missing a Javadoc comment. | 342 | |
| Parameter from should be final. | 342 | |
| Parameter to should be final. | 342 | |
| Parameter cmp should be final. | 342 | |
| '<' is not preceded with whitespace. | 342 | |
| '<' is not followed by whitespace. | 342 | |
| '>' is not preceded with whitespace. | 342 | |
| 'if' construct must use '{}'s. | 344 | |
| '15' is a magic number. | 344 | |
| 'do' construct must use '{}'s. | 354 | |
| 'do' construct must use '{}'s. | 357 | |
| 'if' construct must use '{}'s. | 361 | |
| Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| Parameter comparator should be final. | 377 | |
| '<' is not preceded with whitespace. | 377 | |
| '<' is not followed by whitespace. | 377 | |
| '>' is not preceded with whitespace. | 377 | |
| Expected @param tag for 'comparator'. | 377 | |
| Method 'sortUnique' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Missing a Javadoc comment. | 381 | |
| Parameter cmp should be final. | 381 | |
| '<' is not preceded with whitespace. | 381 | |
| '<' is not followed by whitespace. | 381 | |
| '>' is not preceded with whitespace. | 381 | |
| 'if' construct must use '{}'s. | 385 | |
| Inner assignments should be avoided. | 394 | |
| Line has trailing spaces. | 404 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Missing a Javadoc comment. | 407 | |
| Parameter obj should be final. | 408 | |
| '<' is not preceded with whitespace. | 410 | |
| '<' is not followed by whitespace. | 410 | |
| '?' is not preceded with whitespace. | 410 | |
| '>' is not preceded with whitespace. | 410 | |
| '?' is not followed by whitespace. | 410 | |
| '<' is not preceded with whitespace. | 410 | |
| '<' is not followed by whitespace. | 410 | |
| '?' is not preceded with whitespace. | 410 | |
| '>' is not preceded with whitespace. | 410 | |
| '?' is not followed by whitespace. | 410 | |
| '>' is not followed by whitespace. | 410 | |
| 'if' construct must use '{}'s. | 411 | |
| Line has trailing spaces. | 425 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| Missing a Javadoc comment. | 428 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Missing a Javadoc comment. | 437 | |
| '<' is not preceded with whitespace. | 437 | |
| '<' is not followed by whitespace. | 437 | |
| '>' is not preceded with whitespace. | 437 | |
| '<' is not preceded with whitespace. | 438 | |
| '<' is not followed by whitespace. | 438 | |
| '>' is not preceded with whitespace. | 438 | |
| '>' is not followed by whitespace. | 438 | |
| 'if' construct must use '{}'s. | 446 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Missing a Javadoc comment. | 457 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter ps should be final. | 41 | |
| Parameter voc should be final. | 41 | |
| Parameter learnt should be final. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Parameter ps should be final. | 45 | |
| Parameter voc should be final. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter s should be final. | 49 | |
| Parameter voc should be final. | 50 | |
| Parameter literals should be final. | 50 | |
| Line has trailing spaces. | 58 | |
| Method 'computeAnImpliedClause' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line has trailing spaces. | 67 | |
| Method 'getCoef' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter literal should be final. | 70 | |
| Line has trailing spaces. | 76 | |
| Method 'getCoefs' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| 'for' construct must use '{}'s. | 81 | |
| Line has trailing spaces. | 88 | |
| Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Line has trailing spaces. | 97 | |
| Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Line has trailing spaces. | 108 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Line has trailing spaces. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter s should be final. | 121 | |
| 'for' construct must use '{}'s. | 122 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| First sentence should end with a period. | 42 | |
| Variable 'watched' must be private and have accessor methods. | 45 | |
| Variable 'watching' must be private and have accessor methods. | 50 | |
| First sentence should end with a period. | 52 | |
| Variable 'watchingCount' must be private and have accessor methods. | 55 | |
| First sentence should end with a period. | 57 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 62 | |
| Line has trailing spaces. | 63 | |
| Parameter voc should be final. | 65 | |
| Parameter mpb should be final. | 65 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter voc should be final. | 80 | |
| Parameter lits should be final. | 80 | |
| Parameter coefs should be final. | 80 | |
| Parameter degree should be final. | 80 | |
| Line has trailing spaces. | 96 | |
| Method 'computeWatches' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| 'if' construct must use '{}'s. | 114 | |
| Missing a Javadoc comment. | 123 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Method 'computePropagation' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Parameter s should be final. | 166 | |
| Line is longer than 80 characters. | 171 | |
| Parameter s should be final. | 193 | |
| Parameter voc should be final. | 194 | |
| Expected @param tag for 'voc'. | 194 | |
| Parameter ps should be final. | 194 | |
| Parameter coefs should be final. | 194 | |
| Parameter moreThan should be final. | 194 | |
| Parameter degree should be final. | 194 | |
| Expected @throws tag for 'ContradictionException'. | 195 | |
| Parameter s should be final. | 214 | |
| Parameter voc should be final. | 215 | |
| Expected @param tag for 'voc'. | 215 | |
| Parameter ps should be final. | 215 | |
| Parameter coefs should be final. | 215 | |
| '<' is not preceded with whitespace. | 215 | |
| '<' is not followed by whitespace. | 215 | |
| '>' is not preceded with whitespace. | 215 | |
| Parameter moreThan should be final. | 215 | |
| Parameter degree should be final. | 216 | |
| Expected @throws tag for 'ContradictionException'. | 216 | |
| '<' is not preceded with whitespace. | 219 | |
| '<' is not followed by whitespace. | 219 | |
| '>' is not preceded with whitespace. | 219 | |
| '<' is not preceded with whitespace. | 219 | |
| '<' is not followed by whitespace. | 219 | |
| '>' is not preceded with whitespace. | 219 | |
| '>' is not followed by whitespace. | 219 | |
| 'if' construct must use '{}'s. | 227 | |
| Parameter s should be final. | 254 | |
| Parameter voc should be final. | 255 | |
| Parameter mpb should be final. | 255 | |
| Expected @throws tag for 'ContradictionException'. | 255 | |
| Parameter s should be final. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Parameter voc should be final. | 286 | |
| Parameter lits should be final. | 286 | |
| Parameter coefs should be final. | 286 | |
| Parameter degree should be final. | 286 | |
| Expected @throws tag for 'ContradictionException'. | 286 | |
| Line has trailing spaces. | 304 | |
| Method 'nbOfWatched' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| 'for' construct must use '{}'s. | 310 | |
| 'if' construct must use '{}'s. | 311 | |
| Avoid inline conditionals. | 313 | |
| Line has trailing spaces. | 320 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Parameter s should be final. | 327 | |
| Parameter p should be final. | 327 | |
| 'while' construct must use '{}'s. | 333 | |
| First sentence should end with a period. | 387 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| First sentence should end with a period. | 399 | |
| Line has trailing spaces. | 401 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| Parameter p should be final. | 405 | |
| 'while' construct must use '{}'s. | 408 | |
| Line has trailing spaces. | 424 | |
| Expected an @return tag. | 426 | |
| Parameter voc should be final. | 426 | |
| Expected @param tag for 'voc'. | 426 | |
| Parameter lits should be final. | 426 | |
| Expected @param tag for 'lits'. | 426 | |
| Parameter coefs should be final. | 426 | |
| Expected @param tag for 'coefs'. | 426 | |
| Parameter moreThan should be final. | 427 | |
| Expected @param tag for 'moreThan'. | 427 | |
| Parameter degree should be final. | 427 | |
| Expected @param tag for 'degree'. | 427 | |
| Line has trailing spaces. | 433 | |
| Expected an @return tag. | 435 | |
| Parameter voc should be final. | 435 | |
| Expected @param tag for 'voc'. | 435 | |
| Parameter lits should be final. | 435 | |
| Expected @param tag for 'lits'. | 435 | |
| Parameter coefs should be final. | 436 | |
| '<' is not preceded with whitespace. | 436 | |
| '<' is not followed by whitespace. | 436 | |
| '>' is not preceded with whitespace. | 436 | |
| Expected @param tag for 'coefs'. | 436 | |
| Parameter moreThan should be final. | 436 | |
| Expected @param tag for 'moreThan'. | 436 | |
| Parameter degree should be final. | 436 | |
| Expected @param tag for 'degree'. | 436 | |
| Line has trailing spaces. | 443 | |
| Expected an @return tag. | 445 | |
| Line is longer than 80 characters. | 445 | |
| Parameter voc should be final. | 445 | |
| Expected @param tag for 'voc'. | 445 | |
| Parameter mpb should be final. | 445 | |
| Expected @param tag for 'mpb'. | 445 | |
| Line has trailing spaces. | 450 | |
| Method 'maximalCoefficient' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| Parameter pIndice should be final. | 456 | |
| 'for' construct must use '{}'s. | 458 | |
| Method 'updateWatched' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| Missing a Javadoc comment. | 469 | |
| Parameter mc should be final. | 469 | |
| Parameter pIndice should be final. | 469 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter voc should be final. | 44 | |
| Parameter ps should be final. | 44 | |
| Parameter moreThan should be final. | 44 | |
| Parameter degree should be final. | 44 | |
| 'degree' hides a field. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Parameter voc should be final. | 49 | |
| Parameter ps should be final. | 49 | |
| Parameter degree should be final. | 49 | |
| 'degree' hides a field. | 49 | |
| Line has trailing spaces. | 56 | |
| Method 'getCoef' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter literal should be final. | 59 | |
| Line has trailing spaces. | 65 | |
| Method 'getDegree' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getCoefs' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| 'for' construct must use '{}'s. | 74 | |
| Line has trailing spaces. | 81 | |
| Parameter s should be final. | 94 | |
| Parameter voc should be final. | 94 | |
| Parameter ps should be final. | 94 | |
| Parameter degree should be final. | 94 | |
| Expected @throws tag for 'ContradictionException'. | 95 | |
| Line has trailing spaces. | 101 | |
| Parameter s should be final. | 115 | |
| Parameter voc should be final. | 116 | |
| Parameter ps should be final. | 116 | |
| Parameter moreThan should be final. | 116 | |
| Parameter degree should be final. | 116 | |
| Expected @throws tag for 'ContradictionException'. | 117 | |
| Missing a Javadoc comment. | 121 | |
| Parameter s should be final. | 121 | |
| Parameter voc should be final. | 122 | |
| Parameter ps should be final. | 122 | |
| Parameter moreThan should be final. | 122 | |
| Parameter degree should be final. | 122 | |
| Parameter normalized should be final. | 123 | |
| 'for' construct must use '{}'s. | 129 | |
| 'if' construct must use '{}'s. | 138 | |
| 'else' construct must use '{}'s. | 140 | |
| 'if' construct must use '{}'s. | 143 | |
| Line has trailing spaces. | 152 | |
| First sentence should end with a period. | 156 | |
| Line has trailing spaces. | 158 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter s should be final. | 179 | |
| Method 'computeAnImpliedClause' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 48 | |
| First sentence should end with a period. | 50 | |
| Variable 'maxUnsatisfied' must be private and have accessor methods. | 51 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 56 | |
| Variable 'lits' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'voc' must be private and have accessor methods. | 61 | |
| Parameter voc should be final. | 69 | |
| 'voc' hides a field. | 69 | |
| Expected @param tag for 'voc'. | 69 | |
| Parameter ps should be final. | 69 | |
| Parameter degree should be final. | 69 | |
| Missing a Javadoc comment. | 80 | |
| Parameter s should be final. | 80 | |
| Parameter voc should be final. | 80 | |
| Parameter ps should be final. | 81 | |
| Parameter deg should be final. | 81 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 118 | |
| Missing a Javadoc comment. | 124 | |
| Parameter s should be final. | 124 | |
| Parameter voc should be final. | 124 | |
| Parameter ps should be final. | 125 | |
| Parameter n should be final. | 125 | |
| 'if' construct must use '{}'s. | 127 | |
| Line has trailing spaces. | 134 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line has trailing spaces. | 145 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter s should be final. | 148 | |
| Parameter p should be final. | 148 | |
| 'if' construct must use '{}'s. | 152 | |
| 'if' construct must use '{}'s. | 159 | |
| Line has trailing spaces. | 170 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Line has trailing spaces. | 179 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter p should be final. | 182 | |
| Line has trailing spaces. | 188 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Parameter p should be final. | 191 | |
| Parameter outReason should be final. | 191 | |
| Avoid inline conditionals. | 192 | |
| 'if' construct must use '{}'s. | 196 | |
| Line has trailing spaces. | 204 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Line has trailing spaces. | 214 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Line has trailing spaces. | 224 | |
| Missing a Javadoc comment. | 227 | |
| Parameter claInc should be final. | 227 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Parameter i should be final. | 253 | |
| Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Parameter d should be final. | 257 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Parameter s should be final. | 261 | |
| First sentence should end with a period. | 265 | |
| Line has trailing spaces. | 267 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 270 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 45 | |
| Parameter symbol should be final. | 45 | |
| 'symbol' hides a field. | 45 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 6 | |
| '<' is not preceded with whitespace. | 8 | |
| '<' is not followed by whitespace. | 8 | |
| '>' is not preceded with whitespace. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Variable 'id' must be private and have accessor methods. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'count' must be private and have accessor methods. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter id should be final. | 13 | |
| 'id' hides a field. | 13 | |
| ',' is not followed by whitespace. | 13 | |
| Parameter count should be final. | 13 | |
| 'count' hides a field. | 13 | |
| Missing a Javadoc comment. | 18 | |
| Parameter t should be final. | 18 | |
| Missing a Javadoc comment. | 28 | |
| Parameter o should be final. | 29 | |
| 'if' construct must use '{}'s. | 30 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Parameter solver should be final. | 46 | |
| First sentence should end with a period. | 50 | |
| Line has trailing spaces. | 52 | |
| Method 'readTerm' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter coeff should be final. | 61 | |
| Parameter var should be final. | 61 | |
| Expected @throws tag for 'IOException'. | 62 | |
| Expected @throws tag for 'ParseFormatException'. | 62 | |
| Expected @throws tag for 'ContradictionException'. | 62 | |
| 'if' construct must use '{}'s. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| First sentence should end with a period. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Variable 'currentSlack' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'currentLevel' must be private and have accessor methods. | 49 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Variable 'byLevel' must be private and have accessor methods. | 56 | |
| First sentence should end with a period. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Parameter cpb should be final. | 67 | |
| Parameter level should be final. | 67 | |
| Line contains a tab character. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '>' is not followed by whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter m should be final. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| Parameter d should be final. | 81 | |
| Parameter voc should be final. | 81 | |
| 'voc' hides a field. | 81 | |
| Parameter level should be final. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| First sentence should end with a period. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Expected an @return tag. | 116 | |
| Line contains a tab character. | 116 | |
| Redundant 'final' modifier. | 116 | |
| Parameter level should be final. | 116 | |
| Expected @param tag for 'level'. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| First sentence should end with a period. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line has trailing spaces. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Expected an @return tag. | 126 | |
| Line contains a tab character. | 126 | |
| Redundant 'final' modifier. | 126 | |
| Parameter indLevel should be final. | 126 | |
| Expected @param tag for 'indLevel'. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line has trailing spaces. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Variable 'coefMult' must be private and have accessor methods. | 134 | |
| Line contains a tab character. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Variable 'coefMultCons' must be private and have accessor methods. | 136 | |
| Line contains a tab character. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line has trailing spaces. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Method 'resolve' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Parameter cpb should be final. | 148 | |
| Parameter litImplied should be final. | 148 | |
| Line contains a tab character. | 149 | |
| Parameter val should be final. | 149 | |
| Expected @param tag for 'val'. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| 'if' construct must use '{}'s. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| 'while' construct must use '{}'s. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line contains a tab character. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line has trailing spaces. | 219 | |
| Line contains a tab character. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line contains a tab character. | 220 | |
| 'if' construct must use '{}'s. | 221 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 248 | |
| Method 'reduceUntilConflict' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Missing a Javadoc comment. | 248 | |
| Parameter litImplied should be final. | 248 | |
| Parameter ind should be final. | 248 | |
| Line contains a tab character. | 249 | |
| Parameter reducedCoefs should be final. | 249 | |
| Parameter wpb should be final. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 299 | |
| First sentence should end with a period. | 301 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| Expected an @return tag. | 304 | |
| Line contains a tab character. | 304 | |
| Method 'slackConflict' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| 'if' construct must use '{}'s. | 310 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 316 | |
| Method 'oldIsAssertive' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Parameter dl should be final. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| 'if' construct must use '{}'s. | 319 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| 'if' construct must use '{}'s. | 323 | |
| Line contains a tab character. | 323 | |
| Line is longer than 80 characters. | 324 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 325 | |
| Line contains a tab character. | 326 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Parameter dl should be final. | 332 | |
| Line contains a tab character. | 333 | |
| Line contains a tab character. | 334 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| 'if' construct must use '{}'s. | 337 | |
| Line contains a tab character. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line contains a tab character. | 340 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| First sentence should end with a period. | 344 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 345 | |
| Line contains a tab character. | 346 | |
| Line has trailing spaces. | 347 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Method 'isAssertive' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Parameter dl should be final. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 357 | |
| Line contains a tab character. | 358 | |
| 'if' construct must use '{}'s. | 359 | |
| Line contains a tab character. | 359 | |
| Line contains a tab character. | 360 | |
| Line contains a tab character. | 361 | |
| Line contains a tab character. | 362 | |
| Line is longer than 80 characters. | 364 | |
| Line contains a tab character. | 364 | |
| Line contains a tab character. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line contains a tab character. | 366 | |
| Line contains a tab character. | 367 | |
| Missing a Javadoc comment. | 367 | |
| Parameter slack should be final. | 367 | |
| Line contains a tab character. | 368 | |
| Line contains a tab character. | 369 | |
| Line contains a tab character. | 370 | |
| 'for' construct must use '{}'s. | 371 | |
| Line contains a tab character. | 371 | |
| 'if' construct must use '{}'s. | 372 | |
| Line contains a tab character. | 372 | |
| Line contains a tab character. | 373 | |
| Line contains a tab character. | 374 | |
| Line is longer than 80 characters. | 375 | |
| Line contains a tab character. | 375 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| 'if' construct must use '{}'s. | 378 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| 'if' construct must use '{}'s. | 381 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 382 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| Line contains a tab character. | 385 | |
| Line is longer than 80 characters. | 387 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line contains a tab character. | 389 | |
| Line contains a tab character. | 390 | |
| Missing a Javadoc comment. | 390 | |
| Parameter dl should be final. | 390 | |
| Parameter slack should be final. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line contains a tab character. | 396 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| 'if' construct must use '{}'s. | 399 | |
| Line is longer than 80 characters. | 399 | |
| Line contains a tab character. | 399 | |
| Line contains a tab character. | 400 | |
| Line contains a tab character. | 401 | |
| Line contains a tab character. | 402 | |
| Line contains a tab character. | 403 | |
| First sentence should end with a period. | 405 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| Line has trailing spaces. | 408 | |
| Line contains a tab character. | 408 | |
| Line contains a tab character. | 409 | |
| Line contains a tab character. | 410 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| Line contains a tab character. | 413 | |
| Line contains a tab character. | 414 | |
| Line contains a tab character. | 415 | |
| Parameter a should be final. | 415 | |
| Parameter b should be final. | 415 | |
| Line contains a tab character. | 416 | |
| Line contains a tab character. | 417 | |
| Line contains a tab character. | 419 | |
| Line is longer than 80 characters. | 420 | |
| Line contains a tab character. | 420 | |
| Line contains a tab character. | 421 | |
| Line contains a tab character. | 422 | |
| Line has trailing spaces. | 423 | |
| Line contains a tab character. | 423 | |
| Line contains a tab character. | 424 | |
| Line contains a tab character. | 425 | |
| Line contains a tab character. | 426 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Line contains a tab character. | 429 | |
| Line contains a tab character. | 430 | |
| Line contains a tab character. | 431 | |
| Line is longer than 80 characters. | 432 | |
| Line contains a tab character. | 432 | |
| Line contains a tab character. | 433 | |
| Line contains a tab character. | 434 | |
| Line contains a tab character. | 435 | |
| Line contains a tab character. | 436 | |
| Method 'reduceInConstraint' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Parameter wpb should be final. | 436 | |
| Line contains a tab character. | 437 | |
| Line contains a tab character. | 438 | |
| Line is longer than 80 characters. | 439 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| 'for' construct must use '{}'s. | 443 | |
| Line contains a tab character. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Line contains a tab character. | 444 | |
| Line contains a tab character. | 445 | |
| Line contains a tab character. | 446 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 449 | |
| 'if' construct must use '{}'s. | 450 | |
| Line contains a tab character. | 450 | |
| 'for' construct must use '{}'s. | 451 | |
| Line is longer than 80 characters. | 451 | |
| Line contains a tab character. | 451 | |
| 'if' construct must use '{}'s. | 452 | |
| Line contains a tab character. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| Line contains a tab character. | 457 | |
| Line contains a tab character. | 458 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 470 | |
| Line contains a tab character. | 471 | |
| Line contains a tab character. | 472 | |
| Line contains a tab character. | 474 | |
| Missing a Javadoc comment. | 474 | |
| Parameter coefs should be final. | 474 | |
| Parameter degree should be final. | 474 | |
| Line contains a tab character. | 475 | |
| Line contains a tab character. | 476 | |
| Line contains a tab character. | 477 | |
| 'if' construct must use '{}'s. | 478 | |
| Line contains a tab character. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Line contains a tab character. | 483 | |
| Line contains a tab character. | 484 | |
| Line contains a tab character. | 485 | |
| 'for' construct must use '{}'s. | 486 | |
| Line contains a tab character. | 486 | |
| 'if' construct must use '{}'s. | 487 | |
| Line contains a tab character. | 487 | |
| Line contains a tab character. | 488 | |
| Line contains a tab character. | 489 | |
| Line contains a tab character. | 490 | |
| Line contains a tab character. | 491 | |
| Line contains a tab character. | 493 | |
| Missing a Javadoc comment. | 493 | |
| Line contains a tab character. | 494 | |
| 'if' construct must use '{}'s. | 495 | |
| Line contains a tab character. | 495 | |
| Line contains a tab character. | 496 | |
| Line contains a tab character. | 497 | |
| Line contains a tab character. | 498 | |
| Line contains a tab character. | 499 | |
| Line contains a tab character. | 501 | |
| Line contains a tab character. | 502 | |
| Line contains a tab character. | 503 | |
| Line has trailing spaces. | 504 | |
| Line contains a tab character. | 504 | |
| Line contains a tab character. | 505 | |
| Line contains a tab character. | 506 | |
| Line contains a tab character. | 507 | |
| Line contains a tab character. | 508 | |
| Line contains a tab character. | 509 | |
| Line contains a tab character. | 510 | |
| Method 'getBacktrackLevel' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| Parameter maxLevel should be final. | 510 | |
| Line contains a tab character. | 511 | |
| Line contains a tab character. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 515 | |
| Line contains a tab character. | 516 | |
| Line contains a tab character. | 517 | |
| Line contains a tab character. | 518 | |
| Line contains a tab character. | 519 | |
| Line contains a tab character. | 520 | |
| Line contains a tab character. | 521 | |
| Line is longer than 80 characters. | 522 | |
| Line contains a tab character. | 522 | |
| Line contains a tab character. | 523 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 526 | |
| Line contains a tab character. | 527 | |
| Line contains a tab character. | 528 | |
| Line contains a tab character. | 529 | |
| 'if' construct must use '{}'s. | 530 | |
| Line contains a tab character. | 530 | |
| Line is longer than 80 characters. | 531 | |
| Line contains a tab character. | 531 | |
| Line is longer than 80 characters. | 532 | |
| Line contains a tab character. | 532 | |
| Line contains a tab character. | 533 | |
| 'if' construct must use '{}'s. | 534 | |
| Line contains a tab character. | 534 | |
| Line contains a tab character. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Line contains a tab character. | 541 | |
| Line contains a tab character. | 543 | |
| Method 'oldGetBacktrackLevel' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| Missing a Javadoc comment. | 543 | |
| Parameter maxLevel should be final. | 543 | |
| Line contains a tab character. | 544 | |
| Line contains a tab character. | 545 | |
| Line contains a tab character. | 546 | |
| Line contains a tab character. | 547 | |
| Line contains a tab character. | 548 | |
| Line is longer than 80 characters. | 549 | |
| Line contains a tab character. | 549 | |
| Line contains a tab character. | 550 | |
| Line contains a tab character. | 551 | |
| 'if' construct must use '{}'s. | 552 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Line contains a tab character. | 554 | |
| Line contains a tab character. | 555 | |
| Line contains a tab character. | 556 | |
| Line contains a tab character. | 557 | |
| Line contains a tab character. | 558 | |
| Line contains a tab character. | 559 | |
| Line contains a tab character. | 560 | |
| Line contains a tab character. | 561 | |
| Line contains a tab character. | 562 | |
| Line contains a tab character. | 563 | |
| Line contains a tab character. | 564 | |
| Line contains a tab character. | 565 | |
| Line contains a tab character. | 566 | |
| Line contains a tab character. | 568 | |
| Method 'updateSlack' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| Missing a Javadoc comment. | 568 | |
| Parameter level should be final. | 568 | |
| Line contains a tab character. | 569 | |
| 'if' construct must use '{}'s. | 570 | |
| Line contains a tab character. | 570 | |
| Line contains a tab character. | 571 | |
| 'if' construct must use '{}'s. | 572 | |
| Line contains a tab character. | 572 | |
| Line is longer than 80 characters. | 573 | |
| Line contains a tab character. | 573 | |
| Line contains a tab character. | 574 | |
| Line contains a tab character. | 575 | |
| Line contains a tab character. | 577 | |
| Method 'increaseCoef' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| Missing a Javadoc comment. | 577 | |
| Line contains a tab character. | 578 | |
| Parameter lit should be final. | 578 | |
| Parameter incCoef should be final. | 578 | |
| Line contains a tab character. | 579 | |
| Line is longer than 80 characters. | 580 | |
| Line contains a tab character. | 580 | |
| Line contains a tab character. | 581 | |
| Line contains a tab character. | 582 | |
| Line contains a tab character. | 583 | |
| Line contains a tab character. | 584 | |
| Line contains a tab character. | 585 | |
| Line contains a tab character. | 587 | |
| Method 'decreaseCoef' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| Missing a Javadoc comment. | 587 | |
| Line contains a tab character. | 588 | |
| Parameter lit should be final. | 588 | |
| Parameter decCoef should be final. | 588 | |
| Line contains a tab character. | 589 | |
| Line is longer than 80 characters. | 590 | |
| Line contains a tab character. | 590 | |
| Line contains a tab character. | 591 | |
| Line contains a tab character. | 592 | |
| Line contains a tab character. | 593 | |
| Line contains a tab character. | 594 | |
| Line contains a tab character. | 595 | |
| Line contains a tab character. | 597 | |
| Method 'setCoef' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| Missing a Javadoc comment. | 597 | |
| Line contains a tab character. | 598 | |
| Parameter lit should be final. | 598 | |
| Parameter newValue should be final. | 598 | |
| Line contains a tab character. | 599 | |
| Line contains a tab character. | 600 | |
| Line contains a tab character. | 601 | |
| 'if' construct must use '{}'s. | 602 | |
| Line contains a tab character. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line contains a tab character. | 603 | |
| Line contains a tab character. | 604 | |
| Line contains a tab character. | 605 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 609 | |
| Line contains a tab character. | 610 | |
| Line contains a tab character. | 611 | |
| Line contains a tab character. | 613 | |
| Line contains a tab character. | 614 | |
| Line contains a tab character. | 615 | |
| Line contains a tab character. | 616 | |
| Line contains a tab character. | 617 | |
| Line contains a tab character. | 619 | |
| Method 'removeCoef' is not designed for extension - needs to be abstract, final or empty. | 619 | |
| Missing a Javadoc comment. | 619 | |
| Line contains a tab character. | 620 | |
| Parameter lit should be final. | 620 | |
| Line contains a tab character. | 621 | |
| Line contains a tab character. | 622 | |
| Line contains a tab character. | 623 | |
| Line contains a tab character. | 624 | |
| Line contains a tab character. | 625 | |
| Line contains a tab character. | 627 | |
| Line contains a tab character. | 628 | |
| Line contains a tab character. | 629 | |
| Line contains a tab character. | 630 | |
| Line contains a tab character. | 631 | |
| Line contains a tab character. | 632 | |
| Line contains a tab character. | 633 | |
| Line contains a tab character. | 635 | |
| Missing a Javadoc comment. | 635 | |
| Parameter lit should be final. | 635 | |
| 'for' construct must use '{}'s. | 636 | |
| Line contains a tab character. | 636 | |
| 'if' construct must use '{}'s. | 637 | |
| Line contains a tab character. | 637 | |
| Line contains a tab character. | 638 | |
| Line contains a tab character. | 639 | |
| Line contains a tab character. | 640 | |
| Line contains a tab character. | 642 | |
| Method 'slackIsCorrect' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| Missing a Javadoc comment. | 642 | |
| Parameter dl should be final. | 642 | |
| Line contains a tab character. | 643 | |
| Line contains a tab character. | 644 | |
| Line contains a tab character. | 646 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 646 | |
| Missing a Javadoc comment. | 646 | |
| Line contains a tab character. | 647 | |
| Line contains a tab character. | 648 | |
| Line contains a tab character. | 649 | |
| Line contains a tab character. | 650 | |
| '<' is not preceded with whitespace. | 650 | |
| '<' is not followed by whitespace. | 650 | |
| '>' is not preceded with whitespace. | 650 | |
| Line contains a tab character. | 651 | |
| Line contains a tab character. | 652 | |
| Line contains a tab character. | 653 | |
| Line contains a tab character. | 654 | |
| Line contains a tab character. | 655 | |
| Line contains a tab character. | 656 | |
| Line contains a tab character. | 657 | |
| Line contains a tab character. | 658 | |
| Line contains a tab character. | 659 | |
| Line contains a tab character. | 660 | |
| Line contains a tab character. | 661 | |
| Line contains a tab character. | 662 | |
| Line contains a tab character. | 663 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'expectedNbOfConstr' must be private and have accessor methods. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Variable 'solver' must be private and have accessor methods. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Parameter solver should be final. | 75 | |
| 'solver' hides a field. | 75 | |
| Missing a Javadoc comment. | 79 | |
| Parameter solver should be final. | 79 | |
| 'solver' hides a field. | 79 | |
| Parameter format should be final. | 79 | |
| Method 'disableNumberOfConstraintCheck' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line has trailing spaces. | 90 | |
| Method 'skipComments' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| '4' is a magic number. | 100 | |
| Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter in should be final. | 118 | |
| Line is longer than 80 characters. | 131 | |
| 'cast' is not followed by whitespace. | 155 | |
| Method 'readConstrs' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter in should be final. | 169 | |
| Line is longer than 80 characters. | 198 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter line should be final. | 212 | |
| Parameter literals should be final. | 212 | |
| Missing a Javadoc comment. | 234 | |
| Expected an @return tag. | 249 | |
| Parameter in should be final. | 249 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Parameter model should be final. | 266 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Missing a Javadoc comment. | 276 | |
| Parameter model should be final. | 277 | |
| Parameter out should be final. | 277 | |
| Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Missing a Javadoc comment. | 285 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter arity should be final. | 31 | |
| Parameter nbtuples should be final. | 31 | |
| Method 'chooseEncoding' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter scope should be final. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 70 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 83 | |
| Line has trailing spaces. | 89 | |
| Missing a Javadoc comment. | 100 | |
| Variable 'factory' must be private and have accessor methods. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 129 | |
| Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter args should be final. | 154 | |
| Line is longer than 80 characters. | 168 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '?' is not preceded with whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| '?' is not followed by whitespace. | 171 | |
| Line is longer than 80 characters. | 172 | |
| '<' is not preceded with whitespace. | 173 | |
| '<' is not followed by whitespace. | 173 | |
| '?' is not preceded with whitespace. | 173 | |
| '>' is not preceded with whitespace. | 173 | |
| '?' is not followed by whitespace. | 173 | |
| '>' is not followed by whitespace. | 173 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '?' is not preceded with whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| '?' is not followed by whitespace. | 212 | |
| '>' is not followed by whitespace. | 212 | |
| 'else' construct must use '{}'s. | 232 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 250 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Missing a Javadoc comment. | 260 | |
| Parameter solver should be final. | 261 | |
| Parameter problemname should be final. | 261 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Parameter args should be final. | 266 | |
| 'if' construct must use '{}'s. | 272 | |
| 'else' construct must use '{}'s. | 276 | |
| Method 'showAvailableSolvers' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 | |
| Parameter args should be final. | 296 | |
| Missing a Javadoc comment. | 300 | |
| Parameter solver should be final. | 300 | |
| Parameter filename should be final. | 300 | |
| 'filename' hides a field. | 300 | |
| Parameter tosave should be final. | 301 | |
| '+' is not preceded with whitespace. | 319 | |
| '+' is not followed by whitespace. | 319 | |
| '+' is not preceded with whitespace. | 321 | |
| '+' is not followed by whitespace. | 321 | |
| '+' is not preceded with whitespace. | 323 | |
| '+' is not followed by whitespace. | 323 | |
| Missing a Javadoc comment. | 356 | |
| Redundant 'final' modifier. | 356 | |
| Missing a Javadoc comment. | 364 | |
| Redundant 'final' modifier. | 364 | |
| Missing a Javadoc comment. | 387 | |
| Redundant 'final' modifier. | 388 | |
| Parameter solverconfig should be final. | 388 | |
| Line is longer than 80 characters. | 405 | |
| ',' is not followed by whitespace. | 405 | |
| ',' is not followed by whitespace. | 405 | |
| Line is longer than 80 characters. | 406 | |
| ',' is not followed by whitespace. | 406 | |
| Missing a Javadoc comment. | 414 | |
| Redundant 'final' modifier. | 415 | |
| '<' is not followed by whitespace. | 415 | |
| '>' is not preceded with whitespace. | 415 | |
| Parameter component should be final. | 415 | |
| Parameter pf should be final. | 415 | |
| Parameter defaultcomp should be final. | 416 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter idvar should be final. | 40 | |
| Parameter domain should be final. | 40 | |
| 'domain' hides a field. | 40 | |
| Parameter lastvarnumber should be final. | 40 | |
| Line has trailing spaces. | 48 | |
| Method 'domain' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 57 | |
| Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter key should be final. | 60 | |
| Line has trailing spaces. | 66 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter solver should be final. | 69 | |
| 'for' construct must use '{}'s. | 71 | |
| Method 'findValue' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter model should be final. | 77 | |
| 'if' construct must use '{}'s. | 80 | |
| Line has trailing spaces. | 88 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Type Javadoc comment is missing an @param <L> tag. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 56 | |
| Line has trailing spaces. | 65 | |
| Line has trailing spaces. | 68 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 121 | |
| Line has trailing spaces. | 127 | |
| Line has trailing spaces. | 133 | |
| Line has trailing spaces. | 136 | |
| Expected @param tag for 'p'. | 139 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 40 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter mpb should be final. | 45 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Parameter lits should be final. | 51 | |
| Parameter coefs should be final. | 51 | |
| Parameter degree should be final. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Method 'constructLearntPB' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter literals should be final. | 57 | |
| Parameter coefs should be final. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Parameter degree should be final. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 78 | |
| Missing a Javadoc comment. | 82 | |
| Parameter solver should be final. | 82 | |
| Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter in should be final. | 95 | |
| 'cast' is not followed by whitespace. | 121 | |
| Line has trailing spaces. | 131 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter line should be final. | 136 | |
| Parameter literals should be final. | 136 | |
| 'cast' is not followed by whitespace. | 141 | |
| '==' is not preceded with whitespace. | 159 | |
| '==' is not followed by whitespace. | 159 | |
| '==' is not preceded with whitespace. | 163 | |
| '==' is not followed by whitespace. | 163 | |
| '==' is not preceded with whitespace. | 170 | |
| '==' is not followed by whitespace. | 170 | |
| '==' is not preceded with whitespace. | 183 | |
| '3' is a magic number. | 183 | |
| '==' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 184 | |
| ',' is not followed by whitespace. | 184 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter arity should be final. | 31 | |
| Parameter nbtuples should be final. | 31 | |
| Method 'chooseEncoding' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter scope should be final. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 83 | |
| Class SolverFactory should be declared as final. | 86 | |
| Line has trailing spaces. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Line has trailing spaces. | 98 | |
| Missing a Javadoc comment. | 105 | |
| Line has trailing spaces. | 113 | |
| '<' is not preceded with whitespace. | 127 | |
| '<' is not followed by whitespace. | 127 | |
| '>' is not preceded with whitespace. | 127 | |
| '10' is a magic number. | 128 | |
| '<' is not preceded with whitespace. | 136 | |
| '<' is not followed by whitespace. | 136 | |
| '>' is not preceded with whitespace. | 136 | |
| Missing a Javadoc comment. | 140 | |
| '<' is not preceded with whitespace. | 140 | |
| '<' is not followed by whitespace. | 140 | |
| '>' is not preceded with whitespace. | 140 | |
| '<' is not preceded with whitespace. | 141 | |
| '<' is not followed by whitespace. | 141 | |
| '>' is not preceded with whitespace. | 141 | |
| Missing a Javadoc comment. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '<' is not preceded with whitespace. | 147 | |
| '<' is not followed by whitespace. | 147 | |
| '>' is not preceded with whitespace. | 147 | |
| Missing a Javadoc comment. | 152 | |
| '<' is not preceded with whitespace. | 152 | |
| '<' is not followed by whitespace. | 152 | |
| '>' is not preceded with whitespace. | 152 | |
| '<' is not preceded with whitespace. | 153 | |
| '<' is not followed by whitespace. | 153 | |
| '>' is not preceded with whitespace. | 153 | |
| Missing a Javadoc comment. | 158 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| '<' is not preceded with whitespace. | 159 | |
| '<' is not followed by whitespace. | 159 | |
| '>' is not preceded with whitespace. | 159 | |
| '1.1' is a magic number. | 161 | |
| '100' is a magic number. | 161 | |
| Missing a Javadoc comment. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| '<' is not preceded with whitespace. | 166 | |
| '<' is not followed by whitespace. | 166 | |
| '>' is not preceded with whitespace. | 166 | |
| '<' is not preceded with whitespace. | 178 | |
| '<' is not followed by whitespace. | 178 | |
| '>' is not preceded with whitespace. | 178 | |
| Parameter n should be final. | 178 | |
| '<' is not followed by whitespace. | 189 | |
| Expected @param tag for '<L>'. | 189 | |
| '>' is not preceded with whitespace. | 189 | |
| '<' is not preceded with whitespace. | 189 | |
| '<' is not followed by whitespace. | 189 | |
| '>' is not preceded with whitespace. | 189 | |
| Parameter dsf should be final. | 190 | |
| '<' is not preceded with whitespace. | 190 | |
| '<' is not followed by whitespace. | 190 | |
| '>' is not preceded with whitespace. | 190 | |
| '10' is a magic number. | 191 | |
| '<' is not followed by whitespace. | 201 | |
| Expected @param tag for '<L>'. | 201 | |
| '>' is not preceded with whitespace. | 201 | |
| '<' is not preceded with whitespace. | 201 | |
| '<' is not followed by whitespace. | 201 | |
| '>' is not preceded with whitespace. | 201 | |
| Parameter dsf should be final. | 202 | |
| '<' is not preceded with whitespace. | 202 | |
| '<' is not followed by whitespace. | 202 | |
| '>' is not preceded with whitespace. | 202 | |
| '<' is not preceded with whitespace. | 203 | |
| '<' is not followed by whitespace. | 203 | |
| '>' is not preceded with whitespace. | 203 | |
| '>' is not followed by whitespace. | 203 | |
| '<' is not preceded with whitespace. | 211 | |
| '<' is not followed by whitespace. | 211 | |
| '>' is not preceded with whitespace. | 211 | |
| Missing a Javadoc comment. | 215 | |
| '<' is not preceded with whitespace. | 215 | |
| '<' is not followed by whitespace. | 215 | |
| '>' is not preceded with whitespace. | 215 | |
| '<' is not preceded with whitespace. | 225 | |
| '<' is not followed by whitespace. | 225 | |
| '>' is not preceded with whitespace. | 225 | |
| '<' is not preceded with whitespace. | 233 | |
| '<' is not followed by whitespace. | 233 | |
| '>' is not preceded with whitespace. | 233 | |
| '<' is not preceded with whitespace. | 243 | |
| '<' is not followed by whitespace. | 243 | |
| '>' is not preceded with whitespace. | 243 | |
| Missing a Javadoc comment. | 247 | |
| '<' is not preceded with whitespace. | 247 | |
| '<' is not followed by whitespace. | 247 | |
| '>' is not preceded with whitespace. | 247 | |
| '<' is not preceded with whitespace. | 259 | |
| '<' is not followed by whitespace. | 259 | |
| '>' is not preceded with whitespace. | 259 | |
| '<' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 267 | |
| '>' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 282 | |
| Expected @param tag for '<L>'. | 282 | |
| '>' is not preceded with whitespace. | 282 | |
| '<' is not preceded with whitespace. | 282 | |
| '<' is not followed by whitespace. | 282 | |
| '>' is not preceded with whitespace. | 282 | |
| Parameter dsf should be final. | 283 | |
| '<' is not preceded with whitespace. | 283 | |
| '<' is not followed by whitespace. | 283 | |
| '>' is not preceded with whitespace. | 283 | |
| Parameter n should be final. | 283 | |
| '<' is not preceded with whitespace. | 284 | |
| '<' is not followed by whitespace. | 284 | |
| '>' is not preceded with whitespace. | 284 | |
| '<' is not preceded with whitespace. | 284 | |
| '<' is not followed by whitespace. | 284 | |
| '>' is not preceded with whitespace. | 284 | |
| '>' is not followed by whitespace. | 284 | |
| '<' is not preceded with whitespace. | 285 | |
| '<' is not followed by whitespace. | 285 | |
| '>' is not preceded with whitespace. | 285 | |
| '<' is not preceded with whitespace. | 285 | |
| '<' is not followed by whitespace. | 285 | |
| '>' is not preceded with whitespace. | 285 | |
| '>' is not followed by whitespace. | 285 | |
| '<' is not preceded with whitespace. | 286 | |
| '<' is not followed by whitespace. | 286 | |
| '>' is not preceded with whitespace. | 286 | |
| '>' is not followed by whitespace. | 286 | |
| '<' is not followed by whitespace. | 302 | |
| Expected @param tag for '<L>'. | 302 | |
| '>' is not preceded with whitespace. | 302 | |
| '<' is not preceded with whitespace. | 302 | |
| '<' is not followed by whitespace. | 302 | |
| '>' is not preceded with whitespace. | 302 | |
| Parameter dsf should be final. | 303 | |
| '<' is not preceded with whitespace. | 303 | |
| '<' is not followed by whitespace. | 303 | |
| '>' is not preceded with whitespace. | 303 | |
| Parameter order should be final. | 303 | |
| '<' is not preceded with whitespace. | 303 | |
| '<' is not followed by whitespace. | 303 | |
| '>' is not preceded with whitespace. | 303 | |
| '<' is not preceded with whitespace. | 304 | |
| '<' is not followed by whitespace. | 304 | |
| '>' is not preceded with whitespace. | 304 | |
| '<' is not preceded with whitespace. | 304 | |
| '<' is not followed by whitespace. | 304 | |
| '>' is not preceded with whitespace. | 304 | |
| '>' is not followed by whitespace. | 304 | |
| '10' is a magic number. | 304 | |
| '<' is not preceded with whitespace. | 305 | |
| '<' is not followed by whitespace. | 305 | |
| '>' is not preceded with whitespace. | 305 | |
| '<' is not preceded with whitespace. | 305 | |
| '<' is not followed by whitespace. | 305 | |
| '>' is not preceded with whitespace. | 305 | |
| '>' is not followed by whitespace. | 305 | |
| Missing a Javadoc comment. | 311 | |
| '<' is not preceded with whitespace. | 311 | |
| '<' is not followed by whitespace. | 311 | |
| '>' is not preceded with whitespace. | 311 | |
| Missing a Javadoc comment. | 319 | |
| '<' is not followed by whitespace. | 319 | |
| '>' is not preceded with whitespace. | 319 | |
| '<' is not preceded with whitespace. | 319 | |
| '<' is not followed by whitespace. | 319 | |
| '>' is not preceded with whitespace. | 319 | |
| Parameter dsf should be final. | 320 | |
| '<' is not preceded with whitespace. | 320 | |
| '<' is not followed by whitespace. | 320 | |
| '>' is not preceded with whitespace. | 320 | |
| '<' is not preceded with whitespace. | 321 | |
| '<' is not followed by whitespace. | 321 | |
| '>' is not preceded with whitespace. | 321 | |
| '<' is not preceded with whitespace. | 321 | |
| '<' is not followed by whitespace. | 321 | |
| '>' is not preceded with whitespace. | 321 | |
| '>' is not followed by whitespace. | 321 | |
| '10' is a magic number. | 321 | |
| '<' is not preceded with whitespace. | 322 | |
| '<' is not followed by whitespace. | 322 | |
| '>' is not preceded with whitespace. | 322 | |
| '<' is not preceded with whitespace. | 322 | |
| '<' is not followed by whitespace. | 322 | |
| '>' is not preceded with whitespace. | 322 | |
| '>' is not followed by whitespace. | 322 | |
| '<' is not preceded with whitespace. | 323 | |
| '<' is not followed by whitespace. | 323 | |
| '>' is not preceded with whitespace. | 323 | |
| '>' is not followed by whitespace. | 323 | |
| '<' is not preceded with whitespace. | 332 | |
| '<' is not followed by whitespace. | 332 | |
| '>' is not preceded with whitespace. | 332 | |
| '<' is not preceded with whitespace. | 333 | |
| '<' is not followed by whitespace. | 333 | |
| '>' is not preceded with whitespace. | 333 | |
| '<' is not preceded with whitespace. | 333 | |
| '<' is not followed by whitespace. | 333 | |
| '>' is not preceded with whitespace. | 333 | |
| '>' is not followed by whitespace. | 333 | |
| '10' is a magic number. | 333 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| '<' is not preceded with whitespace. | 334 | |
| '<' is not followed by whitespace. | 334 | |
| '>' is not preceded with whitespace. | 334 | |
| '>' is not followed by whitespace. | 334 | |
| '<' is not preceded with whitespace. | 336 | |
| '<' is not followed by whitespace. | 336 | |
| '>' is not preceded with whitespace. | 336 | |
| '>' is not followed by whitespace. | 336 | |
| '<' is not preceded with whitespace. | 346 | |
| '<' is not followed by whitespace. | 346 | |
| '>' is not preceded with whitespace. | 346 | |
| '<' is not preceded with whitespace. | 347 | |
| '<' is not followed by whitespace. | 347 | |
| '>' is not preceded with whitespace. | 347 | |
| '<' is not preceded with whitespace. | 347 | |
| '<' is not followed by whitespace. | 347 | |
| '>' is not preceded with whitespace. | 347 | |
| '>' is not followed by whitespace. | 347 | |
| '10' is a magic number. | 347 | |
| '<' is not preceded with whitespace. | 348 | |
| '<' is not followed by whitespace. | 348 | |
| '>' is not preceded with whitespace. | 348 | |
| '<' is not preceded with whitespace. | 348 | |
| '<' is not followed by whitespace. | 348 | |
| '>' is not preceded with whitespace. | 348 | |
| '>' is not followed by whitespace. | 348 | |
| '1000' is a magic number. | 349 | |
| '<' is not preceded with whitespace. | 350 | |
| '<' is not followed by whitespace. | 350 | |
| '>' is not preceded with whitespace. | 350 | |
| '>' is not followed by whitespace. | 350 | |
| '<' is not preceded with whitespace. | 362 | |
| '<' is not followed by whitespace. | 362 | |
| '>' is not preceded with whitespace. | 362 | |
| '<' is not preceded with whitespace. | 363 | |
| '<' is not followed by whitespace. | 363 | |
| '>' is not preceded with whitespace. | 363 | |
| '<' is not preceded with whitespace. | 363 | |
| '<' is not followed by whitespace. | 363 | |
| '>' is not preceded with whitespace. | 363 | |
| '>' is not followed by whitespace. | 363 | |
| '<' is not preceded with whitespace. | 364 | |
| '<' is not followed by whitespace. | 364 | |
| '>' is not preceded with whitespace. | 364 | |
| '<' is not preceded with whitespace. | 364 | |
| '<' is not followed by whitespace. | 364 | |
| '>' is not preceded with whitespace. | 364 | |
| '>' is not followed by whitespace. | 364 | |
| '<' is not preceded with whitespace. | 365 | |
| '<' is not followed by whitespace. | 365 | |
| '>' is not preceded with whitespace. | 365 | |
| '>' is not followed by whitespace. | 365 | |
| '<' is not preceded with whitespace. | 375 | |
| '<' is not followed by whitespace. | 375 | |
| '>' is not preceded with whitespace. | 375 | |
| '<' is not preceded with whitespace. | 382 | |
| '<' is not followed by whitespace. | 382 | |
| '>' is not preceded with whitespace. | 382 | |
| '<' is not preceded with whitespace. | 383 | |
| '<' is not followed by whitespace. | 383 | |
| '>' is not preceded with whitespace. | 383 | |
| '<' is not preceded with whitespace. | 383 | |
| '<' is not followed by whitespace. | 383 | |
| '>' is not preceded with whitespace. | 383 | |
| '>' is not followed by whitespace. | 383 | |
| '<' is not preceded with whitespace. | 384 | |
| '<' is not followed by whitespace. | 384 | |
| '>' is not preceded with whitespace. | 384 | |
| '<' is not preceded with whitespace. | 384 | |
| '<' is not followed by whitespace. | 384 | |
| '>' is not preceded with whitespace. | 384 | |
| '>' is not followed by whitespace. | 384 | |
| '<' is not preceded with whitespace. | 386 | |
| '<' is not followed by whitespace. | 386 | |
| '>' is not preceded with whitespace. | 386 | |
| '>' is not followed by whitespace. | 386 | |
| '<' is not preceded with whitespace. | 398 | |
| '<' is not followed by whitespace. | 398 | |
| '>' is not preceded with whitespace. | 398 | |
| '<' is not preceded with whitespace. | 406 | |
| '<' is not followed by whitespace. | 406 | |
| '>' is not preceded with whitespace. | 406 | |
| '<' is not followed by whitespace. | 415 | |
| Expected @param tag for '<L>'. | 415 | |
| '>' is not preceded with whitespace. | 415 | |
| '<' is not preceded with whitespace. | 415 | |
| '<' is not followed by whitespace. | 415 | |
| '>' is not preceded with whitespace. | 415 | |
| Parameter dsf should be final. | 416 | |
| '<' is not preceded with whitespace. | 416 | |
| '<' is not followed by whitespace. | 416 | |
| '>' is not preceded with whitespace. | 416 | |
| '<' is not preceded with whitespace. | 417 | |
| '<' is not followed by whitespace. | 417 | |
| '>' is not preceded with whitespace. | 417 | |
| '<' is not preceded with whitespace. | 417 | |
| '<' is not followed by whitespace. | 417 | |
| '>' is not preceded with whitespace. | 417 | |
| '>' is not followed by whitespace. | 417 | |
| '<' is not preceded with whitespace. | 418 | |
| '<' is not followed by whitespace. | 418 | |
| '>' is not preceded with whitespace. | 418 | |
| '<' is not preceded with whitespace. | 418 | |
| '<' is not followed by whitespace. | 418 | |
| '>' is not preceded with whitespace. | 418 | |
| '>' is not followed by whitespace. | 418 | |
| '<' is not preceded with whitespace. | 419 | |
| '<' is not followed by whitespace. | 419 | |
| '>' is not preceded with whitespace. | 419 | |
| '>' is not followed by whitespace. | 419 | |
| '<' is not preceded with whitespace. | 428 | |
| '<' is not followed by whitespace. | 428 | |
| '>' is not preceded with whitespace. | 428 | |
| '<' is not preceded with whitespace. | 436 | |
| '<' is not followed by whitespace. | 436 | |
| '>' is not preceded with whitespace. | 436 | |
| '<' is not preceded with whitespace. | 437 | |
| '<' is not followed by whitespace. | 437 | |
| '>' is not preceded with whitespace. | 437 | |
| Missing a Javadoc comment. | 442 | |
| '<' is not preceded with whitespace. | 442 | |
| '<' is not followed by whitespace. | 442 | |
| '>' is not preceded with whitespace. | 442 | |
| '<' is not preceded with whitespace. | 443 | |
| '<' is not followed by whitespace. | 443 | |
| '>' is not preceded with whitespace. | 443 | |
| '<' is not preceded with whitespace. | 452 | |
| '<' is not followed by whitespace. | 452 | |
| '>' is not preceded with whitespace. | 452 | |
| '<' is not preceded with whitespace. | 460 | |
| '<' is not followed by whitespace. | 460 | |
| '>' is not preceded with whitespace. | 460 | |
| Missing a Javadoc comment. | 464 | |
| '<' is not followed by whitespace. | 464 | |
| '>' is not preceded with whitespace. | 464 | |
| '<' is not preceded with whitespace. | 464 | |
| '<' is not followed by whitespace. | 464 | |
| '>' is not preceded with whitespace. | 464 | |
| Parameter dsf should be final. | 465 | |
| '<' is not preceded with whitespace. | 465 | |
| '<' is not followed by whitespace. | 465 | |
| '>' is not preceded with whitespace. | 465 | |
| '<' is not preceded with whitespace. | 466 | |
| '<' is not followed by whitespace. | 466 | |
| '>' is not preceded with whitespace. | 466 | |
| '<' is not preceded with whitespace. | 466 | |
| '<' is not followed by whitespace. | 466 | |
| '>' is not preceded with whitespace. | 466 | |
| '>' is not followed by whitespace. | 466 | |
| '<' is not preceded with whitespace. | 467 | |
| '<' is not followed by whitespace. | 467 | |
| '>' is not preceded with whitespace. | 467 | |
| '<' is not preceded with whitespace. | 467 | |
| '<' is not followed by whitespace. | 467 | |
| '>' is not preceded with whitespace. | 467 | |
| '>' is not followed by whitespace. | 467 | |
| '<' is not preceded with whitespace. | 468 | |
| '<' is not followed by whitespace. | 468 | |
| '>' is not preceded with whitespace. | 468 | |
| '>' is not followed by whitespace. | 468 | |
| '<' is not preceded with whitespace. | 477 | |
| '<' is not followed by whitespace. | 477 | |
| '>' is not preceded with whitespace. | 477 | |
| '<' is not preceded with whitespace. | 485 | |
| '<' is not followed by whitespace. | 485 | |
| '>' is not preceded with whitespace. | 485 | |
| '<' is not preceded with whitespace. | 486 | |
| '<' is not followed by whitespace. | 486 | |
| '>' is not preceded with whitespace. | 486 | |
| '<' is not preceded with whitespace. | 486 | |
| '<' is not followed by whitespace. | 486 | |
| '>' is not preceded with whitespace. | 486 | |
| '>' is not followed by whitespace. | 486 | |
| '<' is not preceded with whitespace. | 487 | |
| '<' is not followed by whitespace. | 487 | |
| '>' is not preceded with whitespace. | 487 | |
| '<' is not preceded with whitespace. | 487 | |
| '<' is not followed by whitespace. | 487 | |
| '>' is not preceded with whitespace. | 487 | |
| '>' is not followed by whitespace. | 487 | |
| '<' is not preceded with whitespace. | 488 | |
| '<' is not followed by whitespace. | 488 | |
| '>' is not preceded with whitespace. | 488 | |
| '>' is not followed by whitespace. | 488 | |
| '<' is not preceded with whitespace. | 499 | |
| '<' is not followed by whitespace. | 499 | |
| '>' is not preceded with whitespace. | 499 | |
| '<' is not preceded with whitespace. | 500 | |
| '<' is not followed by whitespace. | 500 | |
| '>' is not preceded with whitespace. | 500 | |
| '<' is not preceded with whitespace. | 500 | |
| '<' is not followed by whitespace. | 500 | |
| '>' is not preceded with whitespace. | 500 | |
| '>' is not followed by whitespace. | 500 | |
| '<' is not preceded with whitespace. | 501 | |
| '<' is not followed by whitespace. | 501 | |
| '>' is not preceded with whitespace. | 501 | |
| '<' is not preceded with whitespace. | 501 | |
| '<' is not followed by whitespace. | 501 | |
| '>' is not preceded with whitespace. | 501 | |
| '>' is not followed by whitespace. | 501 | |
| '<' is not preceded with whitespace. | 502 | |
| '<' is not followed by whitespace. | 502 | |
| '>' is not preceded with whitespace. | 502 | |
| '>' is not followed by whitespace. | 502 | |
| '<' is not preceded with whitespace. | 513 | |
| '<' is not followed by whitespace. | 513 | |
| '>' is not preceded with whitespace. | 513 | |
| '<' is not preceded with whitespace. | 514 | |
| '<' is not followed by whitespace. | 514 | |
| '>' is not preceded with whitespace. | 514 | |
| '<' is not preceded with whitespace. | 514 | |
| '<' is not followed by whitespace. | 514 | |
| '>' is not preceded with whitespace. | 514 | |
| '>' is not followed by whitespace. | 514 | |
| '<' is not preceded with whitespace. | 515 | |
| '<' is not followed by whitespace. | 515 | |
| '>' is not preceded with whitespace. | 515 | |
| '<' is not preceded with whitespace. | 515 | |
| '<' is not followed by whitespace. | 515 | |
| '>' is not preceded with whitespace. | 515 | |
| '>' is not followed by whitespace. | 515 | |
| '<' is not preceded with whitespace. | 517 | |
| '<' is not followed by whitespace. | 517 | |
| '>' is not preceded with whitespace. | 517 | |
| '>' is not followed by whitespace. | 517 | |
| '<' is not preceded with whitespace. | 529 | |
| '<' is not followed by whitespace. | 529 | |
| '>' is not preceded with whitespace. | 529 | |
| '<' is not preceded with whitespace. | 530 | |
| '<' is not followed by whitespace. | 530 | |
| '>' is not preceded with whitespace. | 530 | |
| '<' is not preceded with whitespace. | 530 | |
| '<' is not followed by whitespace. | 530 | |
| '>' is not preceded with whitespace. | 530 | |
| '>' is not followed by whitespace. | 530 | |
| '<' is not preceded with whitespace. | 531 | |
| '<' is not followed by whitespace. | 531 | |
| '>' is not preceded with whitespace. | 531 | |
| '<' is not preceded with whitespace. | 531 | |
| '<' is not followed by whitespace. | 531 | |
| '>' is not preceded with whitespace. | 531 | |
| '>' is not followed by whitespace. | 531 | |
| Line is longer than 80 characters. | 546 | |
| '<' is not preceded with whitespace. | 546 | |
| '<' is not followed by whitespace. | 546 | |
| '>' is not preceded with whitespace. | 546 | |
| '<' is not preceded with whitespace. | 548 | |
| '<' is not followed by whitespace. | 548 | |
| '>' is not preceded with whitespace. | 548 | |
| '<' is not preceded with whitespace. | 548 | |
| '<' is not followed by whitespace. | 548 | |
| '>' is not preceded with whitespace. | 548 | |
| '>' is not followed by whitespace. | 548 | |
| '<' is not preceded with whitespace. | 550 | |
| '<' is not followed by whitespace. | 550 | |
| '>' is not preceded with whitespace. | 550 | |
| '<' is not preceded with whitespace. | 550 | |
| '<' is not followed by whitespace. | 550 | |
| '>' is not preceded with whitespace. | 550 | |
| '>' is not followed by whitespace. | 550 | |
| Line is longer than 80 characters. | 566 | |
| '<' is not preceded with whitespace. | 566 | |
| '<' is not followed by whitespace. | 566 | |
| '>' is not preceded with whitespace. | 566 | |
| '<' is not preceded with whitespace. | 567 | |
| '<' is not followed by whitespace. | 567 | |
| '>' is not preceded with whitespace. | 567 | |
| '<' is not preceded with whitespace. | 567 | |
| '<' is not followed by whitespace. | 567 | |
| '>' is not preceded with whitespace. | 567 | |
| '>' is not followed by whitespace. | 567 | |
| '<' is not preceded with whitespace. | 568 | |
| '<' is not followed by whitespace. | 568 | |
| '>' is not preceded with whitespace. | 568 | |
| '<' is not preceded with whitespace. | 568 | |
| '<' is not followed by whitespace. | 568 | |
| '>' is not preceded with whitespace. | 568 | |
| '>' is not followed by whitespace. | 568 | |
| Line is longer than 80 characters. | 582 | |
| '<' is not preceded with whitespace. | 582 | |
| '<' is not followed by whitespace. | 582 | |
| '>' is not preceded with whitespace. | 582 | |
| '<' is not preceded with whitespace. | 584 | |
| '<' is not followed by whitespace. | 584 | |
| '>' is not preceded with whitespace. | 584 | |
| '<' is not preceded with whitespace. | 584 | |
| '<' is not followed by whitespace. | 584 | |
| '>' is not preceded with whitespace. | 584 | |
| '>' is not followed by whitespace. | 584 | |
| '<' is not preceded with whitespace. | 586 | |
| '<' is not followed by whitespace. | 586 | |
| '>' is not preceded with whitespace. | 586 | |
| Line is longer than 80 characters. | 601 | |
| '<' is not preceded with whitespace. | 601 | |
| '<' is not followed by whitespace. | 601 | |
| '>' is not preceded with whitespace. | 601 | |
| Line is longer than 80 characters. | 602 | |
| '<' is not preceded with whitespace. | 602 | |
| '<' is not followed by whitespace. | 602 | |
| '>' is not preceded with whitespace. | 602 | |
| '<' is not preceded with whitespace. | 602 | |
| '<' is not followed by whitespace. | 602 | |
| '>' is not preceded with whitespace. | 602 | |
| '>' is not followed by whitespace. | 602 | |
| '<' is not preceded with whitespace. | 604 | |
| '<' is not followed by whitespace. | 604 | |
| '>' is not preceded with whitespace. | 604 | |
| '<' is not preceded with whitespace. | 604 | |
| '<' is not followed by whitespace. | 604 | |
| '>' is not preceded with whitespace. | 604 | |
| '>' is not followed by whitespace. | 604 | |
| Line is longer than 80 characters. | 619 | |
| '<' is not preceded with whitespace. | 619 | |
| '<' is not followed by whitespace. | 619 | |
| '>' is not preceded with whitespace. | 619 | |
| '<' is not preceded with whitespace. | 621 | |
| '<' is not followed by whitespace. | 621 | |
| '>' is not preceded with whitespace. | 621 | |
| '<' is not preceded with whitespace. | 621 | |
| '<' is not followed by whitespace. | 621 | |
| '>' is not preceded with whitespace. | 621 | |
| '>' is not followed by whitespace. | 621 | |
| '<' is not preceded with whitespace. | 623 | |
| '<' is not followed by whitespace. | 623 | |
| '>' is not preceded with whitespace. | 623 | |
| Line is longer than 80 characters. | 631 | |
| Missing a Javadoc comment. | 631 | |
| '<' is not preceded with whitespace. | 631 | |
| '<' is not followed by whitespace. | 631 | |
| '>' is not preceded with whitespace. | 631 | |
| '<' is not preceded with whitespace. | 632 | |
| '<' is not followed by whitespace. | 632 | |
| '>' is not preceded with whitespace. | 632 | |
| '<' is not preceded with whitespace. | 632 | |
| '<' is not followed by whitespace. | 632 | |
| '>' is not preceded with whitespace. | 632 | |
| '>' is not followed by whitespace. | 632 | |
| '<' is not preceded with whitespace. | 633 | |
| '<' is not followed by whitespace. | 633 | |
| '>' is not preceded with whitespace. | 633 | |
| '<' is not preceded with whitespace. | 633 | |
| '<' is not followed by whitespace. | 633 | |
| '>' is not preceded with whitespace. | 633 | |
| '>' is not followed by whitespace. | 633 | |
| '<' is not preceded with whitespace. | 648 | |
| '<' is not followed by whitespace. | 648 | |
| '>' is not preceded with whitespace. | 648 | |
| '<' is not preceded with whitespace. | 649 | |
| '<' is not followed by whitespace. | 649 | |
| '>' is not preceded with whitespace. | 649 | |
| '<' is not preceded with whitespace. | 649 | |
| '<' is not followed by whitespace. | 649 | |
| '>' is not preceded with whitespace. | 649 | |
| '>' is not followed by whitespace. | 649 | |
| '<' is not preceded with whitespace. | 650 | |
| '<' is not followed by whitespace. | 650 | |
| '>' is not preceded with whitespace. | 650 | |
| '<' is not preceded with whitespace. | 652 | |
| '<' is not followed by whitespace. | 652 | |
| '>' is not preceded with whitespace. | 652 | |
| '>' is not followed by whitespace. | 652 | |
| '<' is not preceded with whitespace. | 679 | |
| '<' is not followed by whitespace. | 679 | |
| '>' is not preceded with whitespace. | 679 | |
| '<' is not preceded with whitespace. | 680 | |
| '<' is not followed by whitespace. | 680 | |
| '>' is not preceded with whitespace. | 680 | |
| '<' is not preceded with whitespace. | 680 | |
| '<' is not followed by whitespace. | 680 | |
| '>' is not preceded with whitespace. | 680 | |
| '>' is not followed by whitespace. | 680 | |
| '<' is not preceded with whitespace. | 681 | |
| '<' is not followed by whitespace. | 681 | |
| '>' is not preceded with whitespace. | 681 | |
| '<' is not preceded with whitespace. | 683 | |
| '<' is not followed by whitespace. | 683 | |
| '>' is not preceded with whitespace. | 683 | |
| '>' is not followed by whitespace. | 683 | |
| '<' is not preceded with whitespace. | 696 | |
| '<' is not followed by whitespace. | 696 | |
| '>' is not preceded with whitespace. | 696 | |
| '<' is not preceded with whitespace. | 697 | |
| '<' is not followed by whitespace. | 697 | |
| '>' is not preceded with whitespace. | 697 | |
| '<' is not preceded with whitespace. | 697 | |
| '<' is not followed by whitespace. | 697 | |
| '>' is not preceded with whitespace. | 697 | |
| '>' is not followed by whitespace. | 697 | |
| '<' is not preceded with whitespace. | 698 | |
| '<' is not followed by whitespace. | 698 | |
| '>' is not preceded with whitespace. | 698 | |
| '<' is not preceded with whitespace. | 698 | |
| '<' is not followed by whitespace. | 698 | |
| '>' is not preceded with whitespace. | 698 | |
| '>' is not followed by whitespace. | 698 | |
| '<' is not preceded with whitespace. | 700 | |
| '<' is not followed by whitespace. | 700 | |
| '>' is not preceded with whitespace. | 700 | |
| '>' is not followed by whitespace. | 700 | |
| '<' is not preceded with whitespace. | 710 | |
| '<' is not followed by whitespace. | 710 | |
| '>' is not preceded with whitespace. | 710 | |
| '<' is not preceded with whitespace. | 711 | |
| '<' is not followed by whitespace. | 711 | |
| '>' is not preceded with whitespace. | 711 | |
| '<' is not preceded with whitespace. | 711 | |
| '<' is not followed by whitespace. | 711 | |
| '>' is not preceded with whitespace. | 711 | |
| '>' is not followed by whitespace. | 711 | |
| '<' is not preceded with whitespace. | 712 | |
| '<' is not followed by whitespace. | 712 | |
| '>' is not preceded with whitespace. | 712 | |
| '<' is not preceded with whitespace. | 712 | |
| '<' is not followed by whitespace. | 712 | |
| '>' is not preceded with whitespace. | 712 | |
| '>' is not followed by whitespace. | 712 | |
| '<' is not preceded with whitespace. | 714 | |
| '<' is not followed by whitespace. | 714 | |
| '>' is not preceded with whitespace. | 714 | |
| '>' is not followed by whitespace. | 714 | |
| '<' is not preceded with whitespace. | 724 | |
| '<' is not followed by whitespace. | 724 | |
| '>' is not preceded with whitespace. | 724 | |
| '<' is not preceded with whitespace. | 725 | |
| '<' is not followed by whitespace. | 725 | |
| '>' is not preceded with whitespace. | 725 | |
| '<' is not preceded with whitespace. | 725 | |
| '<' is not followed by whitespace. | 725 | |
| '>' is not preceded with whitespace. | 725 | |
| '>' is not followed by whitespace. | 725 | |
| '<' is not preceded with whitespace. | 726 | |
| '<' is not followed by whitespace. | 726 | |
| '>' is not preceded with whitespace. | 726 | |
| '<' is not preceded with whitespace. | 726 | |
| '<' is not followed by whitespace. | 726 | |
| '>' is not preceded with whitespace. | 726 | |
| '>' is not followed by whitespace. | 726 | |
| '<' is not preceded with whitespace. | 727 | |
| '<' is not followed by whitespace. | 727 | |
| '>' is not preceded with whitespace. | 727 | |
| '>' is not followed by whitespace. | 727 | |
| '<' is not preceded with whitespace. | 738 | |
| '<' is not followed by whitespace. | 738 | |
| '>' is not preceded with whitespace. | 738 | |
| '<' is not preceded with whitespace. | 739 | |
| '<' is not followed by whitespace. | 739 | |
| '>' is not preceded with whitespace. | 739 | |
| '<' is not preceded with whitespace. | 739 | |
| '<' is not followed by whitespace. | 739 | |
| '>' is not preceded with whitespace. | 739 | |
| '>' is not followed by whitespace. | 739 | |
| '<' is not preceded with whitespace. | 740 | |
| '<' is not followed by whitespace. | 740 | |
| '>' is not preceded with whitespace. | 740 | |
| '<' is not preceded with whitespace. | 740 | |
| '<' is not followed by whitespace. | 740 | |
| '>' is not preceded with whitespace. | 740 | |
| '>' is not followed by whitespace. | 740 | |
| '<' is not preceded with whitespace. | 741 | |
| '<' is not followed by whitespace. | 741 | |
| '>' is not preceded with whitespace. | 741 | |
| '>' is not followed by whitespace. | 741 | |
| '<' is not preceded with whitespace. | 751 | |
| '<' is not followed by whitespace. | 751 | |
| '>' is not preceded with whitespace. | 751 | |
| '<' is not preceded with whitespace. | 752 | |
| '<' is not followed by whitespace. | 752 | |
| '>' is not preceded with whitespace. | 752 | |
| '<' is not preceded with whitespace. | 752 | |
| '<' is not followed by whitespace. | 752 | |
| '>' is not preceded with whitespace. | 752 | |
| '>' is not followed by whitespace. | 752 | |
| '<' is not preceded with whitespace. | 753 | |
| '<' is not followed by whitespace. | 753 | |
| '>' is not preceded with whitespace. | 753 | |
| '<' is not preceded with whitespace. | 753 | |
| '<' is not followed by whitespace. | 753 | |
| '>' is not preceded with whitespace. | 753 | |
| '>' is not followed by whitespace. | 753 | |
| '<' is not preceded with whitespace. | 754 | |
| '<' is not followed by whitespace. | 754 | |
| '>' is not preceded with whitespace. | 754 | |
| '>' is not followed by whitespace. | 754 | |
| '<' is not preceded with whitespace. | 765 | |
| '<' is not followed by whitespace. | 765 | |
| '>' is not preceded with whitespace. | 765 | |
| '<' is not preceded with whitespace. | 766 | |
| '<' is not followed by whitespace. | 766 | |
| '>' is not preceded with whitespace. | 766 | |
| '<' is not preceded with whitespace. | 766 | |
| '<' is not followed by whitespace. | 766 | |
| '>' is not preceded with whitespace. | 766 | |
| '>' is not followed by whitespace. | 766 | |
| '<' is not preceded with whitespace. | 767 | |
| '<' is not followed by whitespace. | 767 | |
| '>' is not preceded with whitespace. | 767 | |
| '<' is not preceded with whitespace. | 767 | |
| '<' is not followed by whitespace. | 767 | |
| '>' is not preceded with whitespace. | 767 | |
| '>' is not followed by whitespace. | 767 | |
| '<' is not preceded with whitespace. | 768 | |
| '<' is not followed by whitespace. | 768 | |
| '>' is not preceded with whitespace. | 768 | |
| '>' is not followed by whitespace. | 768 | |
| '<' is not preceded with whitespace. | 778 | |
| '<' is not followed by whitespace. | 778 | |
| '>' is not preceded with whitespace. | 778 | |
| '<' is not preceded with whitespace. | 779 | |
| '<' is not followed by whitespace. | 779 | |
| '>' is not preceded with whitespace. | 779 | |
| '<' is not preceded with whitespace. | 779 | |
| '<' is not followed by whitespace. | 779 | |
| '>' is not preceded with whitespace. | 779 | |
| '>' is not followed by whitespace. | 779 | |
| '<' is not preceded with whitespace. | 780 | |
| '<' is not followed by whitespace. | 780 | |
| '>' is not preceded with whitespace. | 780 | |
| '<' is not preceded with whitespace. | 780 | |
| '<' is not followed by whitespace. | 780 | |
| '>' is not preceded with whitespace. | 780 | |
| '>' is not followed by whitespace. | 780 | |
| '<' is not preceded with whitespace. | 782 | |
| '<' is not followed by whitespace. | 782 | |
| '>' is not preceded with whitespace. | 782 | |
| '>' is not followed by whitespace. | 782 | |
| '<' is not preceded with whitespace. | 792 | |
| '<' is not followed by whitespace. | 792 | |
| '>' is not preceded with whitespace. | 792 | |
| '<' is not preceded with whitespace. | 793 | |
| '<' is not followed by whitespace. | 793 | |
| '>' is not preceded with whitespace. | 793 | |
| '<' is not preceded with whitespace. | 793 | |
| '<' is not followed by whitespace. | 793 | |
| '>' is not preceded with whitespace. | 793 | |
| '>' is not followed by whitespace. | 793 | |
| '<' is not preceded with whitespace. | 794 | |
| '<' is not followed by whitespace. | 794 | |
| '>' is not preceded with whitespace. | 794 | |
| '<' is not preceded with whitespace. | 794 | |
| '<' is not followed by whitespace. | 794 | |
| '>' is not preceded with whitespace. | 794 | |
| '>' is not followed by whitespace. | 794 | |
| '<' is not preceded with whitespace. | 796 | |
| '<' is not followed by whitespace. | 796 | |
| '>' is not preceded with whitespace. | 796 | |
| '>' is not followed by whitespace. | 796 | |
| '<' is not preceded with whitespace. | 806 | |
| '<' is not followed by whitespace. | 806 | |
| '>' is not preceded with whitespace. | 806 | |
| '<' is not preceded with whitespace. | 807 | |
| '<' is not followed by whitespace. | 807 | |
| '>' is not preceded with whitespace. | 807 | |
| '<' is not preceded with whitespace. | 807 | |
| '<' is not followed by whitespace. | 807 | |
| '>' is not preceded with whitespace. | 807 | |
| '>' is not followed by whitespace. | 807 | |
| '<' is not preceded with whitespace. | 808 | |
| '<' is not followed by whitespace. | 808 | |
| '>' is not preceded with whitespace. | 808 | |
| '<' is not preceded with whitespace. | 808 | |
| '<' is not followed by whitespace. | 808 | |
| '>' is not preceded with whitespace. | 808 | |
| '>' is not followed by whitespace. | 808 | |
| '<' is not preceded with whitespace. | 810 | |
| '<' is not followed by whitespace. | 810 | |
| '>' is not preceded with whitespace. | 810 | |
| '>' is not followed by whitespace. | 810 | |
| '<' is not preceded with whitespace. | 819 | |
| '<' is not followed by whitespace. | 819 | |
| '>' is not preceded with whitespace. | 819 | |
| '<' is not preceded with whitespace. | 820 | |
| '<' is not followed by whitespace. | 820 | |
| '>' is not preceded with whitespace. | 820 | |
| '<' is not preceded with whitespace. | 820 | |
| '<' is not followed by whitespace. | 820 | |
| '>' is not preceded with whitespace. | 820 | |
| '>' is not followed by whitespace. | 820 | |
| '<' is not preceded with whitespace. | 821 | |
| '<' is not followed by whitespace. | 821 | |
| '>' is not preceded with whitespace. | 821 | |
| '<' is not preceded with whitespace. | 821 | |
| '<' is not followed by whitespace. | 821 | |
| '>' is not preceded with whitespace. | 821 | |
| '>' is not followed by whitespace. | 821 | |
| '<' is not preceded with whitespace. | 822 | |
| '<' is not followed by whitespace. | 822 | |
| '>' is not preceded with whitespace. | 822 | |
| '>' is not followed by whitespace. | 822 | |
| '<' is not preceded with whitespace. | 833 | |
| '<' is not followed by whitespace. | 833 | |
| '>' is not preceded with whitespace. | 833 | |
| Line is longer than 80 characters. | 834 | |
| '<' is not preceded with whitespace. | 834 | |
| '<' is not followed by whitespace. | 834 | |
| '>' is not preceded with whitespace. | 834 | |
| '<' is not preceded with whitespace. | 834 | |
| '<' is not followed by whitespace. | 834 | |
| '>' is not preceded with whitespace. | 834 | |
| '>' is not followed by whitespace. | 834 | |
| '<' is not preceded with whitespace. | 835 | |
| '<' is not followed by whitespace. | 835 | |
| '>' is not preceded with whitespace. | 835 | |
| '<' is not preceded with whitespace. | 835 | |
| '<' is not followed by whitespace. | 835 | |
| '>' is not preceded with whitespace. | 835 | |
| '>' is not followed by whitespace. | 835 | |
| '<' is not preceded with whitespace. | 836 | |
| '<' is not followed by whitespace. | 836 | |
| '>' is not preceded with whitespace. | 836 | |
| '>' is not followed by whitespace. | 836 | |
| '<' is not preceded with whitespace. | 848 | |
| '<' is not followed by whitespace. | 848 | |
| '>' is not preceded with whitespace. | 848 | |
| '<' is not preceded with whitespace. | 849 | |
| '<' is not followed by whitespace. | 849 | |
| '>' is not preceded with whitespace. | 849 | |
| '<' is not preceded with whitespace. | 849 | |
| '<' is not followed by whitespace. | 849 | |
| '>' is not preceded with whitespace. | 849 | |
| '>' is not followed by whitespace. | 849 | |
| '3' is a magic number. | 849 | |
| '<' is not preceded with whitespace. | 850 | |
| '<' is not followed by whitespace. | 850 | |
| '>' is not preceded with whitespace. | 850 | |
| '<' is not preceded with whitespace. | 850 | |
| '<' is not followed by whitespace. | 850 | |
| '>' is not preceded with whitespace. | 850 | |
| '>' is not followed by whitespace. | 850 | |
| '<' is not preceded with whitespace. | 862 | |
| '<' is not followed by whitespace. | 862 | |
| '>' is not preceded with whitespace. | 862 | |
| '<' is not preceded with whitespace. | 863 | |
| '<' is not followed by whitespace. | 863 | |
| '>' is not preceded with whitespace. | 863 | |
| '<' is not preceded with whitespace. | 863 | |
| '<' is not followed by whitespace. | 863 | |
| '>' is not preceded with whitespace. | 863 | |
| '>' is not followed by whitespace. | 863 | |
| '<' is not preceded with whitespace. | 864 | |
| '<' is not followed by whitespace. | 864 | |
| '>' is not preceded with whitespace. | 864 | |
| '<' is not preceded with whitespace. | 864 | |
| '<' is not followed by whitespace. | 864 | |
| '>' is not preceded with whitespace. | 864 | |
| '>' is not followed by whitespace. | 864 | |
| Line has trailing spaces. | 876 | |
| '<' is not preceded with whitespace. | 879 | |
| '<' is not followed by whitespace. | 879 | |
| '>' is not preceded with whitespace. | 879 | |
| '<' is not preceded with whitespace. | 880 | |
| '<' is not followed by whitespace. | 880 | |
| '>' is not preceded with whitespace. | 880 | |
| '<' is not preceded with whitespace. | 880 | |
| '<' is not followed by whitespace. | 880 | |
| '>' is not preceded with whitespace. | 880 | |
| '>' is not followed by whitespace. | 880 | |
| '<' is not preceded with whitespace. | 881 | |
| '<' is not followed by whitespace. | 881 | |
| '>' is not preceded with whitespace. | 881 | |
| '<' is not preceded with whitespace. | 881 | |
| '<' is not followed by whitespace. | 881 | |
| '>' is not preceded with whitespace. | 881 | |
| '>' is not followed by whitespace. | 881 | |
| '1.2' is a magic number. | 882 | |
| '100000' is a magic number. | 883 | |
| '<' is not preceded with whitespace. | 883 | |
| '<' is not followed by whitespace. | 883 | |
| '>' is not preceded with whitespace. | 883 | |
| '>' is not followed by whitespace. | 883 | |
| Line has trailing spaces. | 893 | |
| Missing a Javadoc comment. | 902 | |
| Line has trailing spaces. | 909 | |
| Missing a Javadoc comment. | 918 | |
| Missing a Javadoc comment. | 923 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 39 | |
| Missing a Javadoc comment. | 45 | |
| Parameter solver should be final. | 50 | |
| Expected @param tag for 'solver'. | 50 | |
| Line has trailing spaces. | 56 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter v should be final. | 34 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter i should be final. | 38 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| 'if' construct must use '{}'s. | 58 | |
| Method 'pos' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter value should be final. | 69 | |
| 'value' hides a field. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Parameter s should be final. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Parameter s should be final. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter reason should be final. | 57 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| 'static' modifier out of order with the JLS suggestions. | 40 | |
| Missing a Javadoc comment. | 42 | |
| 'static' modifier out of order with the JLS suggestions. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Parameter s should be final. | 50 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter model should be final. | 55 | |
| '>' is not preceded with whitespace. | 58 | |
| '>' is not followed by whitespace. | 58 | |
| '?' is not preceded with whitespace. | 58 | |
| Avoid inline conditionals. | 58 | |
| '?' is not followed by whitespace. | 58 | |
| ':' is not preceded with whitespace. | 58 | |
| ':' is not followed by whitespace. | 58 | |
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter model should be final. | 64 | |
| Parameter out should be final. | 64 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| '?' is not preceded with whitespace. | 66 | |
| Avoid inline conditionals. | 66 | |
| '?' is not followed by whitespace. | 66 | |
| ':' is not preceded with whitespace. | 66 | |
| ':' is not followed by whitespace. | 66 | |
| Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter in should be final. | 71 | |
| '3' is a magic number. | 88 | |
| '==' is not preceded with whitespace. | 90 | |
| '==' is not followed by whitespace. | 90 | |
| Missing a Javadoc comment. | 98 | |
| Parameter nbands should be final. | 98 | |
| Parameter output0 should be final. | 98 | |
| Parameter scanner should be final. | 98 | |
| Line has trailing spaces. | 100 | |
| Missing a Javadoc comment. | 111 | |
| Parameter v should be final. | 111 | |
| Missing a Javadoc comment. | 125 | |
| Parameter nboutputs should be final. | 125 | |
| Parameter scanner should be final. | 125 | |
| Missing a Javadoc comment. | 134 | |
| Parameter nbinputs should be final. | 134 | |
| 'nbinputs' hides a field. | 134 | |
| Parameter scanner should be final. | 134 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter nvar should be final. | 46 | |
| Method 'setMark' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter p should be final. | 51 | |
| Parameter mark should be final. | 51 | |
| Method 'setMark' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter p should be final. | 58 | |
| Method 'getMark' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter p should be final. | 62 | |
| Method 'isMarked' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter p should be final. | 66 | |
| Method 'resetMark' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter p should be final. | 70 | |
| Method 'resetAllMarks' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| 'for' construct must use '{}'s. | 75 | |
| Method 'getMarkedLiterals' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| 'if' construct must use '{}'s. | 82 | |
| Method 'getMarkedLiterals' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter mark should be final. | 88 | |
| 'if' construct must use '{}'s. | 91 | |
| Method 'getMarkedVariables' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| 'if' construct must use '{}'s. | 100 | |
| Method 'getMarkedVariables' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter mark should be final. | 106 | |
| 'if' construct must use '{}'s. | 109 | |
| Method 'getMarks' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| '<' is not preceded with whitespace. | 115 | |
| '<' is not followed by whitespace. | 115 | |
| '>' is not preceded with whitespace. | 115 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '>' is not followed by whitespace. | 116 | |
| 'for' construct must use '{}'s. | 117 | |
| 'if' construct must use '{}'s. | 118 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Name 'luby_super' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| Parameter i should be final. | 40 | |
| 'if' construct must use '{}'s. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| '32' is a magic number. | 61 | |
| Line has trailing spaces. | 63 | |
| Method 'setFactor' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter factor should be final. | 64 | |
| 'factor' hides a field. | 64 | |
| Line has trailing spaces. | 67 | |
| Method 'getFactor' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 71 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter params should be final. | 72 | |
| Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '*' is not preceded with whitespace. | 77 | |
| '*' is not followed by whitespace. | 77 | |
| Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line has trailing spaces. | 83 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 86 | |
| '+' is not preceded with whitespace. | 86 | |
| '+' is not followed by whitespace. | 86 |
| Violation | Message | Line |
|---|---|---|
| '<' is not preceded with whitespace. | 14 | |
| '<' is not followed by whitespace. | 14 | |
| '>' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter p should be final. | 19 | |
| 'if' construct must use '{}'s. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter p should be final. | 27 | |
| '>>' is not preceded with whitespace. | 28 | |
| '>>' is not followed by whitespace. | 28 | |
| Line has trailing spaces. | 30 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 15 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter params should be final. | 23 | |
| 'params' hides a field. | 23 | |
| Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 44 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 45 | |
| Method 'solverNames' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| '3' is a magic number. | 56 | |
| Line has trailing spaces. | 67 | |
| Method 'createSolverByName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter solvername should be final. | 73 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '?' is not preceded with whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| '?' is not followed by whitespace. | 75 | |
| '>' is not followed by whitespace. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 108 | |
| Line has trailing spaces. | 111 | |
| Line has trailing spaces. | 113 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 34 | |
| Class Messages should be declared as final. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 51 | |
| Parameter key should be final. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Parameter begin should be final. | 38 | |
| 'begin' hides a field. | 38 | |
| Parameter end should be final. | 38 | |
| 'end' hides a field. | 38 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter i should be final. | 44 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '>' is not followed by whitespace. | 54 | |
| 'if' construct must use '{}'s. | 62 | |
| Method 'pos' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter value should be final. | 73 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| First sentence should end with a period. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| '20' is a magic number. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Parameter p should be final. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Parameter p should be final. | 53 | |
| Method 'getPeriod' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 64 | |
| Method 'select' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 89 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Parameter solver should be final. | 55 | |
| Expected @param tag for 'solver'. | 55 | |
| Line has trailing spaces. | 61 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Must have at least one statement. | 85 | |
| Must have at least one statement. | 87 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class GeneralizedSupportEncoding should be declared as final. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Parameter solver should be final. | 52 | |
| Parameter scope should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Missing a Javadoc comment. | 58 | |
| Parameter solver should be final. | 58 | |
| Parameter scope should be final. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Missing a Javadoc comment. | 64 | |
| Parameter solver should be final. | 64 | |
| Parameter scope should be final. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Parameter tuple should be final. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Parameter solver should be final. | 69 | |
| Parameter scope should be final. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Parameter tuple should be final. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| '<' is not followed by whitespace. | 70 | |
| '>' is not preceded with whitespace. | 70 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '>' is not followed by whitespace. | 72 | |
| Missing a Javadoc comment. | 86 | |
| Parameter n should be final. | 86 | |
| Parameter scope should be final. | 86 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| Parameter acc should be final. | 86 | |
| Parameter supports should be final. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| '>' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| 'supports' hides a field. | 87 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '>' is not followed by whitespace. | 90 | |
| 'for' construct must use '{}'s. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| 'else' construct must use '{}'s. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter literals should be final. | 49 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter literals should be final. | 54 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter literals should be final. | 65 | |
| Parameter degree should be final. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '>' is not followed by whitespace. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter expr should be final. | 83 | |
| 'expr' hides a field. | 83 | |
| Method 'addVariable' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter name should be final. | 87 | |
| Missing a Javadoc comment. | 91 | |
| Parameter values should be final. | 91 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter solver should be final. | 100 | |
| Parameter vscope should be final. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Parameter vars should be final. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Line is longer than 80 characters. | 117 | |
| Missing a Javadoc comment. | 117 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| '>' is not followed by whitespace. | 117 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Parameter tuple should be final. | 121 | |
| Parameter n should be final. | 121 | |
| Parameter scope should be final. | 121 | |
| '<' is not preceded with whitespace. | 121 | |
| '<' is not followed by whitespace. | 121 | |
| '>' is not preceded with whitespace. | 121 | |
| 'scope' hides a field. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Parameter vars should be final. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| Parameter solver should be final. | 122 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 47 | |
| Parameter message should be final. | 51 | |
| Line has trailing spaces. | 57 | |
| Parameter message should be final. | 63 | |
| Parameter cause should be final. | 63 | |
| Line has trailing spaces. | 69 | |
| Parameter cause should be final. | 73 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter ps should be final. | 32 | |
| Parameter voc should be final. | 32 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 43 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| First sentence should end with a period. | 39 | |
| Parameter ps should be final. | 48 | |
| Expected @param tag for 'ps'. | 48 | |
| Parameter voc should be final. | 48 | |
| Expected @param tag for 'voc'. | 48 | |
| Line has trailing spaces. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter s should be final. | 60 | |
| Parameter p should be final. | 60 | |
| Parameter ps should be final. | 70 | |
| Expected @param tag for 'ps'. | 70 | |
| Parameter voc should be final. | 70 | |
| Expected @param tag for 'voc'. | 70 | |
| Parameter learnt should be final. | 70 | |
| Expected @param tag for 'learnt'. | 70 | |
| Missing a Javadoc comment. | 75 | |
| Parameter s should be final. | 75 | |
| Parameter voc should be final. | 75 | |
| Parameter literals should be final. | 76 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Type Javadoc comment is missing an @param <L> tag. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter reason should be final. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 56 | |
| Type Javadoc comment is missing an @param <L> tag. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '>' is not followed by whitespace. | 68 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| '>' is not followed by whitespace. | 73 | |
| First sentence should end with a period. | 85 | |
| First sentence should end with a period. | 94 | |
| Variable 'trail' must be private and have accessor methods. | 97 | |
| First sentence should end with a period. | 101 | |
| Variable 'trailLim' must be private and have accessor methods. | 104 | |
| First sentence should end with a period. | 108 | |
| Variable 'rootLevel' must be private and have accessor methods. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 115 | |
| Variable 'voc' must be private and have accessor methods. | 115 | |
| Missing a Javadoc comment. | 117 | |
| '<' is not preceded with whitespace. | 117 | |
| '<' is not followed by whitespace. | 117 | |
| '>' is not preceded with whitespace. | 117 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 123 | |
| '<' is not preceded with whitespace. | 123 | |
| '<' is not followed by whitespace. | 123 | |
| '>' is not preceded with whitespace. | 123 | |
| Missing a Javadoc comment. | 125 | |
| Variable 'analyzer' must be private and have accessor methods. | 125 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 131 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| Variable 'dsfactory' must be private and have accessor methods. | 131 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 135 | |
| Name '__dimacs_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 139 | |
| Line has trailing spaces. | 140 | |
| Method 'dimacs2internal' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter in should be final. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Line has trailing spaces. | 159 | |
| Parameter acg should be final. | 164 | |
| Parameter learner should be final. | 164 | |
| '<' is not preceded with whitespace. | 164 | |
| '<' is not followed by whitespace. | 164 | |
| '>' is not preceded with whitespace. | 164 | |
| 'learner' hides a field. | 164 | |
| Expected @param tag for 'learner'. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Parameter dsf should be final. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| Expected @param tag for 'dsf'. | 165 | |
| Parameter order should be final. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| 'order' hides a field. | 165 | |
| Expected @param tag for 'order'. | 165 | |
| Parameter restarter should be final. | 165 | |
| 'restarter' hides a field. | 165 | |
| Expected @param tag for 'restarter'. | 165 | |
| ',' is not followed by whitespace. | 166 | |
| Line has trailing spaces. | 168 | |
| Missing a Javadoc comment. | 169 | |
| Parameter acg should be final. | 169 | |
| Parameter learner should be final. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| 'learner' hides a field. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Parameter dsf should be final. | 170 | |
| '<' is not preceded with whitespace. | 170 | |
| '<' is not followed by whitespace. | 170 | |
| '>' is not preceded with whitespace. | 170 | |
| Parameter params should be final. | 170 | |
| 'params' hides a field. | 170 | |
| Parameter order should be final. | 170 | |
| '<' is not preceded with whitespace. | 170 | |
| '<' is not followed by whitespace. | 170 | |
| '>' is not preceded with whitespace. | 170 | |
| 'order' hides a field. | 170 | |
| Parameter restarter should be final. | 170 | |
| 'restarter' hides a field. | 170 | |
| Line has trailing spaces. | 182 | |
| Parameter dsf should be final. | 186 | |
| '<' is not preceded with whitespace. | 186 | |
| '<' is not followed by whitespace. | 186 | |
| '>' is not preceded with whitespace. | 186 | |
| Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter sl should be final. | 194 | |
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter t should be final. | 198 | |
| '*' is not preceded with whitespace. | 199 | |
| '*' is not followed by whitespace. | 199 | |
| '1000L' is a magic number. | 199 | |
| Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter t should be final. | 202 | |
| Line has trailing spaces. | 205 | |
| Method 'setSearchParams' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter sp should be final. | 206 | |
| Method 'setRestartStrategy' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter restarter should be final. | 210 | |
| 'restarter' hides a field. | 210 | |
| Line has trailing spaces. | 213 | |
| Method 'nAssigns' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter c should be final. | 222 | |
| '3' is a magic number. | 231 | |
| Method 'decisionLevel' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Parameter howmany should be final. | 253 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Parameter literals should be final. | 262 | |
| Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Parameter co should be final. | 267 | |
| Line is longer than 80 characters. | 270 | |
| Method 'addPseudoBoolean' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Parameter literals should be final. | 280 | |
| Parameter coeffs should be final. | 280 | |
| '<' is not preceded with whitespace. | 280 | |
| '<' is not followed by whitespace. | 280 | |
| '>' is not preceded with whitespace. | 280 | |
| Parameter moreThan should be final. | 281 | |
| Parameter degree should be final. | 281 | |
| Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter clauses should be final. | 289 | |
| '<' is not preceded with whitespace. | 289 | |
| '<' is not followed by whitespace. | 289 | |
| '>' is not preceded with whitespace. | 289 | |
| Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Missing a Javadoc comment. | 296 | |
| Parameter literals should be final. | 296 | |
| Parameter degree should be final. | 296 | |
| Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Parameter literals should be final. | 306 | |
| Parameter degree should be final. | 306 | |
| Method 'simplifyDB' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Missing a Javadoc comment. | 312 | |
| '<' is not preceded with whitespace. | 322 | |
| '<' is not followed by whitespace. | 322 | |
| '>' is not preceded with whitespace. | 322 | |
| '>' is not followed by whitespace. | 322 | |
| '{' is followed by whitespace. | 322 | |
| Line has trailing spaces. | 340 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| First sentence should end with a period. | 353 | |
| Line has trailing spaces. | 355 | |
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Parameter p should be final. | 360 | |
| Line has trailing spaces. | 366 | |
| Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Parameter p should be final. | 374 | |
| Parameter from should be final. | 374 | |
| Missing a Javadoc comment. | 392 | |
| Missing a Javadoc comment. | 394 | |
| Missing a Javadoc comment. | 396 | |
| Method 'analyze' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| Missing a Javadoc comment. | 398 | |
| Parameter confl should be final. | 398 | |
| Parameter outLearntRef should be final. | 398 | |
| '<' is not preceded with whitespace. | 398 | |
| '<' is not followed by whitespace. | 398 | |
| '>' is not preceded with whitespace. | 398 | |
| 'if' construct must use '{}'s. | 420 | |
| Missing a Javadoc comment. | 465 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 469 | |
| Line has trailing spaces. | 471 | |
| Parameter outLearnt should be final. | 475 | |
| 'outLearnt' hides a field. | 475 | |
| Missing a Javadoc comment. | 484 | |
| Name 'SIMPLE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 | |
| Variable 'SIMPLE_SIMPLIFICATION' must be private and have accessor methods. | 484 | |
| Line has trailing spaces. | 486 | |
| Parameter outLearnt should be final. | 490 | |
| 'outLearnt' hides a field. | 490 | |
| Missing a Javadoc comment. | 500 | |
| Name 'EXPENSIVE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
| Variable 'EXPENSIVE_SIMPLIFICATION' must be private and have accessor methods. | 500 | |
| Line has trailing spaces. | 503 | |
| Parameter outLearnt should be final. | 507 | |
| 'outLearnt' hides a field. | 507 | |
| Missing a Javadoc comment. | 517 | |
| Line has trailing spaces. | 522 | |
| Line has trailing spaces. | 525 | |
| Line has trailing spaces. | 526 | |
| Line is longer than 80 characters. | 527 | |
| Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| Parameter simp should be final. | 529 | |
| Line has trailing spaces. | 543 | |
| Line has trailing spaces. | 546 | |
| Line has trailing spaces. | 547 | |
| Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 550 | |
| Parameter simp should be final. | 550 | |
| Expected @param tag for 'simp'. | 550 | |
| Missing a Javadoc comment. | 555 | |
| Parameter outLearnt should be final. | 555 | |
| 'outLearnt' hides a field. | 555 | |
| Inner assignments should be avoided. | 558 | |
| 'for' construct must use '{}'s. | 564 | |
| Missing a Javadoc comment. | 575 | |
| Missing a Javadoc comment. | 577 | |
| Missing a Javadoc comment. | 580 | |
| Parameter outLearnt should be final. | 580 | |
| 'outLearnt' hides a field. | 580 | |
| 'for' construct must use '{}'s. | 587 | |
| 'if' construct must use '{}'s. | 588 | |
| Missing a Javadoc comment. | 598 | |
| Parameter p should be final. | 598 | |
| 'for' construct must use '{}'s. | 614 | |
| Line has trailing spaces. | 631 | |
| Parameter p should be final. | 636 | |
| Avoid inline conditionals. | 637 | |
| Line has trailing spaces. | 641 | |
| Method 'undoOne' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| '<' is not preceded with whitespace. | 660 | |
| '<' is not followed by whitespace. | 660 | |
| '>' is not preceded with whitespace. | 660 | |
| First sentence should end with a period. | 668 | |
| Line has trailing spaces. | 670 | |
| Method 'claBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 674 | |
| Parameter confl should be final. | 674 | |
| 'if' construct must use '{}'s. | 676 | |
| Method 'varBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 683 | |
| Missing a Javadoc comment. | 683 | |
| Parameter p should be final. | 683 | |
| Missing a Javadoc comment. | 687 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| '<' is not preceded with whitespace. | 707 | |
| '<' is not followed by whitespace. | 707 | |
| '>' is not preceded with whitespace. | 707 | |
| 'constrs' hides a field. | 707 | |
| Method 'record' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| Missing a Javadoc comment. | 726 | |
| Parameter constr should be final. | 726 | |
| Method 'assume' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| Parameter p should be final. | 739 | |
| Expected @param tag for 'p'. | 739 | |
| First sentence should end with a period. | 746 | |
| First sentence should end with a period. | 759 | |
| First sentence should end with a period. | 771 | |
| Line has trailing spaces. | 773 | |
| Method 'cancelUntil' is not designed for extension - needs to be abstract, final or empty. | 776 | |
| Parameter level should be final. | 776 | |
| Expected @param tag for 'level'. | 776 | |
| Missing a Javadoc comment. | 783 | |
| '<' is not preceded with whitespace. | 783 | |
| '<' is not followed by whitespace. | 783 | |
| '>' is not preceded with whitespace. | 783 | |
| '<' is not preceded with whitespace. | 783 | |
| '<' is not followed by whitespace. | 783 | |
| '>' is not preceded with whitespace. | 783 | |
| '>' is not followed by whitespace. | 783 | |
| Missing a Javadoc comment. | 785 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 787 | |
| Missing a Javadoc comment. | 787 | |
| Parameter nofConflicts should be final. | 787 | |
| Line has trailing spaces. | 867 | |
| Method 'modelFound' is not designed for extension - needs to be abstract, final or empty. | 869 | |
| Avoid inline conditionals. | 877 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 886 | |
| Missing a Javadoc comment. | 886 | |
| Parameter var should be final. | 886 | |
| Line has trailing spaces. | 899 | |
| Method 'reduceDB' is not designed for extension - needs to be abstract, final or empty. | 901 | |
| Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 905 | |
| Missing a Javadoc comment. | 905 | |
| 'for' construct must use '{}'s. | 906 | |
| Method 'reduceDB' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| Missing a Javadoc comment. | 911 | |
| Parameter lim should be final. | 911 | |
| Inner assignments should be avoided. | 915 | |
| Line is longer than 80 characters. | 932 | |
| Line has trailing spaces. | 944 | |
| Method 'decayActivities' is not designed for extension - needs to be abstract, final or empty. | 946 | |
| Line has trailing spaces. | 952 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 961 | |
| Expected @throws tag for 'TimeoutException'. | 961 | |
| Missing a Javadoc comment. | 965 | |
| Missing a Javadoc comment. | 967 | |
| Missing a Javadoc comment. | 969 | |
| Line has trailing spaces. | 970 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 971 | |
| Missing a Javadoc comment. | 971 | |
| Parameter assumps should be final. | 971 | |
| Line has trailing spaces. | 973 | |
| '10' is a magic number. | 1010 | |
| '500' is a magic number. | 1011 | |
| Line is longer than 80 characters. | 1026 | |
| Line is longer than 80 characters. | 1034 | |
| Method 'getStats' is not designed for extension - needs to be abstract, final or empty. | 1039 | |
| Missing a Javadoc comment. | 1039 | |
| Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| Missing a Javadoc comment. | 1043 | |
| '<' is not preceded with whitespace. | 1043 | |
| '<' is not followed by whitespace. | 1043 | |
| '>' is not preceded with whitespace. | 1043 | |
| Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 1047 | |
| Missing a Javadoc comment. | 1047 | |
| Parameter h should be final. | 1047 | |
| '<' is not preceded with whitespace. | 1047 | |
| '<' is not followed by whitespace. | 1047 | |
| '>' is not preceded with whitespace. | 1047 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 1052 | |
| Missing a Javadoc comment. | 1052 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 1056 | |
| Missing a Javadoc comment. | 1056 | |
| Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 1065 | |
| Missing a Javadoc comment. | 1065 | |
| Method 'addConstr' is not designed for extension - needs to be abstract, final or empty. | 1074 | |
| Parameter constr should be final. | 1074 | |
| Method 'getDSFactory' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| Missing a Javadoc comment. | 1081 | |
| '<' is not preceded with whitespace. | 1081 | |
| '<' is not followed by whitespace. | 1081 | |
| '>' is not preceded with whitespace. | 1081 | |
| Method 'getOutLearnt' is not designed for extension - needs to be abstract, final or empty. | 1085 | |
| Missing a Javadoc comment. | 1085 | |
| Line has trailing spaces. | 1091 | |
| Method 'getIthConstr' is not designed for extension - needs to be abstract, final or empty. | 1096 | |
| Parameter i should be final. | 1096 | |
| Line has trailing spaces. | 1102 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 1106 | |
| Missing a Javadoc comment. | 1106 | |
| Parameter out should be final. | 1106 | |
| Parameter prefix should be final. | 1106 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 1110 | |
| Missing a Javadoc comment. | 1110 | |
| Parameter out should be final. | 1110 | |
| Parameter prefix should be final. | 1110 | |
| '1000' is a magic number. | 1112 | |
| Line is longer than 80 characters. | 1113 | |
| Line has trailing spaces. | 1120 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| Missing a Javadoc comment. | 1123 | |
| Parameter prefix should be final. | 1123 | |
| '{' is followed by whitespace. | 1125 | |
| Line has trailing spaces. | 1142 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1145 | |
| Missing a Javadoc comment. | 1145 | |
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 1150 | |
| Missing a Javadoc comment. | 1150 | |
| 'cast' is not followed by whitespace. | 1151 | |
| '/' is not preceded with whitespace. | 1151 | |
| '/' is not followed by whitespace. | 1151 | |
| '1000' is a magic number. | 1151 | |
| Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 1154 | |
| Missing a Javadoc comment. | 1154 | |
| Parameter nb should be final. | 1154 | |
| Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 1158 | |
| Missing a Javadoc comment. | 1158 | |
| '<' is not preceded with whitespace. | 1158 | |
| '<' is not followed by whitespace. | 1158 | |
| '>' is not preceded with whitespace. | 1158 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 1162 | |
| Missing a Javadoc comment. | 1162 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 1171 | |
| Missing a Javadoc comment. | 1171 | |
| Parameter assumps should be final. | 1171 | |
| Missing a Javadoc comment. | 1182 | |
| '<' is not preceded with whitespace. | 1182 | |
| '<' is not followed by whitespace. | 1182 | |
| '>' is not preceded with whitespace. | 1182 | |
| '>' is not followed by whitespace. | 1182 | |
| Missing a Javadoc comment. | 1184 | |
| Line has trailing spaces. | 1188 | |
| Missing a Javadoc comment. | 1191 | |
| Parameter c1 should be final. | 1191 | |
| Parameter c2 should be final. | 1191 | |
| Missing a Javadoc comment. | 1196 | |
| Line has trailing spaces. | 1197 | |
| Missing a Javadoc comment. | 1198 | |
| Missing a Javadoc comment. | 1199 | |
| Line has trailing spaces. | 1200 | |
| Missing a Javadoc comment. | 1201 | |
| 'bound' hides a field. | 1201 | |
| Line has trailing spaces. | 1205 | |
| Missing a Javadoc comment. | 1206 | |
| Line has trailing spaces. | 1209 | |
| Missing a Javadoc comment. | 1210 | |
| '==' is not preceded with whitespace. | 1212 | |
| '==' is not followed by whitespace. | 1212 | |
| Line has trailing spaces. | 1217 | |
| Missing a Javadoc comment. | 1218 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter literals should be final. | 48 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter literals should be final. | 53 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter literals should be final. | 64 | |
| Parameter degree should be final. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Parameter solver should be final. | 54 | |
| Method 'setObjectTiveFunction' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter objf should be final. | 58 | |
| Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Parameter arity should be final. | 39 | |
| 'arity' hides a field. | 39 | |
| Parameter nbtuples should be final. | 39 | |
| Method 'addTuple' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter index should be final. | 44 | |
| Parameter tuple should be final. | 44 | |
| Method 'toClause' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter solver should be final. | 48 | |
| Parameter scope should be final. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Parameter vars should be final. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Method 'arity' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter m should be final. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Parameter d should be final. | 35 | |
| Parameter voc should be final. | 36 | |
| Parameter level should be final. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Parameter cpb should be final. | 40 | |
| Parameter level should be final. | 40 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| Line has trailing spaces. | 58 | |
| Method 'reduceUntilConflict' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter litImplied should be final. | 66 | |
| Expected @param tag for 'litImplied'. | 66 | |
| Parameter ind should be final. | 66 | |
| Expected @param tag for 'ind'. | 66 | |
| Parameter reducedCoefs should be final. | 67 | |
| Expected @param tag for 'reducedCoefs'. | 67 | |
| Parameter wpb should be final. | 67 | |
| Expected @param tag for 'wpb'. | 67 | |
| 'for' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 69 | |
| 'else' construct must use '{}'s. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter values should be final. | 34 | |
| 'values' hides a field. | 34 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter i should be final. | 39 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '>' is not followed by whitespace. | 48 | |
| 'if' construct must use '{}'s. | 56 | |
| Method 'pos' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter value should be final. | 67 | |
| 'for' construct must use '{}'s. | 68 | |
| 'if' construct must use '{}'s. | 69 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter literals should be final. | 54 | |
| 'if' construct must use '{}'s. | 56 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter constr should be final. | 71 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter literals should be final. | 80 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter literals should be final. | 52 | |
| Parameter coefs should be final. | 52 | |
| Parameter moreThan should be final. | 53 | |
| Parameter degree should be final. | 53 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter literals should be final. | 65 | |
| Parameter coefs should be final. | 65 | |
| Parameter degree should be final. | 66 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter literals should be final. | 78 | |
| Parameter coefs should be final. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 | |
| Parameter moreThan should be final. | 79 | |
| Parameter degree should be final. | 79 | |
| 'if' construct must use '{}'s. | 83 | |
| 'if' construct must use '{}'s. | 92 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| '>' is not followed by whitespace. | 96 | |
| ',' is not followed by whitespace. | 101 | |
| ',' is not followed by whitespace. | 101 | |
| Line has trailing spaces. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Method 'constraintFactory' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter literals should be final. | 111 | |
| Parameter coefs should be final. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| Parameter degree should be final. | 112 | |
| Missing a Javadoc comment. | 122 | |
| Parameter coeffs should be final. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| 'for' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 124 | |
| Missing a Javadoc comment. | 129 | |
| 'protected' modifier out of order with the JLS suggestions. | 129 | |
| Missing a Javadoc comment. | 131 | |
| 'protected' modifier out of order with the JLS suggestions. | 131 | |
| Missing a Javadoc comment. | 134 | |
| 'protected' modifier out of order with the JLS suggestions. | 134 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 137 | |
| 'protected' modifier out of order with the JLS suggestions. | 137 | |
| Missing a Javadoc comment. | 140 | |
| 'protected' modifier out of order with the JLS suggestions. | 140 | |
| Line is longer than 80 characters. | 142 | |
| Missing a Javadoc comment. | 142 | |
| 'protected' modifier out of order with the JLS suggestions. | 142 | |
| Missing a Javadoc comment. | 144 | |
| 'protected' modifier out of order with the JLS suggestions. | 144 | |
| '<' is not preceded with whitespace. | 145 | |
| '<' is not followed by whitespace. | 145 | |
| '>' is not preceded with whitespace. | 145 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Parameter bufSize should be final. | 76 | |
| Line has trailing spaces. | 82 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter gateType should be final. | 92 | |
| Parameter output should be final. | 92 | |
| Parameter inputs should be final. | 92 | |
| Expected @throws tag for 'ContradictionException'. | 93 | |
| Missing a Javadoc comment. | 127 | |
| Parameter y should be final. | 127 | |
| Parameter literals should be final. | 127 | |
| Missing a Javadoc comment. | 135 | |
| Parameter y should be final. | 135 | |
| Parameter literals should be final. | 135 | |
| Missing a Javadoc comment. | 143 | |
| Parameter y should be final. | 143 | |
| Parameter literals should be final. | 143 | |
| '3' is a magic number. | 144 | |
| Missing a Javadoc comment. | 171 | |
| Parameter y should be final. | 171 | |
| Parameter literals should be final. | 171 | |
| Missing a Javadoc comment. | 191 | |
| Parameter y should be final. | 191 | |
| Parameter literals should be final. | 191 | |
| Missing a Javadoc comment. | 208 | |
| Parameter clause should be final. | 208 | |
| Missing a Javadoc comment. | 218 | |
| Parameter y should be final. | 218 | |
| Parameter literals should be final. | 218 | |
| Method 'xor' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter y should be final. | 231 | |
| Parameter literals should be final. | 231 | |
| Method 'iff' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Parameter y should be final. | 238 | |
| Parameter literals should be final. | 238 | |
| Method 'xor2Clause' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Parameter f should be final. | 245 | |
| Parameter prefix should be final. | 245 | |
| Parameter negation should be final. | 245 | |
| Avoid inline conditionals. | 252 | |
| Method 'iff2Clause' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter f should be final. | 272 | |
| Parameter prefix should be final. | 272 | |
| Parameter negation should be final. | 272 | |
| Avoid inline conditionals. | 279 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Line has trailing spaces. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Parameter solver should be final. | 77 | |
| Line has trailing spaces. | 84 | |
| Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter gateType should be final. | 94 | |
| Parameter output should be final. | 94 | |
| Parameter inputs should be final. | 94 | |
| Expected @throws tag for 'ContradictionException'. | 95 | |
| '==' is not preceded with whitespace. | 108 | |
| '==' is not followed by whitespace. | 108 | |
| '==' is not preceded with whitespace. | 121 | |
| '3' is a magic number. | 121 | |
| '==' is not followed by whitespace. | 121 | |
| ',' is not followed by whitespace. | 122 | |
| ',' is not followed by whitespace. | 122 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| 'wxpFileName' hides a field. | 55 | |
| 'save' hides a field. | 55 | |
| Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 56 | |
| Missing a Javadoc comment. | 63 | |
| Avoid inline conditionals. | 67 | |
| Missing a Javadoc comment. | 77 | |
| Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 86 | |
| 'wxpFileName' hides a field. | 86 | |
| Line has trailing spaces. | 91 | |
| '!=' is not preceded with whitespace. | 95 | |
| '!=' is not followed by whitespace. | 95 | |
| Missing a Javadoc comment. | 105 | |
| Redundant 'final' modifier. | 105 | |
| Missing a Javadoc comment. | 121 | |
| Redundant 'final' modifier. | 121 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Missing a Javadoc comment. | 155 | |
| '<' is not preceded with whitespace. | 155 | |
| '<' is not followed by whitespace. | 155 | |
| '>' is not preceded with whitespace. | 155 | |
| Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 156 | |
| Missing a Javadoc comment. | 164 | |
| '<' is not preceded with whitespace. | 164 | |
| '<' is not followed by whitespace. | 164 | |
| '>' is not preceded with whitespace. | 164 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| '>' is not followed by whitespace. | 167 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 208 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Class DirectEncoding should be declared as final. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter solver should be final. | 49 | |
| Parameter scope should be final. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Parameter solver should be final. | 52 | |
| Parameter scope should be final. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Parameter solver should be final. | 55 | |
| Parameter scope should be final. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| Parameter tuple should be final. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| Missing a Javadoc comment. | 67 | |
| Parameter solver should be final. | 67 | |
| Parameter scope should be final. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Parameter tuple should be final. | 68 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 51 | |
| First sentence should end with a period. | 55 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'obfct' must be private and have accessor methods. | 68 | |
| Line has trailing spaces. | 72 | |
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter solver should be final. | 76 | |
| Parameter problemname should be final. | 76 | |
| Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter problem should be final. | 81 | |
| Line is longer than 80 characters. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '?' is not preceded with whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '?' is not followed by whitespace. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '?' is not preceded with whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| '?' is not followed by whitespace. | 85 | |
| '>' is not followed by whitespace. | 85 | |
| Line has trailing spaces. | 95 | |
| Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter args should be final. | 99 | |
| Line is longer than 80 characters. | 105 | |
| Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter args should be final. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 52 | |
| Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line has trailing spaces. | 61 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line has trailing spaces. | 70 | |
| Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter assumps should be final. | 73 | |
| Line has trailing spaces. | 79 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter var should be final. | 82 | |
| Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter nb should be final. | 86 | |
| Line has trailing spaces. | 92 | |
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line has trailing spaces. | 101 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter prefix should be final. | 104 | |
| Line has trailing spaces. | 110 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter out should be final. | 115 | |
| Parameter prefix should be final. | 115 | |
| Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter out should be final. | 119 | |
| Parameter prefix should be final. | 119 | |
| Missing a Javadoc comment. | 123 | |
| Line has trailing spaces. | 126 | |
| Parameter solver should be final. | 128 | |
| 'solver' hides a field. | 128 | |
| Expected @param tag for 'solver'. | 128 | |
| Line has trailing spaces. | 134 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line has trailing spaces. | 143 | |
| Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter howmany should be final. | 146 | |
| Line has trailing spaces. | 152 | |
| Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter literals should be final. | 155 | |
| Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Parameter clauses should be final. | 159 | |
| '<' is not preceded with whitespace. | 159 | |
| '<' is not followed by whitespace. | 159 | |
| '>' is not preceded with whitespace. | 159 | |
| Line has trailing spaces. | 166 | |
| Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter literals should be final. | 169 | |
| Parameter degree should be final. | 169 | |
| Line has trailing spaces. | 176 | |
| Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter literals should be final. | 179 | |
| Parameter degree should be final. | 179 | |
| Method 'addPseudoBoolean' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter literals should be final. | 184 | |
| Parameter coeffs should be final. | 184 | |
| '<' is not preceded with whitespace. | 184 | |
| '<' is not followed by whitespace. | 184 | |
| '>' is not preceded with whitespace. | 184 | |
| Parameter moreThan should be final. | 185 | |
| Parameter degree should be final. | 185 | |
| Line has trailing spaces. | 191 | |
| Method 'model' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Line has trailing spaces. | 200 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Line has trailing spaces. | 209 | |
| Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter assumps should be final. | 212 | |
| Line has trailing spaces. | 218 | |
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter t should be final. | 221 | |
| Line has trailing spaces. | 224 | |
| Line has trailing spaces. | 227 | |
| Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Parameter t should be final. | 230 | |
| Line has trailing spaces. | 236 | |
| Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Line has trailing spaces. | 245 | |
| Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Missing a Javadoc comment. | 248 | |
| Line has trailing spaces. | 254 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Method 'decorated' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Line has trailing spaces. | 267 | |
| Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter c should be final. | 270 | |
| Line has trailing spaces. | 276 | |
| Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| '<' is not preceded with whitespace. | 279 | |
| '<' is not followed by whitespace. | 279 | |
| '>' is not preceded with whitespace. | 279 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 18 | |
| Missing a Javadoc comment. | 19 | |
| ',' is not followed by whitespace. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 22 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter params should be final. | 23 | |
| 'params' hides a field. | 23 | |
| Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '>=' is not preceded with whitespace. | 35 | |
| '>=' is not followed by whitespace. | 35 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter literals should be final. | 53 | |
| Parameter degree should be final. | 53 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter literals should be final. | 63 | |
| 'if' construct must use '{}'s. | 65 | |
| Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter literals should be final. | 70 | |
| Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 60 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 89 | |
| Line has trailing spaces. | 107 | |
| Line has trailing spaces. | 118 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| '<' is not preceded with whitespace. | 13 | |
| '<' is not followed by whitespace. | 13 | |
| '>' is not preceded with whitespace. | 13 | |
| Line has trailing spaces. | 16 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter constr should be final. | 22 | |
| Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter percent should be final. | 26 | |
| Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| First sentence should end with a period. | 46 | |
| Variable 'degree' must be private and have accessor methods. | 49 | |
| First sentence should end with a period. | 51 | |
| First sentence should end with a period. | 56 | |
| First sentence should end with a period. | 61 | |
| Variable 'watchCumul' must be private and have accessor methods. | 64 | |
| First sentence should end with a period. | 66 | |
| Line has trailing spaces. | 74 | |
| Parameter voc should be final. | 84 | |
| 'voc' hides a field. | 84 | |
| Parameter ps should be final. | 84 | |
| Parameter moreThan should be final. | 84 | |
| 'moreThan' hides a field. | 84 | |
| Parameter degree should be final. | 84 | |
| 'degree' hides a field. | 84 | |
| 'for' construct must use '{}'s. | 92 | |
| 'if' construct must use '{}'s. | 110 | |
| Line is longer than 80 characters. | 129 | |
| Line has trailing spaces. | 131 | |
| Parameter voc should be final. | 139 | |
| 'voc' hides a field. | 139 | |
| Parameter ps should be final. | 139 | |
| Parameter degree should be final. | 139 | |
| 'degree' hides a field. | 139 | |
| First sentence should end with a period. | 151 | |
| Line has trailing spaces. | 153 | |
| Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Parameter p should be final. | 160 | |
| Parameter outReason should be final. | 160 | |
| First sentence should end with a period. | 172 | |
| Line has trailing spaces. | 174 | |
| Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| First sentence should end with a period. | 183 | |
| Line has trailing spaces. | 185 | |
| Parameter claInc should be final. | 190 | |
| Line has trailing spaces. | 196 | |
| Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Line has trailing spaces. | 206 | |
| Parameter voc should be final. | 214 | |
| Parameter ps should be final. | 214 | |
| Line has trailing spaces. | 244 | |
| Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Line has trailing spaces. | 257 | |
| Parameter s should be final. | 271 | |
| Parameter voc should be final. | 272 | |
| Parameter ps should be final. | 272 | |
| Parameter moreThan should be final. | 272 | |
| Parameter degree should be final. | 272 | |
| Expected @throws tag for 'ContradictionException'. | 273 | |
| 'for' construct must use '{}'s. | 280 | |
| 'if' construct must use '{}'s. | 290 | |
| First sentence should end with a period. | 317 | |
| Line has trailing spaces. | 319 | |
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Parameter s should be final. | 326 | |
| Parameter p should be final. | 326 | |
| 'while' construct must use '{}'s. | 336 | |
| 'while' construct must use '{}'s. | 342 | |
| 'for' construct must use '{}'s. | 355 | |
| 'if' construct must use '{}'s. | 356 | |
| First sentence should end with a period. | 372 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| First sentence should end with a period. | 381 | |
| Line has trailing spaces. | 383 | |
| Parameter d should be final. | 387 | |
| First sentence should end with a period. | 391 | |
| Line has trailing spaces. | 393 | |
| Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| 'for' construct must use '{}'s. | 398 | |
| 'if' construct must use '{}'s. | 399 | |
| Line has trailing spaces. | 407 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| First sentence should end with a period. | 442 | |
| Line has trailing spaces. | 444 | |
| Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| Parameter p should be final. | 448 | |
| Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| Missing a Javadoc comment. | 453 | |
| Method 'register' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| Missing a Javadoc comment. | 457 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| Missing a Javadoc comment. | 461 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| Missing a Javadoc comment. | 465 | |
| Parameter i should be final. | 465 | |
| Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| Missing a Javadoc comment. | 469 | |
| Parameter s should be final. | 469 | |
| Method 'computeWatches' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| Missing a Javadoc comment. | 473 | |
| Method 'computePropagation' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| Missing a Javadoc comment. | 523 | |
| Parameter s should be final. | 523 | |
| 'for' construct must use '{}'s. | 528 | |
| Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Missing a Javadoc comment. | 542 | |
| Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Missing a Javadoc comment. | 548 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 19 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 43 | |
| Method 'constructClause' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter v should be final. | 48 | |
| Method 'constructCard' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter lits should be final. | 53 | |
| Parameter degree should be final. | 53 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter mpb should be final. | 60 | |
| Method 'constructPB' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Parameter lits should be final. | 66 | |
| Parameter coefs should be final. | 66 | |
| Parameter degree should be final. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Method 'constructLearntClause' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter literals should be final. | 72 | |
| Method 'constructLearntCard' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter literals should be final. | 77 | |
| Parameter degree should be final. | 77 | |
| Method 'constructLearntPB' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter literals should be final. | 82 | |
| Parameter coefs should be final. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| Parameter degree should be final. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Parameter m should be final. | 11 | |
| '<' is not preceded with whitespace. | 11 | |
| '<' is not followed by whitespace. | 11 | |
| '>' is not preceded with whitespace. | 11 | |
| Parameter d should be final. | 11 | |
| Parameter voc should be final. | 11 | |
| Line contains a tab character. | 12 | |
| Parameter level should be final. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Parameter cpb should be final. | 15 | |
| Parameter level should be final. | 15 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| '<' is not preceded with whitespace. | 16 | |
| '<' is not followed by whitespace. | 16 | |
| '>' is not preceded with whitespace. | 16 | |
| '>' is not followed by whitespace. | 16 | |
| Line has trailing spaces. | 33 | |
| Method 'reduceUntilConflict' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter litImplied should be final. | 41 | |
| Expected @param tag for 'litImplied'. | 41 | |
| Parameter ind should be final. | 41 | |
| Expected @param tag for 'ind'. | 41 | |
| Parameter reducedCoefs should be final. | 42 | |
| Expected @param tag for 'reducedCoefs'. | 42 | |
| Parameter wpb should be final. | 42 | |
| Expected @param tag for 'wpb'. | 42 | |
| Line contains a tab character. | 43 | |
| ',' is not followed by whitespace. | 47 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 |