The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | Error |
NewlineAtEndOfFile | 10 | Error |
Translation | 0 | Error |
FileLength | 1 | Error |
FileTabCharacter
| 90 | Error |
RegexpSingleline
| 934 | Error |
JavadocMethod | 1690 | Error |
JavadocType | 52 | Error |
JavadocVariable | 515 | Error |
JavadocStyle | 94 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 5 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 546 | Error |
MethodLength | 1 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 3 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 5 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 7 | Error |
LeftCurly | 0 | Error |
NeedBraces | 2 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 29 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 161 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 12 | Error |
MagicNumber | 108 | Error |
MissingSwitchDefault | 2 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 1043 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 102 | Error |
ArrayTypeStyle | 6 | Error |
FinalParameters | 1627 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Variable 'beginTime' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 74 | |
Variable 'exitCode' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 76 | |
Variable 'reader' must be private and have accessor methods. | 76 | |
Missing a Javadoc comment. | 78 | |
Variable 'out' must be private and have accessor methods. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Variable 'shutdownHook' must be private and have accessor methods. | 82 | |
Missing a Javadoc comment. | 89 | |
Variable 'solver' must be private and have accessor methods. | 89 | |
Missing a Javadoc comment. | 91 | |
Variable 'problem' must be private and have accessor methods. | 91 | |
Missing a Javadoc comment. | 93 | |
Variable 'silent' must be private and have accessor methods. | 93 | |
Missing a Javadoc comment. | 95 | |
Variable 'prime' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 97 | |
Method 'setLauncherMode' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter launcherMode should be final. | 99 | |
'launcherMode' hides a field. | 99 | |
Method 'setIncomplete' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter isIncomplete should be final. | 103 | |
Missing a Javadoc comment. | 107 | |
Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 123 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 148 | |
'14' is a magic number. | 148 | |
Avoid inline conditionals. | 148 | |
Line is longer than 80 characters. | 154 | |
Method 'displayLicense' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line has trailing spaces. | 165 | |
Method 'readProblem' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Parameter problemname should be final. | 176 | |
Line is longer than 80 characters. | 183 | |
'1000.0' is a magic number. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 203 | |
Missing a Javadoc comment. | 203 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter args should be final. | 205 | |
Line is longer than 80 characters. | 225 | |
Missing a Javadoc comment. | 262 | |
Missing a Javadoc comment. | 264 | |
First sentence should end with a period. | 266 | |
Line has trailing spaces. | 268 | |
Method 'log' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Parameter message should be final. | 271 | |
Expected @param tag for 'message'. | 271 | |
Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Parameter problem should be final. | 277 | |
'problem' hides a field. | 277 | |
Line has trailing spaces. | 285 | |
Method 'setDisplaySolutionLine' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Parameter value should be final. | 288 | |
Expected @param tag for 'value'. | 288 | |
First sentence should end with a period. | 292 | |
Line has trailing spaces. | 294 | |
Parameter exitCode should be final. | 298 | |
'exitCode' hides a field. | 298 | |
First sentence should end with a period. | 302 | |
Line has trailing spaces. | 304 | |
Line has trailing spaces. | 314 | |
Line has trailing spaces. | 322 | |
Line has trailing spaces. | 332 | |
Method 'setLogWriter' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Parameter out should be final. | 335 | |
'out' hides a field. | 335 | |
Expected @param tag for 'out'. | 335 | |
Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Method 'setSilent' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter b should be final. | 343 | |
Missing a Javadoc comment. | 347 | |
Parameter stream should be final. | 347 | |
Method 'showAvailableSolvers' is not designed for extension - needs to be abstract, final or empty. | 359 | |
Missing a Javadoc comment. | 359 | |
Parameter afactory should be final. | 360 | |
Method 'showAvailableSolvers' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Missing a Javadoc comment. | 371 | |
Parameter afactory should be final. | 372 | |
Parameter framework should be final. | 372 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Method 'setIncomplete' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter value should be final. | 66 | |
Method 'setDisplaySolutionLine' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter value should be final. | 71 | |
Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 75 | |
'1000.0' is a magic number. | 80 | |
Method 'displayAnswer' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 | |
Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter problem should be final. | 110 | |
Line is longer than 80 characters. | 130 | |
'1000.0' is a magic number. | 132 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Type Javadoc comment is missing an @param <T> tag. | 45 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter factory should be final. | 54 | |
'factory' hides a field. | 54 | |
Line has trailing spaces. | 60 | |
Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter args should be final. | 77 | |
Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter theSolver should be final. | 91 | |
Parameter problemname should be final. | 91 | |
Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter args should be final. | 101 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 58 | |
'str' hides a field. | 64 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 48 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
First sentence should end with a period. | 64 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 90 | |
Expected @param tag for 'reader'. | 101 | |
Line has trailing spaces. | 107 | |
Expected @param tag for 'isIncomplete'. | 110 | |
Line has trailing spaces. | 115 | |
Expected an @return tag. | 118 | |
Expected @param tag for 'exitCode'. | 124 | |
First sentence should end with a period. | 126 | |
Parameter solver should be final. | 134 | |
Parameter problem should be final. | 134 | |
Parameter logger should be final. | 135 | |
Parameter out should be final. | 135 | |
Parameter reader should be final. | 135 | |
Parameter beginTime should be final. | 136 | |
Parameter displaySolutionLine should be final. | 136 | |
Line is longer than 80 characters. | 139 | |
'1000.0' is a magic number. | 139 | |
Line is longer than 80 characters. | 181 | |
Parameter problem should be final. | 190 | |
Parameter reader should be final. | 190 | |
Parameter logger should be final. | 190 | |
Parameter out should be final. | 191 | |
Parameter beginTime should be final. | 191 | |
Parameter isIncomplete should be final. | 212 | |
Parameter solution should be final. | 219 | |
'1000.0' is a magic number. | 223 | |
Parameter solution should be final. | 226 | |
Parameter exitCode should be final. | 236 | |
Parameter isIncomplete should be final. | 255 | |
Parameter solver should be final. | 259 | |
Parameter problem should be final. | 259 | |
Parameter logger should be final. | 260 | |
Parameter out should be final. | 260 | |
Parameter reader should be final. | 260 | |
Parameter beginTime should be final. | 261 | |
Parameter displaySolutionLine should be final. | 261 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 286 | |
'1000.0' is a magic number. | 300 | |
Parameter problem should be final. | 303 | |
Parameter reader should be final. | 303 | |
Parameter logger should be final. | 303 | |
Parameter out should be final. | 304 | |
Parameter beginTime should be final. | 304 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
'1000.0' is a magic number. | 327 | |
Parameter solution should be final. | 350 | |
Parameter solution should be final. | 354 | |
Parameter exitCode should be final. | 362 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 65 | |
Method 'defaultSolver' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line is longer than 80 characters. | 77 | |
'1.1' is a magic number. | 83 | |
'100' is a magic number. | 83 | |
Method 'lightSolver' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Method 'usage' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line is longer than 80 characters. | 63 | |
Method 'createReader' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter theSolver should be final. | 67 | |
Parameter problemname should be final. | 67 | |
Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Parameter args should be final. | 75 | |
Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter args should be final. | 83 | |
Line is longer than 80 characters. | 111 | |
Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Line is longer than 80 characters. | 126 | |
'1000.0' is a magic number. | 126 | |
Line is longer than 80 characters. | 141 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Parameter args should be final. | 146 | |
Line is longer than 80 characters. | 149 | |
'1000.0' is a magic number. | 149 | |
Line is longer than 80 characters. | 156 | |
Parameter solution should be final. | 164 | |
Parameter solution should be final. | 169 | |
Line is longer than 80 characters. | 174 | |
Parameter solution should be final. | 175 | |
Parameter solution should be final. | 178 | |
'1000.0' is a magic number. | 198 | |
Avoid inline conditionals. | 201 | |
Avoid inline conditionals. | 204 | |
Avoid inline conditionals. | 207 | |
Line is longer than 80 characters. | 209 | |
'1000.0' is a magic number. | 210 | |
Avoid inline conditionals. | 213 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 222 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 56 | |
Parameter key should be final. | 56 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 67 | |
'3600' is a magic number. | 70 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 97 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 46 | |
Type Javadoc comment is missing an @param <T> tag. | 46 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 56 | |
Method 'solverNames' is not designed for extension - needs to be abstract, final or empty. | 61 | |
'3' is a magic number. | 67 | |
Line has trailing spaces. | 78 | |
Method 'createSolverByName' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Parameter solvername should be final. | 85 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 125 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 60 | |
Parameter disallowNullConstraints should be final. | 65 | |
'disallowNullConstraints' hides a field. | 65 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter constr should be final. | 69 | |
Line is longer than 80 characters. | 72 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Method 'removeFrom' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter solver should be final. | 81 | |
Method 'getConstr' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter i should be final. | 87 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter i should be final. | 106 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 114 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter a should be final. | 47 | |
Parameter b should be final. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 55 | |
First sentence should end with a period. | 59 | |
Line has trailing spaces. | 61 | |
Parameter p should be final. | 66 | |
Line has trailing spaces. | 73 | |
Parameter p should be final. | 78 | |
Line has trailing spaces. | 84 | |
Parameter var should be final. | 90 | |
Line has trailing spaces. | 96 | |
Parameter var should be final. | 102 | |
Line has trailing spaces. | 109 | |
Parameter p should be final. | 114 | |
Avoid inline conditionals. | 115 | |
Line has trailing spaces. | 121 | |
Parameter x should be final. | 127 | |
Avoid inline conditionals. | 128 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter vec should be final. | 54 | |
'vec' hides a field. | 54 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Parameter copy should be final. | 62 | |
Missing a Javadoc comment. | 66 | |
Parameter dest should be final. | 66 | |
Missing a Javadoc comment. | 70 | |
Parameter i should be final. | 70 | |
Missing a Javadoc comment. | 74 | |
Parameter nsize should be final. | 74 | |
Missing a Javadoc comment. | 79 | |
Parameter i should be final. | 79 | |
Missing a Javadoc comment. | 83 | |
Parameter newsize should be final. | 83 | |
Parameter pad should be final. | 83 | |
Missing a Javadoc comment. | 87 | |
Parameter elem should be final. | 87 | |
Missing a Javadoc comment. | 91 | |
Parameter elem should be final. | 91 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 107 | |
Parameter dest should be final. | 107 | |
Missing a Javadoc comment. | 111 | |
Parameter dest should be final. | 111 | |
Parameter source should be final. | 111 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 119 | |
Parameter elem should be final. | 119 | |
Missing a Javadoc comment. | 123 | |
Parameter elem should be final. | 123 | |
Missing a Javadoc comment. | 127 | |
Parameter i should be final. | 127 | |
Parameter o should be final. | 127 | |
Missing a Javadoc comment. | 131 | |
Parameter nofelems should be final. | 131 | |
Missing a Javadoc comment. | 135 | |
Parameter newsize should be final. | 135 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 143 | |
Parameter comparator should be final. | 143 | |
Missing a Javadoc comment. | 147 | |
Parameter comparator should be final. | 147 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 158 | |
Parameter elem should be final. | 158 | |
Expected an @return tag. | 165 | |
Parameter element should be final. | 165 | |
Expected @param tag for 'element'. | 165 | |
Expected an @return tag. | 172 | |
Parameter element should be final. | 172 | |
Expected @param tag for 'element'. | 172 | |
Parameter obj should be final. | 187 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter vec should be final. | 50 | |
'vec' hides a field. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter e should be final. | 58 | |
Missing a Javadoc comment. | 62 | |
Parameter e should be final. | 62 | |
Missing a Javadoc comment. | 66 | |
Parameter e should be final. | 66 | |
Parameter from should be final. | 66 | |
Missing a Javadoc comment. | 70 | |
Parameter copy should be final. | 70 | |
Missing a Javadoc comment. | 74 | |
Parameter is should be final. | 74 | |
Missing a Javadoc comment. | 78 | |
Parameter i should be final. | 78 | |
Missing a Javadoc comment. | 82 | |
Parameter nsize should be final. | 82 | |
Missing a Javadoc comment. | 86 | |
Parameter i should be final. | 86 | |
Missing a Javadoc comment. | 90 | |
Parameter newsize should be final. | 90 | |
Parameter pad should be final. | 90 | |
Missing a Javadoc comment. | 94 | |
Parameter elem should be final. | 94 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 110 | |
Parameter dest should be final. | 110 | |
Missing a Javadoc comment. | 114 | |
Parameter dest should be final. | 114 | |
Missing a Javadoc comment. | 118 | |
Parameter dest should be final. | 118 | |
Parameter source should be final. | 118 | |
Missing a Javadoc comment. | 122 | |
Parameter dest should be final. | 122 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 130 | |
Parameter elem should be final. | 130 | |
Missing a Javadoc comment. | 134 | |
Parameter elem should be final. | 134 | |
Missing a Javadoc comment. | 138 | |
Parameter i should be final. | 138 | |
Parameter o should be final. | 138 | |
Missing a Javadoc comment. | 142 | |
Parameter nofelems should be final. | 142 | |
Missing a Javadoc comment. | 146 | |
Parameter newsize should be final. | 146 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 162 | |
Parameter eleem should be final. | 162 | |
Missing a Javadoc comment. | 166 | |
Parameter elem should be final. | 166 | |
Expected an @return tag. | 173 | |
Expected an @return tag. | 180 | |
Parameter e should be final. | 180 | |
Expected @param tag for 'e'. | 180 | |
Missing a Javadoc comment. | 189 | |
Parameter sourceStartingIndex should be final. | 189 | |
Parameter dest should be final. | 189 | |
Line has trailing spaces. | 194 | |
Expected an @return tag. | 198 | |
Parameter cardinal should be final. | 198 | |
Expected @param tag for 'cardinal'. | 198 | |
Parameter obj should be final. | 208 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Type Javadoc comment is missing an @param <T> tag. | 46 | |
Missing a Javadoc comment. | 68 | |
'5' is a magic number. | 74 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 83 | |
Parameter elts should be final. | 87 | |
Line has trailing spaces. | 94 | |
Parameter size should be final. | 99 | |
Line has trailing spaces. | 106 | |
Parameter size should be final. | 113 | |
Parameter pad should be final. | 113 | |
Missing a Javadoc comment. | 121 | |
Line has trailing spaces. | 129 | |
Parameter nofelems should be final. | 133 | |
First sentence should end with a period. | 140 | |
Line has trailing spaces. | 142 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 188 | |
Line has trailing spaces. | 196 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 222 | |
Line has trailing spaces. | 230 | |
Missing a Javadoc comment. | 238 | |
Missing a Javadoc comment. | 242 | |
Parameter index should be final. | 242 | |
Parameter elem should be final. | 242 | |
Line has trailing spaces. | 249 | |
Parameter elem should be final. | 253 | |
'if' construct must use '{}'s. | 257 | |
Line has trailing spaces. | 268 | |
Parameter index should be final. | 274 | |
Line has trailing spaces. | 285 | |
Parameter copy should be final. | 288 | |
Expected @param tag for 'copy'. | 288 | |
Expected @param tag for '<E>'. | 300 | |
Parameter dest should be final. | 300 | |
Expected @param tag for 'dest'. | 300 | |
Missing a Javadoc comment. | 308 | |
Parameter dest should be final. | 308 | |
Missing a Javadoc comment. | 313 | |
Parameter dest should be final. | 313 | |
Parameter source should be final. | 313 | |
Missing a Javadoc comment. | 320 | |
Missing a Javadoc comment. | 325 | |
Missing a Javadoc comment. | 327 | |
Line has trailing spaces. | 331 | |
Missing a Javadoc comment. | 347 | |
Parameter from should be final. | 347 | |
Parameter to should be final. | 347 | |
Parameter cmp should be final. | 347 | |
Missing a Javadoc comment. | 364 | |
Parameter from should be final. | 364 | |
Parameter to should be final. | 364 | |
Parameter cmp should be final. | 364 | |
'15' is a magic number. | 366 | |
Parameter comparator should be final. | 399 | |
Expected @param tag for 'comparator'. | 399 | |
Missing a Javadoc comment. | 403 | |
Parameter cmp should be final. | 403 | |
Inner assignments should be avoided. | 417 | |
Line has trailing spaces. | 427 | |
Parameter obj should be final. | 431 | |
Line has trailing spaces. | 449 | |
Missing a Javadoc comment. | 461 | |
Missing a Javadoc comment. | 482 | |
Expected an @return tag. | 489 | |
Parameter e should be final. | 489 | |
Expected @param tag for 'e'. | 489 | |
Expected an @return tag. | 501 | |
Parameter element should be final. | 501 | |
Expected @param tag for 'element'. | 501 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Parameter nofelems should be final. | 85 | |
Parameter newsize should be final. | 88 | |
Parameter newsize should be final. | 95 | |
Parameter pad should be final. | 95 | |
Parameter nsize should be final. | 98 | |
Parameter elem should be final. | 101 | |
Parameter elem should be final. | 105 | |
Parameter i should be final. | 116 | |
Parameter i should be final. | 120 | |
Parameter o should be final. | 120 | |
Parameter e should be final. | 124 | |
Parameter copy should be final. | 128 | |
Parameter is should be final. | 131 | |
Parameter dest should be final. | 134 | |
Parameter dest should be final. | 137 | |
Parameter dest should be final. | 140 | |
Parameter elem should be final. | 143 | |
Parameter elem should be final. | 147 | |
Parameter i should be final. | 151 | |
Parameter eleem should be final. | 161 | |
Parameter e should be final. | 165 | |
Parameter e should be final. | 169 | |
Parameter from should be final. | 169 | |
Parameter dest should be final. | 173 | |
Parameter source should be final. | 173 | |
Parameter e should be final. | 198 | |
Parameter sourceStartingIndex should be final. | 207 | |
Parameter dest should be final. | 207 | |
Parameter cardinal should be final. | 211 | |
Parameter o should be final. | 216 | |
Missing a Javadoc comment. | 229 | |
'5' is a magic number. | 230 | |
Missing a Javadoc comment. | 233 | |
Parameter size should be final. | 233 | |
Line has trailing spaces. | 239 | |
Line has trailing spaces. | 243 | |
Parameter lits should be final. | 247 | |
Line has trailing spaces. | 254 | |
Parameter size should be final. | 260 | |
Parameter pad should be final. | 260 | |
Missing a Javadoc comment. | 268 | |
First sentence should end with a period. | 272 | |
Line has trailing spaces. | 274 | |
Parameter nofelems should be final. | 277 | |
Expected @param tag for 'nofelems'. | 277 | |
Missing a Javadoc comment. | 283 | |
Parameter newsize should be final. | 283 | |
Expected an @return tag. | 293 | |
Missing a Javadoc comment. | 299 | |
Parameter newsize should be final. | 299 | |
Missing a Javadoc comment. | 307 | |
Parameter nsize should be final. | 307 | |
Missing a Javadoc comment. | 315 | |
Parameter elem should be final. | 315 | |
Missing a Javadoc comment. | 321 | |
Parameter elem should be final. | 321 | |
Missing a Javadoc comment. | 325 | |
Missing a Javadoc comment. | 329 | |
Missing a Javadoc comment. | 334 | |
Parameter i should be final. | 334 | |
Missing a Javadoc comment. | 339 | |
Parameter i should be final. | 339 | |
Missing a Javadoc comment. | 343 | |
Parameter i should be final. | 343 | |
Parameter o should be final. | 343 | |
Missing a Javadoc comment. | 348 | |
Parameter e should be final. | 348 | |
Expected an @return tag. | 361 | |
Parameter e should be final. | 361 | |
Expected @param tag for 'e'. | 361 | |
Missing a Javadoc comment. | 371 | |
Parameter e should be final. | 371 | |
Missing a Javadoc comment. | 375 | |
Parameter e should be final. | 375 | |
Parameter from should be final. | 375 | |
Line has trailing spaces. | 388 | |
Parameter copy should be final. | 391 | |
Expected @param tag for 'copy'. | 391 | |
Line has trailing spaces. | 403 | |
Parameter is should be final. | 406 | |
Expected @param tag for 'is'. | 406 | |
Missing a Javadoc comment. | 411 | |
Parameter dest should be final. | 411 | |
Missing a Javadoc comment. | 416 | |
Parameter dest should be final. | 416 | |
Array brackets at illegal position. | 418 | |
Missing a Javadoc comment. | 425 | |
Parameter dest should be final. | 425 | |
Parameter source should be final. | 425 | |
Missing a Javadoc comment. | 429 | |
Parameter dest should be final. | 429 | |
Missing a Javadoc comment. | 434 | |
Parameter sourceStartingIndex should be final. | 434 | |
Parameter dest should be final. | 434 | |
Line has trailing spaces. | 444 | |
Line has trailing spaces. | 459 | |
Parameter elem should be final. | 463 | |
Line has trailing spaces. | 476 | |
Parameter i should be final. | 482 | |
Missing a Javadoc comment. | 489 | |
Missing a Javadoc comment. | 491 | |
Line has trailing spaces. | 495 | |
Missing a Javadoc comment. | 511 | |
Parameter from should be final. | 511 | |
Parameter to should be final. | 511 | |
Missing a Javadoc comment. | 528 | |
Parameter from should be final. | 528 | |
Parameter to should be final. | 528 | |
'15' is a magic number. | 530 | |
Missing a Javadoc comment. | 568 | |
Inner assignments should be avoided. | 581 | |
Line has trailing spaces. | 591 | |
Line has trailing spaces. | 596 | |
Parameter obj should be final. | 600 | |
Line has trailing spaces. | 618 | |
Line has trailing spaces. | 632 | |
Missing a Javadoc comment. | 635 | |
Parameter vec should be final. | 635 | |
Line has trailing spaces. | 647 | |
Parameter vec should be final. | 652 | |
Missing a Javadoc comment. | 667 | |
Missing a Javadoc comment. | 684 | |
Expected an @return tag. | 691 | |
Expected an @return tag. | 699 | |
Parameter cardinal should be final. | 699 | |
Expected @param tag for 'cardinal'. | 699 | |
'{' is followed by whitespace. | 707 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 70 | |
Missing a Javadoc comment. | 75 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 86 | |
Line has trailing spaces. | 94 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 125 | |
Missing a Javadoc comment. | 125 | |
Line is longer than 80 characters. | 131 | |
Missing a Javadoc comment. | 131 | |
'1.1' is a magic number. | 134 | |
'100' is a magic number. | 134 | |
Line is longer than 80 characters. | 138 | |
Missing a Javadoc comment. | 138 | |
'512' is a magic number. | 140 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter dsf should be final. | 152 | |
Line is longer than 80 characters. | 153 | |
'1.1' is a magic number. | 157 | |
'100' is a magic number. | 157 | |
Line has trailing spaces. | 163 | |
Expected an @return tag. | 166 | |
Line is longer than 80 characters. | 167 | |
Expected an @return tag. | 180 | |
Expected an @return tag. | 189 | |
Expected an @return tag. | 199 | |
Line is longer than 80 characters. | 200 | |
Line has trailing spaces. | 204 | |
Expected an @return tag. | 207 | |
Line is longer than 80 characters. | 208 | |
Line has trailing spaces. | 212 | |
Expected an @return tag. | 215 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 219 | |
'10' is a magic number. | 220 | |
Expected an @return tag. | 228 | |
'512' is a magic number. | 231 | |
Parameter dsf should be final. | 243 | |
Parameter dsf should be final. | 259 | |
Parameter order should be final. | 259 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 272 | |
'10' is a magic number. | 273 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 287 | |
'10' is a magic number. | 288 | |
'1000' is a magic number. | 291 | |
Missing a Javadoc comment. | 314 | |
Missing a Javadoc comment. | 320 | |
Parameter dsf should be final. | 321 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 336 | |
Line has trailing spaces. | 354 | |
Line has trailing spaces. | 370 | |
Missing a Javadoc comment. | 384 | |
Missing a Javadoc comment. | 388 | |
Missing a Javadoc comment. | 392 | |
Line has trailing spaces. | 403 | |
Line has trailing spaces. | 412 | |
'100' is a magic number. | 417 | |
Line has trailing spaces. | 424 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 59 | |
Method 'conflictDetectedInWatchesFor' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter p should be final. | 64 | |
Parameter i should be final. | 64 | |
Line has trailing spaces. | 72 | |
Method 'getWatchesFor' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter p should be final. | 75 | |
Missing a Javadoc comment. | 81 | |
Variable 'lits' must be private and have accessor methods. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Line has trailing spaces. | 93 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 100 | |
Variable 'solver' must be private and have accessor methods. | 100 | |
Missing a Javadoc comment. | 102 | |
Variable 'learner' must be private and have accessor methods. | 102 | |
Method 'setUnitPropagationListener' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter s should be final. | 104 | |
Method 'setLearner' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter learner should be final. | 108 | |
'learner' hides a field. | 108 | |
Missing a Javadoc comment. | 112 | |
Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter constr should be final. | 115 | |
Line has trailing spaces. | 121 | |
Method 'createCardinalityConstraint' 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 degree should be final. | 126 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter literals should be final. | 131 | |
Parameter degree should be final. | 132 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 44 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter literals should be final. | 46 | |
Line has trailing spaces. | 52 | |
Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter literals should be final. | 57 | |
Line has trailing spaces. | 63 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter literals should be final. | 69 | |
Parameter degree should be final. | 69 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter literals should be final. | 75 | |
Parameter degree should be final. | 76 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 50 | |
Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter literals should be final. | 55 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter literals should be final. | 60 | |
Line has trailing spaces. | 66 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter literals should be final. | 72 | |
Parameter degree should be final. | 72 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter literals should be final. | 78 | |
Parameter degree should be final. | 79 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 49 | |
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 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter literals should be final. | 59 | |
Line has trailing spaces. | 65 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter literals should be final. | 71 | |
Parameter degree should be final. | 71 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter literals should be final. | 77 | |
Parameter degree should be final. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 53 | |
Method 'createClause' 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 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter literals should be final. | 74 | |
Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 57 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter literals should be final. | 63 | |
Parameter degree should be final. | 63 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter literals should be final. | 70 | |
Parameter degree should be final. | 71 | |
Line has trailing spaces. | 77 | |
Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter literals should be final. | 82 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter literals should be final. | 98 | |
Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 108 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 55 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter literals should be final. | 61 | |
Parameter degree should be final. | 61 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter literals should be final. | 68 | |
Parameter degree should be final. | 69 | |
Line has trailing spaces. | 75 | |
Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter literals should be final. | 80 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter literals should be final. | 96 | |
Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 106 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 54 | |
Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter literals should be final. | 60 | |
Parameter degree should be final. | 60 | |
Method 'createUnregisteredCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter literals should be final. | 67 | |
Parameter degree should be final. | 68 | |
Line has trailing spaces. | 74 | |
Method 'createClause' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter literals should be final. | 79 | |
Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter literals should be final. | 95 | |
Method 'createLits' is not designed for extension - needs to be abstract, final or empty. | 99 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 51 | |
First sentence should end with a period. | 53 | |
Variable 'maxUnsatisfied' must be private and have accessor methods. | 54 | |
First sentence should end with a period. | 56 | |
First sentence should end with a period. | 59 | |
Variable 'lits' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable 'voc' must be private and have accessor methods. | 64 | |
Parameter voc should be final. | 72 | |
'voc' hides a field. | 72 | |
Expected @param tag for 'voc'. | 72 | |
Parameter ps should be final. | 72 | |
Parameter degree should be final. | 72 | |
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 | |
Expected an @return tag. | 129 | |
Parameter s should be final. | 129 | |
Expected @param tag for 's'. | 129 | |
Parameter voc should be final. | 129 | |
Expected @param tag for 'voc'. | 129 | |
Parameter ps should be final. | 130 | |
Expected @param tag for 'ps'. | 130 | |
Parameter n should be final. | 130 | |
Expected @param tag for 'n'. | 130 | |
Expected @throws tag for 'ContradictionException'. | 130 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Parameter upl should be final. | 143 | |
Expected @param tag for 'upl'. | 143 | |
Line has trailing spaces. | 151 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter s should be final. | 154 | |
Parameter p should be final. | 154 | |
Line has trailing spaces. | 178 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Line has trailing spaces. | 187 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Parameter p should be final. | 190 | |
Line has trailing spaces. | 196 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter p should be final. | 199 | |
Parameter outReason should be final. | 199 | |
Avoid inline conditionals. | 200 | |
Line has trailing spaces. | 213 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
Line has trailing spaces. | 223 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 230 | |
Parameter d should be final. | 230 | |
Line has trailing spaces. | 235 | |
Missing a Javadoc comment. | 238 | |
Parameter claInc should be final. | 238 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Method 'size' 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. | 269 | |
Missing a Javadoc comment. | 269 | |
Parameter i should be final. | 269 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Parameter d should be final. | 273 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Parameter s should be final. | 277 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter s should be final. | 281 | |
First sentence should end with a period. | 285 | |
Line has trailing spaces. | 287 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Parameter claInc should be final. | 313 | |
Expected @param tag for 'claInc'. | 313 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Missing a Javadoc comment. | 318 | |
Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Missing a Javadoc comment. | 322 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Missing a Javadoc comment. | 326 | |
Parameter p should be final. | 326 | |
Parameter trail should be final. | 326 | |
Parameter outReason should be final. | 326 | |
Avoid inline conditionals. | 327 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
First sentence should end with a period. | 55 | |
First sentence should end with a period. | 65 | |
First sentence should end with a period. | 70 | |
First sentence should end with a period. | 75 | |
Line has trailing spaces. | 77 | |
Unused @param tag for 'size'. | 78 | |
Unused @param tag for 'learnt'. | 80 | |
Parameter voc should be final. | 83 | |
'voc' hides a field. | 83 | |
Expected @param tag for 'voc'. | 83 | |
Parameter ps should be final. | 83 | |
Expected @param tag for 'ps'. | 83 | |
Parameter moreThan should be final. | 83 | |
'moreThan' hides a field. | 83 | |
Expected @param tag for 'moreThan'. | 83 | |
Parameter degree should be final. | 83 | |
'degree' hides a field. | 83 | |
Expected @param tag for 'degree'. | 83 | |
First sentence should end with a period. | 138 | |
Line has trailing spaces. | 140 | |
Parameter p should be final. | 147 | |
Parameter outReason should be final. | 147 | |
Line has trailing spaces. | 157 | |
Line has trailing spaces. | 168 | |
Parameter claInc should be final. | 173 | |
Missing a Javadoc comment. | 177 | |
Parameter d should be final. | 177 | |
First sentence should end with a period. | 180 | |
Line has trailing spaces. | 182 | |
First sentence should end with a period. | 191 | |
Line has trailing spaces. | 193 | |
Line has trailing spaces. | 204 | |
Parameter s should be final. | 218 | |
Parameter voc should be final. | 218 | |
Parameter ps should be final. | 219 | |
Parameter moreThan should be final. | 219 | |
Parameter degree should be final. | 219 | |
Expected @throws tag for 'ContradictionException'. | 220 | |
First sentence should end with a period. | 265 | |
Line has trailing spaces. | 284 | |
Parameter s should be final. | 291 | |
Parameter p should be final. | 291 | |
Parameter upl should be final. | 320 | |
Expected @param tag for 'upl'. | 320 | |
Line has trailing spaces. | 328 | |
Parameter d should be final. | 332 | |
First sentence should end with a period. | 335 | |
Line has trailing spaces. | 337 | |
First sentence should end with a period. | 361 | |
Line has trailing spaces. | 363 | |
First sentence should end with a period. | 388 | |
Line has trailing spaces. | 390 | |
Parameter p should be final. | 394 | |
Missing a Javadoc comment. | 398 | |
Missing a Javadoc comment. | 402 | |
Missing a Javadoc comment. | 406 | |
Missing a Javadoc comment. | 410 | |
Parameter i should be final. | 410 | |
Missing a Javadoc comment. | 414 | |
Parameter s should be final. | 414 | |
Missing a Javadoc comment. | 418 | |
Parameter s should be final. | 418 | |
Line has trailing spaces. | 424 | |
Missing a Javadoc comment. | 427 | |
Parameter literal should be final. | 427 | |
Line has trailing spaces. | 433 | |
Missing a Javadoc comment. | 436 | |
Missing a Javadoc comment. | 440 | |
Parameter claInc should be final. | 447 | |
Expected @param tag for 'claInc'. | 447 | |
Missing a Javadoc comment. | 452 | |
Missing a Javadoc comment. | 456 | |
Missing a Javadoc comment. | 460 | |
Parameter p should be final. | 460 | |
Parameter trail should be final. | 460 | |
Parameter outReason should be final. | 460 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
First sentence should end with a period. | 53 | |
Variable 'degree' must be private and have accessor methods. | 56 | |
First sentence should end with a period. | 58 | |
First sentence should end with a period. | 63 | |
First sentence should end with a period. | 68 | |
Variable 'watchCumul' must be private and have accessor methods. | 71 | |
First sentence should end with a period. | 73 | |
Line has trailing spaces. | 81 | |
Parameter voc should be final. | 91 | |
'voc' hides a field. | 91 | |
Parameter ps should be final. | 91 | |
Parameter moreThan should be final. | 91 | |
'moreThan' hides a field. | 91 | |
Parameter degree should be final. | 91 | |
'degree' hides a field. | 91 | |
Line has trailing spaces. | 140 | |
Parameter voc should be final. | 148 | |
'voc' hides a field. | 148 | |
Parameter ps should be final. | 148 | |
Parameter degree should be final. | 148 | |
'degree' hides a field. | 148 | |
First sentence should end with a period. | 160 | |
Line has trailing spaces. | 162 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Parameter p should be final. | 169 | |
Parameter outReason should be final. | 169 | |
First sentence should end with a period. | 177 | |
Line has trailing spaces. | 179 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 183 | |
First sentence should end with a period. | 187 | |
Line has trailing spaces. | 189 | |
Parameter claInc should be final. | 194 | |
Missing a Javadoc comment. | 197 | |
Parameter d should be final. | 197 | |
Line has trailing spaces. | 202 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Line has trailing spaces. | 212 | |
Parameter voc should be final. | 220 | |
Parameter ps should be final. | 220 | |
Line has trailing spaces. | 250 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Line has trailing spaces. | 262 | |
Parameter s should be final. | 276 | |
Parameter voc should be final. | 276 | |
Parameter ps should be final. | 277 | |
Parameter moreThan should be final. | 277 | |
Parameter degree should be final. | 277 | |
Expected @throws tag for 'ContradictionException'. | 278 | |
First sentence should end with a period. | 324 | |
Line has trailing spaces. | 326 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 333 | |
Parameter s should be final. | 333 | |
Parameter p should be final. | 333 | |
First sentence should end with a period. | 384 | |
Line has trailing spaces. | 386 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Parameter upl should be final. | 389 | |
Expected @param tag for 'upl'. | 389 | |
First sentence should end with a period. | 395 | |
Line has trailing spaces. | 397 | |
Parameter d should be final. | 401 | |
First sentence should end with a period. | 405 | |
Line has trailing spaces. | 407 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Line has trailing spaces. | 423 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 426 | |
First sentence should end with a period. | 458 | |
Line has trailing spaces. | 460 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 464 | |
Parameter p should be final. | 464 | |
Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 469 | |
Missing a Javadoc comment. | 469 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 473 | |
Missing a Javadoc comment. | 473 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 477 | |
Missing a Javadoc comment. | 477 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 481 | |
Missing a Javadoc comment. | 481 | |
Parameter i should be final. | 481 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 485 | |
Missing a Javadoc comment. | 485 | |
Parameter s should be final. | 485 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Missing a Javadoc comment. | 489 | |
Parameter s should be final. | 489 | |
Method 'computeWatches' is not designed for extension - needs to be abstract, final or empty. | 497 | |
Missing a Javadoc comment. | 497 | |
Method 'computePropagation' is not designed for extension - needs to be abstract, final or empty. | 547 | |
Missing a Javadoc comment. | 547 | |
Parameter s should be final. | 547 | |
Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 567 | |
Missing a Javadoc comment. | 567 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Missing a Javadoc comment. | 573 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 577 | |
Parameter card should be final. | 578 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 609 | |
Parameter claInc should be final. | 622 | |
Expected @param tag for 'claInc'. | 622 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 626 | |
Missing a Javadoc comment. | 626 | |
Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 630 | |
Missing a Javadoc comment. | 630 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 634 | |
Missing a Javadoc comment. | 634 | |
Parameter p should be final. | 634 | |
Parameter trail should be final. | 634 | |
Parameter outReason should be final. | 634 | |
Avoid inline conditionals. | 635 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Variable 'activity' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Variable 'head' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'tail' must be private and have accessor methods. | 59 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 63 | |
Parameter ps should be final. | 69 | |
Parameter voc should be final. | 69 | |
'voc' hides a field. | 69 | |
Line has trailing spaces. | 79 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter p should be final. | 82 | |
Parameter outReason should be final. | 82 | |
Line has trailing spaces. | 93 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter upl should be final. | 96 | |
Line has trailing spaces. | 103 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line is longer than 80 characters. | 107 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter s should be final. | 113 | |
Parameter p should be final. | 113 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Line has trailing spaces. | 155 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter i should be final. | 160 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Parameter d should be final. | 171 | |
Expected @param tag for 'd'. | 171 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter s should be final. | 179 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter s should be final. | 185 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Parameter obj should be final. | 204 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Missing a Javadoc comment. | 234 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter p should be final. | 238 | |
Parameter trail should be final. | 238 | |
Parameter outReason should be final. | 238 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Utility classes should not have a public or default constructor. | 42 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 50 | |
Parameter ps should be final. | 62 | |
Parameter voc should be final. | 62 | |
Parameter s should be final. | 63 | |
First sentence should end with a period. | 102 | |
Line has trailing spaces. | 104 | |
Unused @param tag for 'p'. | 105 | |
Parameter ps should be final. | 114 | |
Expected @param tag for 'ps'. | 114 | |
Parameter s should be final. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 120 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Variable 'activity' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 62 | |
Variable 'middleLits' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable 'voc' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable 'head' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 68 | |
Variable 'tail' must be private and have accessor methods. | 68 | |
First sentence should end with a period. | 70 | |
Line has trailing spaces. | 72 | |
Parameter ps should be final. | 78 | |
Parameter voc should be final. | 78 | |
'voc' hides a field. | 78 | |
Line has trailing spaces. | 94 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter p should be final. | 97 | |
Parameter outReason should be final. | 97 | |
Line has trailing spaces. | 114 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter upl should be final. | 117 | |
Line has trailing spaces. | 124 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Line is longer than 80 characters. | 128 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter s should be final. | 139 | |
Parameter p should be final. | 139 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Line has trailing spaces. | 217 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Parameter i should be final. | 222 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Parameter d should be final. | 235 | |
Expected @param tag for 'd'. | 235 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter s should be final. | 243 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
Parameter s should be final. | 249 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Parameter obj should be final. | 269 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 309 | |
Missing a Javadoc comment. | 309 | |
Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Missing a Javadoc comment. | 313 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 317 | |
Missing a Javadoc comment. | 317 | |
Parameter p should be final. | 317 | |
Parameter trail should be final. | 317 | |
Parameter outReason should be final. | 317 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 47 | |
Parameter ps should be final. | 47 | |
Parameter voc should be final. | 47 | |
Missing a Javadoc comment. | 51 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Parameter claInc should be final. | 59 | |
Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter claInc should be final. | 66 | |
Expected @param tag for 'claInc'. | 66 | |
Method 'setActivity' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter d should be final. | 70 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 43 | |
Parameter ps should be final. | 43 | |
Parameter voc should be final. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 54 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 89 | |
Parameter claInc should be final. | 89 | |
Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter claInc should be final. | 96 | |
Expected @param tag for 'claInc'. | 96 | |
Method 'setActivity' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter d should be final. | 100 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter ps should be final. | 37 | |
Parameter voc should be final. | 37 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 77 | |
Parameter claInc should be final. | 84 | |
Expected @param tag for 'claInc'. | 84 | |
Parameter claInc should be final. | 91 | |
Expected @param tag for 'claInc'. | 91 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Array brackets at illegal position. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 75 | |
Parameter nvar should be final. | 76 | |
Missing a Javadoc comment. | 109 | |
Parameter x should be final. | 109 | |
Missing a Javadoc comment. | 135 | |
Parameter x should be final. | 135 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 153 | |
Parameter howmany should be final. | 153 | |
Missing a Javadoc comment. | 160 | |
Parameter lit should be final. | 160 | |
Missing a Javadoc comment. | 166 | |
Parameter lit should be final. | 166 | |
Missing a Javadoc comment. | 172 | |
Parameter var should be final. | 172 | |
Missing a Javadoc comment. | 177 | |
Parameter lit should be final. | 177 | |
Missing a Javadoc comment. | 181 | |
Parameter lit should be final. | 181 | |
Missing a Javadoc comment. | 185 | |
Parameter lit should be final. | 185 | |
Missing a Javadoc comment. | 189 | |
Parameter lit should be final. | 189 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 204 | |
Parameter lit should be final. | 204 | |
Missing a Javadoc comment. | 208 | |
Parameter lit should be final. | 208 | |
Line is longer than 80 characters. | 209 | |
Avoid inline conditionals. | 209 | |
Missing a Javadoc comment. | 212 | |
Parameter lit should be final. | 212 | |
Missing a Javadoc comment. | 223 | |
Parameter lit should be final. | 223 | |
Missing a Javadoc comment. | 227 | |
Parameter lit should be final. | 227 | |
Parameter l should be final. | 227 | |
Missing a Javadoc comment. | 231 | |
Parameter lit should be final. | 231 | |
Missing a Javadoc comment. | 235 | |
Parameter lit should be final. | 235 | |
Parameter r should be final. | 235 | |
Missing a Javadoc comment. | 239 | |
Parameter lit should be final. | 239 | |
Missing a Javadoc comment. | 243 | |
Parameter lit should be final. | 243 | |
Parameter c should be final. | 243 | |
Missing a Javadoc comment. | 247 | |
Parameter lit should be final. | 247 | |
Missing a Javadoc comment. | 251 | |
Parameter lit should be final. | 251 | |
Missing a Javadoc comment. | 261 | |
Line has trailing spaces. | 267 | |
Expected an @return tag. | 278 | |
Parameter reserve should be final. | 278 | |
Expected @param tag for 'reserve'. | 278 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 46 | |
Parameter ps should be final. | 46 | |
Parameter voc should be final. | 46 | |
Missing a Javadoc comment. | 50 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 60 | |
Parameter s should be final. | 71 | |
Parameter voc should be final. | 71 | |
Parameter literals should be final. | 71 | |
Method 'forwardActivity' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter claInc should be final. | 77 | |
Parameter claInc should be final. | 84 | |
Expected @param tag for 'claInc'. | 84 | |
Missing a Javadoc comment. | 88 | |
Parameter claInc should be final. | 88 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 43 | |
Parameter ps should be final. | 43 | |
Parameter voc should be final. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 54 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 72 | |
Parameter s should be final. | 82 | |
Parameter voc should be final. | 83 | |
Parameter literals should be final. | 83 | |
Method 'forwardActivity' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter claInc should be final. | 89 | |
Parameter claInc should be final. | 96 | |
Expected @param tag for 'claInc'. | 96 | |
Missing a Javadoc comment. | 100 | |
Parameter claInc should be final. | 100 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Parameter ps should be final. | 38 | |
Parameter voc should be final. | 38 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 68 | |
Parameter s should be final. | 78 | |
Parameter voc should be final. | 79 | |
Parameter literals should be final. | 79 | |
Parameter claInc should be final. | 88 | |
Expected @param tag for 'claInc'. | 88 | |
Parameter claInc should be final. | 95 | |
Expected @param tag for 'claInc'. | 95 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 45 | |
Variable 'literal' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'activity' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 48 | |
Parameter value should be final. | 48 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter s should be final. | 52 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter s should be final. | 56 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter p should be final. | 60 | |
Parameter outReason should be final. | 60 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 | |
Parameter claInc should be final. | 70 | |
Method 'setActivity' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter claInc should be final. | 74 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter upl should be final. | 86 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter d should be final. | 90 | |
Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter s should be final. | 102 | |
Parameter p should be final. | 102 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter i should be final. | 106 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 121 | |
Parameter claInc should be final. | 121 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter p should be final. | 134 | |
Parameter trail should be final. | 134 | |
Parameter outReason should be final. | 134 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 41 | |
Variable 'literals' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
Parameter values should be final. | 43 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter s should be final. | 48 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter s should be final. | 54 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter p should be final. | 58 | |
Parameter outReason should be final. | 58 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 67 | |
Parameter claInc should be final. | 67 | |
Missing a Javadoc comment. | 71 | |
Parameter claInc should be final. | 71 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter upl should be final. | 83 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter d should be final. | 89 | |
Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter s should be final. | 101 | |
Parameter p should be final. | 101 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter i should be final. | 105 | |
Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 117 | |
Parameter claInc should be final. | 117 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter p should be final. | 125 | |
Parameter trail should be final. | 125 | |
Parameter outReason should be final. | 125 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 47 | |
Variable 'activity' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Variable 'lits' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 56 | |
Variable 'voc' must be private and have accessor methods. | 56 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 60 | |
Parameter ps should be final. | 66 | |
Parameter voc should be final. | 66 | |
'voc' hides a field. | 66 | |
Line has trailing spaces. | 76 | |
Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter p should be final. | 79 | |
Parameter outReason should be final. | 79 | |
Avoid inline conditionals. | 83 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter upl should be final. | 92 | |
Expected @param tag for 'upl'. | 92 | |
Line has trailing spaces. | 100 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter s should be final. | 112 | |
Parameter p should be final. | 112 | |
Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setActivity' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter d should be final. | 158 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Line has trailing spaces. | 178 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter i should be final. | 183 | |
Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Parameter d should be final. | 190 | |
Expected @param tag for 'd'. | 190 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Parameter s should be final. | 198 | |
Method 'assertConstraintIfNeeded' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Parameter s should be final. | 203 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Missing a Javadoc comment. | 214 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Parameter obj should be final. | 221 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter p should be final. | 266 | |
Parameter trail should be final. | 266 | |
Parameter outReason should be final. | 266 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 5 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 4 | |
Line is longer than 80 characters. | 4 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 47 | |
Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter c1 should be final. | 50 | |
Parameter c2 should be final. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Parameter capacity should be final. | 52 | |
Method 'push' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter value should be final. | 56 | |
Method 'average' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Method 'isFull' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
'bound' hides a field. | 52 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'newConflict' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 69 | |
Method 'bound' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 51 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter timer should be final. | 53 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter timer should be final. | 58 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Method 'newConflict' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 51 | |
Expected @param tag for 'upl'. | 55 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 114 | |
Expected @param tag for 'claInc'. | 117 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 139 | |
First sentence should end with a period. | 145 | |
Line has trailing spaces. | 147 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 169 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Expected @param tag for 'confl'. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Parameter initialValue should be final. | 42 | |
Method 'inc' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'dec' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line has trailing spaces. | 63 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 67 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Unused @throws tag for 'UnsupportedOperationException'. | 52 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Line has trailing spaces. | 63 | |
Expected @throws tag for 'ContradictionException'. | 72 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Expected @param tag for 'p'. | 89 | |
Expected @param tag for 'p'. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter i should be final. | 50 | |
Missing a Javadoc comment. | 54 | |
Parameter i should be final. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter i should be final. | 58 | |
Missing a Javadoc comment. | 62 | |
Parameter a should be final. | 62 | |
Parameter b should be final. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Parameter i should be final. | 72 | |
Missing a Javadoc comment. | 83 | |
Parameter i should be final. | 83 | |
Line is longer than 80 characters. | 87 | |
Avoid inline conditionals. | 87 | |
Missing a Javadoc comment. | 100 | |
Parameter n should be final. | 100 | |
Missing a Javadoc comment. | 104 | |
Parameter activity should be final. | 104 | |
'activity' hides a field. | 104 | |
Missing a Javadoc comment. | 109 | |
Parameter size should be final. | 109 | |
Missing a Javadoc comment. | 114 | |
Parameter n should be final. | 114 | |
Missing a Javadoc comment. | 119 | |
Parameter n should be final. | 119 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 133 | |
Parameter i should be final. | 133 | |
Missing a Javadoc comment. | 145 | |
Parameter n should be final. | 145 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 160 | |
Parameter i should be final. | 160 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 58 | |
Expected @param tag for 'learner'. | 64 | |
Line has trailing spaces. | 70 | |
Expected @param tag for 'strategy'. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 102 | |
Expected @param tag for 'simp'. | 105 | |
Missing a Javadoc comment. | 107 | |
Expected @param tag for 'lcds'. | 114 | |
Line has trailing spaces. | 117 | |
Line has trailing spaces. | 128 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 144 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 42 | |
Incomplete HTML tag found: * literal is 2*v (v << 1) and it's negative literal is 2*v+1 ((v<<1)^1). Note | 44 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 69 | |
Expected @param tag for 'x'. | 73 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 118 | |
Line has trailing spaces. | 127 | |
Line has trailing spaces. | 137 | |
Expected @param tag for 'lit'. | 149 | |
First sentence should end with a period. | 151 | |
Line has trailing spaces. | 153 | |
First sentence should end with a period. | 158 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 171 | |
Expected @param tag for 'reserve'. | 176 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 199 | |
Line has trailing spaces. | 209 | |
Line has trailing spaces. | 218 | |
Line has trailing spaces. | 230 | |
Line has trailing spaces. | 239 | |
Line has trailing spaces. | 256 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 125 | |
Expected @param tag for 'p'. | 128 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 132 | |
Line has trailing spaces. | 137 | |
Line has trailing spaces. | 147 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 73 | |
Expected @param tag for 'p'. | 76 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 92 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 64 | |
First sentence should end with a period. | 72 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 91 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 54 | |
Expected @param tag for 'learnedConstrs'. | 57 | |
Line has trailing spaces. | 62 | |
Expected @param tag for 'outLearnt'. | 65 | |
Line has trailing spaces. | 69 | |
Expected @param tag for 'reason'. | 72 | |
Line has trailing spaces. | 76 | |
Expected @param tag for 'from'. | 79 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Type Javadoc comment is missing an @param <D> tag. | 40 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'backtrackLevel' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'reason' must be private and have accessor methods. | 45 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 86 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 47 | |
'0.95' is a magic number. | 50 | |
'0.999' is a magic number. | 50 | |
'1.5' is a magic number. | 50 | |
'100' is a magic number. | 50 | |
Line has trailing spaces. | 54 | |
Parameter conflictBound should be final. | 58 | |
'0.95' is a magic number. | 59 | |
'0.999' is a magic number. | 59 | |
'1.5' is a magic number. | 59 | |
Missing a Javadoc comment. | 62 | |
Parameter confincfactor should be final. | 62 | |
Parameter conflictBound should be final. | 62 | |
'0.95' is a magic number. | 63 | |
'0.999' is a magic number. | 63 | |
Parameter d should be final. | 76 | |
Parameter e should be final. | 76 | |
Parameter f should be final. | 76 | |
Parameter i should be final. | 76 | |
Method 'getClaDecay' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'getVarDecay' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 103 | |
Line has trailing spaces. | 107 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'setConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter conflictBoundIncFactor should be final. | 135 | |
'conflictBoundIncFactor' hides a field. | 135 | |
Method 'setInitConflictBound' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Parameter initConflictBound should be final. | 143 | |
'initConflictBound' hides a field. | 143 | |
Method 'getConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'getInitConflictBound' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Method 'setClaDecay' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter claDecay should be final. | 165 | |
'claDecay' hides a field. | 165 | |
Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter varDecay should be final. | 173 | |
'varDecay' hides a field. | 173 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
File length is 2,632 lines (max allowed is 2,000). | 1 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 72 | |
Type Javadoc comment is missing an @param <D> tag. | 75 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Variable 'out' must be private and have accessor methods. | 84 | |
Variable 'constrs' must be private and have accessor methods. | 89 | |
Variable 'learnts' must be private and have accessor methods. | 94 | |
First sentence should end with a period. | 106 | |
Variable 'trail' must be private and have accessor methods. | 115 | |
Variable 'trailLim' must be private and have accessor methods. | 120 | |
Variable 'rootLevel' must be private and have accessor methods. | 125 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 129 | |
Variable 'voc' must be private and have accessor methods. | 129 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 139 | |
Variable 'undertimeout' must be private and have accessor methods. | 139 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 145 | |
Variable 'dsfactory' must be private and have accessor methods. | 145 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 149 | |
Name '__dimacs_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
Missing a Javadoc comment. | 151 | |
Variable 'slistener' must be private and have accessor methods. | 151 | |
Missing a Javadoc comment. | 153 | |
Line is longer than 80 characters. | 155 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 159 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 168 | |
Method 'dimacs2internal' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter in should be final. | 170 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter p should be final. | 188 | |
Parameter learner should be final. | 198 | |
'learner' hides a field. | 198 | |
Expected @param tag for 'learner'. | 198 | |
Parameter dsf should be final. | 198 | |
Expected @param tag for 'dsf'. | 198 | |
Parameter order should be final. | 198 | |
'order' hides a field. | 198 | |
Expected @param tag for 'order'. | 198 | |
Parameter restarter should be final. | 199 | |
'restarter' hides a field. | 199 | |
Expected @param tag for 'restarter'. | 199 | |
Missing a Javadoc comment. | 203 | |
Parameter learner should be final. | 203 | |
'learner' hides a field. | 203 | |
Parameter dsf should be final. | 203 | |
Parameter params should be final. | 203 | |
'params' hides a field. | 203 | |
Parameter order should be final. | 204 | |
'order' hides a field. | 204 | |
Parameter restarter should be final. | 204 | |
'restarter' hides a field. | 204 | |
Missing a Javadoc comment. | 208 | |
Parameter learner should be final. | 208 | |
'learner' hides a field. | 208 | |
Parameter dsf should be final. | 208 | |
Parameter params should be final. | 208 | |
'params' hides a field. | 208 | |
Parameter order should be final. | 209 | |
'order' hides a field. | 209 | |
Parameter restarter should be final. | 209 | |
'restarter' hides a field. | 209 | |
Parameter logger should be final. | 209 | |
Line has trailing spaces. | 221 | |
Missing a Javadoc comment. | 224 | |
Parameter dsf should be final. | 224 | |
Expected an @return tag. | 235 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Parameter value should be final. | 243 | |
Expected @param tag for 'value'. | 243 | |
Line has trailing spaces. | 249 | |
Line is longer than 80 characters. | 251 | |
Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter sl should be final. | 255 | |
Line has trailing spaces. | 261 | |
Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Line has trailing spaces. | 270 | |
Method 'setLearner' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
Parameter strategy should be final. | 274 | |
Line has trailing spaces. | 280 | |
Method 'setLearningStrategy' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter strategy should be final. | 285 | |
Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 293 | |
Missing a Javadoc comment. | 293 | |
Parameter t should be final. | 293 | |
'1000L' is a magic number. | 294 | |
Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
Parameter t should be final. | 298 | |
Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter count should be final. | 303 | |
Line has trailing spaces. | 310 | |
Method 'setSearchParams' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter sp should be final. | 314 | |
Method 'getSearchParams' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Missing a Javadoc comment. | 318 | |
Line has trailing spaces. | 324 | |
Method 'setRestartStrategy' is not designed for extension - needs to be abstract, final or empty. | 329 | |
Missing a Javadoc comment. | 329 | |
Parameter restarter should be final. | 329 | |
'restarter' hides a field. | 329 | |
Line has trailing spaces. | 335 | |
Method 'getRestartStrategy' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Missing a Javadoc comment. | 338 | |
Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Missing a Javadoc comment. | 342 | |
Method 'nAssigns' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Missing a Javadoc comment. | 360 | |
Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Parameter c should be final. | 364 | |
'3' is a magic number. | 374 | |
Missing a Javadoc comment. | 382 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Missing a Javadoc comment. | 386 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
Parameter howmany should be final. | 393 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 399 | |
Missing a Javadoc comment. | 399 | |
Parameter literals should be final. | 399 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Missing a Javadoc comment. | 404 | |
Parameter co should be final. | 404 | |
Line is longer than 80 characters. | 407 | |
Expected an @return tag. | 421 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Parameter co should be final. | 421 | |
Expected @param tag for 'co'. | 421 | |
Line is longer than 80 characters. | 424 | |
Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 438 | |
Missing a Javadoc comment. | 438 | |
Parameter clauses should be final. | 438 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Missing a Javadoc comment. | 446 | |
Parameter literals should be final. | 446 | |
Parameter degree should be final. | 446 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Missing a Javadoc comment. | 456 | |
Parameter literals should be final. | 456 | |
Parameter degree should be final. | 456 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Missing a Javadoc comment. | 463 | |
Parameter literals should be final. | 463 | |
Parameter n should be final. | 463 | |
Method 'simplifyDB' is not designed for extension - needs to be abstract, final or empty. | 471 | |
Missing a Javadoc comment. | 471 | |
'{' is followed by whitespace. | 475 | |
Line has trailing spaces. | 493 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Line has trailing spaces. | 508 | |
Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 511 | |
Missing a Javadoc comment. | 511 | |
Parameter p should be final. | 511 | |
Line has trailing spaces. | 517 | |
Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 521 | |
Missing a Javadoc comment. | 521 | |
Parameter p should be final. | 521 | |
Parameter from should be final. | 521 | |
Missing a Javadoc comment. | 542 | |
Missing a Javadoc comment. | 544 | |
Missing a Javadoc comment. | 546 | |
Method 'analyze' is not designed for extension - needs to be abstract, final or empty. | 552 | |
Parameter confl should be final. | 552 | |
Expected @param tag for 'confl'. | 552 | |
Parameter results should be final. | 552 | |
Expected @param tag for 'results'. | 552 | |
Line has trailing spaces. | 625 | |
Method 'analyzeFinalConflictInTermsOfAssumptions' is not designed for extension - needs to be abstract, final or empty. | 636 | |
Parameter confl should be final. | 636 | |
Parameter assumps should be final. | 637 | |
Parameter conflictingLiteral should be final. | 637 | |
Missing a Javadoc comment. | 713 | |
Line has trailing spaces. | 715 | |
Parameter outLearnt should be final. | 719 | |
Missing a Javadoc comment. | 728 | |
Name 'SIMPLE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 728 | |
Variable 'SIMPLE_SIMPLIFICATION' must be private and have accessor methods. | 728 | |
Line has trailing spaces. | 730 | |
Parameter conflictToReduce should be final. | 734 | |
Missing a Javadoc comment. | 744 | |
Name 'EXPENSIVE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 744 | |
Variable 'EXPENSIVE_SIMPLIFICATION' must be private and have accessor methods. | 744 | |
Line has trailing spaces. | 747 | |
Parameter conflictToReduce should be final. | 751 | |
Line is longer than 80 characters. | 761 | |
Missing a Javadoc comment. | 761 | |
Name 'EXPENSIVE_SIMPLIFICATION_WLONLY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 761 | |
Variable 'EXPENSIVE_SIMPLIFICATION_WLONLY' must be private and have accessor methods. | 761 | |
Line has trailing spaces. | 764 | |
Parameter conflictToReduce should be final. | 768 | |
Line is longer than 80 characters. | 774 | |
Missing a Javadoc comment. | 778 | |
Line has trailing spaces. | 782 | |
Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 785 | |
Missing a Javadoc comment. | 785 | |
Parameter simp should be final. | 785 | |
Line has trailing spaces. | 798 | |
Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 803 | |
Missing a Javadoc comment. | 803 | |
Parameter simp should be final. | 803 | |
Line has trailing spaces. | 809 | |
Method 'getSimplifier' is not designed for extension - needs to be abstract, final or empty. | 812 | |
Missing a Javadoc comment. | 812 | |
Missing a Javadoc comment. | 838 | |
Parameter conflictToReduce should be final. | 838 | |
Inner assignments should be avoided. | 842 | |
Missing a Javadoc comment. | 861 | |
Missing a Javadoc comment. | 863 | |
Missing a Javadoc comment. | 866 | |
Parameter conflictToReduce should be final. | 866 | |
Missing a Javadoc comment. | 886 | |
Parameter p should be final. | 886 | |
Missing a Javadoc comment. | 930 | |
Parameter conflictToReduce should be final. | 930 | |
Missing a Javadoc comment. | 950 | |
Parameter p should be final. | 950 | |
Line has trailing spaces. | 985 | |
Method 'undoOne' is not designed for extension - needs to be abstract, final or empty. | 987 | |
First sentence should end with a period. | 1011 | |
Line has trailing spaces. | 1013 | |
Method 'claBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
Parameter confl should be final. | 1017 | |
Method 'varBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 1027 | |
Missing a Javadoc comment. | 1027 | |
Parameter p should be final. | 1027 | |
Missing a Javadoc comment. | 1031 | |
Missing a Javadoc comment. | 1038 | |
Missing a Javadoc comment. | 1063 | |
Parameter p should be final. | 1063 | |
Method 'record' is not designed for extension - needs to be abstract, final or empty. | 1097 | |
Missing a Javadoc comment. | 1097 | |
Parameter constr should be final. | 1097 | |
Method 'assume' is not designed for extension - needs to be abstract, final or empty. | 1112 | |
Parameter p should be final. | 1112 | |
Expected @param tag for 'p'. | 1112 | |
First sentence should end with a period. | 1120 | |
First sentence should end with a period. | 1134 | |
Parameter learnedLiteralsLimit should be final. | 1137 | |
Expected @param tag for 'learnedLiteralsLimit'. | 1137 | |
First sentence should end with a period. | 1148 | |
Line has trailing spaces. | 1150 | |
Method 'cancelUntil' is not designed for extension - needs to be abstract, final or empty. | 1153 | |
Parameter level should be final. | 1153 | |
Expected @param tag for 'level'. | 1153 | |
Missing a Javadoc comment. | 1159 | |
Missing a Javadoc comment. | 1161 | |
Missing a Javadoc comment. | 1163 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 1165 | |
Missing a Javadoc comment. | 1165 | |
Parameter assumps should be final. | 1165 | |
Avoid inline conditionals. | 1191 | |
Line is longer than 80 characters. | 1236 | |
Line is longer than 80 characters. | 1262 | |
Missing a Javadoc comment. | 1276 | |
Missing a Javadoc comment. | 1288 | |
Parameter conflict should be final. | 1288 | |
Missing a Javadoc comment. | 1291 | |
Missing a Javadoc comment. | 1292 | |
Missing a Javadoc comment. | 1294 | |
Line has trailing spaces. | 1297 | |
Method 'modelFound' is not designed for extension - needs to be abstract, final or empty. | 1299 | |
Avoid inline conditionals. | 1307 | |
Avoid inline conditionals. | 1324 | |
Line has trailing spaces. | 1344 | |
Parameter var should be final. | 1350 | |
First sentence should end with a period. | 1364 | |
Line has trailing spaces. | 1366 | |
Parameter p should be final. | 1371 | |
Missing a Javadoc comment. | 1380 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 1382 | |
Missing a Javadoc comment. | 1382 | |
Line is longer than 80 characters. | 1463 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 1470 | |
Missing a Javadoc comment. | 1470 | |
Parameter p should be final. | 1470 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 1482 | |
Missing a Javadoc comment. | 1482 | |
Parameter var should be final. | 1482 | |
Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 1494 | |
Missing a Javadoc comment. | 1494 | |
Missing a Javadoc comment. | 1503 | |
Method 'sortOnActivity' is not designed for extension - needs to be abstract, final or empty. | 1513 | |
Line has trailing spaces. | 1518 | |
Method 'decayActivities' is not designed for extension - needs to be abstract, final or empty. | 1520 | |
Line has trailing spaces. | 1526 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1535 | |
Expected @throws tag for 'TimeoutException'. | 1535 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1542 | |
Parameter global should be final. | 1542 | |
Expected @param tag for 'global'. | 1542 | |
Expected @throws tag for 'TimeoutException'. | 1542 | |
Missing a Javadoc comment. | 1546 | |
Missing a Javadoc comment. | 1548 | |
Missing a Javadoc comment. | 1550 | |
Missing a Javadoc comment. | 1552 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1554 | |
Missing a Javadoc comment. | 1554 | |
Parameter assumps should be final. | 1554 | |
Line is longer than 80 characters. | 1558 | |
Missing a Javadoc comment. | 1558 | |
Parameter learnedConstrs should be final. | 1573 | |
Inner assignments should be avoided. | 1575 | |
Inner assignments should be avoided. | 1575 | |
Line is longer than 80 characters. | 1591 | |
Line has trailing spaces. | 1592 | |
Line is longer than 80 characters. | 1592 | |
Parameter reason should be final. | 1598 | |
Parameter outLearnt should be final. | 1603 | |
Parameter from should be final. | 1621 | |
Missing a Javadoc comment. | 1628 | |
'timer' hides a field. | 1629 | |
Parameter learnedConstrs should be final. | 1636 | |
Inner assignments should be avoided. | 1639 | |
Line is longer than 80 characters. | 1653 | |
Line has trailing spaces. | 1654 | |
Line is longer than 80 characters. | 1654 | |
Parameter constr should be final. | 1673 | |
Parameter reason should be final. | 1678 | |
Parameter from should be final. | 1684 | |
Missing a Javadoc comment. | 1690 | |
Variable 'memorybound' must be private and have accessor methods. | 1692 | |
'10' is a magic number. | 1692 | |
Line is longer than 80 characters. | 1708 | |
Name 'memory_based' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1708 | |
Variable 'memory_based' must be private and have accessor methods. | 1708 | |
Missing a Javadoc comment. | 1710 | |
Missing a Javadoc comment. | 1712 | |
Missing a Javadoc comment. | 1713 | |
Missing a Javadoc comment. | 1714 | |
Missing a Javadoc comment. | 1717 | |
Missing a Javadoc comment. | 1719 | |
Parameter timer should be final. | 1719 | |
'timer' hides a field. | 1719 | |
Missing a Javadoc comment. | 1723 | |
Parameter learnedConstrs should be final. | 1723 | |
Line is longer than 80 characters. | 1726 | |
Inner assignments should be avoided. | 1726 | |
Line is longer than 80 characters. | 1737 | |
Line is longer than 80 characters. | 1738 | |
Missing a Javadoc comment. | 1745 | |
Missing a Javadoc comment. | 1754 | |
Missing a Javadoc comment. | 1764 | |
Parameter constr should be final. | 1764 | |
Missing a Javadoc comment. | 1769 | |
Parameter constr should be final. | 1769 | |
Missing a Javadoc comment. | 1783 | |
Parameter reason should be final. | 1783 | |
Missing a Javadoc comment. | 1787 | |
Parameter from should be final. | 1787 | |
Missing a Javadoc comment. | 1792 | |
Line has trailing spaces. | 1795 | |
Line contains a tab character. | 1795 | |
Line contains a tab character. | 1796 | |
Missing a Javadoc comment. | 1799 | |
Parameter timer should be final. | 1799 | |
'timer' hides a field. | 1799 | |
Parameter from should be final. | 1809 | |
Missing a Javadoc comment. | 1821 | |
Variable 'glucose' must be private and have accessor methods. | 1855 | |
Line is longer than 80 characters. | 1858 | |
Missing a Javadoc comment. | 1858 | |
Variable 'learnedConstraintsDeletionStrategy' must be private and have accessor methods. | 1858 | |
Line has trailing spaces. | 1862 | |
Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 1867 | |
Missing a Javadoc comment. | 1867 | |
Parameter lcds should be final. | 1868 | |
Missing a Javadoc comment. | 1878 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1880 | |
Method length is 165 lines (max allowed is 150). | 1880 | |
Missing a Javadoc comment. | 1880 | |
Parameter assumps should be final. | 1880 | |
Parameter global should be final. | 1880 | |
Inner assignments should be avoided. | 1940 | |
Line is longer than 80 characters. | 1943 | |
Line is longer than 80 characters. | 1949 | |
Avoid inline conditionals. | 2034 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 2047 | |
Missing a Javadoc comment. | 2047 | |
Parameter out should be final. | 2047 | |
'out' hides a field. | 2047 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 2051 | |
Missing a Javadoc comment. | 2051 | |
Parameter out should be final. | 2051 | |
'out' hides a field. | 2051 | |
Parameter prefix should be final. | 2051 | |
'prefix' hides a field. | 2051 | |
Method 'printLearntClausesInfos' is not designed for extension - needs to be abstract, final or empty. | 2067 | |
Parameter out should be final. | 2067 | |
'out' hides a field. | 2067 | |
Expected @param tag for 'out'. | 2067 | |
Parameter prefix should be final. | 2067 | |
'prefix' hides a field. | 2067 | |
Expected @param tag for 'prefix'. | 2067 | |
Method 'getStats' is not designed for extension - needs to be abstract, final or empty. | 2085 | |
Missing a Javadoc comment. | 2085 | |
Line has trailing spaces. | 2090 | |
Method 'initStats' is not designed for extension - needs to be abstract, final or empty. | 2094 | |
Parameter myStats should be final. | 2094 | |
Expected @param tag for 'myStats'. | 2094 | |
Line has trailing spaces. | 2100 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 2103 | |
Missing a Javadoc comment. | 2103 | |
Line has trailing spaces. | 2109 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 2112 | |
Missing a Javadoc comment. | 2112 | |
Parameter h should be final. | 2112 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 2117 | |
Missing a Javadoc comment. | 2117 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 2121 | |
Missing a Javadoc comment. | 2121 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 2141 | |
Missing a Javadoc comment. | 2141 | |
Method 'addConstr' is not designed for extension - needs to be abstract, final or empty. | 2153 | |
Parameter constr should be final. | 2153 | |
Method 'getDSFactory' is not designed for extension - needs to be abstract, final or empty. | 2176 | |
Missing a Javadoc comment. | 2176 | |
Method 'getOutLearnt' is not designed for extension - needs to be abstract, final or empty. | 2180 | |
Missing a Javadoc comment. | 2180 | |
Line has trailing spaces. | 2186 | |
Method 'getIthConstr' is not designed for extension - needs to be abstract, final or empty. | 2191 | |
Parameter i should be final. | 2191 | |
Line has trailing spaces. | 2197 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2201 | |
Missing a Javadoc comment. | 2201 | |
Parameter out should be final. | 2201 | |
'out' hides a field. | 2201 | |
Parameter prefix should be final. | 2201 | |
'prefix' hides a field. | 2201 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2205 | |
Missing a Javadoc comment. | 2205 | |
Parameter out should be final. | 2205 | |
'out' hides a field. | 2205 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2209 | |
Missing a Javadoc comment. | 2209 | |
Parameter out should be final. | 2209 | |
'out' hides a field. | 2209 | |
Parameter prefix should be final. | 2209 | |
'prefix' hides a field. | 2209 | |
'1000' is a magic number. | 2211 | |
Line is longer than 80 characters. | 2213 | |
Line has trailing spaces. | 2221 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2224 | |
Missing a Javadoc comment. | 2224 | |
Parameter prefix should be final. | 2224 | |
'prefix' hides a field. | 2224 | |
'{' is followed by whitespace. | 2226 | |
'1000' is a magic number. | 2240 | |
Line is longer than 80 characters. | 2252 | |
Line has trailing spaces. | 2265 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2268 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 2273 | |
Missing a Javadoc comment. | 2273 | |
Avoid inline conditionals. | 2274 | |
'1000' is a magic number. | 2274 | |
Expected an @return tag. | 2281 | |
Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 2281 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 2289 | |
Missing a Javadoc comment. | 2289 | |
Parameter nb should be final. | 2289 | |
Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 2293 | |
Missing a Javadoc comment. | 2293 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 2297 | |
Missing a Javadoc comment. | 2297 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 2306 | |
Missing a Javadoc comment. | 2306 | |
Parameter assumps should be final. | 2306 | |
Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 2315 | |
Missing a Javadoc comment. | 2315 | |
Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 2319 | |
Missing a Javadoc comment. | 2319 | |
Parameter status should be final. | 2319 | |
Expected an @return tag. | 2326 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 2326 | |
Parameter reserve should be final. | 2326 | |
Expected @param tag for 'reserve'. | 2326 | |
Expected an @return tag. | 2333 | |
Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 2333 | |
Parameter literals should be final. | 2333 | |
Expected @param tag for 'literals'. | 2333 | |
Expected @throws tag for 'ContradictionException'. | 2334 | |
Method 'unset' is not designed for extension - needs to be abstract, final or empty. | 2341 | |
Parameter p should be final. | 2341 | |
Expected @param tag for 'p'. | 2341 | |
Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 2362 | |
Parameter prefix should be final. | 2362 | |
'prefix' hides a field. | 2362 | |
Expected @param tag for 'prefix'. | 2362 | |
Expected an @return tag. | 2369 | |
Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 2369 | |
Expected an @return tag. | 2376 | |
Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 2376 | |
Expected an @return tag. | 2386 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 2386 | |
Expected an @return tag. | 2406 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 2406 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 2413 | |
Missing a Javadoc comment. | 2417 | |
Variable 'sharedConflict' must be private and have accessor methods. | 2417 | |
Method 'backtrack' is not designed for extension - needs to be abstract, final or empty. | 2422 | |
Parameter reason should be final. | 2422 | |
Expected @param tag for 'reason'. | 2422 | |
Expected an @return tag. | 2434 | |
Method 'truthValue' is not designed for extension - needs to be abstract, final or empty. | 2434 | |
Parameter literal should be final. | 2434 | |
Expected @param tag for 'literal'. | 2434 | |
Expected an @return tag. | 2448 | |
Method 'currentDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 2448 | |
Expected an @return tag. | 2455 | |
Method 'getLiteralsPropagatedAt' is not designed for extension - needs to be abstract, final or empty. | 2455 | |
Parameter decisionLevel should be final. | 2455 | |
Expected @param tag for 'decisionLevel'. | 2455 | |
Method 'suggestNextLiteralToBranchOn' is not designed for extension - needs to be abstract, final or empty. | 2462 | |
Parameter l should be final. | 2462 | |
Expected @param tag for 'l'. | 2462 | |
Method 'isNeedToReduceDB' is not designed for extension - needs to be abstract, final or empty. | 2466 | |
Missing a Javadoc comment. | 2466 | |
Method 'setNeedToReduceDB' is not designed for extension - needs to be abstract, final or empty. | 2470 | |
Missing a Javadoc comment. | 2470 | |
Parameter needToReduceDB should be final. | 2470 | |
'needToReduceDB' hides a field. | 2470 | |
Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. | 2474 | |
Missing a Javadoc comment. | 2474 | |
Parameter out should be final. | 2474 | |
'out' hides a field. | 2474 | |
Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 2478 | |
Missing a Javadoc comment. | 2478 | |
Method 'getVariableHeuristics' is not designed for extension - needs to be abstract, final or empty. | 2482 | |
Missing a Javadoc comment. | 2482 | |
Method 'getLearnedConstraints' is not designed for extension - needs to be abstract, final or empty. | 2486 | |
Missing a Javadoc comment. | 2486 | |
Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 2493 | |
Parameter timer should be final. | 2493 | |
'timer' hides a field. | 2493 | |
Expected @param tag for 'timer'. | 2493 | |
Parameter evaluation should be final. | 2494 | |
Expected @param tag for 'evaluation'. | 2494 | |
switch without "default" clause. | 2500 | |
Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 2519 | |
Parameter evaluation should be final. | 2520 | |
Expected @param tag for 'evaluation'. | 2520 | |
switch without "default" clause. | 2523 | |
Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 2539 | |
Missing a Javadoc comment. | 2539 | |
Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 2543 | |
Missing a Javadoc comment. | 2543 | |
Parameter keepHot should be final. | 2543 | |
'keepHot' hides a field. | 2543 | |
Missing a Javadoc comment. | 2547 | |
Parameter i1 should be final. | 2548 | |
Parameter i2 should be final. | 2548 | |
Method 'addClauseOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 2553 | |
Missing a Javadoc comment. | 2553 | |
Parameter literals should be final. | 2553 | |
Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 2578 | |
Missing a Javadoc comment. | 2578 | |
Line has trailing spaces. | 2583 | |
Expected an @return tag. | 2586 | |
Method 'addAtMostOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 2586 | |
Parameter literals should be final. | 2586 | |
Expected @param tag for 'literals'. | 2586 | |
Parameter degree should be final. | 2586 | |
Expected @param tag for 'degree'. | 2586 | |
Method 'fromLastDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 2612 | |
Missing a Javadoc comment. | 2612 | |
Parameter lits should be final. | 2612 | |
Method 'setUnitClauseProvider' is not designed for extension - needs to be abstract, final or empty. | 2629 | |
Missing a Javadoc comment. | 2629 | |
Parameter ucp should be final. | 2629 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Variable 'starts' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 49 | |
Variable 'decisions' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'propagations' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Variable 'inspects' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'conflicts' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Variable 'learnedliterals' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'learnedbinaryclauses' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 61 | |
Variable 'learnedternaryclauses' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 63 | |
Variable 'learnedclauses' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 65 | |
Variable 'ignoredclauses' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 67 | |
Variable 'rootSimplifications' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 69 | |
Variable 'reducedliterals' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 71 | |
Variable 'changedreason' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 73 | |
Variable 'reduceddb' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 75 | |
Variable 'shortcuts' must be private and have accessor methods. | 75 | |
Missing a Javadoc comment. | 77 | |
Variable 'updateLBD' must be private and have accessor methods. | 77 | |
Missing a Javadoc comment. | 79 | |
Variable 'importedUnits' must be private and have accessor methods. | 79 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter out should be final. | 101 | |
Parameter prefix should be final. | 101 | |
Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Must have at least one statement. | 133 | |
Must have at least one statement. | 135 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 44 | |
Incomplete HTML tag found: * a literal (v<<1 or v<<1^1) | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Parameter p should be final. | 48 | |
Missing a Javadoc comment. | 51 | |
Parameter p should be final. | 51 | |
Parameter reason should be final. | 51 | |
Missing a Javadoc comment. | 54 | |
Parameter p should be final. | 54 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 60 | |
Parameter clause should be final. | 60 | |
Missing a Javadoc comment. | 63 | |
Parameter p should be final. | 63 | |
Missing a Javadoc comment. | 66 | |
Parameter clause should be final. | 66 | |
Missing a Javadoc comment. | 69 | |
Parameter confl should be final. | 69 | |
Parameter dlevel should be final. | 69 | |
Parameter trailLevel should be final. | 69 | |
Missing a Javadoc comment. | 72 | |
Parameter p should be final. | 72 | |
Missing a Javadoc comment. | 75 | |
Parameter model should be final. | 75 | |
Parameter lazyModel should be final. | 75 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 84 | |
Parameter result should be final. | 84 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 90 | |
Parameter backjumpLevel should be final. | 90 | |
Missing a Javadoc comment. | 93 | |
Parameter solverService should be final. | 93 | |
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Type Javadoc comment is missing an @param <D> tag. | 49 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Parameter s should be final. | 59 | |
Missing a Javadoc comment. | 63 | |
Parameter s should be final. | 63 | |
Missing a Javadoc comment. | 67 | |
Parameter reason should be final. | 67 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Type Javadoc comment is missing an @param <D> tag. | 42 | |
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 | |
'0.95' is a magic number. | 54 | |
Missing a Javadoc comment. | 57 | |
Parameter d should be final. | 57 | |
Missing a Javadoc comment. | 61 | |
Parameter order should be final. | 61 | |
'order' hides a field. | 61 | |
Parameter s should be final. | 66 | |
Missing a Javadoc comment. | 71 | |
Parameter d should be final. | 71 | |
Missing a Javadoc comment. | 75 | |
Line has trailing spaces. | 81 | |
Parameter clause should be final. | 87 | |
Line is longer than 80 characters. | 99 | |
'100' is a magic number. | 99 | |
Missing a Javadoc comment. | 102 | |
Parameter percent should be final. | 102 | |
'percent' hides a field. | 102 | |
Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Unused @param tag for '<L>'. | 41 | |
Line has trailing spaces. | 50 | |
Parameter constr should be final. | 55 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Type Javadoc comment is missing an @param <D> tag. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
'3' is a magic number. | 51 | |
Missing a Javadoc comment. | 54 | |
Parameter maxlength should be final. | 54 | |
'maxlength' hides a field. | 54 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 70 | |
Parameter v should be final. | 70 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 84 | |
Parameter newbound should be final. | 84 | |
Parameter constr should be final. | 89 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Type Javadoc comment is missing an @param <D> tag. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'lits' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter s should be final. | 64 | |
Method 'learns' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter constr should be final. | 73 | |
Missing a Javadoc comment. | 82 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setVarActivityListener' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter s should be final. | 89 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Type Javadoc comment is missing an @param <D> tag. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Parameter dsf should be final. | 52 | |
'dsf' hides a field. | 52 | |
Parameter s should be final. | 57 | |
Missing a Javadoc comment. | 64 | |
Parameter constr should be final. | 64 | |
Line has trailing spaces. | 72 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Type Javadoc comment is missing an @param <D> tag. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter reason should be final. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Type Javadoc comment is missing an @param <D> tag. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter reason should be final. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Type Javadoc comment is missing an @param <D> tag. | 42 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
'10' is a magic number. | 53 | |
Missing a Javadoc comment. | 56 | |
Parameter percent should be final. | 56 | |
Missing a Javadoc comment. | 60 | |
Parameter percent should be final. | 60 | |
Missing a Javadoc comment. | 64 | |
'100' is a magic number. | 71 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 80 | |
Parameter newbound should be final. | 80 | |
Parameter constr should be final. | 85 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 44 | |
Variable 'phase' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 46 | |
Parameter nlength should be final. | 46 | |
Missing a Javadoc comment. | 55 | |
Parameter var should be final. | 55 | |
Parameter p should be final. | 55 | |
Missing a Javadoc comment. | 59 | |
Parameter var should be final. | 59 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter p should be final. | 44 | |
Missing a Javadoc comment. | 47 | |
Parameter nlength should be final. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter var should be final. | 50 | |
Parameter p should be final. | 50 | |
Missing a Javadoc comment. | 53 | |
Parameter var should be final. | 53 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 65 | |
Parameter q should be final. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 45 | |
Parameter p should be final. | 45 | |
Missing a Javadoc comment. | 49 | |
Parameter p should be final. | 49 | |
Missing a Javadoc comment. | 58 | |
Parameter q should be final. | 58 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter p should be final. | 48 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 60 | |
Parameter q should be final. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter p should be final. | 44 | |
Missing a Javadoc comment. | 47 | |
Parameter nlength should be final. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter var should be final. | 50 | |
Parameter p should be final. | 50 | |
Missing a Javadoc comment. | 53 | |
Parameter var should be final. | 53 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 65 | |
Parameter q should be final. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
'20' is a magic number. | 48 | |
Missing a Javadoc comment. | 51 | |
Parameter p should be final. | 51 | |
Missing a Javadoc comment. | 55 | |
Parameter p should be final. | 55 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 92 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter p should be final. | 48 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 60 | |
Parameter p should be final. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter p should be final. | 48 | |
Missing a Javadoc comment. | 57 | |
Parameter p should be final. | 57 | |
Missing a Javadoc comment. | 60 | |
Parameter p should be final. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 59 | |
Parameter p should be final. | 59 | |
Missing a Javadoc comment. | 62 | |
Parameter nlength should be final. | 62 | |
Missing a Javadoc comment. | 65 | |
Parameter var should be final. | 65 | |
Parameter p should be final. | 65 | |
Missing a Javadoc comment. | 68 | |
Parameter var should be final. | 68 | |
Missing a Javadoc comment. | 75 | |
Parameter p should be final. | 75 | |
Missing a Javadoc comment. | 78 | |
Parameter q should be final. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Parameter order should be final. | 58 | |
'0.01' is a magic number. | 59 | |
Missing a Javadoc comment. | 62 | |
Parameter order should be final. | 62 | |
Parameter p should be final. | 62 | |
'p' hides a field. | 62 | |
Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter q should be final. | 67 | |
Method 'getPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Method 'getProbability' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setProbability' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter p should be final. | 79 | |
'p' hides a field. | 79 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter out should be final. | 87 | |
Parameter prefix should be final. | 87 | |
Method 'select' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setLits' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter lits should be final. | 109 | |
Method 'setPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter strategy should be final. | 115 | |
Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter d should be final. | 119 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter x should be final. | 123 | |
Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter q should be final. | 127 | |
Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter q should be final. | 131 | |
Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'updateVarAtDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter q should be final. | 139 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'getVariableHeuristics' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Parameter varsToTest should be final. | 38 | |
'varsToTest' hides a field. | 38 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line is longer than 80 characters. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Parameter order should be final. | 55 | |
'10' is a magic number. | 56 | |
Missing a Javadoc comment. | 59 | |
Parameter order should be final. | 59 | |
Parameter tabuSize should be final. | 59 | |
'tabuSize' hides a field. | 59 | |
Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter q should be final. | 64 | |
Method 'getPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter out should be final. | 77 | |
Parameter prefix should be final. | 77 | |
Method 'select' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setLits' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter lits should be final. | 98 | |
Method 'setPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter strategy should be final. | 103 | |
Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter d should be final. | 107 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter x should be final. | 111 | |
Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter q should be final. | 124 | |
Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter q should be final. | 128 | |
Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'updateVarAtDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter q should be final. | 136 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'getVariableHeuristics' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 47 | |
Parameter p should be final. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter p should be final. | 50 | |
Missing a Javadoc comment. | 58 | |
Parameter q should be final. | 58 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 37 | |
Variable 'id' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 39 | |
Variable 'count' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 41 | |
Parameter id should be final. | 41 | |
'id' hides a field. | 41 | |
Parameter count should be final. | 41 | |
'count' hides a field. | 41 | |
Missing a Javadoc comment. | 46 | |
Parameter t should be final. | 46 | |
Parameter o should be final. | 57 | |
Line is longer than 80 characters. | 74 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Variable 'activity' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 70 | |
Variable 'lits' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Variable 'heap' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 76 | |
Variable 'phaseStrategy' must be private and have accessor methods. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 82 | |
Parameter strategy should be final. | 82 | |
Line has trailing spaces. | 88 | |
Method 'setPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter strategy should be final. | 91 | |
Expected @param tag for 'strategy'. | 91 | |
Method 'getPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'setLits' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter lits should be final. | 99 | |
'lits' hides a field. | 99 | |
Line has trailing spaces. | 106 | |
Method 'select' is not designed for extension - needs to be abstract, final or empty. | 109 | |
'0.0001' is a magic number. | 114 | |
Line has trailing spaces. | 125 | |
Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter d should be final. | 129 | |
Line has trailing spaces. | 135 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter x should be final. | 138 | |
Expected @param tag for 'x'. | 138 | |
Line has trailing spaces. | 146 | |
Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Parameter p should be final. | 150 | |
Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Inner assignments should be avoided. | 160 | |
Line has trailing spaces. | 166 | |
Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line has trailing spaces. | 173 | |
Method 'varActivity' 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. | 187 | |
Expected an @return tag. | 189 | |
Method 'numberOfInterestingVariables' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Line is longer than 80 characters. | 214 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Line is longer than 80 characters. | 224 | |
Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter out should be final. | 231 | |
Parameter prefix should be final. | 231 | |
Line is longer than 80 characters. | 232 | |
Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter p should be final. | 235 | |
Method 'updateVarAtDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter q should be final. | 239 | |
Method 'getVariableHeuristics' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter theParams should be final. | 57 | |
Parameter stats should be final. | 57 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 100 | |
Parameter learned should be final. | 100 | |
Parameter trailLevel should be final. | 100 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'newConflict' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter params should be final. | 56 | |
Parameter stats should be final. | 56 | |
Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'shouldRestart' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
Parameter learned should be final. | 76 | |
Parameter trailLevel should be final. | 76 | |
Method 'getPeriod' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Method 'setPeriod' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter period should be final. | 83 | |
'period' hides a field. | 83 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 67 | |
Method 'newLearnedClause' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter learned should be final. | 71 | |
Parameter trailLevel should be final. | 71 | |
'10000' is a magic number. | 80 | |
'5L' is a magic number. | 81 | |
'7L' is a magic number. | 81 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter params should be final. | 86 | |
Parameter stats should be final. | 86 | |
'stats' hides a field. | 86 | |
Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'shouldRestart' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Line is longer than 80 characters. | 100 | |
'4L' is a magic number. | 100 | |
'5L' is a magic number. | 100 | |
Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 107 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 110 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 37 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 70 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Parameter factor should be final. | 98 | |
'factor' hides a field. | 98 | |
Missing a Javadoc comment. | 102 | |
Parameter factor should be final. | 102 | |
'factor' hides a field. | 102 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 110 | |
Parameter params should be final. | 110 | |
Parameter stats should be final. | 110 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 147 | |
Parameter learned should be final. | 147 | |
Parameter trailLevel should be final. | 147 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Parameter theParams should be final. | 56 | |
Parameter stats should be final. | 56 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 91 | |
Parameter learned should be final. | 91 | |
Parameter trailLevel should be final. | 91 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter params should be final. | 47 | |
Parameter stats should be final. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 79 | |
Parameter learned should be final. | 79 | |
Parameter trailLevel should be final. | 79 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Parameter solver should be final. | 72 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter nb should be final. | 77 | |
Method 'getExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Expected an @return tag. | 92 | |
Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter assumps should be final. | 92 | |
Expected @param tag for 'assumps'. | 92 | |
Expected @throws tag for 'TimeoutException'. | 93 | |
Missing a Javadoc comment. | 110 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter var should be final. | 118 | |
Method 'isOptimal' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'getNbexpectedclauses' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Method 'setNbexpectedclauses' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter nbexpectedclauses should be final. | 130 | |
'nbexpectedclauses' hides a field. | 130 | |
Method 'getPrevfullmodel' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Method 'setPrevfullmodel' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter prevfullmodel should be final. | 138 | |
'prevfullmodel' hides a field. | 138 | |
Method 'getPrevmodel' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Method 'setPrevmodel' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter prevmodel should be final. | 146 | |
'prevmodel' hides a field. | 146 | |
Method 'getPrevboolmodel' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Method 'setPrevboolmodel' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter prevboolmodel should be final. | 154 | |
'prevboolmodel' hides a field. | 154 | |
Method 'isSolutionOptimal' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Method 'setSolutionOptimal' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter isSolutionOptimal should be final. | 162 | |
'isSolutionOptimal' hides a field. | 162 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Parameter solver should be final. | 55 | |
Missing a Javadoc comment. | 59 | |
Parameter solver should be final. | 59 | |
Parameter equivalence should be final. | 59 | |
'equivalence' hides a field. | 59 | |
Parameter nb should be final. | 65 | |
Parameter literals should be final. | 71 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 114 | |
Expected @throws tag for 'ContradictionException'. | 119 | |
Parameter assumps should be final. | 132 | |
Missing a Javadoc comment. | 143 | |
Expected an @return tag. | 150 | |
Parameter forcedValue should be final. | 167 | |
Expected @param tag for 'forcedValue'. | 167 | |
Expected @throws tag for 'ContradictionException'. | 168 | |
Missing a Javadoc comment. | 172 | |
Parameter seconds should be final. | 172 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Parameter solver should be final. | 61 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 72 | |
Parameter assumps should be final. | 72 | |
Expected @param tag for 'assumps'. | 72 | |
Expected @throws tag for 'TimeoutException'. | 73 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 113 | |
Expected @throws tag for 'ContradictionException'. | 118 | |
Expected an @return tag. | 151 | |
Missing a Javadoc comment. | 155 | |
Parameter forcedValue should be final. | 162 | |
Expected @param tag for 'forcedValue'. | 162 | |
Expected @throws tag for 'ContradictionException'. | 163 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 177 | |
Parameter seconds should be final. | 177 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 4 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 6 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 8 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
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 | |
Parameter s should be final. | 60 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter model should be final. | 65 | |
Avoid inline conditionals. | 68 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter model should be final. | 74 | |
Parameter out should be final. | 74 | |
Avoid inline conditionals. | 76 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter in should be final. | 81 | |
'3' is a magic number. | 98 | |
Missing a Javadoc comment. | 108 | |
Parameter nbands should be final. | 108 | |
Parameter output0 should be final. | 108 | |
Parameter scanner should be final. | 108 | |
Missing a Javadoc comment. | 121 | |
Parameter v should be final. | 121 | |
Missing a Javadoc comment. | 135 | |
Parameter nboutputs should be final. | 135 | |
Parameter scanner should be final. | 135 | |
Missing a Javadoc comment. | 144 | |
Parameter numberOfInputs should be final. | 144 | |
Parameter scanner should be final. | 144 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
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 | |
Parameter s should be final. | 59 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter model should be final. | 64 | |
Avoid inline conditionals. | 67 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter model should be final. | 73 | |
Parameter out should be final. | 73 | |
Avoid inline conditionals. | 75 | |
Method 'parseInt' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter in should be final. | 79 | |
Parameter expected should be final. | 79 | |
Inner assignments should be avoided. | 89 | |
'10' is a magic number. | 90 | |
Line has trailing spaces. | 102 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter in should be final. | 106 | |
'3' is a magic number. | 126 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter in should be final. | 135 | |
Missing a Javadoc comment. | 143 | |
Parameter in should be final. | 143 | |
Inner assignments should be avoided. | 147 | |
'0x80' is a magic number. | 147 | |
'0x7f' is a magic number. | 149 | |
'7' is a magic number. | 149 | |
'7' is a magic number. | 151 | |
Missing a Javadoc comment. | 154 | |
Parameter nbands should be final. | 154 | |
Parameter output0 should be final. | 154 | |
Parameter in should be final. | 154 | |
Parameter startid should be final. | 154 | |
Missing a Javadoc comment. | 169 | |
Parameter v should be final. | 169 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Variable 'expectedNbOfConstr' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'solver' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Variable 'formatString' must be private and have accessor methods. | 74 | |
Variable 'scanner' must be private and have accessor methods. | 79 | |
Missing a Javadoc comment. | 81 | |
Parameter solver should be final. | 81 | |
'solver' hides a field. | 81 | |
Missing a Javadoc comment. | 85 | |
Parameter solver should be final. | 85 | |
'solver' hides a field. | 85 | |
Parameter format should be final. | 85 | |
Method 'disableNumberOfConstraintCheck' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Line has trailing spaces. | 96 | |
Unused @param tag for 'in'. | 97 | |
Method 'skipComments' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Unused @param tag for 'in'. | 108 | |
Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. | 116 | |
'4' is a magic number. | 125 | |
'3' is a magic number. | 137 | |
Variable 'literals' must be private and have accessor methods. | 145 | |
Unused @param tag for 'in'. | 148 | |
Method 'readConstrs' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Line is longer than 80 characters. | 185 | |
Line has trailing spaces. | 203 | |
Method 'flushConstraint' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Expected @throws tag for 'ContradictionException'. | 207 | |
Expected an @return tag. | 220 | |
Method 'handleLine' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Expected @throws tag for 'ContradictionException'. | 220 | |
Expected @throws tag for 'IOException'. | 220 | |
Expected @throws tag for 'ParseFormatException'. | 221 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Parameter in should be final. | 240 | |
Unused @param tag for 'in'. | 247 | |
Expected an @return tag. | 254 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Parameter model should be final. | 271 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Parameter model should be final. | 282 | |
Parameter out should be final. | 282 | |
Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Missing a Javadoc comment. | 290 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Parameter commentChar should be final. | 65 | |
'commentChar' hides a field. | 65 | |
Missing a Javadoc comment. | 70 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'skipComments' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Expected @throws tag for 'IOException'. | 79 | |
Line has trailing spaces. | 95 | |
Expected an @return tag. | 100 | |
Method 'nextInt' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Expected @throws tag for 'IOException'. | 100 | |
Expected @throws tag for 'ParseFormatException'. | 100 | |
'10' is a magic number. | 117 | |
Avoid inline conditionals. | 123 | |
Line is longer than 80 characters. | 126 | |
Method 'nextBigInteger' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Expected an @return tag. | 151 | |
Method 'next' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Expected @throws tag for 'IOException'. | 151 | |
Method 'skipSpaces' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Method 'nextLine' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Method 'skipRestOfLine' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Method 'eof' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Method 'currentChar' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
'10' is a magic number. | 193 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter solver should be final. | 50 | |
Unused @param tag for 'in'. | 56 | |
Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. | 64 | |
'5' is a magic number. | 71 | |
'3' is a magic number. | 84 | |
'4' is a magic number. | 86 | |
Expected an @return tag. | 93 | |
Method 'handleLine' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Expected @throws tag for 'ContradictionException'. | 94 | |
Expected @throws tag for 'IOException'. | 94 | |
Expected @throws tag for 'ParseFormatException'. | 95 | |
Line has trailing spaces. | 126 | |
Method 'flushConstraint' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Expected @throws tag for 'ContradictionException'. | 131 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
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 | |
Parameter solver should be final. | 60 | |
'solver' hides a field. | 60 | |
Missing a Javadoc comment. | 65 | |
';' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 73 | |
';' is not followed by whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 88 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter filename should be final. | 96 | |
Method 'handleFileName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter fname should be final. | 123 | |
Parameter prefix should be final. | 123 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Parameter model should be final. | 138 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter model should be final. | 143 | |
Parameter out should be final. | 143 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Parameter in should be final. | 148 | |
Line is longer than 80 characters. | 151 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 65 | |
Variable 'solver' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Variable 'constraint' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 73 | |
Variable 'formula' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Parameter solver should be final. | 81 | |
'solver' hides a field. | 81 | |
Method 'constraintRegexp' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 92 | |
Parameter constraint should be final. | 92 | |
'constraint' hides a field. | 92 | |
Method 'handleNotHandled' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter constraint should be final. | 103 | |
'constraint' hides a field. | 103 | |
Missing a Javadoc comment. | 108 | |
Parameter constraint should be final. | 108 | |
'constraint' hides a field. | 108 | |
Method 'getLiterals' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter constraint should be final. | 113 | |
'constraint' hides a field. | 113 | |
'if' construct must use '{}'s. | 120 | |
Method 'handleCard' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter constraint should be final. | 126 | |
'constraint' hides a field. | 126 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Parameter in should be final. | 153 | |
Method 'parseString' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter json should be final. | 164 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter model should be final. | 179 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter model should be final. | 184 | |
Parameter out should be final. | 184 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Parameter s should be final. | 76 | |
's' hides a field. | 76 | |
First sentence should end with a period. | 105 | |
Expected an @return tag. | 106 | |
Expected @throws tag for 'IOException'. | 106 | |
First sentence should end with a period. | 124 | |
Expected an @return tag. | 125 | |
Expected @throws tag for 'IOException'. | 125 | |
Line is longer than 80 characters. | 129 | |
'10' is a magic number. | 134 | |
Line is longer than 80 characters. | 138 | |
'10' is a magic number. | 143 | |
Line has trailing spaces. | 154 | |
Parameter car should be final. | 157 | |
Expected @param tag for 'car'. | 157 | |
Expected @throws tag for 'IOException'. | 157 | |
Expected @throws tag for 'ContradictionException'. | 158 | |
Expected @throws tag for 'ParseFormatException'. | 158 | |
'10' is a magic number. | 178 | |
Avoid inline conditionals. | 187 | |
First sentence should end with a period. | 203 | |
Expected an @return tag. | 204 | |
Expected @throws tag for 'IOException'. | 204 | |
Expected an @return tag. | 215 | |
Expected @throws tag for 'IOException'. | 215 | |
Expected an @return tag. | 224 | |
Expected @throws tag for 'IOException'. | 224 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Parameter model should be final. | 233 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Parameter model should be final. | 244 | |
Parameter out should be final. | 244 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 52 | |
Parameter message should be final. | 56 | |
Line has trailing spaces. | 62 | |
Parameter message should be final. | 68 | |
Parameter cause should be final. | 68 | |
Line has trailing spaces. | 74 | |
Parameter cause should be final. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 53 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 130 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter in should be final. | 143 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 161 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Method 'setVerbosity' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter b should be final. | 173 | |
Missing a Javadoc comment. | 177 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
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 is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
First sentence should end with a period. | 50 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 71 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 42 | |
Expected @throws tag for 'ContradictionException'. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
Parameter message should be final. | 44 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 115 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 141 | |
Line has trailing spaces. | 149 | |
Line has trailing spaces. | 151 | |
Expected @param tag for 'forcedValue'. | 155 | |
Expected @throws tag for 'ContradictionException'. | 156 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 163 | |
Line has trailing spaces. | 173 | |
Line has trailing spaces. | 183 | |
Expected an @return tag. | 186 | |
Line has trailing spaces. | 194 | |
Expected @param tag for 'seconds'. | 197 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 75 | |
Expected @throws tag for 'TimeoutException'. | 78 | |
Line has trailing spaces. | 83 | |
Expected @throws tag for 'TimeoutException'. | 95 | |
Line has trailing spaces. | 100 | |
Expected @throws tag for 'TimeoutException'. | 107 | |
Line has trailing spaces. | 112 | |
Expected @throws tag for 'TimeoutException'. | 119 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 130 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 148 | |
Expected @param tag for 'assumps'. | 155 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 170 | |
Line has trailing spaces. | 182 | |
Line has trailing spaces. | 185 | |
Line has trailing spaces. | 193 | |
Line has trailing spaces. | 198 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 210 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 83 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 127 | |
Expected an @return tag. | 133 | |
Expected @param tag for 'literals'. | 133 | |
Expected @throws tag for 'ContradictionException'. | 133 | |
Line has trailing spaces. | 138 | |
Line has trailing spaces. | 140 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 156 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 173 | |
First sentence should end with a period. | 185 | |
Line has trailing spaces. | 188 | |
First sentence should end with a period. | 205 | |
Line has trailing spaces. | 208 | |
Line has trailing spaces. | 227 | |
Line has trailing spaces. | 244 | |
Line has trailing spaces. | 253 | |
Line has trailing spaces. | 256 | |
Line has trailing spaces. | 265 | |
Line has trailing spaces. | 273 | |
Line has trailing spaces. | 280 | |
Line has trailing spaces. | 293 | |
Line has trailing spaces. | 304 | |
Expected @param tag for 'out'. | 311 | |
First sentence should end with a period. | 313 | |
Line has trailing spaces. | 315 | |
Expected @param tag for 'out'. | 324 | |
First sentence should end with a period. | 326 | |
Line has trailing spaces. | 328 | |
Line has trailing spaces. | 331 | |
Expected @param tag for 'out'. | 334 | |
Line has trailing spaces. | 339 | |
Line has trailing spaces. | 346 | |
Line has trailing spaces. | 361 | |
Expected @param tag for 'status'. | 365 | |
Line has trailing spaces. | 370 | |
Expected an @return tag. | 374 | |
Line has trailing spaces. | 379 | |
Expected @param tag for '<S>'. | 384 | |
Line has trailing spaces. | 388 | |
Line has trailing spaces. | 397 | |
Expected @param tag for '<S>'. | 401 | |
Line has trailing spaces. | 405 | |
First sentence should end with a period. | 411 | |
Line has trailing spaces. | 413 | |
Line has trailing spaces. | 423 | |
Line has trailing spaces. | 431 | |
Line has trailing spaces. | 438 | |
Line has trailing spaces. | 443 | |
Line has trailing spaces. | 458 | |
Line has trailing spaces. | 461 | |
Line has trailing spaces. | 465 | |
Line has trailing spaces. | 476 | |
Line has trailing spaces. | 480 | |
Line has trailing spaces. | 483 | |
Line has trailing spaces. | 494 | |
Line has trailing spaces. | 505 | |
Line has trailing spaces. | 516 | |
Line has trailing spaces. | 520 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 68 | |
Expected an @return tag. | 72 | |
Line has trailing spaces. | 77 | |
Expected an @return tag. | 83 | |
Line has trailing spaces. | 87 | |
First sentence should end with a period. | 94 | |
Expected an @return tag. | 97 | |
Line has trailing spaces. | 101 | |
Expected an @return tag. | 105 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 130 | |
Line has trailing spaces. | 137 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 148 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 155 | |
Line has trailing spaces. | 164 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Type Javadoc comment is missing an @param <T> tag. | 41 | |
Line has trailing spaces. | 52 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Line has trailing spaces. | 80 | |
Expected @param tag for 'elem'. | 83 | |
Line has trailing spaces. | 89 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 97 | |
Line has trailing spaces. | 102 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 109 | |
Line has trailing spaces. | 113 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 133 | |
Expected @param tag for 'copy'. | 136 | |
Missing a Javadoc comment. | 138 | |
Line has trailing spaces. | 144 | |
Line has trailing spaces. | 152 | |
Line has trailing spaces. | 161 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 174 | |
First sentence should end with a period. | 176 | |
Line has trailing spaces. | 178 | |
Missing a Javadoc comment. | 184 | |
Line has trailing spaces. | 187 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 41 | |
First sentence should end with a period. | 43 | |
Line has trailing spaces. | 45 | |
Expected @param tag for 'nofelems'. | 48 | |
Missing a Javadoc comment. | 50 | |
Expected an @return tag. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 67 | |
Expected @param tag for 'elem'. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Expected an @return tag. | 89 | |
Expected @param tag for 'e'. | 89 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 103 | |
Line has trailing spaces. | 115 | |
Expected @param tag for 'copy'. | 118 | |
Expected @param tag for 'is'. | 123 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 134 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 168 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 178 | |
First sentence should end with a period. | 180 | |
Line has trailing spaces. | 182 | |
Missing a Javadoc comment. | 188 | |
Line has trailing spaces. | 194 | |
Line has trailing spaces. | 202 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 54 | |
Parameter symbol should be final. | 54 | |
'symbol' hides a field. | 54 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 69 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Type Javadoc comment is missing an @param <S> tag. | 43 | |
Line has trailing spaces. | 47 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 56 | |
Expected @param tag for 'p'. | 59 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 63 | |
Expected @param tag for 'p'. | 68 | |
First sentence should end with a period. | 70 | |
Line has trailing spaces. | 72 | |
Expected @param tag for 'p'. | 75 | |
First sentence should end with a period. | 77 | |
Expected @param tag for 'p'. | 80 | |
First sentence should end with a period. | 82 | |
Line has trailing spaces. | 84 | |
Expected @param tag for 'c'. | 87 | |
First sentence should end with a period. | 89 | |
Line has trailing spaces. | 91 | |
First sentence should end with a period. | 98 | |
Expected @param tag for 'clause'. | 101 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 118 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 131 | |
First sentence should end with a period. | 135 | |
Line has trailing spaces. | 142 | |
Line has trailing spaces. | 148 | |
Line has trailing spaces. | 161 | |
Expected @param tag for 'backjumpLevel'. | 164 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 53 | |
Parameter message should be final. | 57 | |
Line has trailing spaces. | 63 | |
Parameter message should be final. | 69 | |
Parameter cause should be final. | 69 | |
Line has trailing spaces. | 75 | |
Parameter cause should be final. | 79 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 41 | |
Parameter upl should be final. | 43 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
First sentence should end with a period. | 45 | |
Line has trailing spaces. | 47 | |
First sentence should end with a period. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 71 | |
Expected @param tag for 'p'. | 75 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
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. | 60 | |
Parameter global should be final. | 70 | |
Parameter assumps should be final. | 74 | |
Parameter global should be final. | 74 | |
Parameter assumps should be final. | 85 | |
Missing a Javadoc comment. | 93 | |
Parameter global should be final. | 95 | |
Parameter assumps should be final. | 103 | |
Parameter assumps should be final. | 107 | |
Parameter global should be final. | 107 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 115 | |
Parameter solver should be final. | 115 | |
Missing a Javadoc comment. | 119 | |
Line has trailing spaces. | 122 | |
Expected an @return tag. | 127 | |
Method 'createNewVar' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Parameter literals should be final. | 127 | |
Expected @param tag for 'literals'. | 127 | |
Method 'discardLastestVar' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Parameter global should be final. | 147 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter assumps should be final. | 152 | |
Parameter global should be final. | 152 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Parameter assumps should be final. | 163 | |
Method 'internalState' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Method 'externalState' is not designed for extension - needs to be abstract, final or empty. | 183 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 17 | |
Variable 'pLiterals' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'modelListener' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Parameter solver should be final. | 20 | |
Missing a Javadoc comment. | 28 | |
Parameter solver should be final. | 28 | |
Missing a Javadoc comment. | 36 | |
Parameter solver should be final. | 36 | |
Missing a Javadoc comment. | 40 | |
Parameter solver should be final. | 40 | |
Parameter p should be final. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter solver should be final. | 44 | |
Parameter modelListener should be final. | 45 | |
'modelListener' hides a field. | 45 | |
Missing a Javadoc comment. | 49 | |
Parameter solver should be final. | 49 | |
Parameter p should be final. | 49 | |
Parameter modelListener should be final. | 50 | |
'modelListener' hides a field. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Variable 'nbvars' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 | |
Variable 'nbclauses' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 52 | |
Variable 'fixedNbClauses' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Variable 'firstConstr' must be private and have accessor methods. | 54 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter c should be final. | 61 | |
Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter clauses should be final. | 65 | |
Missing a Javadoc comment. | 70 | |
Parameter t should be final. | 70 | |
Missing a Javadoc comment. | 75 | |
Parameter t should be final. | 75 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Expected an @return tag. | 86 | |
Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 90 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter assumps should be final. | 95 | |
Parameter global should be final. | 95 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter global should be final. | 100 | |
Missing a Javadoc comment. | 104 | |
Parameter output should be final. | 104 | |
Parameter prefix should be final. | 104 | |
Missing a Javadoc comment. | 107 | |
Parameter count should be final. | 107 | |
Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 115 | |
Parameter status should be final. | 115 | |
Missing a Javadoc comment. | 119 | |
Parameter output should be final. | 119 | |
Parameter prefix should be final. | 119 | |
Missing a Javadoc comment. | 123 | |
Parameter output should be final. | 123 | |
Parameter prefix should be final. | 123 | |
Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 133 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter var should be final. | 142 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter assumps should be final. | 150 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter assumps should be final. | 158 | |
Expected an @return tag. | 165 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter c should be final. | 165 | |
Expected @param tag for 'c'. | 165 | |
Expected an @return tag. | 172 | |
Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Parameter literals should be final. | 172 | |
Expected @param tag for 'literals'. | 172 | |
Expected @throws tag for 'ContradictionException'. | 173 | |
Expected an @return tag. | 180 | |
Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Expected @param tag for '<S>'. | 180 | |
Expected @param tag for '<S>'. | 187 | |
Parameter sl should be final. | 188 | |
Expected @param tag for 'sl'. | 188 | |
Expected an @return tag. | 194 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter value should be final. | 201 | |
Expected @param tag for 'value'. | 201 | |
Parameter prefix should be final. | 208 | |
Expected @param tag for 'prefix'. | 208 | |
Expected an @return tag. | 216 | |
Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Expected an @return tag. | 223 | |
Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter howmany should be final. | 236 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Missing a Javadoc comment. | 250 | |
Parameter value should be final. | 250 | |
Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Missing a Javadoc comment. | 253 | |
Method 'setUnitClauseProvider' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter upl should be final. | 257 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter group should be final. | 57 | |
Parameter factory should be final. | 57 | |
'factory' hides a field. | 57 | |
Missing a Javadoc comment. | 71 | |
Parameter factory should be final. | 71 | |
'factory' hides a field. | 71 | |
First sentence should end with a period. | 75 | |
Line has trailing spaces. | 77 | |
Method 'getSolverInstance' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Expected @param tag for '<T>'. | 80 | |
Method 'computeAllMUSes' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
First sentence should end with a period. | 88 | |
Line has trailing spaces. | 91 | |
Unused @param tag for 'solver'. | 92 | |
Method 'computeAllMUSes' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter listener should be final. | 96 | |
Expected @param tag for 'listener'. | 96 | |
Line is longer than 80 characters. | 113 | |
Method 'computeAllMUSesOrdered' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter listener should be final. | 113 | |
Missing a Javadoc comment. | 130 | |
Parameter listener should be final. | 130 | |
Parameter minSolver should be final. | 131 | |
Must have at least one statement. | 161 | |
Method 'computeAllMSS' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Method 'computeAllMSS' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter listener should be final. | 176 | |
Method 'computeAllMSSOrdered' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter listener should be final. | 186 | |
Missing a Javadoc comment. | 196 | |
Parameter listener should be final. | 196 | |
Parameter min4Inc should be final. | 197 | |
Parameter pLits should be final. | 197 | |
Must have at least one statement. | 248 | |
Method 'getMssList' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Class Backbone should be declared as final. | 46 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Expected an @return tag. | 64 | |
Parameter solver should be final. | 64 | |
Expected @param tag for 'solver'. | 64 | |
Expected @throws tag for 'TimeoutException'. | 64 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 75 | |
Expected an @return tag. | 81 | |
Parameter solver should be final. | 81 | |
Expected @param tag for 'solver'. | 81 | |
Parameter assumptions should be final. | 81 | |
Expected @param tag for 'assumptions'. | 81 | |
Expected @throws tag for 'TimeoutException'. | 82 | |
Missing a Javadoc comment. | 91 | |
Parameter solver should be final. | 91 | |
Parameter implicant should be final. | 91 | |
Missing a Javadoc comment. | 96 | |
Parameter solver should be final. | 96 | |
Parameter implicant should be final. | 96 | |
Parameter assumptions should be final. | 97 | |
Missing a Javadoc comment. | 123 | |
Parameter implicant should be final. | 123 | |
Parameter litsToTest should be final. | 124 | |
Parameter n should be final. | 124 | |
Avoid inline conditionals. | 127 | |
Avoid inline conditionals. | 132 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter factory should be final. | 54 | |
'factory' hides a field. | 54 | |
Method 'addOriginalClause' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter clause should be final. | 63 | |
Line has trailing spaces. | 73 | |
Unused @param tag for 'clauses'. | 76 | |
Expected an @return tag. | 80 | |
Method 'checkThatItIsAMUS' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter mus should be final. | 80 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 131 | |
Parameter solution should be final. | 131 | |
Method 'onSolutionFound' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter solution should be final. | 135 | |
Missing a Javadoc comment. | 143 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter solver should be final. | 57 | |
Missing a Javadoc comment. | 62 | |
Parameter solver should be final. | 62 | |
Parameter encodingAd should be final. | 63 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter literals should be final. | 69 | |
Parameter k should be final. | 69 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter literals should be final. | 79 | |
Parameter k should be final. | 79 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter literals should be final. | 89 | |
Parameter k should be final. | 89 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter prefix should be final. | 105 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Parameter conflictDepthVisu should be final. | 53 | |
'conflictDepthVisu' hides a field. | 53 | |
Parameter conflictDepthRestartVisu should be final. | 54 | |
'conflictDepthRestartVisu' hides a field. | 54 | |
Parameter conflictDepthCleanVisu should be final. | 55 | |
'conflictDepthCleanVisu' hides a field. | 55 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter confl should be final. | 63 | |
Parameter dlevel should be final. | 63 | |
Parameter trailLevel should be final. | 63 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter result should be final. | 72 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter solverService should be final. | 94 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 98 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Parameter visuTool should be final. | 55 | |
'visuTool' hides a field. | 55 | |
Parameter restartVisuTool should be final. | 56 | |
'restartVisuTool' hides a field. | 56 | |
Parameter cleanTool should be final. | 56 | |
'cleanTool' hides a field. | 56 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter confl should be final. | 66 | |
Parameter dlevel should be final. | 66 | |
Parameter trailLevel should be final. | 66 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter result should be final. | 84 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter solverService should be final. | 100 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 104 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter visuTool should be final. | 50 | |
'visuTool' hides a field. | 50 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Parameter confl should be final. | 57 | |
Parameter dlevel should be final. | 57 | |
Parameter trailLevel should be final. | 57 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter result should be final. | 62 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'backjump' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter backjumpLevel should be final. | 72 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter positiveVisu should be final. | 54 | |
'positiveVisu' hides a field. | 54 | |
Parameter negativeVisu should be final. | 55 | |
'negativeVisu' hides a field. | 55 | |
Parameter restartVisu should be final. | 55 | |
'restartVisu' hides a field. | 55 | |
Parameter cleanVisu should be final. | 56 | |
'cleanVisu' hides a field. | 56 | |
Method 'assuming' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter p should be final. | 66 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter result should be final. | 88 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter solverService should be final. | 101 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 109 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Variable 'solver' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Parameter solver should be final. | 55 | |
'solver' hides a field. | 55 | |
Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter gateType should be final. | 59 | |
Parameter output should be final. | 59 | |
Parameter inputs should be final. | 59 | |
Expected an @return tag. | 83 | |
Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter gateType should be final. | 83 | |
Parameter outputs should be final. | 83 | |
Parameter inputs should be final. | 83 | |
Parameter maxVar should be final. | 84 | |
Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter model should be final. | 94 | |
'4' is a magic number. | 95 | |
Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Parameter pw should be final. | 61 | |
Missing a Javadoc comment. | 65 | |
Parameter stream should be final. | 65 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter howmany should be final. | 74 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter nb should be final. | 80 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter literals should be final. | 86 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter literals should be final. | 100 | |
Parameter degree should be final. | 100 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter literals should be final. | 122 | |
Parameter degree should be final. | 122 | |
Method 'addExactly' 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 n should be final. | 132 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter prefix should be final. | 150 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Expected an @return tag. | 167 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter reserve should be final. | 167 | |
Expected @param tag for 'reserve'. | 167 | |
Expected an @return tag. | 177 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Expected an @return tag. | 184 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Parameter p should be final. | 191 | |
Expected @param tag for 'p'. | 191 | |
Expected an @return tag. | 198 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter p should be final. | 198 | |
Expected @param tag for 'p'. | 198 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Parameter out should be final. | 205 | |
'out' hides a field. | 205 | |
Expected @param tag for 'out'. | 205 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Parameter out should be final. | 213 | |
'out' hides a field. | 213 | |
Expected @param tag for 'out'. | 213 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
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 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
'16' is a magic number. | 64 | |
Missing a Javadoc comment. | 67 | |
Parameter initSize should be final. | 67 | |
Method 'getOut' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter howmany should be final. | 81 | |
Method 'setNbVars' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter howmany should be final. | 86 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter nb should be final. | 91 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter literals should be final. | 98 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter literals should be final. | 118 | |
Parameter degree should be final. | 118 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter literals should be final. | 147 | |
Parameter n should be final. | 147 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter literals should be final. | 159 | |
Parameter degree should be final. | 159 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter prefix should be final. | 176 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Expected an @return tag. | 200 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Parameter reserve should be final. | 200 | |
Expected @param tag for 'reserve'. | 200 | |
Expected an @return tag. | 210 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Missing a Javadoc comment. | 214 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter p should be final. | 218 | |
Expected an @return tag. | 225 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Parameter p should be final. | 225 | |
Expected @param tag for 'p'. | 225 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Parameter out should be final. | 232 | |
'out' hides a field. | 232 | |
Expected @param tag for 'out'. | 232 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter out should be final. | 240 | |
'out' hides a field. | 240 | |
Expected @param tag for 'out'. | 240 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 54 | |
Type Javadoc comment is missing an @param <T> tag. | 58 | |
Line has trailing spaces. | 61 | |
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 | |
Line is longer than 80 characters. | 78 | |
Expected @param tag for 'fileNameToSave'. | 78 | |
Parameter mapping should be final. | 78 | |
'mapping' hides a field. | 78 | |
Expected @param tag for 'mapping'. | 78 | |
Missing a Javadoc comment. | 88 | |
Parameter dimacs should be final. | 88 | |
Expected @param tag for 'p'. | 125 | |
Parameter reason should be final. | 125 | |
Expected @param tag for 'reason'. | 125 | |
Avoid inline conditionals. | 131 | |
Expected @param tag for 'clause'. | 161 | |
Parameter confl should be final. | 172 | |
Expected @param tag for 'confl'. | 172 | |
Parameter dlevel should be final. | 172 | |
Expected @param tag for 'dlevel'. | 172 | |
Parameter trailLevel should be final. | 172 | |
Expected @param tag for 'trailLevel'. | 172 | |
Parameter p should be final. | 181 | |
Expected @param tag for 'p'. | 181 | |
Parameter model should be final. | 187 | |
Parameter lazyModel should be final. | 187 | |
Parameter result should be final. | 205 | |
Expected @param tag for 'result'. | 205 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 224 | |
Parameter stream should be final. | 224 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
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 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Parameter solver should be final. | 82 | |
Line has trailing spaces. | 89 | |
Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter gateType should be final. | 102 | |
Parameter output should be final. | 102 | |
Parameter inputs should be final. | 102 | |
Expected @throws tag for 'ContradictionException'. | 103 | |
'3' is a magic number. | 135 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Parameter filename should be final. | 12 | |
'filename' hides a field. | 12 | |
Method 'updateWriter' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'setFilename' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter filename should be final. | 30 | |
'filename' hides a field. | 30 | |
Method 'addPoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter x should be final. | 34 | |
Parameter y should be final. | 34 | |
Method 'addInvisiblePoint' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter x should be final. | 38 | |
Parameter y should be final. | 38 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter solver should be final. | 54 | |
Parameter skipDuplicatedEntries should be final. | 54 | |
'skipDuplicatedEntries' hides a field. | 54 | |
Method 'addControlableClause' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter literals should be final. | 59 | |
Method 'addNonControlableClause' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter literals should be final. | 79 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Parameter literals should be final. | 85 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line has trailing spaces. | 106 | |
Expected an @return tag. | 109 | |
Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'getAddedVars' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Method 'getLastConstr' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Method 'setLastConstr' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter lastConstr should be final. | 122 | |
'lastConstr' hides a field. | 122 | |
Method 'getConstrs' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Method 'getLastClause' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'isSkipDuplicatedEntries' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 55 | |
Parameter solver should be final. | 55 | |
Line has trailing spaces. | 61 | |
Expected an @return tag. | 68 | |
Method 'gateFalse' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter y should be final. | 68 | |
Line has trailing spaces. | 76 | |
Expected an @return tag. | 82 | |
Method 'gateTrue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter y should be final. | 82 | |
Expected @throws tag for 'ContradictionException'. | 82 | |
Line has trailing spaces. | 90 | |
Expected an @return tag. | 99 | |
Method 'ite' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter y should be final. | 99 | |
Expected @param tag for 'y'. | 99 | |
Parameter x1 should be final. | 99 | |
Parameter x2 should be final. | 99 | |
Expected @param tag for 'x2'. | 99 | |
Parameter x3 should be final. | 99 | |
Expected @param tag for 'x3'. | 99 | |
Expected @throws tag for 'ContradictionException'. | 100 | |
'6' is a magic number. | 101 | |
'5' is a magic number. | 102 | |
'3' is a magic number. | 122 | |
'4' is a magic number. | 125 | |
'5' is a magic number. | 131 | |
Line has trailing spaces. | 137 | |
Expected an @return tag. | 144 | |
Line is longer than 80 characters. | 144 | |
Method 'and' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Parameter y should be final. | 144 | |
Expected @param tag for 'y'. | 144 | |
Parameter literals should be final. | 144 | |
Expected @throws tag for 'ContradictionException'. | 144 | |
First sentence should end with a period. | 165 | |
Line has trailing spaces. | 167 | |
Expected an @return tag. | 174 | |
Method 'and' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Parameter y should be final. | 174 | |
Expected @param tag for 'y'. | 174 | |
Parameter x1 should be final. | 174 | |
Expected @param tag for 'x1'. | 174 | |
Parameter x2 should be final. | 174 | |
Expected @param tag for 'x2'. | 174 | |
Expected @throws tag for 'ContradictionException'. | 174 | |
'4' is a magic number. | 175 | |
'3' is a magic number. | 176 | |
Line has trailing spaces. | 194 | |
Expected an @return tag. | 200 | |
Method 'or' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Parameter y should be final. | 200 | |
Expected @param tag for 'y'. | 200 | |
Parameter literals should be final. | 200 | |
Expected @param tag for 'literals'. | 200 | |
Expected @throws tag for 'ContradictionException'. | 200 | |
Line has trailing spaces. | 221 | |
Expected an @return tag. | 227 | |
Method 'halfOr' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Parameter y should be final. | 227 | |
Expected @param tag for 'y'. | 227 | |
Parameter literals should be final. | 227 | |
Expected @param tag for 'literals'. | 227 | |
Expected @throws tag for 'ContradictionException'. | 228 | |
Line is longer than 80 characters. | 241 | |
Missing a Javadoc comment. | 241 | |
Parameter clause should be final. | 241 | |
Line has trailing spaces. | 247 | |
Expected an @return tag. | 253 | |
Method 'not' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Parameter y should be final. | 253 | |
Expected @param tag for 'y'. | 253 | |
Parameter x should be final. | 253 | |
Expected @param tag for 'x'. | 253 | |
Expected @throws tag for 'ContradictionException'. | 253 | |
'3' is a magic number. | 255 | |
Line has trailing spaces. | 269 | |
Expected an @return tag. | 275 | |
Line is longer than 80 characters. | 275 | |
Method 'xor' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Parameter y should be final. | 275 | |
Expected @param tag for 'y'. | 275 | |
Parameter literals should be final. | 275 | |
Expected @param tag for 'literals'. | 275 | |
Expected @throws tag for 'ContradictionException'. | 275 | |
Line has trailing spaces. | 288 | |
Expected an @return tag. | 294 | |
Line is longer than 80 characters. | 294 | |
Method 'iff' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Parameter y should be final. | 294 | |
Expected @param tag for 'y'. | 294 | |
Parameter literals should be final. | 294 | |
Expected @param tag for 'literals'. | 294 | |
Expected @throws tag for 'ContradictionException'. | 294 | |
Method 'xor' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Parameter x should be final. | 308 | |
Expected @param tag for 'x'. | 308 | |
Parameter a should be final. | 308 | |
Expected @param tag for 'a'. | 308 | |
Parameter b should be final. | 308 | |
Expected @param tag for 'b'. | 308 | |
Expected @throws tag for 'ContradictionException'. | 308 | |
'3' is a magic number. | 309 | |
Missing a Javadoc comment. | 324 | |
Parameter f should be final. | 324 | |
Parameter prefix should be final. | 324 | |
Parameter negation should be final. | 324 | |
Parameter constrs should be final. | 325 | |
Avoid inline conditionals. | 331 | |
Missing a Javadoc comment. | 351 | |
Parameter f should be final. | 351 | |
Parameter prefix should be final. | 351 | |
Parameter negation should be final. | 351 | |
Parameter constrs should be final. | 352 | |
Avoid inline conditionals. | 358 | |
Method 'fullAdderSum' is not designed for extension - needs to be abstract, final or empty. | 381 | |
Parameter x should be final. | 381 | |
Expected @param tag for 'x'. | 381 | |
Parameter a should be final. | 381 | |
Expected @param tag for 'a'. | 381 | |
Parameter b should be final. | 381 | |
Expected @param tag for 'b'. | 381 | |
Parameter c should be final. | 381 | |
Expected @param tag for 'c'. | 381 | |
Expected @throws tag for 'ContradictionException'. | 382 | |
'4' is a magic number. | 383 | |
Method 'fullAdderCarry' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Parameter x should be final. | 415 | |
Expected @param tag for 'x'. | 415 | |
Parameter a should be final. | 415 | |
Expected @param tag for 'a'. | 415 | |
Parameter b should be final. | 415 | |
Expected @param tag for 'b'. | 415 | |
Parameter c should be final. | 415 | |
Expected @param tag for 'c'. | 415 | |
Expected @throws tag for 'ContradictionException'. | 416 | |
'3' is a magic number. | 417 | |
Method 'additionalFullAdderConstraints' is not designed for extension - needs to be abstract, final or empty. | 441 | |
Parameter xcarry should be final. | 441 | |
Expected @param tag for 'xcarry'. | 441 | |
Parameter xsum should be final. | 441 | |
Expected @param tag for 'xsum'. | 441 | |
Parameter a should be final. | 441 | |
Expected @param tag for 'a'. | 441 | |
Parameter b should be final. | 442 | |
Expected @param tag for 'b'. | 442 | |
Parameter c should be final. | 442 | |
Expected @param tag for 'c'. | 442 | |
Expected @throws tag for 'ContradictionException'. | 442 | |
'3' is a magic number. | 443 | |
Line is longer than 80 characters. | 461 | |
Method 'halfAdderSum' is not designed for extension - needs to be abstract, final or empty. | 461 | |
Parameter x should be final. | 461 | |
Expected @param tag for 'x'. | 461 | |
Parameter a should be final. | 461 | |
Expected @param tag for 'a'. | 461 | |
Parameter b should be final. | 461 | |
Expected @param tag for 'b'. | 461 | |
Expected @throws tag for 'ContradictionException'. | 461 | |
Method 'halfAdderCarry' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Parameter x should be final. | 468 | |
Expected @param tag for 'x'. | 468 | |
Parameter a should be final. | 468 | |
Expected @param tag for 'a'. | 468 | |
Parameter b should be final. | 468 | |
Expected @param tag for 'b'. | 468 | |
Expected @throws tag for 'ContradictionException'. | 469 | |
Line has trailing spaces. | 477 | |
Method 'optimisationFunction' is not designed for extension - needs to be abstract, final or empty. | 480 | |
Parameter literals should be final. | 480 | |
Expected @param tag for 'literals'. | 480 | |
Parameter coefs should be final. | 480 | |
Expected @param tag for 'coefs'. | 480 | |
Parameter result should be final. | 481 | |
Expected @param tag for 'result'. | 481 | |
Expected @throws tag for 'ContradictionException'. | 481 | |
'3' is a magic number. | 500 | |
Line has trailing spaces. | 537 | |
Expected an @return tag. | 542 | |
Parameter buckets should be final. | 542 | |
Expected @param tag for 'buckets'. | 542 | |
Parameter i should be final. | 542 | |
Expected @param tag for 'i'. | 542 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter solver should be final. | 50 | |
Method 'addControlableClause' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter literals should be final. | 54 | |
Parameter desc should be final. | 54 | |
Method 'addNonControlableClause' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter literals should be final. | 69 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter literals should be final. | 74 | |
Parameter desc should be final. | 74 | |
Method 'getAddedVars' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getVarToHighLevel' 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 is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Parameter visuTool should be final. | 44 | |
'visuTool' hides a field. | 44 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter model should be final. | 49 | |
Parameter lazyModel should be final. | 49 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 58 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter solverService should be final. | 70 | |
'solverService' hides a field. | 70 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
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 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter visuTool should be final. | 47 | |
'visuTool' hides a field. | 47 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter confl should be final. | 53 | |
Parameter dlevel should be final. | 53 | |
Parameter trailLevel should be final. | 53 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter result should be final. | 65 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter visuTool should be final. | 50 | |
'visuTool' hides a field. | 50 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter confl should be final. | 56 | |
Parameter dlevel should be final. | 56 | |
Parameter trailLevel should be final. | 56 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter result should be final. | 62 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Parameter visuTool should be final. | 53 | |
'visuTool' hides a field. | 53 | |
Parameter restartTool should be final. | 54 | |
'restartTool' hides a field. | 54 | |
Parameter cleanTool should be final. | 54 | |
'cleanTool' hides a field. | 54 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter result should be final. | 63 | |
Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter c should be final. | 70 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 97 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter visuTool should be final. | 47 | |
'visuTool' hides a field. | 47 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter model should be final. | 52 | |
Parameter lazyModel should be final. | 52 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 61 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter solverService should be final. | 74 | |
'solverService' hides a field. | 74 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 78 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Variable 'criteria' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 49 | |
Variable 'currentCriterion' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'prevConstr' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'prevfullmodel' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'prevmodelwithinternalvars' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'prevboolmodel' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'isSolutionOptimal' must be private and have accessor methods. | 59 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 66 | |
Parameter solver should be final. | 66 | |
Method 'addCriterion' 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 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter assumps should be final. | 80 | |
Method 'manageUnsatCase' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'numberOfCriteria' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'fixCriterionValue' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter var should be final. | 150 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Method 'getObjectiveValue' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Method 'getObjectiveValue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter criterion should be final. | 176 | |
Method 'forceObjectiveValueTo' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter forcedValue should be final. | 180 | |
Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Method 'discardCurrentSolution' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Method 'discardSolutionsForOptimizing' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter criterion should be final. | 215 | |
Method 'isOptimal' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Method 'setTimeoutForFindingBetterSolution' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Missing a Javadoc comment. | 233 | |
Parameter seconds should be final. | 233 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Variable 'solvers' must be private and have accessor methods. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'numberOfSolvers' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
Parameter factory should be final. | 94 | |
Parameter solverNames should be final. | 94 | |
Line has trailing spaces. | 110 | |
Parameter names should be final. | 116 | |
Parameter solverObjects should be final. | 116 | |
Missing a Javadoc comment. | 123 | |
Parameter solverObjects should be final. | 123 | |
Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter clauses should be final. | 138 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter literals should be final. | 145 | |
Parameter degree should be final. | 145 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter literals should be final. | 154 | |
Parameter degree should be final. | 154 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter literals should be final. | 163 | |
Parameter n should be final. | 163 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter literals should be final. | 172 | |
Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter howmany should be final. | 209 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Missing a Javadoc comment. | 217 | |
Parameter out should be final. | 218 | |
Parameter prefix should be final. | 218 | |
Line is longer than 80 characters. | 221 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter out should be final. | 227 | |
Parameter prefix should be final. | 227 | |
Line is longer than 80 characters. | 230 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter c should be final. | 236 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Parameter nb should be final. | 261 | |
Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Parameter t should be final. | 267 | |
Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Parameter t should be final. | 273 | |
Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter count should be final. | 279 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter prefix should be final. | 285 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Missing a Javadoc comment. | 305 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Missing a Javadoc comment. | 313 | |
Parameter assumps should be final. | 313 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 321 | |
Missing a Javadoc comment. | 321 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Missing a Javadoc comment. | 325 | |
Parameter assumps should be final. | 325 | |
Parameter globalTimeout should be final. | 326 | |
Must have at least one statement. | 338 | |
Line is longer than 80 characters. | 348 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter globalTimeout should be final. | 348 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Parameter assumps should be final. | 352 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Missing a Javadoc comment. | 360 | |
Parameter var should be final. | 360 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 368 | |
Missing a Javadoc comment. | 368 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter out should be final. | 372 | |
Parameter prefix should be final. | 372 | |
Method 'onFinishWithAnswer' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Missing a Javadoc comment. | 380 | |
Parameter finished should be final. | 380 | |
Parameter result should be final. | 381 | |
Parameter index should be final. | 381 | |
Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 399 | |
Missing a Javadoc comment. | 399 | |
Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 403 | |
Missing a Javadoc comment. | 403 | |
Parameter status should be final. | 403 | |
Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 409 | |
Missing a Javadoc comment. | 409 | |
Parameter sl should be final. | 410 | |
Expected an @return tag. | 419 | |
Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 419 | |
Expected @param tag for '<I>'. | 419 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Missing a Javadoc comment. | 423 | |
Parameter reserve should be final. | 423 | |
Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Missing a Javadoc comment. | 431 | |
Parameter literals should be final. | 431 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Missing a Javadoc comment. | 440 | |
Parameter c should be final. | 440 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 459 | |
Missing a Javadoc comment. | 459 | |
Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Missing a Javadoc comment. | 463 | |
Parameter value should be final. | 463 | |
Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 469 | |
Missing a Javadoc comment. | 469 | |
Parameter prefix should be final. | 469 | |
Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 476 | |
Missing a Javadoc comment. | 476 | |
Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 480 | |
Missing a Javadoc comment. | 480 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 484 | |
Missing a Javadoc comment. | 484 | |
Expected an @return tag. | 491 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 491 | |
Parameter p should be final. | 491 | |
Expected @param tag for 'p'. | 491 | |
Method 'getSolvers' is not designed for extension - needs to be abstract, final or empty. | 495 | |
Missing a Javadoc comment. | 495 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 499 | |
Missing a Javadoc comment. | 499 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 503 | |
Missing a Javadoc comment. | 503 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Missing a Javadoc comment. | 507 | |
Parameter p should be final. | 507 | |
Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 514 | |
Missing a Javadoc comment. | 514 | |
Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 518 | |
Missing a Javadoc comment. | 518 | |
Parameter value should be final. | 518 | |
Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Missing a Javadoc comment. | 525 | |
Line is longer than 80 characters. | 526 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 532 | |
Parameter out should be final. | 532 | |
Expected @param tag for 'out'. | 532 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 539 | |
Parameter out should be final. | 539 | |
Expected @param tag for 'out'. | 539 | |
Method 'learnUnit' is not designed for extension - needs to be abstract, final or empty. | 548 | |
Parameter p should be final. | 549 | |
Method 'provideUnitClauses' is not designed for extension - needs to be abstract, final or empty. | 553 | |
Missing a Javadoc comment. | 553 | |
Parameter upl should be final. | 553 | |
Method 'setUnitClauseProvider' is not designed for extension - needs to be abstract, final or empty. | 559 | |
Missing a Javadoc comment. | 559 | |
Parameter ucp should be final. | 559 | |
Missing a Javadoc comment. | 566 | |
Missing a Javadoc comment. | 568 | |
Missing a Javadoc comment. | 569 | |
Missing a Javadoc comment. | 570 | |
Missing a Javadoc comment. | 571 | |
Missing a Javadoc comment. | 572 | |
Missing a Javadoc comment. | 574 | |
Parameter i should be final. | 574 | |
Parameter solver should be final. | 574 | |
'solver' hides a field. | 574 | |
Parameter assumps should be final. | 574 | |
'assumps' hides a field. | 574 | |
Parameter globalTimeout should be final. | 575 | |
'globalTimeout' hides a field. | 575 | |
Parameter ol should be final. | 575 | |
'ol' hides a field. | 575 | |
Missing a Javadoc comment. | 583 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Parameter solver should be final. | 57 | |
Expected @param tag for 'solver'. | 57 | |
Missing a Javadoc comment. | 61 | |
Parameter solver should be final. | 61 | |
Parameter p should be final. | 61 | |
Parameter modelListener should be final. | 62 | |
Missing a Javadoc comment. | 66 | |
Parameter solver should be final. | 66 | |
Parameter p should be final. | 66 | |
Missing a Javadoc comment. | 70 | |
Parameter solver should be final. | 70 | |
Parameter modelListener should be final. | 71 | |
Line has trailing spaces. | 77 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Must have at least one statement. | 102 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 111 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 60 | |
Parameter solver should be final. | 68 | |
Expected @param tag for 'solver'. | 68 | |
Parameter p should be final. | 68 | |
Parameter modelListener should be final. | 69 | |
Line has trailing spaces. | 74 | |
Parameter solver should be final. | 80 | |
Expected @param tag for 'solver'. | 80 | |
Parameter p should be final. | 80 | |
Parameter solver should be final. | 87 | |
Expected @param tag for 'solver'. | 87 | |
Line has trailing spaces. | 93 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Must have at least one statement. | 123 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 131 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 77 | |
Parameter solver should be final. | 86 | |
Line has trailing spaces. | 96 | |
Parameter solver should be final. | 108 | |
Parameter bound should be final. | 108 | |
'bound' hides a field. | 108 | |
Line has trailing spaces. | 115 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line has trailing spaces. | 136 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Line has trailing spaces. | 150 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter assumps should be final. | 154 | |
Line has trailing spaces. | 164 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Line has trailing spaces. | 192 | |
Method 'numberOfModelsFoundSoFar' is not designed for extension - needs to be abstract, final or empty. | 196 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter solver should be final. | 50 | |
Parameter sfl should be final. | 50 | |
'sfl' hides a field. | 50 | |
Missing a Javadoc comment. | 54 | |
Parameter solver should be final. | 54 | |
Parameter bound should be final. | 54 | |
Parameter sfl should be final. | 55 | |
'sfl' hides a field. | 55 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter assumps should be final. | 72 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 82 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Type Javadoc comment is missing an @param <T> tag. | 49 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Parameter listeners should be final. | 59 | |
'listeners' hides a field. | 59 | |
Missing a Javadoc comment. | 63 | |
Parameter listenersList should be final. | 63 | |
Method 'assuming' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter p should be final. | 67 | |
Method 'propagating' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter p should be final. | 74 | |
Parameter reason should be final. | 74 | |
Method 'backtracking' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter p should be final. | 81 | |
Method 'adding' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter p should be final. | 87 | |
Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter c should be final. | 94 | |
Method 'learnUnit' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter p should be final. | 101 | |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter clause should be final. | 107 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter confl should be final. | 114 | |
Parameter dlevel should be final. | 114 | |
Parameter trailLevel should be final. | 114 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter p should be final. | 121 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter model should be final. | 128 | |
Parameter lazyModel should be final. | 128 | |
Method 'beginLoop' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter result should be final. | 148 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Method 'backjump' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter backjumpLevel should be final. | 161 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter solverService should be final. | 168 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Parameter decorated should be final. | 61 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter literals should be final. | 67 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter literals should be final. | 82 | |
Parameter degree should be final. | 82 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter literals should be final. | 88 | |
Parameter degree should be final. | 88 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter literals should be final. | 94 | |
Parameter n should be final. | 94 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter assumps should be final. | 100 | |
Parameter global should be final. | 100 | |
Method 'getAddedVars' is not designed for extension - needs to be abstract, final or empty. | 121 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 46 | |
Variable 'problem' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 48 | |
Variable 'optimalValueForced' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Parameter problem should be final. | 55 | |
'problem' hides a field. | 55 | |
Missing a Javadoc comment. | 59 | |
Parameter problem should be final. | 59 | |
'problem' hides a field. | 59 | |
Parameter sfl should be final. | 60 | |
'sfl' hides a field. | 60 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter global should be final. | 78 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter myAssumps should be final. | 83 | |
Parameter global should be final. | 83 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter myAssumps should be final. | 89 | |
'1000.0' is a magic number. | 107 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter var should be final. | 123 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter assumps should be final. | 141 | |
'assumps' hides a field. | 141 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Parameter prefix should be final. | 149 | |
Line has trailing spaces. | 157 | |
Method 'isOptimal' is not designed for extension - needs to be abstract, final or empty. | 160 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 50 | |
Parameter s should be final. | 57 | |
Expected @throws tag for 'TimeoutException'. | 57 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Parameter filename should be final. | 62 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter solverService should be final. | 67 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter result should be final. | 76 | |
Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter c should be final. | 87 | |
Method 'learnUnit' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter p should be final. | 96 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Parameter sfl should be final. | 57 | |
'sfl' hides a field. | 57 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter solverService should be final. | 62 | |
'solverService' hides a field. | 62 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter model should be final. | 67 | |
Parameter lazyModel should be final. | 67 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter result should be final. | 78 | |
Method 'getNumberOfSolutionFound' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 46 | |
Parameter solverService should be final. | 46 | |
Missing a Javadoc comment. | 49 | |
Parameter p should be final. | 49 | |
Missing a Javadoc comment. | 52 | |
Parameter p should be final. | 52 | |
Parameter reason should be final. | 52 | |
Missing a Javadoc comment. | 55 | |
Parameter p should be final. | 55 | |
Missing a Javadoc comment. | 58 | |
Parameter p should be final. | 58 | |
Missing a Javadoc comment. | 61 | |
Parameter c should be final. | 61 | |
Missing a Javadoc comment. | 64 | |
Parameter p should be final. | 64 | |
Missing a Javadoc comment. | 67 | |
Parameter clause should be final. | 67 | |
Missing a Javadoc comment. | 70 | |
Parameter confl should be final. | 70 | |
Parameter dlevel should be final. | 70 | |
Parameter trailLevel should be final. | 70 | |
Missing a Javadoc comment. | 73 | |
Parameter p should be final. | 73 | |
Missing a Javadoc comment. | 76 | |
Parameter model should be final. | 76 | |
Parameter lazyModel should be final. | 76 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 85 | |
Parameter result should be final. | 85 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 91 | |
Parameter backjumpLevel should be final. | 91 | |
Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Parameter sfl should be final. | 54 | |
'sfl' hides a field. | 54 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter solverService should be final. | 59 | |
'solverService' hides a field. | 59 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter model should be final. | 64 | |
Parameter lazyModel should be final. | 64 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter result should be final. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 67 | |
Missing a Javadoc comment. | 71 | |
Parameter solver should be final. | 71 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 84 | |
Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Expected @throws tag for 'TimeoutException'. | 90 | |
Line has trailing spaces. | 97 | |
Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter assumptions should be final. | 104 | |
Expected @throws tag for 'TimeoutException'. | 105 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Parameter solver should be final. | 72 | |
Line has trailing spaces. | 78 | |
Method 'lowerBound' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line has trailing spaces. | 90 | |
Method 'countSolutions' is not designed for extension - needs to be abstract, final or empty. | 95 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 45 | |
Parameter model should be final. | 47 | |
Parameter solution should be final. | 51 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 74 | |
First sentence should end with a period. | 80 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 50 | |
Type Javadoc comment is missing an @param <T> tag. | 53 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter status should be final. | 64 | |
Line has trailing spaces. | 70 | |
Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter count should be final. | 73 | |
Line has trailing spaces. | 79 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter out should be final. | 83 | |
Parameter prefix should be final. | 83 | |
Line has trailing spaces. | 89 | |
Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter out should be final. | 93 | |
Line has trailing spaces. | 99 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter global should be final. | 102 | |
Line has trailing spaces. | 108 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter assumps should be final. | 112 | |
Parameter global should be final. | 112 | |
Line has trailing spaces. | 119 | |
Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Line has trailing spaces. | 128 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line has trailing spaces. | 137 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter assumps should be final. | 140 | |
Line has trailing spaces. | 146 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter var should be final. | 149 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter nb should be final. | 153 | |
Line has trailing spaces. | 159 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Expected an @return tag. | 169 | |
Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Line has trailing spaces. | 175 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter prefix should be final. | 178 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Line has trailing spaces. | 189 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter out should be final. | 194 | |
Parameter prefix should be final. | 194 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Parameter out should be final. | 198 | |
Parameter prefix should be final. | 198 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter out should be final. | 202 | |
Missing a Javadoc comment. | 206 | |
Line has trailing spaces. | 209 | |
Parameter solver should be final. | 211 | |
'solver' hides a field. | 211 | |
Expected @param tag for 'solver'. | 211 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Line has trailing spaces. | 222 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter howmany should be final. | 225 | |
Line has trailing spaces. | 231 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Missing a Javadoc comment. | 234 | |
Parameter literals should be final. | 234 | |
Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter clauses should be final. | 238 | |
Expected an @return tag. | 246 | |
Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Parameter literals should be final. | 246 | |
Expected @param tag for 'literals'. | 246 | |
Expected @throws tag for 'ContradictionException'. | 247 | |
Line has trailing spaces. | 253 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter literals should be final. | 256 | |
Parameter degree should be final. | 256 | |
Line has trailing spaces. | 263 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter literals should be final. | 266 | |
Parameter degree should be final. | 266 | |
Line has trailing spaces. | 273 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Line has trailing spaces. | 282 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Line has trailing spaces. | 291 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter assumps should be final. | 294 | |
Line has trailing spaces. | 300 | |
Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter t should be final. | 303 | |
Line has trailing spaces. | 309 | |
Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter t should be final. | 312 | |
Line has trailing spaces. | 318 | |
Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 321 | |
Missing a Javadoc comment. | 321 | |
Line has trailing spaces. | 327 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Missing a Javadoc comment. | 330 | |
Line has trailing spaces. | 336 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Line has trailing spaces. | 345 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Method 'decorated' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Line has trailing spaces. | 359 | |
Method 'clearDecorated' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Line has trailing spaces. | 370 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
Parameter c should be final. | 373 | |
Line has trailing spaces. | 379 | |
Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Expected @param tag for '<S>'. | 389 | |
Parameter sl should be final. | 390 | |
Expected @param tag for 'sl'. | 390 | |
Expected an @return tag. | 397 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Parameter reserve should be final. | 397 | |
Expected @param tag for 'reserve'. | 397 | |
Expected an @return tag. | 404 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Parameter c should be final. | 404 | |
Expected @param tag for 'c'. | 404 | |
Expected an @return tag. | 411 | |
Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Expected @param tag for '<S>'. | 411 | |
Expected an @return tag. | 418 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Parameter value should be final. | 425 | |
Expected @param tag for 'value'. | 425 | |
Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Parameter prefix should be final. | 432 | |
Expected @param tag for 'prefix'. | 432 | |
Expected an @return tag. | 439 | |
Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 439 | |
Expected an @return tag. | 446 | |
Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Expected an @return tag. | 453 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Expected an @return tag. | 460 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 460 | |
Parameter literals should be final. | 460 | |
Expected @param tag for 'literals'. | 460 | |
Parameter n should be final. | 460 | |
Expected @param tag for 'n'. | 460 | |
Expected @throws tag for 'ContradictionException'. | 461 | |
Expected an @return tag. | 468 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Expected an @return tag. | 475 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 482 | |
Parameter p should be final. | 482 | |
Expected @param tag for 'p'. | 482 | |
Expected an @return tag. | 489 | |
Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Parameter value should be final. | 496 | |
Expected @param tag for 'value'. | 496 | |
Expected an @return tag. | 503 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 503 | |
Parameter p should be final. | 503 | |
Expected @param tag for 'p'. | 503 | |
Expected an @return tag. | 510 | |
Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Method 'setUnitClauseProvider' is not designed for extension - needs to be abstract, final or empty. | 517 | |
Parameter ucp should be final. | 517 | |
Expected @param tag for 'ucp'. | 517 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter visuTool should be final. | 50 | |
'visuTool' hides a field. | 50 | |
Line is longer than 80 characters. | 51 | |
Parameter cleanVisuTool should be final. | 51 | |
'cleanVisuTool' hides a field. | 51 | |
Parameter restartVisuTool should be final. | 51 | |
'restartVisuTool' hides a field. | 51 | |
Method 'propagating' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter p should be final. | 67 | |
Parameter reason should be final. | 67 | |
'2000' is a magic number. | 70 | |
'1000' is a magic number. | 73 | |
'1000.0' is a magic number. | 77 | |
'1000.0' is a magic number. | 78 | |
'1000.0' is a magic number. | 79 | |
Method 'end' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter result should be final. | 87 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 93 | |
'1000.0' is a magic number. | 97 | |
'1000' is a magic number. | 98 | |
'1000.0' is a magic number. | 99 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 103 | |
'1000' is a magic number. | 107 | |
'1000.0' is a magic number. | 108 | |
'1000.0' is a magic number. | 112 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 116 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 58 | |
First sentence should end with a period. | 62 | |
First sentence should end with a period. | 67 | |
First sentence should end with a period. | 72 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
First sentence should end with a period. | 85 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'model' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter var should be final. | 95 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter p should be final. | 105 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter assumps should be final. | 114 | |
Parameter globalTimeout should be final. | 114 | |
Line is longer than 80 characters. | 119 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter globalTimeout should be final. | 119 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter assumps should be final. | 123 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter assumps should be final. | 131 | |
Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter howmany should be final. | 139 | |
Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 149 | |
Parameter out should be final. | 150 | |
Parameter prefix should be final. | 150 | |
Missing a Javadoc comment. | 154 | |
Parameter out should be final. | 154 | |
Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter reserve should be final. | 162 | |
Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter p should be final. | 166 | |
Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter nb should be final. | 170 | |
Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter literals should be final. | 174 | |
Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter literals should be final. | 212 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Missing a Javadoc comment. | 217 | |
Parameter c should be final. | 217 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter c should be final. | 221 | |
Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter clauses should be final. | 225 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Parameter literals should be final. | 230 | |
Parameter degree should be final. | 230 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter literals should be final. | 235 | |
Parameter degree should be final. | 235 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Parameter literals should be final. | 240 | |
Parameter n should be final. | 240 | |
Missing a Javadoc comment. | 245 | |
Parameter t should be final. | 245 | |
Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter count should be final. | 248 | |
Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Parameter t should be final. | 252 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Missing a Javadoc comment. | 268 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Parameter out should be final. | 272 | |
Parameter prefix should be final. | 272 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Parameter out should be final. | 277 | |
Parameter prefix should be final. | 277 | |
Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter out should be final. | 281 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 347 | |
Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Missing a Javadoc comment. | 358 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
Parameter prefix should be final. | 362 | |
Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
Missing a Javadoc comment. | 370 | |
Parameter status should be final. | 370 | |
Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Missing a Javadoc comment. | 377 | |
Parameter sl should be final. | 378 | |
Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 386 | |
Missing a Javadoc comment. | 386 | |
Missing a Javadoc comment. | 390 | |
Parameter value should be final. | 390 | |
Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
Parameter prefix should be final. | 393 | |
Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Missing a Javadoc comment. | 397 | |
Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Missing a Javadoc comment. | 401 | |
Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 405 | |
Missing a Javadoc comment. | 405 | |
Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 409 | |
Missing a Javadoc comment. | 409 | |
Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 413 | |
Missing a Javadoc comment. | 413 | |
Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 417 | |
Missing a Javadoc comment. | 417 | |
Parameter keepHot should be final. | 417 | |
Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Missing a Javadoc comment. | 421 | |
Method 'setUnitClauseProvider' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Missing a Javadoc comment. | 425 | |
Parameter ucp should be final. | 425 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Type Javadoc comment is missing an @param <T> tag. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter mapping should be final. | 55 | |
'mapping' hides a field. | 55 | |
Expected @param tag for 'mapping'. | 55 | |
Missing a Javadoc comment. | 59 | |
Parameter dimacs should be final. | 59 | |
Method 'assuming' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter p should be final. | 74 | |
Method 'propagating' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter p should be final. | 81 | |
Expected @param tag for 'p'. | 81 | |
Parameter reason should be final. | 81 | |
Expected @param tag for 'reason'. | 81 | |
Method 'backtracking' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter p should be final. | 85 | |
Method 'adding' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter p should be final. | 89 | |
Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter clause should be final. | 96 | |
Expected @param tag for 'clause'. | 96 | |
Method 'learnUnit' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter p should be final. | 104 | |
Expected @param tag for 'p'. | 104 | |
Missing a Javadoc comment. | 109 | |
Parameter clause should be final. | 109 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Parameter confl should be final. | 116 | |
Expected @param tag for 'confl'. | 116 | |
Parameter dlevel should be final. | 116 | |
Expected @param tag for 'dlevel'. | 116 | |
Parameter trailLevel should be final. | 116 | |
Expected @param tag for 'trailLevel'. | 116 | |
Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter p should be final. | 123 | |
Expected @param tag for 'p'. | 123 | |
Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter model should be final. | 127 | |
Parameter lazyModel should be final. | 127 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 134 | |
Parameter result should be final. | 140 | |
Expected @param tag for 'result'. | 140 | |
Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Method 'backjump' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter backjumpLevel should be final. | 150 | |
Parameter solverService should be final. | 157 | |
Expected @param tag for 'solverService'. | 157 | |
Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 163 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 67 | |
Expected an @return tag. | 69 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter solver should be final. | 70 | |
Expected @param tag for 'solver'. | 70 | |
Parameter literals should be final. | 70 | |
Expected @param tag for 'literals'. | 70 | |
Expected @throws tag for 'ContradictionException'. | 71 | |
Array brackets at illegal position. | 85 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter solver should be final. | 131 | |
Parameter literals should be final. | 131 | |
Parameter k should be final. | 131 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter solver should be final. | 190 | |
Parameter literals should be final. | 190 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Parameter solver should be final. | 201 | |
Parameter literals should be final. | 201 | |
Parameter degree should be final. | 201 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 56 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter solver should be final. | 61 | |
Parameter literals should be final. | 61 | |
Parameter degree should be final. | 61 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter solver should be final. | 83 | |
Parameter literals should be final. | 83 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter solver should be final. | 101 | |
Parameter literals should be final. | 101 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter solver should be final. | 112 | |
Parameter literals should be final. | 112 | |
Parameter degree should be final. | 112 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 58 | |
Expected an @return tag. | 67 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter solver should be final. | 68 | |
Expected @param tag for 'solver'. | 68 | |
Parameter literals should be final. | 68 | |
Expected @param tag for 'literals'. | 68 | |
Expected @throws tag for 'ContradictionException'. | 69 | |
'3' is a magic number. | 71 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter solver should be final. | 74 | |
Parameter literals should be final. | 74 | |
Parameter groupSize should be final. | 74 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Parameter solver should be final. | 148 | |
Parameter literals should be final. | 148 | |
Parameter degree should be final. | 148 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter solver should be final. | 154 | |
Parameter literals should be final. | 154 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Parameter solver should be final. | 165 | |
Parameter literals should be final. | 165 | |
Parameter degree should be final. | 165 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter name should be final. | 47 | |
'name' hides a field. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 51 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter solver should be final. | 55 | |
Parameter literals should be final. | 55 | |
Parameter degree should be final. | 55 | |
Method 'addAtLeastOne' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter solver should be final. | 65 | |
Parameter literals should be final. | 65 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter solver should be final. | 70 | |
Parameter literals should be final. | 70 | |
Parameter degree should be final. | 70 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter solver should be final. | 75 | |
Parameter literals should be final. | 75 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter solver should be final. | 80 | |
Parameter literals should be final. | 80 | |
Parameter degree should be final. | 80 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter solver should be final. | 85 | |
Parameter literals should be final. | 85 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 90 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 54 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 61 | |
Parameter solver should be final. | 64 | |
Parameter literals should be final. | 64 | |
Array brackets at illegal position. | 70 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line has trailing spaces. | 140 | |
Line has trailing spaces. | 141 | |
Parameter solver should be final. | 144 | |
Parameter literals should be final. | 144 | |
Array brackets at illegal position. | 157 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Parameter encodingName should be final. | 66 | |
Missing a Javadoc comment. | 86 | |
Parameter adapter should be final. | 87 | |
Method 'getAtMostOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line is longer than 80 characters. | 110 | |
Method 'setAtMostOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter atMostOneEncoding should be final. | 110 | |
'atMostOneEncoding' hides a field. | 110 | |
Method 'setAtMostOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter atMostOneEncoding should be final. | 114 | |
'atMostOneEncoding' hides a field. | 114 | |
Method 'getAtMostKEncoding' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Method 'setAtMostKEncoding' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter atMostKEncoding should be final. | 122 | |
'atMostKEncoding' hides a field. | 122 | |
Method 'setAtMostKEncoding' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter atMostKEncoding should be final. | 126 | |
'atMostKEncoding' hides a field. | 126 | |
Method 'getExactlyOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Line is longer than 80 characters. | 134 | |
Method 'setExactlyOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter exactlyOneEncoding should be final. | 134 | |
'exactlyOneEncoding' hides a field. | 134 | |
Method 'setExactlyOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter exactlyOneEncoding should be final. | 138 | |
'exactlyOneEncoding' hides a field. | 138 | |
Line is longer than 80 characters. | 139 | |
Method 'getExactlyKEncoding' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Method 'setExactlyKEncoding' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter exactlyKEncoding should be final. | 146 | |
'exactlyKEncoding' hides a field. | 146 | |
Method 'setExactlyKEncoding' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter exactlyKEncoding should be final. | 150 | |
'exactlyKEncoding' hides a field. | 150 | |
Method 'getAtLeastOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Line is longer than 80 characters. | 158 | |
Method 'setAtLeastOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter atLeastOneEncoding should be final. | 158 | |
'atLeastOneEncoding' hides a field. | 158 | |
Method 'setAtLeastOneEncoding' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter atLeastOneEncoding should be final. | 162 | |
'atLeastOneEncoding' hides a field. | 162 | |
Line is longer than 80 characters. | 163 | |
Method 'getAtLeastKEncoding' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Method 'setAtLeastKEncoding' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter atLeastKEncoding should be final. | 170 | |
'atLeastKEncoding' hides a field. | 170 | |
Method 'setAtLeastKEncoding' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter atLeastKEncoding should be final. | 174 | |
'atLeastKEncoding' hides a field. | 174 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Parameter solver should be final. | 179 | |
Parameter literals should be final. | 179 | |
Parameter k should be final. | 179 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Parameter solver should be final. | 204 | |
Parameter literals should be final. | 204 | |
Parameter n should be final. | 204 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Parameter solver should be final. | 220 | |
Parameter literals should be final. | 220 | |
Parameter n should be final. | 220 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 234 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 61 | |
Method 'addAtMostNonOpt' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter solver should be final. | 65 | |
Parameter literals should be final. | 65 | |
Parameter k should be final. | 65 | |
'7' is a magic number. | 85 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter solver should be final. | 161 | |
Parameter literals should be final. | 161 | |
Parameter k should be final. | 161 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter solver should be final. | 167 | |
Parameter literals should be final. | 167 | |
'7' is a magic number. | 176 | |
Missing a Javadoc comment. | 216 | |
Parameter n should be final. | 216 | |
Parameter p should be final. | 216 | |
Parameter nbBits should be final. | 216 | |
Missing a Javadoc comment. | 233 | |
Parameter tab should be final. | 233 | |
Parameter p should be final. | 233 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Parameter solver should be final. | 243 | |
Parameter literals should be final. | 243 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Parameter solver should be final. | 254 | |
Parameter literals should be final. | 254 | |
Parameter degree should be final. | 254 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 56 | |
Expected an @return tag. | 65 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter solver should be final. | 66 | |
Expected @param tag for 'solver'. | 66 | |
Parameter literals should be final. | 66 | |
Expected @param tag for 'literals'. | 66 | |
Parameter k should be final. | 66 | |
Expected @param tag for 'k'. | 66 | |
Expected @throws tag for 'ContradictionException'. | 67 | |
Array brackets at illegal position. | 75 | |
Method 'addAtMostOne' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter solver should be final. | 124 | |
Parameter literals should be final. | 124 | |
Method 'addExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter solver should be final. | 130 | |
Parameter literals should be final. | 130 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter solver should be final. | 141 | |
Parameter literals should be final. | 141 | |
Parameter degree should be final. | 141 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 55 | |
Method 'cancelExplanationComputation' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter solver should be final. | 61 | |
Parameter constrs should be final. | 61 | |
Parameter assumps should be final. | 62 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 163 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
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 is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Parameter solver should be final. | 63 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter literals should be final. | 68 | |
Parameter degree should be final. | 68 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter literals should be final. | 74 | |
Parameter degree should be final. | 74 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Expected an @return tag. | 89 | |
Expected @throws tag for 'TimeoutException'. | 89 | |
Method 'minimalExplanation' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Expected an @return tag. | 115 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Expected @throws tag for 'TimeoutException'. | 115 | |
Method 'cancelExplanation' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter assumps should be final. | 138 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter global should be final. | 150 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter assumps should be final. | 156 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Parameter assumps should be final. | 162 | |
Parameter global should be final. | 162 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter prefix should be final. | 169 | |
Method 'setMinimizationStrategy' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter strategy should be final. | 176 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 71 | |
Method 'cancelExplanationComputation' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Expected an @return tag. | 83 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter solver should be final. | 83 | |
Expected @param tag for 'solver'. | 83 | |
Parameter constrs should be final. | 83 | |
Expected @param tag for 'constrs'. | 83 | |
Parameter assumps should be final. | 84 | |
Expected @param tag for 'assumps'. | 84 | |
Expected @throws tag for 'TimeoutException'. | 84 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 170 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 49 | |
Expected an @return tag. | 57 | |
Expected @param tag for 'solver'. | 57 | |
Expected @param tag for 'constrs'. | 57 | |
Expected @param tag for 'assumps'. | 57 | |
Expected @throws tag for 'TimeoutException'. | 58 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 70 | |
Method 'cancelExplanationComputation' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter solver should be final. | 76 | |
Parameter constrs should be final. | 76 | |
Parameter assumps should be final. | 77 | |
Inner assignments should be avoided. | 95 | |
Missing a Javadoc comment. | 105 | |
Parameter solver should be final. | 105 | |
Parameter encodingAssumptions should be final. | 106 | |
Parameter start should be final. | 106 | |
Parameter end should be final. | 106 | |
Parameter result should be final. | 106 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 151 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
First sentence should end with a period. | 41 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 73 | |
Method 'cancelExplanationComputation' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter solver should be final. | 79 | |
Parameter constrs should be final. | 79 | |
Parameter assumps should be final. | 80 | |
Missing a Javadoc comment. | 129 | |
Parameter solver should be final. | 129 | |
Parameter constrs should be final. | 129 | |
Parameter encodingAssumptions should be final. | 130 | |
Parameter start should be final. | 130 | |
Parameter end should be final. | 130 | |
Parameter result should be final. | 130 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 169 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Parameter solver should be final. | 68 | |
Parameter skipDuplicatedEntries should be final. | 68 | |
Missing a Javadoc comment. | 72 | |
Parameter solver should be final. | 72 | |
Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter literals should be final. | 77 | |
Parameter n should be final. | 77 | |
Line is longer than 80 characters. | 80 | |
Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter literals should be final. | 84 | |
Parameter degree should be final. | 84 | |
Line is longer than 80 characters. | 87 | |
Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter literals should be final. | 91 | |
Parameter degree should be final. | 91 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Expected an @return tag. | 107 | |
Expected @throws tag for 'TimeoutException'. | 107 | |
Line has trailing spaces. | 120 | |
Method 'minimalExplanation' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Expected @throws tag for 'TimeoutException'. | 126 | |
Line has trailing spaces. | 143 | |
Expected an @return tag. | 149 | |
Method 'explain' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Expected @throws tag for 'TimeoutException'. | 149 | |
Method 'cancelExplanation' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Parameter assumps should be final. | 172 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter global should be final. | 184 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter assumps should be final. | 190 | |
Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Parameter assumps should be final. | 196 | |
Parameter global should be final. | 196 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Parameter prefix should be final. | 203 | |
Method 'setMinimizationStrategy' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter strategy should be final. | 209 | |
Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Parameter c should be final. | 214 | |
Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Parameter c should be final. | 223 |