The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | ![]() |
NewlineAtEndOfFile | 10 | ![]() |
Translation | 0 | ![]() |
FileLength | 1 | ![]() |
FileTabCharacter
| 90 | ![]() |
RegexpSingleline
| 922 | ![]() |
JavadocMethod | 1667 | ![]() |
JavadocType | 52 | ![]() |
JavadocVariable | 504 | ![]() |
JavadocStyle | 93 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 5 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 543 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 3 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 5 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 8 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 2 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 28 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 158 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 12 | ![]() |
MagicNumber | 106 | ![]() |
MissingSwitchDefault | 2 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 1017 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 99 | ![]() |
ArrayTypeStyle | 6 | ![]() |
FinalParameters | 1596 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'beginTime' must be private and have accessor methods. | 70 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Variable 'exitCode' must be private and have accessor methods. | 72 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'reader' must be private and have accessor methods. | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'out' must be private and have accessor methods. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Variable 'shutdownHook' must be private and have accessor methods. | 80 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Variable 'solver' must be private and have accessor methods. | 87 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Variable 'problem' must be private and have accessor methods. | 89 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Variable 'silent' must be private and have accessor methods. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Variable 'prime' must be private and have accessor methods. | 93 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'setLauncherMode' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter launcherMode should be final. | 97 |
![]() | 'launcherMode' hides a field. | 97 |
![]() | Method 'setIncomplete' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter isIncomplete should be final. | 101 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line has trailing spaces. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | '14' is a magic number. | 146 |
![]() | Avoid inline conditionals. | 146 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Method 'displayLicense' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line has trailing spaces. | 163 |
![]() | Method 'readProblem' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Parameter problemname should be final. | 174 |
![]() | Line is longer than 80 characters. | 181 |
![]() | '1000.0' is a magic number. | 181 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter args should be final. | 193 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Missing a Javadoc comment. | 252 |
![]() | First sentence should end with a period. | 254 |
![]() | Line has trailing spaces. | 256 |
![]() | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Parameter message should be final. | 259 |
![]() | Expected @param tag for 'message'. | 259 |
![]() | Method 'solve' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Parameter problem should be final. | 265 |
![]() | 'problem' hides a field. | 265 |
![]() | Line has trailing spaces. | 273 |
![]() | Method 'setDisplaySolutionLine' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Parameter value should be final. | 276 |
![]() | Expected @param tag for 'value'. | 276 |
![]() | First sentence should end with a period. | 280 |
![]() | Line has trailing spaces. | 282 |
![]() | Parameter exitCode should be final. | 286 |
![]() | 'exitCode' hides a field. | 286 |
![]() | First sentence should end with a period. | 290 |
![]() | Line has trailing spaces. | 292 |
![]() | Line has trailing spaces. | 302 |
![]() | Line has trailing spaces. | 310 |
![]() | Line has trailing spaces. | 320 |
![]() | Method 'setLogWriter' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Parameter out should be final. | 323 |
![]() | 'out' hides a field. | 323 |
![]() | Expected @param tag for 'out'. | 323 |
![]() | Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Method 'setSilent' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Parameter b should be final. | 331 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Parameter stream should be final. | 335 |
![]() | Method 'showAvailableSolvers' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Parameter afactory should be final. | 348 |
![]() | 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 |
![]() | Parameter framework should be final. | 360 |
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. | 253 |
![]() | Parameter solver should be final. | 257 |
![]() | Parameter problem should be final. | 257 |
![]() | Parameter logger should be final. | 258 |
![]() | Parameter out should be final. | 258 |
![]() | Parameter reader should be final. | 258 |
![]() | Parameter beginTime should be final. | 259 |
![]() | Parameter displaySolutionLine should be final. | 259 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line is longer than 80 characters. | 281 |
![]() | '1000.0' is a magic number. | 295 |
![]() | Parameter problem should be final. | 298 |
![]() | Parameter reader should be final. | 298 |
![]() | Parameter logger should be final. | 298 |
![]() | Parameter out should be final. | 299 |
![]() | Parameter beginTime should be final. | 299 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | '1000.0' is a magic number. | 320 |
![]() | Parameter solution should be final. | 343 |
![]() | Parameter solution should be final. | 347 |
![]() | Parameter exitCode should be final. | 355 |
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. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line has trailing spaces. | 93 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '1.1' is a magic number. | 133 |
![]() | '100' is a magic number. | 133 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '512' is a magic number. | 139 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter dsf should be final. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '1.1' is a magic number. | 156 |
![]() | '100' is a magic number. | 156 |
![]() | Line has trailing spaces. | 162 |
![]() | Expected an @return tag. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Expected an @return tag. | 179 |
![]() | Expected an @return tag. | 188 |
![]() | Expected an @return tag. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 203 |
![]() | Expected an @return tag. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line has trailing spaces. | 211 |
![]() | Expected an @return tag. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '10' is a magic number. | 219 |
![]() | Expected an @return tag. | 227 |
![]() | '512' is a magic number. | 230 |
![]() | Parameter dsf should be final. | 242 |
![]() | Parameter dsf should be final. | 258 |
![]() | Parameter order should be final. | 258 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | '10' is a magic number. | 272 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | '10' is a magic number. | 287 |
![]() | '1000' is a magic number. | 290 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Parameter dsf should be final. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line has trailing spaces. | 353 |
![]() | Line has trailing spaces. | 369 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Missing a Javadoc comment. | 387 |
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 |
![]() | First sentence should end with a period. | 281 |
![]() | Line has trailing spaces. | 283 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Parameter claInc should be final. | 309 |
![]() | Expected @param tag for 'claInc'. | 309 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter p should be final. | 322 |
![]() | Parameter trail should be final. | 322 |
![]() | Parameter outReason should be final. | 322 |
![]() | Avoid inline conditionals. | 323 |
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 |
![]() | Line has trailing spaces. | 420 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Parameter literal should be final. | 423 |
![]() | Line has trailing spaces. | 429 |
![]() | Missing a Javadoc comment. | 432 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Parameter claInc should be final. | 443 |
![]() | Expected @param tag for 'claInc'. | 443 |
![]() | Missing a Javadoc comment. | 448 |
![]() | Missing a Javadoc comment. | 452 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Parameter p should be final. | 456 |
![]() | Parameter trail should be final. | 456 |
![]() | Parameter outReason should be final. | 456 |
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 'computeWatches' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | Method 'computePropagation' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Parameter s should be final. | 539 |
![]() | Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() | Missing a Javadoc comment. | 565 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 569 |
![]() | Parameter card should be final. | 570 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() | Parameter claInc should be final. | 614 |
![]() | Expected @param tag for 'claInc'. | 614 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 618 |
![]() | Missing a Javadoc comment. | 618 |
![]() | Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() | Missing a Javadoc comment. | 622 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | Missing a Javadoc comment. | 626 |
![]() | Parameter p should be final. | 626 |
![]() | Parameter trail should be final. | 626 |
![]() | Parameter outReason should be final. | 626 |
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 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Parameter obj should be final. | 197 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Parameter p should be final. | 231 |
![]() | Parameter trail should be final. | 231 |
![]() | Parameter outReason should be final. | 231 |
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 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Parameter obj should be final. | 262 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Parameter p should be final. | 310 |
![]() | Parameter trail should be final. | 310 |
![]() | Parameter outReason should be final. | 310 |
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 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter p should be final. | 56 |
![]() | Parameter outReason should be final. | 56 |
![]() | Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter claInc should be final. | 66 |
![]() | Method 'setActivity' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter claInc should be final. | 70 |
![]() | Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter upl should be final. | 82 |
![]() | Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter d should be final. | 86 |
![]() | Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter s should be final. | 98 |
![]() | Parameter p should be final. | 98 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter i should be final. | 102 |
![]() | 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 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter p should be final. | 130 |
![]() | Parameter trail should be final. | 130 |
![]() | Parameter outReason should be final. | 130 |
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 'calcReason' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter p should be final. | 54 |
![]() | Parameter outReason should be final. | 54 |
![]() | Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter claInc should be final. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter claInc should be final. | 67 |
![]() | Method 'locked' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter upl should be final. | 79 |
![]() | Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter d should be final. | 85 |
![]() | Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter s should be final. | 97 |
![]() | Parameter p should be final. | 97 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter i should be final. | 101 |
![]() | Method 'learnt' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter claInc should be final. | 113 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter p should be final. | 121 |
![]() | Parameter trail should be final. | 121 |
![]() | Parameter outReason should be final. | 121 |
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 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Method 'getLits' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Parameter obj should be final. | 214 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Method 'canBePropagatedMultipleTimes' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Method 'toConstraint' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Method 'calcReasonOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter p should be final. | 259 |
![]() | Parameter trail should be final. | 259 |
![]() | Parameter outReason should be final. | 259 |
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. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 50 |
![]() | Expected @param tag for 'upl'. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 113 |
![]() | Expected @param tag for 'claInc'. | 116 |
![]() | Line has trailing spaces. | 120 |
![]() | Line has trailing spaces. | 138 |
![]() | First sentence should end with a period. | 144 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 158 |
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. | 39 |
![]() | Unused @throws tag for 'UnsupportedOperationException'. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected @throws tag for 'ContradictionException'. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Expected @param tag for 'p'. | 88 |
![]() | Expected @param tag for 'p'. | 95 |
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. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 57 |
![]() | Expected @param tag for 'learner'. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Expected @param tag for 'strategy'. | 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 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 101 |
![]() | Expected @param tag for 'simp'. | 104 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Expected @param tag for 'lcds'. | 113 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 127 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 141 |
![]() | 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. | 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. | 35 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 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 |
![]() | 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,591 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. | 65 |
![]() | Type Javadoc comment is missing an @param <D> tag. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Variable 'out' must be private and have accessor methods. | 77 |
![]() | Variable 'constrs' must be private and have accessor methods. | 82 |
![]() | Variable 'learnts' must be private and have accessor methods. | 87 |
![]() | First sentence should end with a period. | 99 |
![]() | Variable 'trail' must be private and have accessor methods. | 108 |
![]() | Variable 'trailLim' must be private and have accessor methods. | 113 |
![]() | Variable 'rootLevel' must be private and have accessor methods. | 118 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Variable 'voc' must be private and have accessor methods. | 122 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Variable 'undertimeout' must be private and have accessor methods. | 132 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Variable 'dsfactory' must be private and have accessor methods. | 138 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Name '__dimacs_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Variable 'slistener' must be private and have accessor methods. | 144 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Method 'dimacs2internal' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter in should be final. | 161 |
![]() | Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Parameter p should be final. | 179 |
![]() | Parameter learner should be final. | 189 |
![]() | 'learner' hides a field. | 189 |
![]() | Expected @param tag for 'learner'. | 189 |
![]() | Parameter dsf should be final. | 189 |
![]() | Expected @param tag for 'dsf'. | 189 |
![]() | Parameter order should be final. | 189 |
![]() | 'order' hides a field. | 189 |
![]() | Expected @param tag for 'order'. | 189 |
![]() | Parameter restarter should be final. | 190 |
![]() | 'restarter' hides a field. | 190 |
![]() | Expected @param tag for 'restarter'. | 190 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter learner should be final. | 194 |
![]() | 'learner' hides a field. | 194 |
![]() | Parameter dsf should be final. | 194 |
![]() | Parameter params should be final. | 194 |
![]() | 'params' hides a field. | 194 |
![]() | Parameter order should be final. | 195 |
![]() | 'order' hides a field. | 195 |
![]() | Parameter restarter should be final. | 195 |
![]() | 'restarter' hides a field. | 195 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Parameter learner should be final. | 199 |
![]() | 'learner' hides a field. | 199 |
![]() | Parameter dsf should be final. | 199 |
![]() | Parameter params should be final. | 199 |
![]() | 'params' hides a field. | 199 |
![]() | Parameter order should be final. | 200 |
![]() | 'order' hides a field. | 200 |
![]() | Parameter restarter should be final. | 200 |
![]() | 'restarter' hides a field. | 200 |
![]() | Parameter logger should be final. | 200 |
![]() | Line has trailing spaces. | 212 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter dsf should be final. | 215 |
![]() | Expected an @return tag. | 226 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Parameter value should be final. | 234 |
![]() | Expected @param tag for 'value'. | 234 |
![]() | Line has trailing spaces. | 240 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Parameter sl should be final. | 246 |
![]() | Line has trailing spaces. | 252 |
![]() | Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Line has trailing spaces. | 261 |
![]() | Method 'setLearner' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Parameter strategy should be final. | 265 |
![]() | Line has trailing spaces. | 271 |
![]() | Method 'setLearningStrategy' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Missing a Javadoc comment. | 276 |
![]() | Parameter strategy should be final. | 276 |
![]() | Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Parameter t should be final. | 284 |
![]() | '1000L' is a magic number. | 285 |
![]() | Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Parameter t should be final. | 289 |
![]() | Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Parameter count should be final. | 294 |
![]() | Line has trailing spaces. | 301 |
![]() | Method 'setSearchParams' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Parameter sp should be final. | 305 |
![]() | Method 'getSearchParams' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Line has trailing spaces. | 315 |
![]() | Method 'setRestartStrategy' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Parameter restarter should be final. | 320 |
![]() | 'restarter' hides a field. | 320 |
![]() | Line has trailing spaces. | 326 |
![]() | Method 'getRestartStrategy' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Method 'nAssigns' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Method 'learn' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Parameter c should be final. | 355 |
![]() | '3' is a magic number. | 365 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Parameter howmany should be final. | 384 |
![]() | Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Parameter literals should be final. | 390 |
![]() | Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Parameter co should be final. | 395 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Expected an @return tag. | 412 |
![]() | Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Parameter co should be final. | 412 |
![]() | Expected @param tag for 'co'. | 412 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Parameter clauses should be final. | 429 |
![]() | Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Parameter literals should be final. | 437 |
![]() | Parameter degree should be final. | 437 |
![]() | Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Missing a Javadoc comment. | 447 |
![]() | Parameter literals should be final. | 447 |
![]() | Parameter degree should be final. | 447 |
![]() | Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Parameter literals should be final. | 454 |
![]() | Parameter n should be final. | 454 |
![]() | Method 'simplifyDB' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() | Missing a Javadoc comment. | 462 |
![]() | '{' is followed by whitespace. | 466 |
![]() | Line has trailing spaces. | 484 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() | Line has trailing spaces. | 499 |
![]() | Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Parameter p should be final. | 502 |
![]() | Line has trailing spaces. | 508 |
![]() | Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() | Missing a Javadoc comment. | 512 |
![]() | Parameter p should be final. | 512 |
![]() | Parameter from should be final. | 512 |
![]() | Missing a Javadoc comment. | 533 |
![]() | Missing a Javadoc comment. | 535 |
![]() | Missing a Javadoc comment. | 537 |
![]() | Method 'analyze' is not designed for extension - needs to be abstract, final or empty. | 543 |
![]() | Parameter confl should be final. | 543 |
![]() | Expected @param tag for 'confl'. | 543 |
![]() | Parameter results should be final. | 543 |
![]() | Expected @param tag for 'results'. | 543 |
![]() | Line has trailing spaces. | 616 |
![]() | Method 'analyzeFinalConflictInTermsOfAssumptions' is not designed for extension - needs to be abstract, final or empty. | 627 |
![]() | Parameter confl should be final. | 627 |
![]() | Parameter assumps should be final. | 628 |
![]() | Parameter conflictingLiteral should be final. | 628 |
![]() | Missing a Javadoc comment. | 704 |
![]() | Line has trailing spaces. | 706 |
![]() | Parameter outLearnt should be final. | 710 |
![]() | Missing a Javadoc comment. | 719 |
![]() | Name 'SIMPLE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 719 |
![]() | Variable 'SIMPLE_SIMPLIFICATION' must be private and have accessor methods. | 719 |
![]() | Line has trailing spaces. | 721 |
![]() | Parameter conflictToReduce should be final. | 725 |
![]() | Missing a Javadoc comment. | 735 |
![]() | Name 'EXPENSIVE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 735 |
![]() | Variable 'EXPENSIVE_SIMPLIFICATION' must be private and have accessor methods. | 735 |
![]() | Line has trailing spaces. | 738 |
![]() | Parameter conflictToReduce should be final. | 742 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Missing a Javadoc comment. | 752 |
![]() | Name 'EXPENSIVE_SIMPLIFICATION_WLONLY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 752 |
![]() | Variable 'EXPENSIVE_SIMPLIFICATION_WLONLY' must be private and have accessor methods. | 752 |
![]() | Line has trailing spaces. | 755 |
![]() | Parameter conflictToReduce should be final. | 759 |
![]() | Line is longer than 80 characters. | 765 |
![]() | Missing a Javadoc comment. | 769 |
![]() | Line has trailing spaces. | 773 |
![]() | Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 776 |
![]() | Missing a Javadoc comment. | 776 |
![]() | Parameter simp should be final. | 776 |
![]() | Line has trailing spaces. | 789 |
![]() | Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. | 794 |
![]() | Missing a Javadoc comment. | 794 |
![]() | Parameter simp should be final. | 794 |
![]() | Line has trailing spaces. | 800 |
![]() | Method 'getSimplifier' is not designed for extension - needs to be abstract, final or empty. | 803 |
![]() | Missing a Javadoc comment. | 803 |
![]() | Missing a Javadoc comment. | 829 |
![]() | Parameter conflictToReduce should be final. | 829 |
![]() | Inner assignments should be avoided. | 833 |
![]() | Missing a Javadoc comment. | 852 |
![]() | Missing a Javadoc comment. | 854 |
![]() | Missing a Javadoc comment. | 857 |
![]() | Parameter conflictToReduce should be final. | 857 |
![]() | Missing a Javadoc comment. | 877 |
![]() | Parameter p should be final. | 877 |
![]() | Missing a Javadoc comment. | 921 |
![]() | Parameter conflictToReduce should be final. | 921 |
![]() | Missing a Javadoc comment. | 941 |
![]() | Parameter p should be final. | 941 |
![]() | Line has trailing spaces. | 976 |
![]() | Method 'undoOne' is not designed for extension - needs to be abstract, final or empty. | 978 |
![]() | First sentence should end with a period. | 1002 |
![]() | Line has trailing spaces. | 1004 |
![]() | Method 'claBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 1008 |
![]() | Parameter confl should be final. | 1008 |
![]() | Method 'varBumpActivity' is not designed for extension - needs to be abstract, final or empty. | 1018 |
![]() | Missing a Javadoc comment. | 1018 |
![]() | Parameter p should be final. | 1018 |
![]() | Missing a Javadoc comment. | 1022 |
![]() | Missing a Javadoc comment. | 1029 |
![]() | Missing a Javadoc comment. | 1054 |
![]() | Parameter p should be final. | 1054 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 1088 |
![]() | Missing a Javadoc comment. | 1088 |
![]() | Parameter constr should be final. | 1088 |
![]() | Method 'assume' is not designed for extension - needs to be abstract, final or empty. | 1101 |
![]() | Parameter p should be final. | 1101 |
![]() | Expected @param tag for 'p'. | 1101 |
![]() | First sentence should end with a period. | 1109 |
![]() | First sentence should end with a period. | 1123 |
![]() | Parameter learnedLiteralsLimit should be final. | 1126 |
![]() | Expected @param tag for 'learnedLiteralsLimit'. | 1126 |
![]() | First sentence should end with a period. | 1137 |
![]() | Line has trailing spaces. | 1139 |
![]() | Method 'cancelUntil' is not designed for extension - needs to be abstract, final or empty. | 1142 |
![]() | Parameter level should be final. | 1142 |
![]() | Expected @param tag for 'level'. | 1142 |
![]() | Missing a Javadoc comment. | 1148 |
![]() | Missing a Javadoc comment. | 1150 |
![]() | Missing a Javadoc comment. | 1152 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 1154 |
![]() | Missing a Javadoc comment. | 1154 |
![]() | Parameter assumps should be final. | 1154 |
![]() | Line is longer than 80 characters. | 1186 |
![]() | Avoid inline conditionals. | 1186 |
![]() | Line is longer than 80 characters. | 1238 |
![]() | Line is longer than 80 characters. | 1260 |
![]() | Missing a Javadoc comment. | 1274 |
![]() | Missing a Javadoc comment. | 1286 |
![]() | Parameter conflict should be final. | 1286 |
![]() | Missing a Javadoc comment. | 1289 |
![]() | Missing a Javadoc comment. | 1290 |
![]() | Missing a Javadoc comment. | 1292 |
![]() | Line has trailing spaces. | 1295 |
![]() | Method 'modelFound' is not designed for extension - needs to be abstract, final or empty. | 1297 |
![]() | Avoid inline conditionals. | 1305 |
![]() | Avoid inline conditionals. | 1322 |
![]() | Line has trailing spaces. | 1342 |
![]() | Parameter var should be final. | 1348 |
![]() | First sentence should end with a period. | 1362 |
![]() | Line has trailing spaces. | 1364 |
![]() | Parameter p should be final. | 1369 |
![]() | Missing a Javadoc comment. | 1378 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 1380 |
![]() | Missing a Javadoc comment. | 1380 |
![]() | Line is longer than 80 characters. | 1459 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 1466 |
![]() | Missing a Javadoc comment. | 1466 |
![]() | Parameter p should be final. | 1466 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 1478 |
![]() | Missing a Javadoc comment. | 1478 |
![]() | Parameter var should be final. | 1478 |
![]() | Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 1490 |
![]() | Missing a Javadoc comment. | 1490 |
![]() | Missing a Javadoc comment. | 1499 |
![]() | Method 'sortOnActivity' is not designed for extension - needs to be abstract, final or empty. | 1509 |
![]() | Line has trailing spaces. | 1514 |
![]() | Method 'decayActivities' is not designed for extension - needs to be abstract, final or empty. | 1516 |
![]() | Line has trailing spaces. | 1522 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1531 |
![]() | Expected @throws tag for 'TimeoutException'. | 1531 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1538 |
![]() | Parameter global should be final. | 1538 |
![]() | Expected @param tag for 'global'. | 1538 |
![]() | Expected @throws tag for 'TimeoutException'. | 1538 |
![]() | Missing a Javadoc comment. | 1542 |
![]() | Missing a Javadoc comment. | 1544 |
![]() | Missing a Javadoc comment. | 1546 |
![]() | Missing a Javadoc comment. | 1548 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1550 |
![]() | Missing a Javadoc comment. | 1550 |
![]() | Parameter assumps should be final. | 1550 |
![]() | Line is longer than 80 characters. | 1554 |
![]() | Missing a Javadoc comment. | 1554 |
![]() | Parameter learnedConstrs should be final. | 1569 |
![]() | Inner assignments should be avoided. | 1571 |
![]() | Inner assignments should be avoided. | 1571 |
![]() | Line is longer than 80 characters. | 1587 |
![]() | Line has trailing spaces. | 1588 |
![]() | Line is longer than 80 characters. | 1588 |
![]() | Parameter reason should be final. | 1594 |
![]() | Parameter outLearnt should be final. | 1599 |
![]() | Parameter from should be final. | 1617 |
![]() | Missing a Javadoc comment. | 1624 |
![]() | 'timer' hides a field. | 1625 |
![]() | Parameter learnedConstrs should be final. | 1632 |
![]() | Inner assignments should be avoided. | 1635 |
![]() | Line is longer than 80 characters. | 1649 |
![]() | Line has trailing spaces. | 1650 |
![]() | Line is longer than 80 characters. | 1650 |
![]() | Parameter constr should be final. | 1669 |
![]() | Parameter reason should be final. | 1674 |
![]() | Parameter from should be final. | 1680 |
![]() | Missing a Javadoc comment. | 1686 |
![]() | Variable 'memorybound' must be private and have accessor methods. | 1688 |
![]() | '10' is a magic number. | 1688 |
![]() | Line is longer than 80 characters. | 1704 |
![]() | Name 'memory_based' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1704 |
![]() | Variable 'memory_based' must be private and have accessor methods. | 1704 |
![]() | Missing a Javadoc comment. | 1706 |
![]() | Missing a Javadoc comment. | 1708 |
![]() | Missing a Javadoc comment. | 1709 |
![]() | Missing a Javadoc comment. | 1710 |
![]() | Missing a Javadoc comment. | 1713 |
![]() | Missing a Javadoc comment. | 1715 |
![]() | Parameter timer should be final. | 1715 |
![]() | 'timer' hides a field. | 1715 |
![]() | Missing a Javadoc comment. | 1719 |
![]() | Parameter learnedConstrs should be final. | 1719 |
![]() | Line is longer than 80 characters. | 1722 |
![]() | Inner assignments should be avoided. | 1722 |
![]() | Line is longer than 80 characters. | 1733 |
![]() | Line is longer than 80 characters. | 1734 |
![]() | Missing a Javadoc comment. | 1741 |
![]() | Missing a Javadoc comment. | 1750 |
![]() | Missing a Javadoc comment. | 1760 |
![]() | Parameter constr should be final. | 1760 |
![]() | Missing a Javadoc comment. | 1765 |
![]() | Parameter constr should be final. | 1765 |
![]() | Missing a Javadoc comment. | 1779 |
![]() | Parameter reason should be final. | 1779 |
![]() | Missing a Javadoc comment. | 1783 |
![]() | Parameter from should be final. | 1783 |
![]() | Missing a Javadoc comment. | 1788 |
![]() | Line has trailing spaces. | 1791 |
![]() | Line contains a tab character. | 1791 |
![]() | Line contains a tab character. | 1792 |
![]() | Missing a Javadoc comment. | 1795 |
![]() | Parameter timer should be final. | 1795 |
![]() | 'timer' hides a field. | 1795 |
![]() | Parameter from should be final. | 1805 |
![]() | Missing a Javadoc comment. | 1817 |
![]() | Variable 'glucose' must be private and have accessor methods. | 1851 |
![]() | Line is longer than 80 characters. | 1854 |
![]() | Missing a Javadoc comment. | 1854 |
![]() | Variable 'learnedConstraintsDeletionStrategy' must be private and have accessor methods. | 1854 |
![]() | Line has trailing spaces. | 1858 |
![]() | Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 1863 |
![]() | Missing a Javadoc comment. | 1863 |
![]() | Parameter lcds should be final. | 1864 |
![]() | Missing a Javadoc comment. | 1874 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 1876 |
![]() | Method length is 162 lines (max allowed is 150). | 1876 |
![]() | Missing a Javadoc comment. | 1876 |
![]() | Parameter assumps should be final. | 1876 |
![]() | Parameter global should be final. | 1876 |
![]() | Inner assignments should be avoided. | 1936 |
![]() | Line is longer than 80 characters. | 1939 |
![]() | Line is longer than 80 characters. | 1945 |
![]() | Avoid inline conditionals. | 2027 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 2040 |
![]() | Missing a Javadoc comment. | 2040 |
![]() | Parameter out should be final. | 2040 |
![]() | 'out' hides a field. | 2040 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 2044 |
![]() | Missing a Javadoc comment. | 2044 |
![]() | Parameter out should be final. | 2044 |
![]() | 'out' hides a field. | 2044 |
![]() | Parameter prefix should be final. | 2044 |
![]() | 'prefix' hides a field. | 2044 |
![]() | Method 'printLearntClausesInfos' is not designed for extension - needs to be abstract, final or empty. | 2060 |
![]() | Parameter out should be final. | 2060 |
![]() | 'out' hides a field. | 2060 |
![]() | Expected @param tag for 'out'. | 2060 |
![]() | Parameter prefix should be final. | 2060 |
![]() | 'prefix' hides a field. | 2060 |
![]() | Expected @param tag for 'prefix'. | 2060 |
![]() | Method 'getStats' is not designed for extension - needs to be abstract, final or empty. | 2078 |
![]() | Missing a Javadoc comment. | 2078 |
![]() | Line has trailing spaces. | 2083 |
![]() | Method 'initStats' is not designed for extension - needs to be abstract, final or empty. | 2087 |
![]() | Parameter myStats should be final. | 2087 |
![]() | Expected @param tag for 'myStats'. | 2087 |
![]() | Line has trailing spaces. | 2093 |
![]() | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 2096 |
![]() | Missing a Javadoc comment. | 2096 |
![]() | Line has trailing spaces. | 2102 |
![]() | Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 2105 |
![]() | Missing a Javadoc comment. | 2105 |
![]() | Parameter h should be final. | 2105 |
![]() | Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. | 2110 |
![]() | Missing a Javadoc comment. | 2110 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 2114 |
![]() | Missing a Javadoc comment. | 2114 |
![]() | Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 2134 |
![]() | Missing a Javadoc comment. | 2134 |
![]() | Method 'addConstr' is not designed for extension - needs to be abstract, final or empty. | 2146 |
![]() | Parameter constr should be final. | 2146 |
![]() | Method 'getDSFactory' is not designed for extension - needs to be abstract, final or empty. | 2169 |
![]() | Missing a Javadoc comment. | 2169 |
![]() | Method 'getOutLearnt' is not designed for extension - needs to be abstract, final or empty. | 2173 |
![]() | Missing a Javadoc comment. | 2173 |
![]() | Line has trailing spaces. | 2179 |
![]() | Method 'getIthConstr' is not designed for extension - needs to be abstract, final or empty. | 2184 |
![]() | Parameter i should be final. | 2184 |
![]() | Line has trailing spaces. | 2190 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2194 |
![]() | Missing a Javadoc comment. | 2194 |
![]() | Parameter out should be final. | 2194 |
![]() | 'out' hides a field. | 2194 |
![]() | Parameter prefix should be final. | 2194 |
![]() | 'prefix' hides a field. | 2194 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2198 |
![]() | Missing a Javadoc comment. | 2198 |
![]() | Parameter out should be final. | 2198 |
![]() | 'out' hides a field. | 2198 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 2202 |
![]() | Missing a Javadoc comment. | 2202 |
![]() | Parameter out should be final. | 2202 |
![]() | 'out' hides a field. | 2202 |
![]() | Parameter prefix should be final. | 2202 |
![]() | 'prefix' hides a field. | 2202 |
![]() | '1000' is a magic number. | 2204 |
![]() | Line is longer than 80 characters. | 2206 |
![]() | Line has trailing spaces. | 2214 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2217 |
![]() | Missing a Javadoc comment. | 2217 |
![]() | Parameter prefix should be final. | 2217 |
![]() | 'prefix' hides a field. | 2217 |
![]() | '{' is followed by whitespace. | 2219 |
![]() | '1000' is a magic number. | 2233 |
![]() | Line is longer than 80 characters. | 2245 |
![]() | Line has trailing spaces. | 2258 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 2261 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 2266 |
![]() | Missing a Javadoc comment. | 2266 |
![]() | Avoid inline conditionals. | 2267 |
![]() | '1000' is a magic number. | 2267 |
![]() | Expected an @return tag. | 2274 |
![]() | Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 2274 |
![]() | Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 2282 |
![]() | Missing a Javadoc comment. | 2282 |
![]() | Parameter nb should be final. | 2282 |
![]() | Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 2286 |
![]() | Missing a Javadoc comment. | 2286 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 2290 |
![]() | Missing a Javadoc comment. | 2290 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 2299 |
![]() | Missing a Javadoc comment. | 2299 |
![]() | Parameter assumps should be final. | 2299 |
![]() | Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 2308 |
![]() | Missing a Javadoc comment. | 2308 |
![]() | Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 2312 |
![]() | Missing a Javadoc comment. | 2312 |
![]() | Parameter status should be final. | 2312 |
![]() | Expected an @return tag. | 2319 |
![]() | Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 2319 |
![]() | Parameter reserve should be final. | 2319 |
![]() | Expected @param tag for 'reserve'. | 2319 |
![]() | Expected an @return tag. | 2326 |
![]() | Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 2326 |
![]() | Parameter literals should be final. | 2326 |
![]() | Expected @param tag for 'literals'. | 2326 |
![]() | Expected @throws tag for 'ContradictionException'. | 2327 |
![]() | Method 'unset' is not designed for extension - needs to be abstract, final or empty. | 2334 |
![]() | Parameter p should be final. | 2334 |
![]() | Expected @param tag for 'p'. | 2334 |
![]() | Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 2355 |
![]() | Parameter prefix should be final. | 2355 |
![]() | 'prefix' hides a field. | 2355 |
![]() | Expected @param tag for 'prefix'. | 2355 |
![]() | Expected an @return tag. | 2362 |
![]() | Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 2362 |
![]() | Expected an @return tag. | 2369 |
![]() | Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 2369 |
![]() | Expected an @return tag. | 2379 |
![]() | Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 2379 |
![]() | Expected an @return tag. | 2399 |
![]() | Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 2399 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 2406 |
![]() | Missing a Javadoc comment. | 2410 |
![]() | Variable 'sharedConflict' must be private and have accessor methods. | 2410 |
![]() | Method 'backtrack' is not designed for extension - needs to be abstract, final or empty. | 2415 |
![]() | Parameter reason should be final. | 2415 |
![]() | Expected @param tag for 'reason'. | 2415 |
![]() | Expected an @return tag. | 2427 |
![]() | Method 'truthValue' is not designed for extension - needs to be abstract, final or empty. | 2427 |
![]() | Parameter literal should be final. | 2427 |
![]() | Expected @param tag for 'literal'. | 2427 |
![]() | Expected an @return tag. | 2441 |
![]() | Method 'currentDecisionLevel' is not designed for extension - needs to be abstract, final or empty. | 2441 |
![]() | Expected an @return tag. | 2448 |
![]() | Method 'getLiteralsPropagatedAt' is not designed for extension - needs to be abstract, final or empty. | 2448 |
![]() | Parameter decisionLevel should be final. | 2448 |
![]() | Expected @param tag for 'decisionLevel'. | 2448 |
![]() | Method 'suggestNextLiteralToBranchOn' is not designed for extension - needs to be abstract, final or empty. | 2455 |
![]() | Parameter l should be final. | 2455 |
![]() | Expected @param tag for 'l'. | 2455 |
![]() | Method 'isNeedToReduceDB' is not designed for extension - needs to be abstract, final or empty. | 2459 |
![]() | Missing a Javadoc comment. | 2459 |
![]() | Method 'setNeedToReduceDB' is not designed for extension - needs to be abstract, final or empty. | 2463 |
![]() | Missing a Javadoc comment. | 2463 |
![]() | Parameter needToReduceDB should be final. | 2463 |
![]() | 'needToReduceDB' hides a field. | 2463 |
![]() | Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. | 2467 |
![]() | Missing a Javadoc comment. | 2467 |
![]() | Parameter out should be final. | 2467 |
![]() | 'out' hides a field. | 2467 |
![]() | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 2471 |
![]() | Missing a Javadoc comment. | 2471 |
![]() | Method 'getVariableHeuristics' is not designed for extension - needs to be abstract, final or empty. | 2475 |
![]() | Missing a Javadoc comment. | 2475 |
![]() | Method 'getLearnedConstraints' is not designed for extension - needs to be abstract, final or empty. | 2479 |
![]() | Missing a Javadoc comment. | 2479 |
![]() | Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 2486 |
![]() | Parameter timer should be final. | 2486 |
![]() | 'timer' hides a field. | 2486 |
![]() | Expected @param tag for 'timer'. | 2486 |
![]() | Parameter evaluation should be final. | 2487 |
![]() | Expected @param tag for 'evaluation'. | 2487 |
![]() | switch without "default" clause. | 2493 |
![]() | Method 'setLearnedConstraintsDeletionStrategy' is not designed for extension - needs to be abstract, final or empty. | 2512 |
![]() | Parameter evaluation should be final. | 2513 |
![]() | Expected @param tag for 'evaluation'. | 2513 |
![]() | switch without "default" clause. | 2516 |
![]() | Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 2532 |
![]() | Missing a Javadoc comment. | 2532 |
![]() | Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 2536 |
![]() | Missing a Javadoc comment. | 2536 |
![]() | Parameter keepHot should be final. | 2536 |
![]() | 'keepHot' hides a field. | 2536 |
![]() | Method 'addClauseOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 2540 |
![]() | Missing a Javadoc comment. | 2540 |
![]() | Parameter literals should be final. | 2540 |
![]() | Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 2559 |
![]() | Missing a Javadoc comment. | 2559 |
![]() | Line has trailing spaces. | 2564 |
![]() | Expected an @return tag. | 2567 |
![]() | Method 'addAtMostOnTheFly' is not designed for extension - needs to be abstract, final or empty. | 2567 |
![]() | Parameter literals should be final. | 2567 |
![]() | Expected @param tag for 'literals'. | 2567 |
![]() | Parameter degree should be final. | 2567 |
![]() | Expected @param tag for 'degree'. | 2567 |
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 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter out should be final. | 98 |
![]() | Parameter prefix should be final. | 98 |
![]() | Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Must have at least one statement. | 128 |
![]() | Must have at least one statement. | 130 |
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. | 34 |
![]() | First sentence should end with a period. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | First sentence should end with a period. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected @param tag for 'p'. | 69 |
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 clause should be final. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter confl should be final. | 66 |
![]() | Parameter dlevel should be final. | 66 |
![]() | Parameter trailLevel should be final. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter p should be final. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter model should be final. | 72 |
![]() | Parameter lazyModel should be final. | 72 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter result should be final. | 81 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter backjumpLevel should be final. | 87 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter solverService should be final. | 90 |
![]() | Missing a Javadoc comment. | 93 |
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. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter solver should be final. | 60 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Expected an @return tag. | 71 |
![]() | Parameter assumps should be final. | 71 |
![]() | Expected @param tag for 'assumps'. | 71 |
![]() | Expected @throws tag for 'TimeoutException'. | 72 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Expected @throws tag for 'ContradictionException'. | 115 |
![]() | Expected an @return tag. | 143 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter forcedValue should be final. | 154 |
![]() | Expected @param tag for 'forcedValue'. | 154 |
![]() | Expected @throws tag for 'ContradictionException'. | 155 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter seconds should be final. | 169 |
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. | 102 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 124 |
![]() | Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter in should be final. | 137 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 155 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Method 'setVerbosity' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Parameter b should be final. | 167 |
![]() | Missing a Javadoc comment. | 171 |
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 |
![]() | Expected @param tag for '<S>'. | 392 |
![]() | Line has trailing spaces. | 396 |
![]() | First sentence should end with a period. | 402 |
![]() | Line has trailing spaces. | 404 |
![]() | Line has trailing spaces. | 414 |
![]() | Line has trailing spaces. | 422 |
![]() | Line has trailing spaces. | 429 |
![]() | Line has trailing spaces. | 434 |
![]() | Line has trailing spaces. | 449 |
![]() | Line has trailing spaces. | 452 |
![]() | Line has trailing spaces. | 456 |
![]() | Line has trailing spaces. | 467 |
![]() | Line has trailing spaces. | 471 |
![]() | Line has trailing spaces. | 474 |
![]() | Line has trailing spaces. | 485 |
![]() | Line has trailing spaces. | 496 |
![]() | Line has trailing spaces. | 507 |
![]() | Line has trailing spaces. | 511 |
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 |
![]() | Expected @param tag for 'clause'. | 92 |
![]() | Line has trailing spaces. | 96 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 121 |
![]() | First sentence should end with a period. | 125 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 151 |
![]() | Expected @param tag for 'backjumpLevel'. | 154 |
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 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. | 7 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'pLiterals' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'modelListener' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter solver should be final. | 16 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter solver should be final. | 24 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter solver should be final. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter solver should be final. | 36 |
![]() | Parameter p should be final. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter solver should be final. | 40 |
![]() | Parameter modelListener should be final. | 41 |
![]() | 'modelListener' hides a field. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter solver should be final. | 45 |
![]() | Parameter p should be final. | 45 |
![]() | Parameter modelListener should be final. | 46 |
![]() | 'modelListener' hides a field. | 46 |
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. | 47 |
![]() | Variable 'nbvars' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'nbclauses' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'fixedNbClauses' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'firstConstr' must be private and have accessor methods. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter c should be final. | 60 |
![]() | Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter clauses should be final. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter t should be final. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter t should be final. | 74 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter assumps should be final. | 94 |
![]() | Parameter global should be final. | 94 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter global should be final. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter output should be final. | 103 |
![]() | Parameter prefix should be final. | 103 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter count should be final. | 106 |
![]() | Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter status should be final. | 114 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter output should be final. | 118 |
![]() | Parameter prefix should be final. | 118 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter output should be final. | 122 |
![]() | Parameter prefix should be final. | 122 |
![]() | Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter var should be final. | 141 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter assumps should be final. | 149 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter assumps should be final. | 157 |
![]() | Expected an @return tag. | 164 |
![]() | Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter c should be final. | 164 |
![]() | Expected @param tag for 'c'. | 164 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter literals should be final. | 171 |
![]() | Expected @param tag for 'literals'. | 171 |
![]() | Expected @throws tag for 'ContradictionException'. | 172 |
![]() | Expected an @return tag. | 179 |
![]() | Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Expected @param tag for '<S>'. | 179 |
![]() | Expected @param tag for '<S>'. | 186 |
![]() | Parameter sl should be final. | 187 |
![]() | Expected @param tag for 'sl'. | 187 |
![]() | Expected an @return tag. | 193 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Parameter value should be final. | 200 |
![]() | Expected @param tag for 'value'. | 200 |
![]() | Parameter prefix should be final. | 207 |
![]() | Expected @param tag for 'prefix'. | 207 |
![]() | Expected an @return tag. | 215 |
![]() | Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Expected an @return tag. | 222 |
![]() | Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter howmany should be final. | 235 |
![]() | Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Parameter value should be final. | 249 |
![]() | Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
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 |
![]() | 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 'prevboolmodel' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter solver should be final. | 65 |
![]() | Method 'addCriterion' 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 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter assumps should be final. | 79 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Method 'numberOfCriteria' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Method 'fixCriterionValue' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter var should be final. | 147 |
![]() | Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Method 'getObjectiveValue' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Method 'getObjectiveValue' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter criterion should be final. | 168 |
![]() | Method 'forceObjectiveValueTo' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter forcedValue should be final. | 172 |
![]() | Method 'discard' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Method 'discardCurrentSolution' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'discardSolutionsForOptimizing' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter criterion should be final. | 207 |
![]() | Method 'isOptimal' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Method 'setTimeoutForFindingBetterSolution' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter seconds should be final. | 225 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Variable 'solvers' must be private and have accessor methods. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Variable 'numberOfSolvers' must be private and have accessor methods. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter factory should be final. | 88 |
![]() | Parameter solverNames should be final. | 88 |
![]() | Line has trailing spaces. | 101 |
![]() | Parameter names should be final. | 107 |
![]() | Parameter solverObjects should be final. | 107 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter solverObjects should be final. | 114 |
![]() | Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter clauses should be final. | 127 |
![]() | Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter literals should be final. | 134 |
![]() | Parameter degree should be final. | 134 |
![]() | Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter literals should be final. | 143 |
![]() | Parameter degree should be final. | 143 |
![]() | Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter literals should be final. | 152 |
![]() | Parameter n should be final. | 152 |
![]() | Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter literals should be final. | 161 |
![]() | Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Parameter howmany should be final. | 198 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter out should be final. | 207 |
![]() | Parameter prefix should be final. | 207 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Parameter out should be final. | 216 |
![]() | Parameter prefix should be final. | 216 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter c should be final. | 225 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Parameter nb should be final. | 249 |
![]() | Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter t should be final. | 255 |
![]() | Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Parameter t should be final. | 261 |
![]() | Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Parameter count should be final. | 267 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Parameter prefix should be final. | 273 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Parameter assumps should be final. | 301 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Parameter assumps should be final. | 313 |
![]() | Parameter globalTimeout should be final. | 314 |
![]() | Must have at least one statement. | 326 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Parameter globalTimeout should be final. | 336 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Parameter assumps should be final. | 340 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Parameter var should be final. | 348 |
![]() | Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Missing a Javadoc comment. | 356 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Parameter out should be final. | 360 |
![]() | Parameter prefix should be final. | 360 |
![]() | Method 'onFinishWithAnswer' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Parameter finished should be final. | 368 |
![]() | Parameter result should be final. | 369 |
![]() | Parameter index should be final. | 369 |
![]() | Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Parameter status should be final. | 391 |
![]() | Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() | Missing a Javadoc comment. | 397 |
![]() | Parameter sl should be final. | 398 |
![]() | Expected an @return tag. | 407 |
![]() | Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() | Expected @param tag for '<I>'. | 407 |
![]() | Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Parameter reserve should be final. | 411 |
![]() | Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Parameter literals should be final. | 419 |
![]() | Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Missing a Javadoc comment. | 428 |
![]() | Parameter c should be final. | 428 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Missing a Javadoc comment. | 447 |
![]() | Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() | Missing a Javadoc comment. | 451 |
![]() | Parameter value should be final. | 451 |
![]() | Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Parameter prefix should be final. | 457 |
![]() | Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() | Missing a Javadoc comment. | 468 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() | Missing a Javadoc comment. | 472 |
![]() | Expected an @return tag. | 479 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 479 |
![]() | Parameter p should be final. | 479 |
![]() | Expected @param tag for 'p'. | 479 |
![]() | Method 'getSolvers' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | Missing a Javadoc comment. | 483 |
![]() | Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() | Missing a Javadoc comment. | 487 |
![]() | Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() | Missing a Javadoc comment. | 491 |
![]() | Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() | Missing a Javadoc comment. | 495 |
![]() | Parameter p should be final. | 495 |
![]() | Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 506 |
![]() | Missing a Javadoc comment. | 506 |
![]() | Parameter value should be final. | 506 |
![]() | Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | Missing a Javadoc comment. | 513 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() | Parameter out should be final. | 520 |
![]() | Expected @param tag for 'out'. | 520 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 527 |
![]() | Parameter out should be final. | 527 |
![]() | Expected @param tag for 'out'. | 527 |
![]() | Missing a Javadoc comment. | 537 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Missing a Javadoc comment. | 541 |
![]() | Missing a Javadoc comment. | 542 |
![]() | Missing a Javadoc comment. | 543 |
![]() | Missing a Javadoc comment. | 545 |
![]() | Parameter i should be final. | 545 |
![]() | Parameter solver should be final. | 545 |
![]() | 'solver' hides a field. | 545 |
![]() | Parameter assumps should be final. | 545 |
![]() | 'assumps' hides a field. | 545 |
![]() | Parameter globalTimeout should be final. | 546 |
![]() | 'globalTimeout' hides a field. | 546 |
![]() | Parameter ol should be final. | 546 |
![]() | 'ol' hides a field. | 546 |
![]() | Missing a Javadoc comment. | 554 |
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. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter solver should be final. | 56 |
![]() | Expected @param tag for 'solver'. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter solver should be final. | 60 |
![]() | Parameter p should be final. | 60 |
![]() | Parameter modelListener should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter solver should be final. | 65 |
![]() | Parameter p should be final. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter solver should be final. | 69 |
![]() | Parameter modelListener should be final. | 70 |
![]() | Line has trailing spaces. | 76 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Must have at least one statement. | 97 |
![]() | Method 'modelWithInternalVariables' 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 |
![]() | Line has trailing spaces. | 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. | 59 |
![]() | Parameter solver should be final. | 67 |
![]() | Expected @param tag for 'solver'. | 67 |
![]() | Parameter p should be final. | 67 |
![]() | Parameter modelListener should be final. | 68 |
![]() | Line has trailing spaces. | 73 |
![]() | Parameter solver should be final. | 79 |
![]() | Expected @param tag for 'solver'. | 79 |
![]() | Parameter p should be final. | 79 |
![]() | Parameter solver should be final. | 86 |
![]() | Expected @param tag for 'solver'. | 86 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Must have at least one statement. | 118 |
![]() | Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 126 |
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 'delete' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter clause should be final. | 101 |
![]() | Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter confl should be final. | 108 |
![]() | Parameter dlevel should be final. | 108 |
![]() | Parameter trailLevel should be final. | 108 |
![]() | Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter p should be final. | 115 |
![]() | Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter model should be final. | 122 |
![]() | Parameter lazyModel should be final. | 122 |
![]() | Method 'beginLoop' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Method 'end' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter result should be final. | 142 |
![]() | Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Method 'backjump' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter backjumpLevel should be final. | 155 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter solverService should be final. | 162 |
![]() | Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
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. | 38 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'problem' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'modelComputed' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'optimalValueForced' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter problem should be final. | 50 |
![]() | 'problem' hides a field. | 50 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter global should be final. | 68 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter assumps should be final. | 74 |
![]() | Parameter global should be final. | 74 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter assumps should be final. | 80 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Must have at least one statement. | 104 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter var should be final. | 123 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Parameter prefix should be final. | 131 |
![]() | Line has trailing spaces. | 139 |
![]() | Method 'isOptimal' is not designed for extension - needs to be abstract, final or empty. | 142 |
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. | 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 clause should be final. | 64 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter confl should be final. | 67 |
![]() | Parameter dlevel should be final. | 67 |
![]() | Parameter trailLevel should be final. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter p should be final. | 70 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter model should be final. | 73 |
![]() | Parameter lazyModel should be final. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter result should be final. | 82 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter backjumpLevel should be final. | 88 |
![]() | Missing a Javadoc comment. | 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 |
![]() | 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. | 49 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter status should be final. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter count should be final. | 72 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter out should be final. | 82 |
![]() | Parameter prefix should be final. | 82 |
![]() | Line has trailing spaces. | 88 |
![]() | Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter out should be final. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter global should be final. | 101 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter assumps should be final. | 111 |
![]() | Parameter global should be final. | 111 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Line has trailing spaces. | 127 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line has trailing spaces. | 136 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter assumps should be final. | 139 |
![]() | Line has trailing spaces. | 145 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter var should be final. | 148 |
![]() | Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter nb should be final. | 152 |
![]() | Line has trailing spaces. | 158 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Expected an @return tag. | 168 |
![]() | Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line has trailing spaces. | 174 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter prefix should be final. | 177 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Line has trailing spaces. | 188 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter out should be final. | 193 |
![]() | Parameter prefix should be final. | 193 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter out should be final. | 197 |
![]() | Parameter prefix should be final. | 197 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter out should be final. | 201 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Line has trailing spaces. | 208 |
![]() | Parameter solver should be final. | 210 |
![]() | 'solver' hides a field. | 210 |
![]() | Expected @param tag for 'solver'. | 210 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Line has trailing spaces. | 221 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Parameter howmany should be final. | 224 |
![]() | Line has trailing spaces. | 230 |
![]() | Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter literals should be final. | 233 |
![]() | Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Parameter clauses should be final. | 237 |
![]() | Expected an @return tag. | 245 |
![]() | Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Parameter literals should be final. | 245 |
![]() | Expected @param tag for 'literals'. | 245 |
![]() | Expected @throws tag for 'ContradictionException'. | 246 |
![]() | Line has trailing spaces. | 252 |
![]() | Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Parameter literals should be final. | 255 |
![]() | Parameter degree should be final. | 255 |
![]() | Line has trailing spaces. | 262 |
![]() | Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Parameter literals should be final. | 265 |
![]() | Parameter degree should be final. | 265 |
![]() | Line has trailing spaces. | 272 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Line has trailing spaces. | 281 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Line has trailing spaces. | 290 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter assumps should be final. | 293 |
![]() | Line has trailing spaces. | 299 |
![]() | Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Parameter t should be final. | 302 |
![]() | Line has trailing spaces. | 308 |
![]() | Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Parameter t should be final. | 311 |
![]() | Line has trailing spaces. | 317 |
![]() | Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Line has trailing spaces. | 326 |
![]() | Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Line has trailing spaces. | 335 |
![]() | Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Line has trailing spaces. | 344 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Method 'decorated' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Line has trailing spaces. | 358 |
![]() | Method 'clearDecorated' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() | Line has trailing spaces. | 369 |
![]() | Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Parameter c should be final. | 372 |
![]() | Line has trailing spaces. | 378 |
![]() | Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Expected @param tag for '<S>'. | 388 |
![]() | Parameter sl should be final. | 389 |
![]() | Expected @param tag for 'sl'. | 389 |
![]() | Expected an @return tag. | 396 |
![]() | Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Parameter reserve should be final. | 396 |
![]() | Expected @param tag for 'reserve'. | 396 |
![]() | Expected an @return tag. | 403 |
![]() | Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() | Parameter c should be final. | 403 |
![]() | Expected @param tag for 'c'. | 403 |
![]() | Expected an @return tag. | 410 |
![]() | Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Expected @param tag for '<S>'. | 410 |
![]() | Expected an @return tag. | 417 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Parameter value should be final. | 424 |
![]() | Expected @param tag for 'value'. | 424 |
![]() | Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Parameter prefix should be final. | 431 |
![]() | Expected @param tag for 'prefix'. | 431 |
![]() | Expected an @return tag. | 438 |
![]() | Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() | Expected an @return tag. | 445 |
![]() | Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Expected an @return tag. | 452 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() | Expected an @return tag. | 459 |
![]() | Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() | Parameter literals should be final. | 459 |
![]() | Expected @param tag for 'literals'. | 459 |
![]() | Parameter n should be final. | 459 |
![]() | Expected @param tag for 'n'. | 459 |
![]() | Expected @throws tag for 'ContradictionException'. | 460 |
![]() | Expected an @return tag. | 467 |
![]() | Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() | Expected an @return tag. | 474 |
![]() | Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() | Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Parameter p should be final. | 481 |
![]() | Expected @param tag for 'p'. | 481 |
![]() | Expected an @return tag. | 488 |
![]() | Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 488 |
![]() | Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() | Parameter value should be final. | 495 |
![]() | Expected @param tag for 'value'. | 495 |
![]() | Expected an @return tag. | 502 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() | Parameter p should be final. | 502 |
![]() | Expected @param tag for 'p'. | 502 |
![]() | Expected an @return tag. | 509 |
![]() | Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 509 |
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. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | First sentence should end with a period. | 61 |
![]() | First sentence should end with a period. | 66 |
![]() | First sentence should end with a period. | 71 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | First sentence should end with a period. | 84 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'model' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter var should be final. | 94 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Method 'primeImplicant' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter p should be final. | 104 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter assumps should be final. | 113 |
![]() | Parameter globalTimeout should be final. | 113 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter globalTimeout should be final. | 118 |
![]() | Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter assumps should be final. | 122 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Method 'findModel' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter assumps should be final. | 130 |
![]() | Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter howmany should be final. | 138 |
![]() | Method 'nVars' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter out should be final. | 149 |
![]() | Parameter prefix should be final. | 149 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter out should be final. | 153 |
![]() | Method 'newVar' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Method 'nextFreeVarId' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter reserve should be final. | 161 |
![]() | Method 'registerLiteral' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter p should be final. | 165 |
![]() | Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter nb should be final. | 169 |
![]() | Method 'addClause' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter literals should be final. | 173 |
![]() | Method 'addBlockingClause' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Parameter literals should be final. | 211 |
![]() | Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Parameter c should be final. | 216 |
![]() | Method 'removeSubsumedConstr' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Parameter c should be final. | 220 |
![]() | Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Parameter clauses should be final. | 224 |
![]() | Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter literals should be final. | 229 |
![]() | Parameter degree should be final. | 229 |
![]() | Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter literals should be final. | 234 |
![]() | Parameter degree should be final. | 234 |
![]() | Method 'addExactly' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Parameter literals should be final. | 239 |
![]() | Parameter n should be final. | 239 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Parameter t should be final. | 244 |
![]() | Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter count should be final. | 247 |
![]() | Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter t should be final. | 251 |
![]() | Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Parameter out should be final. | 271 |
![]() | Parameter prefix should be final. | 271 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Parameter out should be final. | 276 |
![]() | Parameter prefix should be final. | 276 |
![]() | Method 'printStat' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Missing a Javadoc comment. | 280 |
![]() | Parameter out should be final. | 280 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Method 'getStat' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Parameter prefix should be final. | 361 |
![]() | Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Parameter status should be final. | 369 |
![]() | Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Parameter sl should be final. | 377 |
![]() | Method 'getSearchListener' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Parameter value should be final. | 389 |
![]() | Method 'setLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Parameter prefix should be final. | 392 |
![]() | Method 'getLogPrefix' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Method 'unsatExplanation' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Method 'modelWithInternalVariables' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Method 'realNumberOfVariables' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Method 'isSolverKeptHot' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Method 'setKeepSolverHot' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Parameter keepHot should be final. | 416 |
![]() | Method 'getSolvingEngine' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | Missing a Javadoc comment. | 420 |
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 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter clause should be final. | 101 |
![]() | Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter confl should be final. | 108 |
![]() | Expected @param tag for 'confl'. | 108 |
![]() | Parameter dlevel should be final. | 108 |
![]() | Expected @param tag for 'dlevel'. | 108 |
![]() | Parameter trailLevel should be final. | 108 |
![]() | Expected @param tag for 'trailLevel'. | 108 |
![]() | Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter p should be final. | 115 |
![]() | Expected @param tag for 'p'. | 115 |
![]() | Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter model should be final. | 119 |
![]() | Parameter lazyModel should be final. | 119 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter result should be final. | 132 |
![]() | Expected @param tag for 'result'. | 132 |
![]() | Method 'restarting' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Method 'backjump' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter backjumpLevel should be final. | 142 |
![]() | Parameter solverService should be final. | 149 |
![]() | Expected @param tag for 'solverService'. | 149 |
![]() | Method 'cleaning' is not designed for extension - needs to be abstract, final or empty. | 155 |
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 |