Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
151 0 0 9446

Files

Files Infos Warnings Errors
org/sat4j/AbstractLauncher.java 0 0 105
org/sat4j/AbstractOptimizationLauncher.java 0 0 30
org/sat4j/BasicLauncher.java 0 0 88
org/sat4j/ExitCode.java 0 0 17
org/sat4j/Messages.java 0 0 13
org/sat4j/MoreThanSAT.java 0 0 16
org/sat4j/core/ASolverFactory.java 0 0 41
org/sat4j/core/DefaultComparator.java 0 0 20
org/sat4j/core/LiteralsUtils.java 0 0 35
org/sat4j/core/ReadOnlyVec.java 0 0 121
org/sat4j/core/ReadOnlyVecInt.java 0 0 104
org/sat4j/core/Vec.java 0 0 540
org/sat4j/core/VecInt.java 0 0 200
org/sat4j/minisat/SolverFactory.java 0 0 1055
org/sat4j/minisat/constraints/AbstractCardinalityDataStructure.java 0 0 14
org/sat4j/minisat/constraints/AbstractDataStructureFactory.java 0 0 69
org/sat4j/minisat/constraints/CardinalityDataStructure.java 0 0 26
org/sat4j/minisat/constraints/ClausalDataStructureCB.java 0 0 85
org/sat4j/minisat/constraints/ClausalDataStructureCBHT.java 0 0 29
org/sat4j/minisat/constraints/ClausalDataStructureHT.java 0 0 25
org/sat4j/minisat/constraints/MixedDataStructureDaniel.java 0 0 43
org/sat4j/minisat/constraints/MixedDataStructureDanielCBHT.java 0 0 11
org/sat4j/minisat/constraints/MixedDataStructureWithBinary.java 0 0 33
org/sat4j/minisat/constraints/MixedDataStructureWithBinaryAndTernary.java 0 0 34
org/sat4j/minisat/constraints/card/AtLeast.java 0 0 77
org/sat4j/minisat/constraints/card/Cards.java 0 0 61
org/sat4j/minisat/constraints/card/MinWatchCard.java 0 0 151
org/sat4j/minisat/constraints/cnf/BinaryClause.java 0 0 223
org/sat4j/minisat/constraints/cnf/BinaryClauses.java 0 0 66
org/sat4j/minisat/constraints/cnf/CBClause.java 0 0 93
org/sat4j/minisat/constraints/cnf/Clauses.java 0 0 108
org/sat4j/minisat/constraints/cnf/HTClause.java 0 0 326
org/sat4j/minisat/constraints/cnf/LearntBinaryClause.java 0 0 25
org/sat4j/minisat/constraints/cnf/LearntHTClause.java 0 0 54
org/sat4j/minisat/constraints/cnf/Lits.java 0 0 306
org/sat4j/minisat/constraints/cnf/Lits2.java 0 0 69
org/sat4j/minisat/constraints/cnf/Lits23.java 0 0 29
org/sat4j/minisat/constraints/cnf/MarkableLits.java 0 0 58
org/sat4j/minisat/constraints/cnf/MixableCBClause.java 0 0 27
org/sat4j/minisat/constraints/cnf/OriginalBinaryClause.java 0 0 28
org/sat4j/minisat/constraints/cnf/OriginalHTClause.java 0 0 19
org/sat4j/minisat/constraints/cnf/TernaryClauses.java 0 0 65
org/sat4j/minisat/constraints/cnf/UnitClause.java 0 0 98
org/sat4j/minisat/core/ActivityListener.java 0 0 4
org/sat4j/minisat/core/AssertingClauseGenerator.java 0 0 7
org/sat4j/minisat/core/Constr.java 0 0 15
org/sat4j/minisat/core/ConstrActivityListener.java 0 0 6
org/sat4j/minisat/core/Counter.java 0 0 19
org/sat4j/minisat/core/DataStructureFactory.java 0 0 22
org/sat4j/minisat/core/DotSearchListener.java 0 0 43
org/sat4j/minisat/core/Heap.java 0 0 60
org/sat4j/minisat/core/ILits.java 0 0 62
org/sat4j/minisat/core/ILits2.java 0 0 8
org/sat4j/minisat/core/ILits23.java 0 0 7
org/sat4j/minisat/core/IMarkableLits.java 0 0 22
org/sat4j/minisat/core/IOrder.java 0 0 27
org/sat4j/minisat/core/IPhaseSelectionStrategy.java 0 0 17
org/sat4j/minisat/core/IntQueue.java 0 0 17
org/sat4j/minisat/core/Lbool.java 0 0 15
org/sat4j/minisat/core/Learner.java 0 0 6
org/sat4j/minisat/core/LearningStrategy.java 0 0 24
org/sat4j/minisat/core/NullSearchListener.java 0 0 24
org/sat4j/minisat/core/Pair.java 0 0 13
org/sat4j/minisat/core/Propagatable.java 0 0 6
org/sat4j/minisat/core/RestartStrategy.java 0 0 9
org/sat4j/minisat/core/SearchListener.java 0 0 27
org/sat4j/minisat/core/SearchParams.java 0 0 52
org/sat4j/minisat/core/Solver.java 0 0 1655
org/sat4j/minisat/core/SolverStats.java 0 0 54
org/sat4j/minisat/core/TextOutputListener.java 0 0 31
org/sat4j/minisat/core/Undoable.java 0 0 7
org/sat4j/minisat/core/UnitPropagationListener.java 0 0 11
org/sat4j/minisat/core/VarActivityListener.java 0 0 7
org/sat4j/minisat/learning/AbstractLearning.java 0 0 41
org/sat4j/minisat/learning/ActiveLearning.java 0 0 71
org/sat4j/minisat/learning/ClauseOnlyLearning.java 0 0 25
org/sat4j/minisat/learning/FixedLengthLearning.java 0 0 47
org/sat4j/minisat/learning/LimitedLearning.java 0 0 64
org/sat4j/minisat/learning/MiniSATLearning.java 0 0 48
org/sat4j/minisat/learning/NoLearningButHeuristics.java 0 0 24
org/sat4j/minisat/learning/NoLearningNoHeuristics.java 0 0 23
org/sat4j/minisat/learning/PercentLengthLearning.java 0 0 51
org/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.java 0 0 22
org/sat4j/minisat/orders/JWOrder.java 0 0 33
org/sat4j/minisat/orders/MyOrder.java 0 0 22
org/sat4j/minisat/orders/NegativeLiteralSelectionStrategy.java 0 0 21
org/sat4j/minisat/orders/PhaseInLastLearnedClauseSelectionStrategy.java 0 0 14
org/sat4j/minisat/orders/PositiveLiteralSelectionStrategy.java 0 0 22
org/sat4j/minisat/orders/PureOrder.java 0 0 24
org/sat4j/minisat/orders/RSATPhaseSelectionStrategy.java 0 0 16
org/sat4j/minisat/orders/RandomLiteralSelectionStrategy.java 0 0 25
org/sat4j/minisat/orders/UserFixedPhaseSelectionStrategy.java 0 0 14
org/sat4j/minisat/orders/ValuedLit.java 0 0 26
org/sat4j/minisat/orders/VarOrder.java 0 0 90
org/sat4j/minisat/orders/VarOrderHeap.java 0 0 85
org/sat4j/minisat/restarts/ArminRestarts.java 0 0 25
org/sat4j/minisat/restarts/LubyRestarts.java 0 0 45
org/sat4j/minisat/restarts/MiniSATRestarts.java 0 0 18
org/sat4j/minisat/restarts/NoRestarts.java 0 0 21
org/sat4j/minisat/uip/DecisionUIP.java 0 0 18
org/sat4j/minisat/uip/FirstUIP.java 0 0 17
org/sat4j/opt/AbstractSelectorVariablesDecorator.java 0 0 63
org/sat4j/opt/MaxSatDecorator.java 0 0 27
org/sat4j/opt/MinOneDecorator.java 0 0 28
org/sat4j/reader/AAGReader.java 0 0 54
org/sat4j/reader/AIGReader.java 0 0 69
org/sat4j/reader/CardDimacsReader.java 0 0 17
org/sat4j/reader/DimacsReader.java 0 0 49
org/sat4j/reader/ExtendedDimacsReader.java 0 0 46
org/sat4j/reader/InstanceReader.java 0 0 36
org/sat4j/reader/LecteurDimacs.java 0 0 77
org/sat4j/reader/ParseFormatException.java 0 0 13
org/sat4j/reader/Reader.java 0 0 50
org/sat4j/specs/ContradictionException.java 0 0 7
org/sat4j/specs/IConstr.java 0 0 8
org/sat4j/specs/IOptimizationProblem.java 0 0 27
org/sat4j/specs/IProblem.java 0 0 23
org/sat4j/specs/ISolver.java 0 0 48
org/sat4j/specs/IVec.java 0 0 59
org/sat4j/specs/IVecInt.java 0 0 66
org/sat4j/specs/IteratorInt.java 0 0 8
org/sat4j/specs/TimeoutException.java 0 0 13
org/sat4j/tools/ConstrGroup.java 0 0 43
org/sat4j/tools/DimacsArrayReader.java 0 0 29
org/sat4j/tools/DimacsOutputSolver.java 0 0 119
org/sat4j/tools/DimacsStringSolver.java 0 0 150
org/sat4j/tools/ExtendedDimacsArrayReader.java 0 0 33
org/sat4j/tools/GateTranslator.java 0 0 87
org/sat4j/tools/Minimal4CardinalityModel.java 0 0 15
org/sat4j/tools/Minimal4InclusionModel.java 0 0 18
org/sat4j/tools/ModelIterator.java 0 0 27
org/sat4j/tools/OptToSatAdapter.java 0 0 53
org/sat4j/tools/RemiUtils.java 0 0 11
org/sat4j/tools/SingleSolutionDetector.java 0 0 26
org/sat4j/tools/SolutionCounter.java 0 0 25
org/sat4j/tools/SolverDecorator.java 0 0 156

Rules

Rules Violations Severity
PackageHtml 0 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 1032 Errors Error
JavadocType 49 Errors Error
JavadocVariable 324 Errors Error
JavadocStyle 71 Errors Error
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 2 Errors Error
MemberName 3 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 1 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 448 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 3 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 1 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 2686 Errors Error
WhitespaceAfter 155 Errors Error
WhitespaceAround 1618 Errors Error
ModifierOrder 9 Errors Error
RedundantModifier 56 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 4 Errors Error
LeftCurly 1 Errors Error
NeedBraces 106 Errors Error
RightCurly 1 Errors Error
AvoidInlineConditionals 16 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 2 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 52 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 9 Errors Error
MagicNumber 74 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 3 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 678 Errors Error
FinalClass 6 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 67 Errors Error
ArrayTypeStyle 2 Errors Error
FinalParameters 807 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
1156 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/sat4j/AbstractLauncher.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 68
Errors Line has trailing spaces. 69
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 72
Errors Variable 'reader' must be private and have accessor methods. 72
Errors Missing a Javadoc comment. 74
Errors Line has trailing spaces. 75
Errors Missing a Javadoc comment. 76
Errors Variable 'shutdownHook' must be private and have accessor methods. 76
Errors Missing a Javadoc comment. 83
Errors Variable 'solver' must be private and have accessor methods. 83
Errors Missing a Javadoc comment. 85
Errors Missing a Javadoc comment. 87
Errors Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Line is longer than 80 characters. 93
Errors '1000.0' is a magic number. 93
Errors Line is longer than 80 characters. 102
Errors Missing a Javadoc comment. 106
Errors Line is longer than 80 characters. 113
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors '+' is not preceded with whitespace. 123
Errors '+' is not followed by whitespace. 123
Errors '!=' is not preceded with whitespace. 125
Errors '!=' is not followed by whitespace. 125
Errors '+' is not preceded with whitespace. 129
Errors '+' is not followed by whitespace. 129
Errors Line is longer than 80 characters. 136
Errors Line is longer than 80 characters. 144
Errors Method 'displayLicense' is not designed for extension - needs to be abstract, final or empty. 147
Errors Missing a Javadoc comment. 147
Errors Line is longer than 80 characters. 148
Errors Line is longer than 80 characters. 149
Errors Line has trailing spaces. 155
Errors Method 'readProblem' is not designed for extension - needs to be abstract, final or empty. 168
Errors Parameter problemname should be final. 168
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 169
Errors Line is longer than 80 characters. 176
Errors '1000.0' is a magic number. 176
Errors Line has trailing spaces. 179
Errors ',' is not followed by whitespace. 179
Errors Line is longer than 80 characters. 183
Errors Missing a Javadoc comment. 183
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 185
Errors Missing a Javadoc comment. 185
Errors Parameter args should be final. 185
Errors 'if' construct must use '{}'s. 190
Errors Missing a Javadoc comment. 215
Errors Missing a Javadoc comment. 217
Errors First sentence should end with a period. 219
Errors Line has trailing spaces. 221
Errors Method 'log' is not designed for extension - needs to be abstract, final or empty. 224
Errors Parameter message should be final. 224
Errors Expected @param tag for 'message'. 224
Errors 'if' construct must use '{}'s. 225
Errors Method 'solve' is not designed for extension - needs to be abstract, final or empty. 229
Errors Missing a Javadoc comment. 229
Errors Parameter problem should be final. 229
Errors Avoid inline conditionals. 230
Errors First sentence should end with a period. 234
Errors Line has trailing spaces. 236
Errors Parameter exitCode should be final. 240
Errors 'exitCode' hides a field. 240
Errors First sentence should end with a period. 244
Errors Line has trailing spaces. 246
Errors Line has trailing spaces. 256
Errors Line has trailing spaces. 264
Errors Line has trailing spaces. 274
Errors Method 'setLogWriter' is not designed for extension - needs to be abstract, final or empty. 277
Errors Parameter out should be final. 277
Errors 'out' hides a field. 277
Errors Expected @param tag for 'out'. 277
Errors Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. 281
Errors Missing a Javadoc comment. 281
Errors Method 'setSilent' is not designed for extension - needs to be abstract, final or empty. 285
Errors Missing a Javadoc comment. 285
Errors Parameter b should be final. 285
Errors Line has trailing spaces. 288
Errors Line is longer than 80 characters. 289
Errors Missing a Javadoc comment. 289
Errors Parameter stream should be final. 289
Errors Line is longer than 80 characters. 300
Errors Method 'showAvailableSolvers' is not designed for extension - needs to be abstract, final or empty. 300
Errors Missing a Javadoc comment. 300
Errors '<' is not followed by whitespace. 300
Errors '>' is not preceded with whitespace. 300
Errors Parameter afactory should be final. 300
Errors '<' is not preceded with whitespace. 300
Errors '<' is not followed by whitespace. 300
Errors '>' is not preceded with whitespace. 300

org/sat4j/AbstractOptimizationLauncher.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Method 'displayResult' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Line contains a tab character. 56
Errors '1000.0' is a magic number. 59
Errors Line has trailing spaces. 61
Errors Method 'displayAnswer' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors '{' is not preceded with whitespace. 62
Errors 'if' construct must use '{}'s. 63
Errors Line is longer than 80 characters. 76
Errors Method 'solve' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Parameter problem should be final. 82
Errors Line is longer than 80 characters. 100
Errors '1000.0' is a magic number. 102

org/sat4j/BasicLauncher.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Type Javadoc comment is missing an @param <T> tag. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors Line contains a tab character. 45
Errors Line has trailing spaces. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Parameter factory should be final. 52
Errors '<' is not preceded with whitespace. 52
Errors '<' is not followed by whitespace. 52
Errors '>' is not preceded with whitespace. 52
Errors 'factory' hides a field. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '>' is not followed by whitespace. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors '!=' is not preceded with whitespace. 65
Errors '!=' is not followed by whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73
Errors Method 'configureSolver' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line contains a tab character. 74
Errors Parameter args should be final. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Method 'createReader' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Line contains a tab character. 83
Errors Parameter theSolver should be final. 83
Errors Parameter problemname should be final. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 87
Errors Method 'usage' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 92
Errors Method 'getInstanceName' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Line contains a tab character. 93
Errors Parameter args should be final. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96

org/sat4j/ExitCode.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 33
Errors Line has trailing spaces. 35
Errors Class ExitCode should be declared as final. 37
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors ',' is not followed by whitespace. 42
Errors Line has trailing spaces. 53
Errors 'str' hides a field. 59

org/sat4j/Messages.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 37
Errors Class Messages should be declared as final. 39
Errors Line is longer than 80 characters. 40
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 42
Errors Line has trailing spaces. 48
Errors Missing a Javadoc comment. 54
Errors Parameter key should be final. 54

org/sat4j/MoreThanSAT.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 51
Errors Class MoreThanSAT should be declared as final. 54
Errors Line has trailing spaces. 59
Errors Missing a Javadoc comment. 65
Errors '3600' is a magic number. 68
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 95

org/sat4j/core/ASolverFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 39
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 43
Errors Type Javadoc comment is missing an @param <T> tag. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors Line has trailing spaces. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Line has trailing spaces. 53
Errors Method 'solverNames' is not designed for extension - needs to be abstract, final or empty. 58
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '>' is not followed by whitespace. 59
Errors '3' is a magic number. 64
Errors Line has trailing spaces. 75
Errors Method 'createSolverByName' is not designed for extension - needs to be abstract, final or empty. 81
Errors Parameter solvername should be final. 82
Errors '<' is not preceded with whitespace. 84
Errors '<' is not followed by whitespace. 84
Errors '?' is not preceded with whitespace. 84
Errors '>' is not preceded with whitespace. 84
Errors '?' is not followed by whitespace. 84
Errors '>' is not followed by whitespace. 84
Errors Line is longer than 80 characters. 86
Errors Line has trailing spaces. 106
Errors Line has trailing spaces. 108
Errors Line has trailing spaces. 117
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 122

org/sat4j/core/DefaultComparator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '>' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44
Errors Parameter a should be final. 44
Errors Parameter b should be final. 44

org/sat4j/core/LiteralsUtils.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 53
Errors First sentence should end with a period. 57
Errors Parameter p should be final. 62
Errors Line has trailing spaces. 69
Errors Parameter p should be final. 73
Errors Line has trailing spaces. 76
Errors Parameter var should be final. 82
Errors Line has trailing spaces. 83
Errors Line has trailing spaces. 85
Errors Parameter var should be final. 91
Errors '^' is not preceded with whitespace. 92
Errors '^' is not followed by whitespace. 92
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line has trailing spaces. 97
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Parameter p should be final. 102
Errors Line contains a tab character. 103
Errors Avoid inline conditionals. 103
Errors Line contains a tab character. 104
Errors Line has trailing spaces. 105

org/sat4j/core/ReadOnlyVec.java

Violation Message Line
Errors Line is longer than 80 characters. 3
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 21
Errors Line has trailing spaces. 27
Errors Line has trailing spaces. 36
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Missing a Javadoc comment. 50
Errors Parameter vec should be final. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors 'vec' hides a field. 50
Errors Method 'clear' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter copy should be final. 58
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors Parameter dest should be final. 62
Errors Method 'delete' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Parameter i should be final. 66
Errors Method 'ensure' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Parameter nsize should be final. 70
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter i should be final. 75
Errors Method 'growTo' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Parameter newsize should be final. 79
Errors Parameter pad should be final. 79
Errors Method 'insertFirst' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter elem should be final. 83
Errors Method 'insertFirstWithShifting' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Parameter elem should be final. 87
Errors Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors '<' is not preceded with whitespace. 95
Errors '<' is not followed by whitespace. 95
Errors '>' is not preceded with whitespace. 95
Errors Method 'last' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Parameter dest should be final. 103
Errors '<' is not preceded with whitespace. 103
Errors '<' is not followed by whitespace. 103
Errors '>' is not preceded with whitespace. 103
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Parameter dest should be final. 107
Errors Parameter source should be final. 107
Errors Method 'pop' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors Method 'push' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors '<' is not preceded with whitespace. 115
Errors '<' is not followed by whitespace. 115
Errors '>' is not preceded with whitespace. 115
Errors Parameter elem should be final. 115
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 119
Errors Missing a Javadoc comment. 119
Errors Parameter elem should be final. 119
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Parameter i should be final. 123
Errors Parameter o should be final. 123
Errors Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors Parameter nofelems should be final. 127
Errors Method 'shrinkTo' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Parameter newsize should be final. 131
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Method 'sort' is not designed for extension - needs to be abstract, final or empty. 139
Errors Missing a Javadoc comment. 139
Errors Parameter comparator should be final. 139
Errors '<' is not preceded with whitespace. 139
Errors '<' is not followed by whitespace. 139
Errors '>' is not preceded with whitespace. 139
Errors Method 'sortUnique' is not designed for extension - needs to be abstract, final or empty. 143
Errors Missing a Javadoc comment. 143
Errors Parameter comparator should be final. 143
Errors '<' is not preceded with whitespace. 143
Errors '<' is not followed by whitespace. 143
Errors '>' is not preceded with whitespace. 143
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 147
Errors Missing a Javadoc comment. 147
Errors Line contains a tab character. 148
Errors 'cast' is not followed by whitespace. 149
Errors Method 'unsafePush' is not designed for extension - needs to be abstract, final or empty. 154
Errors Missing a Javadoc comment. 154
Errors Parameter elem should be final. 154

org/sat4j/core/ReadOnlyVecInt.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Parameter vec should be final. 48
Errors 'vec' hides a field. 48
Errors Method 'clear' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Method 'contains' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter e should be final. 56
Errors Method 'containsAt' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter e should be final. 60
Errors Method 'containsAt' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors Parameter e should be final. 64
Errors Parameter from should be final. 64
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter copy should be final. 68
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Parameter is should be final. 72
Errors Method 'delete' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors Parameter i should be final. 76
Errors Method 'ensure' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter nsize should be final. 80
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter i should be final. 84
Errors Method 'growTo' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter newsize should be final. 88
Errors Parameter pad should be final. 88
Errors Method 'insertFirst' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter elem should be final. 92
Errors Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Method 'last' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 108
Errors Missing a Javadoc comment. 108
Errors Parameter dest should be final. 108
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Parameter dest should be final. 112
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Parameter dest should be final. 116
Errors Parameter source should be final. 116
Errors Method 'moveTo2' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Parameter dest should be final. 120
Errors Method 'pop' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Method 'push' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Parameter elem should be final. 128
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 132
Errors Missing a Javadoc comment. 132
Errors Parameter elem should be final. 132
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Parameter i should be final. 136
Errors Parameter o should be final. 136
Errors Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Parameter nofelems should be final. 140
Errors Method 'shrinkTo' is not designed for extension - needs to be abstract, final or empty. 144
Errors Missing a Javadoc comment. 144
Errors Parameter newsize should be final. 144
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 148
Errors Method 'sort' is not designed for extension - needs to be abstract, final or empty. 152
Errors Missing a Javadoc comment. 152
Errors Method 'sortUnique' is not designed for extension - needs to be abstract, final or empty. 156
Errors Missing a Javadoc comment. 156
Errors Method 'unsafeGet' is not designed for extension - needs to be abstract, final or empty. 160
Errors Missing a Javadoc comment. 160
Errors Parameter eleem should be final. 160
Errors Method 'unsafePush' is not designed for extension - needs to be abstract, final or empty. 164
Errors Missing a Javadoc comment. 164
Errors Parameter elem should be final. 164
Errors Line contains a tab character. 168
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 168
Errors Missing a Javadoc comment. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170

org/sat4j/core/Vec.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 41
Errors Type Javadoc comment is missing an @param <T> tag. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line is longer than 80 characters. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 61
Errors Line contains a tab character. 61
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors '5' is a magic number. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line has trailing spaces. 81
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Parameter elts should be final. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line has trailing spaces. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Parameter size should be final. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Parameter size should be final. 112
Errors Parameter pad should be final. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 120
Errors Missing a Javadoc comment. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line is longer than 80 characters. 126
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Parameter nofelems should be final. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors First sentence should end with a period. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line has trailing spaces. 141
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 154
Errors Line is longer than 80 characters. 155
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 163
Errors Missing a Javadoc comment. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Errors Missing a Javadoc comment. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line is longer than 80 characters. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 181
Errors Missing a Javadoc comment. 181
Errors '<' is not preceded with whitespace. 181
Errors '<' is not followed by whitespace. 181
Errors '>' is not preceded with whitespace. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 187
Errors Missing a Javadoc comment. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors Line is longer than 80 characters. 193
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line has trailing spaces. 195
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 208
Errors Missing a Javadoc comment. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Missing a Javadoc comment. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 226
Errors Line is longer than 80 characters. 227
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line has trailing spaces. 229
Errors Line contains a tab character. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Missing a Javadoc comment. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 241
Errors Missing a Javadoc comment. 241
Errors Parameter index should be final. 241
Errors Parameter elem should be final. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 245
Errors Line is longer than 80 characters. 246
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line has trailing spaces. 248
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Line contains a tab character. 252
Errors Parameter elem should be final. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 263
Errors Line is longer than 80 characters. 264
Errors Line contains a tab character. 264
Errors Line contains a tab character. 265
Errors Line has trailing spaces. 266
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line is longer than 80 characters. 269
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Parameter index should be final. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors Line contains a tab character. 280
Errors Line is longer than 80 characters. 281
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line has trailing spaces. 283
Errors Line contains a tab character. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors Parameter copy should be final. 286
Errors '<' is not preceded with whitespace. 286
Errors '<' is not followed by whitespace. 286
Errors '>' is not preceded with whitespace. 286
Errors Expected @param tag for 'copy'. 286
Errors Line contains a tab character. 287
Errors '<' is not preceded with whitespace. 287
Errors '<' is not followed by whitespace. 287
Errors '>' is not preceded with whitespace. 287
Errors '<' is not preceded with whitespace. 287
Errors '<' is not followed by whitespace. 287
Errors '>' is not preceded with whitespace. 287
Errors '>' is not followed by whitespace. 287
Errors Line contains a tab character. 288
Errors Line contains a tab character. 289
Errors Line is longer than 80 characters. 290
Errors Line contains a tab character. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors '<' is not followed by whitespace. 297
Errors Expected @param tag for '<E>'. 297
Errors '>' is not preceded with whitespace. 297
Errors Parameter dest should be final. 297
Errors Expected @param tag for 'dest'. 297
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line contains a tab character. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Missing a Javadoc comment. 305
Errors Parameter dest should be final. 305
Errors '<' is not preceded with whitespace. 305
Errors '<' is not followed by whitespace. 305
Errors '>' is not preceded with whitespace. 305
Errors Line contains a tab character. 306
Errors Line contains a tab character. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 310
Errors Missing a Javadoc comment. 310
Errors Parameter dest should be final. 310
Errors Parameter source should be final. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors Line contains a tab character. 317
Errors Missing a Javadoc comment. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 319
Errors Line contains a tab character. 320
Errors Line contains a tab character. 322
Errors Missing a Javadoc comment. 322
Errors Line contains a tab character. 324
Errors Missing a Javadoc comment. 324
Errors Line contains a tab character. 326
Errors Line contains a tab character. 327
Errors Line has trailing spaces. 328
Errors Line contains a tab character. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors Line contains a tab character. 331
Errors Missing a Javadoc comment. 331
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors Line contains a tab character. 337
Errors Line contains a tab character. 338
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line contains a tab character. 344
Errors Missing a Javadoc comment. 344
Errors Parameter from should be final. 344
Errors Parameter to should be final. 344
Errors Parameter cmp should be final. 344
Errors '<' is not preceded with whitespace. 344
Errors '<' is not followed by whitespace. 344
Errors '>' is not preceded with whitespace. 344
Errors Line contains a tab character. 345
Errors Name 'best_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. 345
Errors Line contains a tab character. 346
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors Line contains a tab character. 350
Errors 'if' construct must use '{}'s. 351
Errors Line is longer than 80 characters. 351
Errors Line contains a tab character. 351
Errors Line contains a tab character. 352
Errors Line contains a tab character. 353
Errors Line contains a tab character. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Line contains a tab character. 357
Errors Line contains a tab character. 358
Errors Line contains a tab character. 360
Errors Missing a Javadoc comment. 360
Errors Parameter from should be final. 360
Errors Parameter to should be final. 360
Errors Parameter cmp should be final. 360
Errors '<' is not preceded with whitespace. 360
Errors '<' is not followed by whitespace. 360
Errors '>' is not preceded with whitespace. 360
Errors Line contains a tab character. 361
Errors 'if' construct must use '{}'s. 362
Errors Line contains a tab character. 362
Errors '15' is a magic number. 362
Errors Line contains a tab character. 363
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 369
Errors Line contains a tab character. 371
Errors 'do' construct must use '{}'s. 372
Errors Line contains a tab character. 372
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors 'do' construct must use '{}'s. 375
Errors Line contains a tab character. 375
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors 'if' construct must use '{}'s. 379
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors Line contains a tab character. 384
Errors Line contains a tab character. 385
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line contains a tab character. 390
Errors Line contains a tab character. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 395
Errors Parameter comparator should be final. 395
Errors '<' is not preceded with whitespace. 395
Errors '<' is not followed by whitespace. 395
Errors '>' is not preceded with whitespace. 395
Errors Expected @param tag for 'comparator'. 395
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors Line contains a tab character. 399
Errors Missing a Javadoc comment. 399
Errors Parameter cmp should be final. 399
Errors '<' is not preceded with whitespace. 399
Errors '<' is not followed by whitespace. 399
Errors '>' is not preceded with whitespace. 399
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors 'if' construct must use '{}'s. 403
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Line contains a tab character. 406
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors Line contains a tab character. 411
Errors Line contains a tab character. 412
Errors Inner assignments should be avoided. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 415
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line has trailing spaces. 422
Errors Line contains a tab character. 422
Errors Line contains a tab character. 423
Errors Line contains a tab character. 424
Errors Line contains a tab character. 425
Errors Missing a Javadoc comment. 425
Errors Line contains a tab character. 426
Errors Parameter obj should be final. 426
Errors Line contains a tab character. 427
Errors Line contains a tab character. 428
Errors '<' is not preceded with whitespace. 428
Errors '<' is not followed by whitespace. 428
Errors '?' is not preceded with whitespace. 428
Errors '>' is not preceded with whitespace. 428
Errors '?' is not followed by whitespace. 428
Errors '<' is not preceded with whitespace. 428
Errors '<' is not followed by whitespace. 428
Errors '?' is not preceded with whitespace. 428
Errors '>' is not preceded with whitespace. 428
Errors '?' is not followed by whitespace. 428
Errors '>' is not followed by whitespace. 428
Errors 'if' construct must use '{}'s. 429
Errors Line contains a tab character. 429
Errors Line contains a tab character. 430
Errors Line contains a tab character. 431
Errors Line contains a tab character. 432
Errors Line contains a tab character. 433
Errors Line contains a tab character. 434
Errors Line contains a tab character. 435
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors Line has trailing spaces. 443
Errors Line contains a tab character. 443
Errors Line contains a tab character. 444
Errors Line contains a tab character. 445
Errors Line contains a tab character. 446
Errors Missing a Javadoc comment. 446
Errors Line contains a tab character. 447
Errors Line contains a tab character. 448
Errors Line contains a tab character. 449
Errors Line contains a tab character. 450
Errors Line contains a tab character. 451
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line contains a tab character. 455
Errors Missing a Javadoc comment. 455
Errors '<' is not preceded with whitespace. 455
Errors '<' is not followed by whitespace. 455
Errors '>' is not preceded with whitespace. 455
Errors Line contains a tab character. 456
Errors '<' is not preceded with whitespace. 456
Errors '<' is not followed by whitespace. 456
Errors '>' is not preceded with whitespace. 456
Errors '>' is not followed by whitespace. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Line contains a tab character. 461
Errors Line contains a tab character. 463
Errors 'if' construct must use '{}'s. 464
Errors Line contains a tab character. 464
Errors Line contains a tab character. 465
Errors Line contains a tab character. 466
Errors Line contains a tab character. 467
Errors Line contains a tab character. 469
Errors Line contains a tab character. 470
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 473
Errors Line contains a tab character. 475
Errors Missing a Javadoc comment. 475
Errors Line contains a tab character. 476
Errors Line contains a tab character. 477

org/sat4j/core/VecInt.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line is longer than 80 characters. 63
Errors Line contains a tab character. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 70
Errors Line has trailing spaces. 73
Errors Parameter nofelems should be final. 83
Errors Parameter newsize should be final. 87
Errors Parameter newsize should be final. 96
Errors Parameter pad should be final. 96
Errors Parameter nsize should be final. 100
Errors Parameter elem should be final. 104
Errors Parameter elem should be final. 109
Errors Parameter i should be final. 123
Errors Parameter i should be final. 128
Errors Parameter o should be final. 128
Errors Parameter e should be final. 133
Errors Parameter copy should be final. 138
Errors Parameter is should be final. 142
Errors Parameter dest should be final. 146
Errors Parameter dest should be final. 150
Errors Parameter dest should be final. 154
Errors Parameter elem should be final. 158
Errors Parameter elem should be final. 163
Errors Parameter i should be final. 168
Errors Missing a Javadoc comment. 181
Errors '5' is a magic number. 182
Errors Missing a Javadoc comment. 185
Errors Parameter size should be final. 185
Errors Line has trailing spaces. 191
Errors Line has trailing spaces. 195
Errors Parameter lits should be final. 199
Errors Line has trailing spaces. 206
Errors Parameter size should be final. 212
Errors Parameter pad should be final. 212
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 220
Errors Missing a Javadoc comment. 220
Errors First sentence should end with a period. 224
Errors Line has trailing spaces. 226
Errors Method 'shrink' is not designed for extension - needs to be abstract, final or empty. 229
Errors Parameter nofelems should be final. 229
Errors Expected @param tag for 'nofelems'. 229
Errors Method 'shrinkTo' is not designed for extension - needs to be abstract, final or empty. 235
Errors Missing a Javadoc comment. 235
Errors Parameter newsize should be final. 235
Errors Expected an @return tag. 245
Errors Method 'pop' is not designed for extension - needs to be abstract, final or empty. 245
Errors Method 'growTo' is not designed for extension - needs to be abstract, final or empty. 251
Errors Missing a Javadoc comment. 251
Errors Parameter newsize should be final. 251
Errors Method 'ensure' is not designed for extension - needs to be abstract, final or empty. 259
Errors Missing a Javadoc comment. 259
Errors Parameter nsize should be final. 259
Errors Method 'push' is not designed for extension - needs to be abstract, final or empty. 267
Errors Missing a Javadoc comment. 267
Errors Parameter elem should be final. 267
Errors Method 'unsafePush' is not designed for extension - needs to be abstract, final or empty. 273
Errors Missing a Javadoc comment. 273
Errors Parameter elem should be final. 273
Errors Method 'clear' is not designed for extension - needs to be abstract, final or empty. 277
Errors Missing a Javadoc comment. 277
Errors Method 'last' is not designed for extension - needs to be abstract, final or empty. 281
Errors Missing a Javadoc comment. 281
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 286
Errors Missing a Javadoc comment. 286
Errors Parameter i should be final. 286
Errors Method 'unsafeGet' is not designed for extension - needs to be abstract, final or empty. 291
Errors Missing a Javadoc comment. 291
Errors Parameter i should be final. 291
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 295
Errors Missing a Javadoc comment. 295
Errors Parameter i should be final. 295
Errors Parameter o should be final. 295
Errors Method 'contains' is not designed for extension - needs to be abstract, final or empty. 300
Errors Missing a Javadoc comment. 300
Errors Parameter e should be final. 300
Errors 'if' construct must use '{}'s. 303
Errors Line has trailing spaces. 308
Errors Method 'containsAt' is not designed for extension - needs to be abstract, final or empty. 309
Errors Missing a Javadoc comment. 309
Errors Parameter e should be final. 309
Errors Line contains a tab character. 310
Errors Method 'containsAt' is not designed for extension - needs to be abstract, final or empty. 313
Errors Missing a Javadoc comment. 313
Errors Parameter e should be final. 313
Errors Parameter from should be final. 313
Errors '+' is not preceded with whitespace. 315
Errors '+' is not followed by whitespace. 315
Errors 'if' construct must use '{}'s. 316
Errors Line has trailing spaces. 321
Errors Line has trailing spaces. 325
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 328
Errors Parameter copy should be final. 328
Errors Expected @param tag for 'copy'. 328
Errors Line has trailing spaces. 339
Errors Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. 342
Errors Parameter is should be final. 342
Errors Expected @param tag for 'is'. 342
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 347
Errors Missing a Javadoc comment. 347
Errors Parameter dest should be final. 347
Errors Method 'moveTo2' is not designed for extension - needs to be abstract, final or empty. 352
Errors Missing a Javadoc comment. 352
Errors Parameter dest should be final. 352
Errors Array brackets at illegal position. 355
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 363
Errors Missing a Javadoc comment. 363
Errors Parameter dest should be final. 363
Errors Parameter source should be final. 363
Errors Method 'moveTo' is not designed for extension - needs to be abstract, final or empty. 367
Errors Missing a Javadoc comment. 367
Errors Parameter dest should be final. 367
Errors Line has trailing spaces. 376
Errors Method 'insertFirst' is not designed for extension - needs to be abstract, final or empty. 380
Errors Line has trailing spaces. 391
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 395
Errors Parameter elem should be final. 395
Errors Line has trailing spaces. 408
Errors Method 'delete' is not designed for extension - needs to be abstract, final or empty. 414
Errors Parameter i should be final. 414
Errors Missing a Javadoc comment. 421
Errors Missing a Javadoc comment. 423
Errors Line has trailing spaces. 427
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 430
Errors Missing a Javadoc comment. 430
Errors Method 'selectionSort' is not designed for extension - needs to be abstract, final or empty. 443
Errors Missing a Javadoc comment. 443
Errors Parameter from should be final. 443
Errors Parameter to should be final. 443
Errors Name 'best_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. 444
Errors 'if' construct must use '{}'s. 450
Errors Method 'sort' is not designed for extension - needs to be abstract, final or empty. 459
Errors Missing a Javadoc comment. 459
Errors Parameter from should be final. 459
Errors Parameter to should be final. 459
Errors 'if' construct must use '{}'s. 461
Errors '15' is a magic number. 461
Errors '/' is not preceded with whitespace. 466
Errors '/' is not followed by whitespace. 466
Errors 'do' construct must use '{}'s. 472
Errors 'do' construct must use '{}'s. 475
Errors 'if' construct must use '{}'s. 479
Errors Method 'sort' is not designed for extension - needs to be abstract, final or empty. 495
Errors Method 'sortUnique' is not designed for extension - needs to be abstract, final or empty. 499
Errors Missing a Javadoc comment. 499
Errors 'if' construct must use '{}'s. 502
Errors Inner assignments should be avoided. 511
Errors Line has trailing spaces. 521
Errors Line has trailing spaces. 526
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 529
Errors Parameter obj should be final. 530
Errors 'if' construct must use '{}'s. 533
Errors Line has trailing spaces. 547
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 550
Errors Missing a Javadoc comment. 550
Errors Line has trailing spaces. 561
Errors Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. 564
Errors Missing a Javadoc comment. 564
Errors Parameter vec should be final. 564
Errors Line has trailing spaces. 575
Errors Method 'isSubsetOf' is not designed for extension - needs to be abstract, final or empty. 580
Errors Parameter vec should be final. 580
Errors 'if' construct must use '{}'s. 587
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 594
Errors Missing a Javadoc comment. 594
Errors 'if' construct must use '{}'s. 603
Errors Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 610
Errors Missing a Javadoc comment. 610
Errors Line contains a tab character. 614
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 614
Errors Missing a Javadoc comment. 614
Errors Line contains a tab character. 615
Errors Line contains a tab character. 616

org/sat4j/minisat/SolverFactory.java

Violation Message Line
Errors Line has trailing spaces. 59
Errors Class SolverFactory should be declared as final. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors Line has trailing spaces. 65
Errors Missing a Javadoc comment. 70
Errors Line has trailing spaces. 74
Errors Missing a Javadoc comment. 81
Errors Line has trailing spaces. 89
Errors '<' is not preceded with whitespace. 104
Errors '<' is not followed by whitespace. 104
Errors ',' is not followed by whitespace. 104
Errors '<' is not preceded with whitespace. 104
Errors '<' is not followed by whitespace. 104
Errors '>' is not preceded with whitespace. 104
Errors '>' is not followed by whitespace. 104
Errors '>' is not preceded with whitespace. 104
Errors '10' is a magic number. 105
Errors Line is longer than 80 characters. 113
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors ',' is not followed by whitespace. 113
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '>' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors Line is longer than 80 characters. 117
Errors Missing a Javadoc comment. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors ',' is not followed by whitespace. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors '>' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors Line is longer than 80 characters. 118
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors ',' is not followed by whitespace. 118
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors '>' is not preceded with whitespace. 118
Errors '>' is not followed by whitespace. 118
Errors '>' is not preceded with whitespace. 118
Errors Line is longer than 80 characters. 123
Errors Missing a Javadoc comment. 123
Errors '<' is not preceded with whitespace. 123
Errors '<' is not followed by whitespace. 123
Errors ',' is not followed by whitespace. 123
Errors '<' is not preceded with whitespace. 123
Errors '<' is not followed by whitespace. 123
Errors '>' is not preceded with whitespace. 123
Errors '>' is not followed by whitespace. 123
Errors '>' is not preceded with whitespace. 123
Errors Line is longer than 80 characters. 124
Errors '<' is not preceded with whitespace. 124
Errors '<' is not followed by whitespace. 124
Errors ',' is not followed by whitespace. 124
Errors '<' is not preceded with whitespace. 124
Errors '<' is not followed by whitespace. 124
Errors '>' is not preceded with whitespace. 124
Errors '>' is not followed by whitespace. 124
Errors '>' is not preceded with whitespace. 124
Errors Line is longer than 80 characters. 129
Errors Missing a Javadoc comment. 129
Errors '<' is not preceded with whitespace. 129
Errors '<' is not followed by whitespace. 129
Errors ',' is not followed by whitespace. 129
Errors '<' is not preceded with whitespace. 129
Errors '<' is not followed by whitespace. 129
Errors '>' is not preceded with whitespace. 129
Errors '>' is not followed by whitespace. 129
Errors '>' is not preceded with whitespace. 129
Errors Line is longer than 80 characters. 130
Errors '<' is not preceded with whitespace. 130
Errors '<' is not followed by whitespace. 130
Errors ',' is not followed by whitespace. 130
Errors '<' is not preceded with whitespace. 130
Errors '<' is not followed by whitespace. 130
Errors '>' is not preceded with whitespace. 130
Errors '>' is not followed by whitespace. 130
Errors '>' is not preceded with whitespace. 130
Errors Line is longer than 80 characters. 131
Errors '<' is not preceded with whitespace. 131
Errors '<' is not followed by whitespace. 131
Errors '>' is not preceded with whitespace. 131
Errors '>' is not followed by whitespace. 131
Errors Line is longer than 80 characters. 135
Errors Missing a Javadoc comment. 135
Errors '<' is not preceded with whitespace. 135
Errors '<' is not followed by whitespace. 135
Errors ',' is not followed by whitespace. 135
Errors '<' is not preceded with whitespace. 135
Errors '<' is not followed by whitespace. 135
Errors '>' is not preceded with whitespace. 135
Errors '>' is not followed by whitespace. 135
Errors '>' is not preceded with whitespace. 135
Errors Line is longer than 80 characters. 136
Errors '<' is not preceded with whitespace. 136
Errors '<' is not followed by whitespace. 136
Errors ',' is not followed by whitespace. 136
Errors '<' is not preceded with whitespace. 136
Errors '<' is not followed by whitespace. 136
Errors '>' is not preceded with whitespace. 136
Errors '>' is not followed by whitespace. 136
Errors '>' is not preceded with whitespace. 136
Errors '1.1' is a magic number. 138
Errors '100' is a magic number. 138
Errors Line is longer than 80 characters. 142
Errors Missing a Javadoc comment. 142
Errors '<' is not preceded with whitespace. 142
Errors '<' is not followed by whitespace. 142
Errors ',' is not followed by whitespace. 142
Errors '<' is not preceded with whitespace. 142
Errors '<' is not followed by whitespace. 142
Errors '>' is not preceded with whitespace. 142
Errors '>' is not followed by whitespace. 142
Errors '>' is not preceded with whitespace. 142
Errors Line is longer than 80 characters. 143
Errors '<' is not preceded with whitespace. 143
Errors '<' is not followed by whitespace. 143
Errors ',' is not followed by whitespace. 143
Errors '<' is not preceded with whitespace. 143
Errors '<' is not followed by whitespace. 143
Errors '>' is not preceded with whitespace. 143
Errors '>' is not followed by whitespace. 143
Errors '>' is not preceded with whitespace. 143
Errors Line is longer than 80 characters. 144
Errors '<' is not preceded with whitespace. 144
Errors '<' is not followed by whitespace. 144
Errors '>' is not preceded with whitespace. 144
Errors '>' is not followed by whitespace. 144
Errors '1.1' is a magic number. 146
Errors '100' is a magic number. 146
Errors Line has trailing spaces. 149
Errors Line is longer than 80 characters. 150
Errors Missing a Javadoc comment. 150
Errors '<' is not preceded with whitespace. 150
Errors '<' is not followed by whitespace. 150
Errors ',' is not followed by whitespace. 150
Errors '<' is not preceded with whitespace. 150
Errors '<' is not followed by whitespace. 150
Errors '>' is not preceded with whitespace. 150
Errors '>' is not followed by whitespace. 150
Errors '>' is not preceded with whitespace. 150
Errors Line is longer than 80 characters. 151
Errors '<' is not preceded with whitespace. 151
Errors '<' is not followed by whitespace. 151
Errors ',' is not followed by whitespace. 151
Errors '<' is not preceded with whitespace. 151
Errors '<' is not followed by whitespace. 151
Errors '>' is not preceded with whitespace. 151
Errors '>' is not followed by whitespace. 151
Errors '>' is not preceded with whitespace. 151
Errors Line is longer than 80 characters. 163
Errors '<' is not preceded with whitespace. 163
Errors '<' is not followed by whitespace. 163
Errors ',' is not followed by whitespace. 163
Errors '<' is not preceded with whitespace. 163
Errors '<' is not followed by whitespace. 163
Errors '>' is not preceded with whitespace. 163
Errors '>' is not followed by whitespace. 163
Errors '>' is not preceded with whitespace. 163
Errors Parameter n should be final. 163
Errors Line is longer than 80 characters. 174
Errors '<' is not followed by whitespace. 174
Errors Expected @param tag for '<L>'. 174
Errors '>' is not preceded with whitespace. 174
Errors '<' is not preceded with whitespace. 174
Errors '<' is not followed by whitespace. 174
Errors ',' is not followed by whitespace. 174
Errors '<' is not preceded with whitespace. 174
Errors '<' is not followed by whitespace. 174
Errors '>' is not preceded with whitespace. 174
Errors '>' is not followed by whitespace. 174
Errors '>' is not preceded with whitespace. 174
Errors Parameter dsf should be final. 175
Errors '<' is not preceded with whitespace. 175
Errors '<' is not followed by whitespace. 175
Errors '>' is not preceded with whitespace. 175
Errors '10' is a magic number. 176
Errors Line is longer than 80 characters. 186
Errors '<' is not followed by whitespace. 186
Errors Expected @param tag for '<L>'. 186
Errors '>' is not preceded with whitespace. 186
Errors '<' is not preceded with whitespace. 186
Errors '<' is not followed by whitespace. 186
Errors ',' is not followed by whitespace. 186
Errors '<' is not preceded with whitespace. 186
Errors '<' is not followed by whitespace. 186
Errors '>' is not preceded with whitespace. 186
Errors '>' is not followed by whitespace. 186
Errors '>' is not preceded with whitespace. 186
Errors Parameter dsf should be final. 187
Errors '<' is not preceded with whitespace. 187
Errors '<' is not followed by whitespace. 187
Errors '>' is not preceded with whitespace. 187
Errors '<' is not preceded with whitespace. 188
Errors '<' is not followed by whitespace. 188
Errors '>' is not preceded with whitespace. 188
Errors '>' is not followed by whitespace. 188
Errors Line is longer than 80 characters. 196
Errors '<' is not preceded with whitespace. 196
Errors '<' is not followed by whitespace. 196
Errors ',' is not followed by whitespace. 196
Errors '<' is not preceded with whitespace. 196
Errors '<' is not followed by whitespace. 196
Errors '>' is not preceded with whitespace. 196
Errors '>' is not followed by whitespace. 196
Errors '>' is not preceded with whitespace. 196
Errors Line is longer than 80 characters. 200
Errors Missing a Javadoc comment. 200
Errors '<' is not preceded with whitespace. 200
Errors '<' is not followed by whitespace. 200
Errors ',' is not followed by whitespace. 200
Errors '<' is not preceded with whitespace. 200
Errors '<' is not followed by whitespace. 200
Errors '>' is not preceded with whitespace. 200
Errors '>' is not followed by whitespace. 200
Errors '>' is not preceded with whitespace. 200
Errors Line is longer than 80 characters. 210
Errors '<' is not preceded with whitespace. 210
Errors '<' is not followed by whitespace. 210
Errors ',' is not followed by whitespace. 210
Errors '<' is not preceded with whitespace. 210
Errors '<' is not followed by whitespace. 210
Errors '>' is not preceded with whitespace. 210
Errors '>' is not followed by whitespace. 210
Errors '>' is not preceded with whitespace. 210
Errors Line is longer than 80 characters. 218
Errors '<' is not preceded with whitespace. 218
Errors '<' is not followed by whitespace. 218
Errors ',' is not followed by whitespace. 218
Errors '<' is not preceded with whitespace. 218
Errors '<' is not followed by whitespace. 218
Errors '>' is not preceded with whitespace. 218
Errors '>' is not followed by whitespace. 218
Errors '>' is not preceded with whitespace. 218
Errors Line is longer than 80 characters. 228
Errors '<' is not preceded with whitespace. 228
Errors '<' is not followed by whitespace. 228
Errors ',' is not followed by whitespace. 228
Errors '<' is not preceded with whitespace. 228
Errors '<' is not followed by whitespace. 228
Errors '>' is not preceded with whitespace. 228
Errors '>' is not followed by whitespace. 228
Errors '>' is not preceded with whitespace. 228
Errors Line is longer than 80 characters. 232
Errors Missing a Javadoc comment. 232
Errors '<' is not preceded with whitespace. 232
Errors '<' is not followed by whitespace. 232
Errors ',' is not followed by whitespace. 232
Errors '<' is not preceded with whitespace. 232
Errors '<' is not followed by whitespace. 232
Errors '>' is not preceded with whitespace. 232
Errors '>' is not followed by whitespace. 232
Errors '>' is not preceded with whitespace. 232
Errors Line is longer than 80 characters. 244
Errors '<' is not preceded with whitespace. 244
Errors '<' is not followed by whitespace. 244
Errors ',' is not followed by whitespace. 244
Errors '<' is not preceded with whitespace. 244
Errors '<' is not followed by whitespace. 244
Errors '>' is not preceded with whitespace. 244
Errors '>' is not followed by whitespace. 244
Errors '>' is not preceded with whitespace. 244
Errors Line is longer than 80 characters. 252
Errors '<' is not preceded with whitespace. 252
Errors '<' is not followed by whitespace. 252
Errors ',' is not followed by whitespace. 252
Errors '<' is not preceded with whitespace. 252
Errors '<' is not followed by whitespace. 252
Errors '>' is not preceded with whitespace. 252
Errors '>' is not followed by whitespace. 252
Errors '>' is not preceded with whitespace. 252
Errors Line is longer than 80 characters. 267
Errors '<' is not followed by whitespace. 267
Errors Expected @param tag for '<L>'. 267
Errors '>' is not preceded with whitespace. 267
Errors '<' is not preceded with whitespace. 267
Errors '<' is not followed by whitespace. 267
Errors ',' is not followed by whitespace. 267
Errors '<' is not preceded with whitespace. 267
Errors '<' is not followed by whitespace. 267
Errors '>' is not preceded with whitespace. 267
Errors '>' is not followed by whitespace. 267
Errors '>' is not preceded with whitespace. 267
Errors Parameter dsf should be final. 268
Errors '<' is not preceded with whitespace. 268
Errors '<' is not followed by whitespace. 268
Errors '>' is not preceded with whitespace. 268
Errors Parameter n should be final. 268
Errors Line is longer than 80 characters. 269
Errors '<' is not preceded with whitespace. 269
Errors '<' is not followed by whitespace. 269
Errors ',' is not followed by whitespace. 269
Errors '<' is not preceded with whitespace. 269
Errors '<' is not followed by whitespace. 269
Errors '>' is not preceded with whitespace. 269
Errors '>' is not followed by whitespace. 269
Errors '>' is not preceded with whitespace. 269
Errors '<' is not preceded with whitespace. 269
Errors '<' is not followed by whitespace. 269
Errors ',' is not followed by whitespace. 269
Errors '<' is not preceded with whitespace. 269
Errors '<' is not followed by whitespace. 269
Errors '>' is not preceded with whitespace. 269
Errors '>' is not followed by whitespace. 269
Errors '>' is not preceded with whitespace. 269
Errors '>' is not followed by whitespace. 269
Errors Line is longer than 80 characters. 270
Errors '<' is not preceded with whitespace. 270
Errors '<' is not followed by whitespace. 270
Errors ',' is not followed by whitespace. 270
Errors '<' is not preceded with whitespace. 270
Errors '<' is not followed by whitespace. 270
Errors '>' is not preceded with whitespace. 270
Errors '>' is not followed by whitespace. 270
Errors '>' is not preceded with whitespace. 270
Errors '<' is not preceded with whitespace. 270
Errors '<' is not followed by whitespace. 270
Errors ',' is not followed by whitespace. 270
Errors '<' is not preceded with whitespace. 270
Errors '<' is not followed by whitespace. 270
Errors '>' is not preceded with whitespace. 270
Errors '>' is not followed by whitespace. 270
Errors '>' is not preceded with whitespace. 270
Errors '>' is not followed by whitespace. 270
Errors '<' is not preceded with whitespace. 271
Errors '<' is not followed by whitespace. 271
Errors '>' is not preceded with whitespace. 271
Errors '>' is not followed by whitespace. 271
Errors Line is longer than 80 characters. 287
Errors '<' is not followed by whitespace. 287
Errors Expected @param tag for '<L>'. 287
Errors '>' is not preceded with whitespace. 287
Errors '<' is not preceded with whitespace. 287
Errors '<' is not followed by whitespace. 287
Errors ',' is not followed by whitespace. 287
Errors '<' is not preceded with whitespace. 287
Errors '<' is not followed by whitespace. 287
Errors '>' is not preceded with whitespace. 287
Errors '>' is not followed by whitespace. 287
Errors '>' is not preceded with whitespace. 287
Errors Parameter dsf should be final. 288
Errors '<' is not preceded with whitespace. 288
Errors '<' is not followed by whitespace. 288
Errors '>' is not preceded with whitespace. 288
Errors Parameter order should be final. 288
Errors '<' is not preceded with whitespace. 288
Errors '<' is not followed by whitespace. 288
Errors '>' is not preceded with whitespace. 288
Errors Line is longer than 80 characters. 289
Errors '<' is not preceded with whitespace. 289
Errors '<' is not followed by whitespace. 289
Errors ',' is not followed by whitespace. 289
Errors '<' is not preceded with whitespace. 289
Errors '<' is not followed by whitespace. 289
Errors '>' is not preceded with whitespace. 289
Errors '>' is not followed by whitespace. 289
Errors '>' is not preceded with whitespace. 289
Errors '<' is not preceded with whitespace. 289
Errors '<' is not followed by whitespace. 289
Errors ',' is not followed by whitespace. 289
Errors '<' is not preceded with whitespace. 289
Errors '<' is not followed by whitespace. 289
Errors '>' is not preceded with whitespace. 289
Errors '>' is not followed by whitespace. 289
Errors '>' is not preceded with whitespace. 289
Errors '>' is not followed by whitespace. 289
Errors '10' is a magic number. 289
Errors Line is longer than 80 characters. 290
Errors '<' is not preceded with whitespace. 290
Errors '<' is not followed by whitespace. 290
Errors ',' is not followed by whitespace. 290
Errors '<' is not preceded with whitespace. 290
Errors '<' is not followed by whitespace. 290
Errors '>' is not preceded with whitespace. 290
Errors '>' is not followed by whitespace. 290
Errors '>' is not preceded with whitespace. 290
Errors '<' is not preceded with whitespace. 290
Errors '<' is not followed by whitespace. 290
Errors ',' is not followed by whitespace. 290
Errors '<' is not preceded with whitespace. 290
Errors '<' is not followed by whitespace. 290
Errors '>' is not preceded with whitespace. 290
Errors '>' is not followed by whitespace. 290
Errors '>' is not preceded with whitespace. 290
Errors '>' is not followed by whitespace. 290
Errors Line is longer than 80 characters. 296
Errors Missing a Javadoc comment. 296
Errors '<' is not preceded with whitespace. 296
Errors '<' is not followed by whitespace. 296
Errors ',' is not followed by whitespace. 296
Errors '<' is not preceded with whitespace. 296
Errors '<' is not followed by whitespace. 296
Errors '>' is not preceded with whitespace. 296
Errors '>' is not followed by whitespace. 296
Errors '>' is not preceded with whitespace. 296
Errors Line is longer than 80 characters. 304
Errors Missing a Javadoc comment. 304
Errors '<' is not followed by whitespace. 304
Errors '>' is not preceded with whitespace. 304
Errors '<' is not preceded with whitespace. 304
Errors '<' is not followed by whitespace. 304
Errors ',' is not followed by whitespace. 304
Errors '<' is not preceded with whitespace. 304
Errors '<' is not followed by whitespace. 304
Errors '>' is not preceded with whitespace. 304
Errors '>' is not followed by whitespace. 304
Errors '>' is not preceded with whitespace. 304
Errors Parameter dsf should be final. 305
Errors '<' is not preceded with whitespace. 305
Errors '<' is not followed by whitespace. 305
Errors '>' is not preceded with whitespace. 305
Errors Line is longer than 80 characters. 306
Errors '<' is not preceded with whitespace. 306
Errors '<' is not followed by whitespace. 306
Errors ',' is not followed by whitespace. 306
Errors '<' is not preceded with whitespace. 306
Errors '<' is not followed by whitespace. 306
Errors '>' is not preceded with whitespace. 306
Errors '>' is not followed by whitespace. 306
Errors '>' is not preceded with whitespace. 306
Errors '<' is not preceded with whitespace. 306
Errors '<' is not followed by whitespace. 306
Errors ',' is not followed by whitespace. 306
Errors '<' is not preceded with whitespace. 306
Errors '<' is not followed by whitespace. 306
Errors '>' is not preceded with whitespace. 306
Errors '>' is not followed by whitespace. 306
Errors '>' is not preceded with whitespace. 306
Errors '>' is not followed by whitespace. 306
Errors '10' is a magic number. 306
Errors Line is longer than 80 characters. 307
Errors '<' is not preceded with whitespace. 307
Errors '<' is not followed by whitespace. 307
Errors ',' is not followed by whitespace. 307
Errors '<' is not preceded with whitespace. 307
Errors '<' is not followed by whitespace. 307
Errors '>' is not preceded with whitespace. 307
Errors '>' is not followed by whitespace. 307
Errors '>' is not preceded with whitespace. 307
Errors '<' is not preceded with whitespace. 307
Errors '<' is not followed by whitespace. 307
Errors ',' is not followed by whitespace. 307
Errors '<' is not preceded with whitespace. 307
Errors '<' is not followed by whitespace. 307
Errors '>' is not preceded with whitespace. 307
Errors '>' is not followed by whitespace. 307
Errors '>' is not preceded with whitespace. 307
Errors '>' is not followed by whitespace. 307
Errors '<' is not preceded with whitespace. 308
Errors '<' is not followed by whitespace. 308
Errors '>' is not preceded with whitespace. 308
Errors '>' is not followed by whitespace. 308
Errors Line is longer than 80 characters. 317
Errors '<' is not preceded with whitespace. 317
Errors '<' is not followed by whitespace. 317
Errors ',' is not followed by whitespace. 317
Errors '<' is not preceded with whitespace. 317
Errors '<' is not followed by whitespace. 317
Errors '>' is not preceded with whitespace. 317
Errors '>' is not followed by whitespace. 317
Errors '>' is not preceded with whitespace. 317
Errors Line is longer than 80 characters. 318
Errors '<' is not preceded with whitespace. 318
Errors '<' is not followed by whitespace. 318
Errors ',' is not followed by whitespace. 318
Errors '<' is not preceded with whitespace. 318
Errors '<' is not followed by whitespace. 318
Errors '>' is not preceded with whitespace. 318
Errors '>' is not followed by whitespace. 318
Errors '>' is not preceded with whitespace. 318
Errors '<' is not preceded with whitespace. 318
Errors '<' is not followed by whitespace. 318
Errors ',' is not followed by whitespace. 318
Errors '<' is not preceded with whitespace. 318
Errors '<' is not followed by whitespace. 318
Errors '>' is not preceded with whitespace. 318
Errors '>' is not followed by whitespace. 318
Errors '>' is not preceded with whitespace. 318
Errors '>' is not followed by whitespace. 318
Errors '10' is a magic number. 318
Errors Line is longer than 80 characters. 319
Errors '<' is not preceded with whitespace. 319
Errors '<' is not followed by whitespace. 319
Errors ',' is not followed by whitespace. 319
Errors '<' is not preceded with whitespace. 319
Errors '<' is not followed by whitespace. 319
Errors '>' is not preceded with whitespace. 319
Errors '>' is not followed by whitespace. 319
Errors '>' is not preceded with whitespace. 319
Errors '<' is not preceded with whitespace. 319
Errors '<' is not followed by whitespace. 319
Errors ',' is not followed by whitespace. 319
Errors '<' is not preceded with whitespace. 319
Errors '<' is not followed by whitespace. 319
Errors '>' is not preceded with whitespace. 319
Errors '>' is not followed by whitespace. 319
Errors '>' is not preceded with whitespace. 319
Errors '>' is not followed by whitespace. 319
Errors '<' is not preceded with whitespace. 321
Errors '<' is not followed by whitespace. 321
Errors '>' is not preceded with whitespace. 321
Errors '>' is not followed by whitespace. 321
Errors Line is longer than 80 characters. 331
Errors '<' is not preceded with whitespace. 331
Errors '<' is not followed by whitespace. 331
Errors ',' is not followed by whitespace. 331
Errors '<' is not preceded with whitespace. 331
Errors '<' is not followed by whitespace. 331
Errors '>' is not preceded with whitespace. 331
Errors '>' is not followed by whitespace. 331
Errors '>' is not preceded with whitespace. 331
Errors Line is longer than 80 characters. 332
Errors '<' is not preceded with whitespace. 332
Errors '<' is not followed by whitespace. 332
Errors ',' is not followed by whitespace. 332
Errors '<' is not preceded with whitespace. 332
Errors '<' is not followed by whitespace. 332
Errors '>' is not preceded with whitespace. 332
Errors '>' is not followed by whitespace. 332
Errors '>' is not preceded with whitespace. 332
Errors '<' is not preceded with whitespace. 332
Errors '<' is not followed by whitespace. 332
Errors ',' is not followed by whitespace. 332
Errors '<' is not preceded with whitespace. 332
Errors '<' is not followed by whitespace. 332
Errors '>' is not preceded with whitespace. 332
Errors '>' is not followed by whitespace. 332
Errors '>' is not preceded with whitespace. 332
Errors '>' is not followed by whitespace. 332
Errors '10' is a magic number. 332
Errors Line is longer than 80 characters. 333
Errors '<' is not preceded with whitespace. 333
Errors '<' is not followed by whitespace. 333
Errors ',' is not followed by whitespace. 333
Errors '<' is not preceded with whitespace. 333
Errors '<' is not followed by whitespace. 333
Errors '>' is not preceded with whitespace. 333
Errors '>' is not followed by whitespace. 333
Errors '>' is not preceded with whitespace. 333
Errors '<' is not preceded with whitespace. 333
Errors '<' is not followed by whitespace. 333
Errors ',' is not followed by whitespace. 333
Errors '<' is not preceded with whitespace. 333
Errors '<' is not followed by whitespace. 333
Errors '>' is not preceded with whitespace. 333
Errors '>' is not followed by whitespace. 333
Errors '>' is not preceded with whitespace. 333
Errors '>' is not followed by whitespace. 333
Errors '1000' is a magic number. 334
Errors '<' is not preceded with whitespace. 335
Errors '<' is not followed by whitespace. 335
Errors '>' is not preceded with whitespace. 335
Errors '>' is not followed by whitespace. 335
Errors Line is longer than 80 characters. 347
Errors '<' is not preceded with whitespace. 347
Errors '<' is not followed by whitespace. 347
Errors ',' is not followed by whitespace. 347
Errors '<' is not preceded with whitespace. 347
Errors '<' is not followed by whitespace. 347
Errors '>' is not preceded with whitespace. 347
Errors '>' is not followed by whitespace. 347
Errors '>' is not preceded with whitespace. 347
Errors Line is longer than 80 characters. 348
Errors '<' is not preceded with whitespace. 348
Errors '<' is not followed by whitespace. 348
Errors ',' is not followed by whitespace. 348
Errors '<' is not preceded with whitespace. 348
Errors '<' is not followed by whitespace. 348
Errors '>' is not preceded with whitespace. 348
Errors '>' is not followed by whitespace. 348
Errors '>' is not preceded with whitespace. 348
Errors '<' is not preceded with whitespace. 348
Errors '<' is not followed by whitespace. 348
Errors ',' is not followed by whitespace. 348
Errors '<' is not preceded with whitespace. 348
Errors '<' is not followed by whitespace. 348
Errors '>' is not preceded with whitespace. 348
Errors '>' is not followed by whitespace. 348
Errors '>' is not preceded with whitespace. 348
Errors '>' is not followed by whitespace. 348
Errors Line is longer than 80 characters. 349
Errors '<' is not preceded with whitespace. 349
Errors '<' is not followed by whitespace. 349
Errors ',' is not followed by whitespace. 349
Errors '<' is not preceded with whitespace. 349
Errors '<' is not followed by whitespace. 349
Errors '>' is not preceded with whitespace. 349
Errors '>' is not followed by whitespace. 349
Errors '>' is not preceded with whitespace. 349
Errors '<' is not preceded with whitespace. 349
Errors '<' is not followed by whitespace. 349
Errors ',' is not followed by whitespace. 349
Errors '<' is not preceded with whitespace. 349
Errors '<' is not followed by whitespace. 349
Errors '>' is not preceded with whitespace. 349
Errors '>' is not followed by whitespace. 349
Errors '>' is not preceded with whitespace. 349
Errors '>' is not followed by whitespace. 349
Errors '<' is not preceded with whitespace. 350
Errors '<' is not followed by whitespace. 350
Errors '>' is not preceded with whitespace. 350
Errors '>' is not followed by whitespace. 350
Errors '<' is not preceded with whitespace. 360
Errors '<' is not followed by whitespace. 360
Errors ',' is not followed by whitespace. 360
Errors '<' is not preceded with whitespace. 360
Errors '<' is not followed by whitespace. 360
Errors '>' is not preceded with whitespace. 360
Errors '>' is not followed by whitespace. 360
Errors '>' is not preceded with whitespace. 360
Errors Line is longer than 80 characters. 367
Errors '<' is not preceded with whitespace. 367
Errors '<' is not followed by whitespace. 367
Errors ',' is not followed by whitespace. 367
Errors '<' is not preceded with whitespace. 367
Errors '<' is not followed by whitespace. 367
Errors '>' is not preceded with whitespace. 367
Errors '>' is not followed by whitespace. 367
Errors '>' is not preceded with whitespace. 367
Errors Line is longer than 80 characters. 368
Errors '<' is not preceded with whitespace. 368
Errors '<' is not followed by whitespace. 368
Errors ',' is not followed by whitespace. 368
Errors '<' is not preceded with whitespace. 368
Errors '<' is not followed by whitespace. 368
Errors '>' is not preceded with whitespace. 368
Errors '>' is not followed by whitespace. 368
Errors '>' is not preceded with whitespace. 368
Errors '<' is not preceded with whitespace. 368
Errors '<' is not followed by whitespace. 368
Errors ',' is not followed by whitespace. 368
Errors '<' is not preceded with whitespace. 368
Errors '<' is not followed by whitespace. 368
Errors '>' is not preceded with whitespace. 368
Errors '>' is not followed by whitespace. 368
Errors '>' is not preceded with whitespace. 368
Errors '>' is not followed by whitespace. 368
Errors Line is longer than 80 characters. 369
Errors '<' is not preceded with whitespace. 369
Errors '<' is not followed by whitespace. 369
Errors ',' is not followed by whitespace. 369
Errors '<' is not preceded with whitespace. 369
Errors '<' is not followed by whitespace. 369
Errors '>' is not preceded with whitespace. 369
Errors '>' is not followed by whitespace. 369
Errors '>' is not preceded with whitespace. 369
Errors '<' is not preceded with whitespace. 369
Errors '<' is not followed by whitespace. 369
Errors ',' is not followed by whitespace. 369
Errors '<' is not preceded with whitespace. 369
Errors '<' is not followed by whitespace. 369
Errors '>' is not preceded with whitespace. 369
Errors '>' is not followed by whitespace. 369
Errors '>' is not preceded with whitespace. 369
Errors '>' is not followed by whitespace. 369
Errors '<' is not preceded with whitespace. 371
Errors '<' is not followed by whitespace. 371
Errors '>' is not preceded with whitespace. 371
Errors '>' is not followed by whitespace. 371
Errors '<' is not preceded with whitespace. 383
Errors '<' is not followed by whitespace. 383
Errors ',' is not followed by whitespace. 383
Errors '<' is not preceded with whitespace. 383
Errors '<' is not followed by whitespace. 383
Errors '>' is not preceded with whitespace. 383
Errors '>' is not followed by whitespace. 383
Errors '>' is not preceded with whitespace. 383
Errors '<' is not preceded with whitespace. 391
Errors '<' is not followed by whitespace. 391
Errors ',' is not followed by whitespace. 391
Errors '<' is not preceded with whitespace. 391
Errors '<' is not followed by whitespace. 391
Errors '>' is not preceded with whitespace. 391
Errors '>' is not followed by whitespace. 391
Errors '>' is not preceded with whitespace. 391
Errors Line is longer than 80 characters. 400
Errors '<' is not followed by whitespace. 400
Errors Expected @param tag for '<L>'. 400
Errors '>' is not preceded with whitespace. 400
Errors '<' is not preceded with whitespace. 400
Errors '<' is not followed by whitespace. 400
Errors ',' is not followed by whitespace. 400
Errors '<' is not preceded with whitespace. 400
Errors '<' is not followed by whitespace. 400
Errors '>' is not preceded with whitespace. 400
Errors '>' is not followed by whitespace. 400
Errors '>' is not preceded with whitespace. 400
Errors Parameter dsf should be final. 401
Errors '<' is not preceded with whitespace. 401
Errors '<' is not followed by whitespace. 401
Errors '>' is not preceded with whitespace. 401
Errors Line is longer than 80 characters. 402
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors ',' is not followed by whitespace. 402
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '>' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors ',' is not followed by whitespace. 402
Errors '<' is not preceded with whitespace. 402
Errors '<' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '>' is not followed by whitespace. 402
Errors '>' is not preceded with whitespace. 402
Errors '>' is not followed by whitespace. 402
Errors Line is longer than 80 characters. 403
Errors '<' is not preceded with whitespace. 403
Errors '<' is not followed by whitespace. 403
Errors ',' is not followed by whitespace. 403
Errors '<' is not preceded with whitespace. 403
Errors '<' is not followed by whitespace. 403
Errors '>' is not preceded with whitespace. 403
Errors '>' is not followed by whitespace. 403
Errors '>' is not preceded with whitespace. 403
Errors '<' is not preceded with whitespace. 403
Errors '<' is not followed by whitespace. 403
Errors ',' is not followed by whitespace. 403
Errors '<' is not preceded with whitespace. 403
Errors '<' is not followed by whitespace. 403
Errors '>' is not preceded with whitespace. 403
Errors '>' is not followed by whitespace. 403
Errors '>' is not preceded with whitespace. 403
Errors '>' is not followed by whitespace. 403
Errors '<' is not preceded with whitespace. 404
Errors '<' is not followed by whitespace. 404
Errors '>' is not preceded with whitespace. 404
Errors '>' is not followed by whitespace. 404
Errors '<' is not preceded with whitespace. 413
Errors '<' is not followed by whitespace. 413
Errors ',' is not followed by whitespace. 413
Errors '<' is not preceded with whitespace. 413
Errors '<' is not followed by whitespace. 413
Errors '>' is not preceded with whitespace. 413
Errors '>' is not followed by whitespace. 413
Errors '>' is not preceded with whitespace. 413
Errors Line is longer than 80 characters. 421
Errors '<' is not preceded with whitespace. 421
Errors '<' is not followed by whitespace. 421
Errors ',' is not followed by whitespace. 421
Errors '<' is not preceded with whitespace. 421
Errors '<' is not followed by whitespace. 421
Errors '>' is not preceded with whitespace. 421
Errors '>' is not followed by whitespace. 421
Errors '>' is not preceded with whitespace. 421
Errors '<' is not preceded with whitespace. 422
Errors '<' is not followed by whitespace. 422
Errors ',' is not followed by whitespace. 422
Errors '<' is not preceded with whitespace. 422
Errors '<' is not followed by whitespace. 422
Errors '>' is not preceded with whitespace. 422
Errors '>' is not followed by whitespace. 422
Errors '>' is not preceded with whitespace. 422
Errors Line is longer than 80 characters. 427
Errors Missing a Javadoc comment. 427
Errors '<' is not preceded with whitespace. 427
Errors '<' is not followed by whitespace. 427
Errors ',' is not followed by whitespace. 427
Errors '<' is not preceded with whitespace. 427
Errors '<' is not followed by whitespace. 427
Errors '>' is not preceded with whitespace. 427
Errors '>' is not followed by whitespace. 427
Errors '>' is not preceded with whitespace. 427
Errors '<' is not preceded with whitespace. 428
Errors '<' is not followed by whitespace. 428
Errors ',' is not followed by whitespace. 428
Errors '<' is not preceded with whitespace. 428
Errors '<' is not followed by whitespace. 428
Errors '>' is not preceded with whitespace. 428
Errors '>' is not followed by whitespace. 428
Errors '>' is not preceded with whitespace. 428
Errors Line is longer than 80 characters. 437
Errors '<' is not preceded with whitespace. 437
Errors '<' is not followed by whitespace. 437
Errors ',' is not followed by whitespace. 437
Errors '<' is not preceded with whitespace. 437
Errors '<' is not followed by whitespace. 437
Errors '>' is not preceded with whitespace. 437
Errors '>' is not followed by whitespace. 437
Errors '>' is not preceded with whitespace. 437
Errors Line is longer than 80 characters. 445
Errors '<' is not preceded with whitespace. 445
Errors '<' is not followed by whitespace. 445
Errors ',' is not followed by whitespace. 445
Errors '<' is not preceded with whitespace. 445
Errors '<' is not followed by whitespace. 445
Errors '>' is not preceded with whitespace. 445
Errors '>' is not followed by whitespace. 445
Errors '>' is not preceded with whitespace. 445
Errors Line is longer than 80 characters. 449
Errors Missing a Javadoc comment. 449
Errors '<' is not followed by whitespace. 449
Errors '>' is not preceded with whitespace. 449
Errors '<' is not preceded with whitespace. 449
Errors '<' is not followed by whitespace. 449
Errors ',' is not followed by whitespace. 449
Errors '<' is not preceded with whitespace. 449
Errors '<' is not followed by whitespace. 449
Errors '>' is not preceded with whitespace. 449
Errors '>' is not followed by whitespace. 449
Errors '>' is not preceded with whitespace. 449
Errors Parameter dsf should be final. 450
Errors '<' is not preceded with whitespace. 450
Errors '<' is not followed by whitespace. 450
Errors '>' is not preceded with whitespace. 450
Errors Line is longer than 80 characters. 451
Errors '<' is not preceded with whitespace. 451
Errors '<' is not followed by whitespace. 451
Errors ',' is not followed by whitespace. 451
Errors '<' is not preceded with whitespace. 451
Errors '<' is not followed by whitespace. 451
Errors '>' is not preceded with whitespace. 451
Errors '>' is not followed by whitespace. 451
Errors '>' is not preceded with whitespace. 451
Errors '<' is not preceded with whitespace. 451
Errors '<' is not followed by whitespace. 451
Errors ',' is not followed by whitespace. 451
Errors '<' is not preceded with whitespace. 451
Errors '<' is not followed by whitespace. 451
Errors '>' is not preceded with whitespace. 451
Errors '>' is not followed by whitespace. 451
Errors '>' is not preceded with whitespace. 451
Errors '>' is not followed by whitespace. 451
Errors Line is longer than 80 characters. 452
Errors '<' is not preceded with whitespace. 452
Errors '<' is not followed by whitespace. 452
Errors ',' is not followed by whitespace. 452
Errors '<' is not preceded with whitespace. 452
Errors '<' is not followed by whitespace. 452
Errors '>' is not preceded with whitespace. 452
Errors '>' is not followed by whitespace. 452
Errors '>' is not preceded with whitespace. 452
Errors '<' is not preceded with whitespace. 452
Errors '<' is not followed by whitespace. 452
Errors ',' is not followed by whitespace. 452
Errors '<' is not preceded with whitespace. 452
Errors '<' is not followed by whitespace. 452
Errors '>' is not preceded with whitespace. 452
Errors '>' is not followed by whitespace. 452
Errors '>' is not preceded with whitespace. 452
Errors '>' is not followed by whitespace. 452
Errors '<' is not preceded with whitespace. 453
Errors '<' is not followed by whitespace. 453
Errors '>' is not preceded with whitespace. 453
Errors '>' is not followed by whitespace. 453
Errors '<' is not preceded with whitespace. 462
Errors '<' is not followed by whitespace. 462
Errors ',' is not followed by whitespace. 462
Errors '<' is not preceded with whitespace. 462
Errors '<' is not followed by whitespace. 462
Errors '>' is not preceded with whitespace. 462
Errors '>' is not followed by whitespace. 462
Errors '>' is not preceded with whitespace. 462
Errors '<' is not preceded with whitespace. 470
Errors '<' is not followed by whitespace. 470
Errors ',' is not followed by whitespace. 470
Errors '<' is not preceded with whitespace. 470
Errors '<' is not followed by whitespace. 470
Errors '>' is not preceded with whitespace. 470
Errors '>' is not followed by whitespace. 470
Errors '>' is not preceded with whitespace. 470
Errors Line is longer than 80 characters. 471
Errors '<' is not preceded with whitespace. 471
Errors '<' is not followed by whitespace. 471
Errors ',' is not followed by whitespace. 471
Errors '<' is not preceded with whitespace. 471
Errors '<' is not followed by whitespace. 471
Errors '>' is not preceded with whitespace. 471
Errors '>' is not followed by whitespace. 471
Errors '>' is not preceded with whitespace. 471
Errors '<' is not preceded with whitespace. 471
Errors '<' is not followed by whitespace. 471
Errors ',' is not followed by whitespace. 471
Errors '<' is not preceded with whitespace. 471
Errors '<' is not followed by whitespace. 471
Errors '>' is not preceded with whitespace. 471
Errors '>' is not followed by whitespace. 471
Errors '>' is not preceded with whitespace. 471
Errors '>' is not followed by whitespace. 471
Errors Line is longer than 80 characters. 472
Errors '<' is not preceded with whitespace. 472
Errors '<' is not followed by whitespace. 472
Errors ',' is not followed by whitespace. 472
Errors '<' is not preceded with whitespace. 472
Errors '<' is not followed by whitespace. 472
Errors '>' is not preceded with whitespace. 472
Errors '>' is not followed by whitespace. 472
Errors '>' is not preceded with whitespace. 472
Errors '<' is not preceded with whitespace. 472
Errors '<' is not followed by whitespace. 472
Errors ',' is not followed by whitespace. 472
Errors '<' is not preceded with whitespace. 472
Errors '<' is not followed by whitespace. 472
Errors '>' is not preceded with whitespace. 472
Errors '>' is not followed by whitespace. 472
Errors '>' is not preceded with whitespace. 472
Errors '>' is not followed by whitespace. 472
Errors '<' is not preceded with whitespace. 473
Errors '<' is not followed by whitespace. 473
Errors '>' is not preceded with whitespace. 473
Errors '>' is not followed by whitespace. 473
Errors '<' is not preceded with whitespace. 484
Errors '<' is not followed by whitespace. 484
Errors ',' is not followed by whitespace. 484
Errors '<' is not preceded with whitespace. 484
Errors '<' is not followed by whitespace. 484
Errors '>' is not preceded with whitespace. 484
Errors '>' is not followed by whitespace. 484
Errors '>' is not preceded with whitespace. 484
Errors Line is longer than 80 characters. 485
Errors '<' is not preceded with whitespace. 485
Errors '<' is not followed by whitespace. 485
Errors ',' is not followed by whitespace. 485
Errors '<' is not preceded with whitespace. 485
Errors '<' is not followed by whitespace. 485
Errors '>' is not preceded with whitespace. 485
Errors '>' is not followed by whitespace. 485
Errors '>' is not preceded with whitespace. 485
Errors '<' is not preceded with whitespace. 485
Errors '<' is not followed by whitespace. 485
Errors ',' is not followed by whitespace. 485
Errors '<' is not preceded with whitespace. 485
Errors '<' is not followed by whitespace. 485
Errors '>' is not preceded with whitespace. 485
Errors '>' is not followed by whitespace. 485
Errors '>' is not preceded with whitespace. 485
Errors '>' is not followed by whitespace. 485
Errors Line is longer than 80 characters. 486
Errors '<' is not preceded with whitespace. 486
Errors '<' is not followed by whitespace. 486
Errors ',' is not followed by whitespace. 486
Errors '<' is not preceded with whitespace. 486
Errors '<' is not followed by whitespace. 486
Errors '>' is not preceded with whitespace. 486
Errors '>' is not followed by whitespace. 486
Errors '>' is not preceded with whitespace. 486
Errors '<' is not preceded with whitespace. 486
Errors '<' is not followed by whitespace. 486
Errors ',' is not followed by whitespace. 486
Errors '<' is not preceded with whitespace. 486
Errors '<' is not followed by whitespace. 486
Errors '>' is not preceded with whitespace. 486
Errors '>' is not followed by whitespace. 486
Errors '>' is not preceded with whitespace. 486
Errors '>' is not followed by whitespace. 486
Errors '<' is not preceded with whitespace. 487
Errors '<' is not followed by whitespace. 487
Errors '>' is not preceded with whitespace. 487
Errors '>' is not followed by whitespace. 487
Errors '<' is not preceded with whitespace. 499
Errors '<' is not followed by whitespace. 499
Errors ',' is not followed by whitespace. 499
Errors '<' is not preceded with whitespace. 499
Errors '<' is not followed by whitespace. 499
Errors '>' is not preceded with whitespace. 499
Errors '>' is not followed by whitespace. 499
Errors '>' is not preceded with whitespace. 499
Errors Line is longer than 80 characters. 500
Errors '<' is not preceded with whitespace. 500
Errors '<' is not followed by whitespace. 500
Errors ',' is not followed by whitespace. 500
Errors '<' is not preceded with whitespace. 500
Errors '<' is not followed by whitespace. 500
Errors '>' is not preceded with whitespace. 500
Errors '>' is not followed by whitespace. 500
Errors '>' is not preceded with whitespace. 500
Errors '<' is not preceded with whitespace. 500
Errors '<' is not followed by whitespace. 500
Errors ',' is not followed by whitespace. 500
Errors '<' is not preceded with whitespace. 500
Errors '<' is not followed by whitespace. 500
Errors '>' is not preceded with whitespace. 500
Errors '>' is not followed by whitespace. 500
Errors '>' is not preceded with whitespace. 500
Errors '>' is not followed by whitespace. 500
Errors '3' is a magic number. 500
Errors Line is longer than 80 characters. 501
Errors '<' is not preceded with whitespace. 501
Errors '<' is not followed by whitespace. 501
Errors ',' is not followed by whitespace. 501
Errors '<' is not preceded with whitespace. 501
Errors '<' is not followed by whitespace. 501
Errors '>' is not preceded with whitespace. 501
Errors '>' is not followed by whitespace. 501
Errors '>' is not preceded with whitespace. 501
Errors '<' is not preceded with whitespace. 501
Errors '<' is not followed by whitespace. 501
Errors ',' is not followed by whitespace. 501
Errors '<' is not preceded with whitespace. 501
Errors '<' is not followed by whitespace. 501
Errors '>' is not preceded with whitespace. 501
Errors '>' is not followed by whitespace. 501
Errors '>' is not preceded with whitespace. 501
Errors '>' is not followed by whitespace. 501
Errors '<' is not preceded with whitespace. 513
Errors '<' is not followed by whitespace. 513
Errors ',' is not followed by whitespace. 513
Errors '<' is not preceded with whitespace. 513
Errors '<' is not followed by whitespace. 513
Errors '>' is not preceded with whitespace. 513
Errors '>' is not followed by whitespace. 513
Errors '>' is not preceded with whitespace. 513
Errors Line is longer than 80 characters. 514
Errors '<' is not preceded with whitespace. 514
Errors '<' is not followed by whitespace. 514
Errors ',' is not followed by whitespace. 514
Errors '<' is not preceded with whitespace. 514
Errors '<' is not followed by whitespace. 514
Errors '>' is not preceded with whitespace. 514
Errors '>' is not followed by whitespace. 514
Errors '>' is not preceded with whitespace. 514
Errors '<' is not preceded with whitespace. 514
Errors '<' is not followed by whitespace. 514
Errors ',' is not followed by whitespace. 514
Errors '<' is not preceded with whitespace. 514
Errors '<' is not followed by whitespace. 514
Errors '>' is not preceded with whitespace. 514
Errors '>' is not followed by whitespace. 514
Errors '>' is not preceded with whitespace. 514
Errors '>' is not followed by whitespace. 514
Errors Line is longer than 80 characters. 515
Errors '<' is not preceded with whitespace. 515
Errors '<' is not followed by whitespace. 515
Errors ',' is not followed by whitespace. 515
Errors '<' is not preceded with whitespace. 515
Errors '<' is not followed by whitespace. 515
Errors '>' is not preceded with whitespace. 515
Errors '>' is not followed by whitespace. 515
Errors '>' is not preceded with whitespace. 515
Errors '<' is not preceded with whitespace. 515
Errors '<' is not followed by whitespace. 515
Errors ',' is not followed by whitespace. 515
Errors '<' is not preceded with whitespace. 515
Errors '<' is not followed by whitespace. 515
Errors '>' is not preceded with whitespace. 515
Errors '>' is not followed by whitespace. 515
Errors '>' is not preceded with whitespace. 515
Errors '>' is not followed by whitespace. 515
Errors Line is longer than 80 characters. 525
Errors Line has trailing spaces. 530
Errors Line has trailing spaces. 534
Errors Missing a Javadoc comment. 543
Errors Line has trailing spaces. 550
Errors Missing a Javadoc comment. 559
Errors Missing a Javadoc comment. 564

org/sat4j/minisat/constraints/AbstractCardinalityDataStructure.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45

org/sat4j/minisat/constraints/AbstractDataStructureFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Type Javadoc comment is missing an @param <L> tag. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '>' is not followed by whitespace. 48
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 58
Errors Method 'conflictDetectedInAttachesFor' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter p should be final. 60
Errors Parameter i should be final. 60
Errors Line has trailing spaces. 68
Errors Method 'getAttachesFor' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors Parameter p should be final. 71
Errors Missing a Javadoc comment. 77
Errors Variable 'lits' must be private and have accessor methods. 77
Errors Line has trailing spaces. 78
Errors Missing a Javadoc comment. 79
Errors Line has trailing spaces. 83
Errors Missing a Javadoc comment. 83
Errors Line has trailing spaces. 84
Errors Missing a Javadoc comment. 85
Errors '<' is not preceded with whitespace. 85
Errors '<' is not followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85
Errors '<' is not preceded with whitespace. 85
Errors '<' is not followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85
Errors '>' is not followed by whitespace. 85
Errors Line has trailing spaces. 89
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Missing a Javadoc comment. 96
Errors Variable 'solver' must be private and have accessor methods. 96
Errors Missing a Javadoc comment. 98
Errors Variable 'learner' must be private and have accessor methods. 98
Errors Method 'setUnitPropagationListener' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter s should be final. 100
Errors Method 'setLearner' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Parameter learner should be final. 104
Errors 'learner' hides a field. 104
Errors Missing a Javadoc comment. 108
Errors Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors Parameter constr should be final. 111
Errors Line has trailing spaces. 117
Errors Line is longer than 80 characters. 118
Errors Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. 121
Errors Missing a Javadoc comment. 121
Errors Parameter literals should be final. 121
Errors Parameter degree should be final. 121

org/sat4j/minisat/constraints/CardinalityDataStructure.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 44
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter literals should be final. 46
Errors Line contains a tab character. 47
Errors '==' is not preceded with whitespace. 47
Errors '==' is not followed by whitespace. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors ',' is not followed by whitespace. 51
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 59
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter literals should be final. 61
Errors Line has trailing spaces. 67
Errors Line is longer than 80 characters. 68
Errors Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Parameter literals should be final. 72
Errors Parameter degree should be final. 72

org/sat4j/minisat/constraints/ClausalDataStructureCB.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Redundant import from the same package - org.sat4j.minisat.constraints.AbstractDataStructureFactory. 30
Errors Line is longer than 80 characters. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line has trailing spaces. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Line contains a tab character. 57
Errors Parameter p should be final. 57
Errors Parameter i should be final. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line has trailing spaces. 63
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Method 'getAttachesFor' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors Parameter p should be final. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line is longer than 80 characters. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Parameter literals should be final. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors 'if' construct must use '{}'s. 80
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line has trailing spaces. 87
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter literals should be final. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 96
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99

org/sat4j/minisat/constraints/ClausalDataStructureCBHT.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors Missing a Javadoc comment. 49
Errors Line has trailing spaces. 53
Errors Line is longer than 80 characters. 54
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter literals should be final. 56
Errors 'if' construct must use '{}'s. 58
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter literals should be final. 63
Errors Line contains a tab character. 64
Errors '==' is not preceded with whitespace. 64
Errors '==' is not followed by whitespace. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors ',' is not followed by whitespace. 68
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73

org/sat4j/minisat/constraints/ClausalDataStructureHT.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Missing a Javadoc comment. 47
Errors Line has trailing spaces. 51
Errors Line is longer than 80 characters. 52
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter literals should be final. 54
Errors 'if' construct must use '{}'s. 56
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter literals should be final. 61
Errors Line contains a tab character. 62
Errors '==' is not preceded with whitespace. 62
Errors '==' is not followed by whitespace. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68

org/sat4j/minisat/constraints/MixedDataStructureDaniel.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Missing a Javadoc comment. 50
Errors Line has trailing spaces. 54
Errors Line is longer than 80 characters. 55
Errors Method 'createCardinalityConstraint' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter literals should be final. 59
Errors Parameter degree should be final. 59
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 67
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter literals should be final. 69
Errors 'if' construct must use '{}'s. 71
Errors Line contains a tab character. 73
Errors '==' is not preceded with whitespace. 73
Errors '==' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Parameter literals should be final. 79
Errors Line contains a tab character. 80
Errors '==' is not preceded with whitespace. 80
Errors '==' is not followed by whitespace. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors '==' is not preceded with whitespace. 83
Errors '==' is not followed by whitespace. 83
Errors Line contains a tab character. 84
Errors ',' is not followed by whitespace. 84
Errors Line contains a tab character. 85
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89

org/sat4j/minisat/constraints/MixedDataStructureDanielCBHT.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 41
Errors Parameter literals should be final. 41
Errors 'if' construct must use '{}'s. 43

org/sat4j/minisat/constraints/MixedDataStructureWithBinary.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Missing a Javadoc comment. 47
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Line has trailing spaces. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 59
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter literals should be final. 59
Errors 'if' construct must use '{}'s. 61
Errors Line has trailing spaces. 72
Errors Line is longer than 80 characters. 73
Errors Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter constr should be final. 76
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Parameter literals should be final. 85
Errors Line contains a tab character. 86
Errors '==' is not preceded with whitespace. 86
Errors '==' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors ',' is not followed by whitespace. 90

org/sat4j/minisat/constraints/MixedDataStructureWithBinaryAndTernary.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Missing a Javadoc comment. 47
Errors Line has trailing spaces. 52
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 55
Errors Method 'createClause' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter literals should be final. 55
Errors 'if' construct must use '{}'s. 57
Errors '3' is a magic number. 63
Errors Line has trailing spaces. 72
Errors Line is longer than 80 characters. 73
Errors Method 'learnConstraint' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter constr should be final. 76
Errors '3' is a magic number. 80
Errors Method 'createLits' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Method 'createUnregisteredClause' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Parameter literals should be final. 93
Errors Line contains a tab character. 94
Errors '==' is not preceded with whitespace. 94
Errors '==' is not followed by whitespace. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors ',' is not followed by whitespace. 98

org/sat4j/minisat/constraints/card/AtLeast.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 47
Errors First sentence should end with a period. 49
Errors Variable 'maxUnsatisfied' must be private and have accessor methods. 50
Errors First sentence should end with a period. 52
Errors First sentence should end with a period. 55
Errors Variable 'lits' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 60
Errors Variable 'voc' must be private and have accessor methods. 60
Errors Parameter voc should be final. 68
Errors 'voc' hides a field. 68
Errors Expected @param tag for 'voc'. 68
Errors Parameter ps should be final. 68
Errors Parameter degree should be final. 68
Errors Missing a Javadoc comment. 79
Errors Parameter s should be final. 79
Errors Parameter voc should be final. 79
Errors Parameter ps should be final. 80
Errors Parameter n should be final. 80
Errors 'if' construct must use '{}'s. 82
Errors Line has trailing spaces. 89
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Line has trailing spaces. 100
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Parameter s should be final. 103
Errors Parameter p should be final. 103
Errors 'if' construct must use '{}'s. 107
Errors 'if' construct must use '{}'s. 114
Errors Line has trailing spaces. 125
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Line has trailing spaces. 134
Errors Method 'undo' is not designed for extension - needs to be abstract, final or empty. 137
Errors Missing a Javadoc comment. 137
Errors Parameter p should be final. 137
Errors Line has trailing spaces. 143
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors Parameter p should be final. 146
Errors Parameter outReason should be final. 146
Errors Avoid inline conditionals. 147
Errors 'if' construct must use '{}'s. 151
Errors Line has trailing spaces. 159
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 162
Errors Missing a Javadoc comment. 162
Errors Line has trailing spaces. 169
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 172
Errors Missing a Javadoc comment. 172
Errors Line has trailing spaces. 179
Errors Missing a Javadoc comment. 182
Errors Parameter claInc should be final. 182
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 190
Errors Missing a Javadoc comment. 190
Errors Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. 196
Errors Missing a Javadoc comment. 196
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 200
Errors Missing a Javadoc comment. 200
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 204
Errors Missing a Javadoc comment. 204
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 208
Errors Missing a Javadoc comment. 208
Errors Parameter i should be final. 208
Errors Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. 212
Errors Missing a Javadoc comment. 212
Errors Parameter d should be final. 212
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 216
Errors Missing a Javadoc comment. 216
Errors Parameter s should be final. 216
Errors First sentence should end with a period. 220
Errors Line has trailing spaces. 222
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 225

org/sat4j/minisat/constraints/card/Cards.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 35
Errors Utility classes should not have a public or default constructor. 35
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Parameter s should be final. 37
Errors Parameter voc should be final. 37
Errors Line contains a tab character. 38
Errors Parameter ps should be final. 38
Errors Parameter deg should be final. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 39
Errors 'if' construct must use '{}'s. 40
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line has trailing spaces. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors 'if' construct must use '{}'s. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line has trailing spaces. 78
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79

org/sat4j/minisat/constraints/card/MinWatchCard.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors First sentence should end with a period. 48
Errors Variable 'degree' must be private and have accessor methods. 51
Errors First sentence should end with a period. 53
Errors First sentence should end with a period. 58
Errors First sentence should end with a period. 63
Errors Variable 'watchCumul' must be private and have accessor methods. 66
Errors First sentence should end with a period. 68
Errors Line has trailing spaces. 76
Errors Parameter voc should be final. 86
Errors 'voc' hides a field. 86
Errors Parameter ps should be final. 86
Errors Parameter moreThan should be final. 86
Errors 'moreThan' hides a field. 86
Errors Parameter degree should be final. 86
Errors 'degree' hides a field. 86
Errors Line has trailing spaces. 95
Errors 'if' construct must use '{}'s. 113
Errors Line is longer than 80 characters. 131
Errors Line has trailing spaces. 133
Errors Parameter voc should be final. 141
Errors 'voc' hides a field. 141
Errors Parameter ps should be final. 141
Errors Parameter degree should be final. 141
Errors 'degree' hides a field. 141
Errors First sentence should end with a period. 153
Errors Line has trailing spaces. 155
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 162
Errors Parameter p should be final. 162
Errors Parameter outReason should be final. 162
Errors First sentence should end with a period. 174
Errors Line has trailing spaces. 176
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 180
Errors First sentence should end with a period. 185
Errors Line has trailing spaces. 187
Errors Parameter claInc should be final. 192
Errors Line has trailing spaces. 198
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 202
Errors Line has trailing spaces. 208
Errors Parameter voc should be final. 216
Errors Parameter ps should be final. 216
Errors Line has trailing spaces. 246
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 250
Errors Line has trailing spaces. 259
Errors Parameter s should be final. 273
Errors Parameter voc should be final. 274
Errors Parameter ps should be final. 274
Errors Parameter moreThan should be final. 274
Errors Parameter degree should be final. 274
Errors Expected @throws tag for 'ContradictionException'. 275
Errors 'for' construct must use '{}'s. 282
Errors 'if' construct must use '{}'s. 292
Errors First sentence should end with a period. 319
Errors Line has trailing spaces. 321
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 328
Errors Parameter s should be final. 328
Errors Parameter p should be final. 328
Errors 'while' construct must use '{}'s. 338
Errors 'while' construct must use '{}'s. 344
Errors 'for' construct must use '{}'s. 357
Errors 'if' construct must use '{}'s. 358
Errors First sentence should end with a period. 374
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 377
Errors First sentence should end with a period. 383
Errors Line has trailing spaces. 385
Errors Parameter d should be final. 389
Errors First sentence should end with a period. 393
Errors Line has trailing spaces. 395
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 398
Errors 'for' construct must use '{}'s. 400
Errors 'if' construct must use '{}'s. 401
Errors Line has trailing spaces. 409
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 412
Errors First sentence should end with a period. 444
Errors Line has trailing spaces. 446
Errors Method 'undo' is not designed for extension - needs to be abstract, final or empty. 450
Errors Parameter p should be final. 450
Errors Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. 455
Errors Missing a Javadoc comment. 455
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 459
Errors Missing a Javadoc comment. 459
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 463
Errors Missing a Javadoc comment. 463
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 467
Errors Missing a Javadoc comment. 467
Errors Parameter i should be final. 467
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 471
Errors Missing a Javadoc comment. 471
Errors Parameter s should be final. 471
Errors Method 'computeWatches' is not designed for extension - needs to be abstract, final or empty. 475
Errors Missing a Javadoc comment. 475
Errors Method 'computePropagation' is not designed for extension - needs to be abstract, final or empty. 525
Errors Missing a Javadoc comment. 525
Errors Parameter s should be final. 525
Errors 'for' construct must use '{}'s. 530
Errors Method 'getLits' is not designed for extension - needs to be abstract, final or empty. 544
Errors Missing a Javadoc comment. 544
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 550
Errors Missing a Javadoc comment. 550
Errors Line has trailing spaces. 553
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 554
Errors Missing a Javadoc comment. 554
Errors Line contains a tab character. 555
Errors Parameter card should be final. 555
Errors '{' is not preceded with whitespace. 555
Errors '==' is not preceded with whitespace. 556
Errors '==' is not followed by whitespace. 556
Errors Line contains a tab character. 559
Errors Line contains a tab character. 560
Errors 'if' construct must use '{}'s. 561
Errors Line contains a tab character. 561
Errors Line contains a tab character. 562
Errors 'if' construct must use '{}'s. 563
Errors Line contains a tab character. 563
Errors Line contains a tab character. 564
Errors Line contains a tab character. 565
Errors Line contains a tab character. 566
Errors '{' is not preceded with whitespace. 566
Errors Line contains a tab character. 567
Errors 'for' construct must use '{}'s. 568
Errors Line contains a tab character. 568
Errors 'for' is not followed by whitespace. 568
Errors Line contains a tab character. 569
Errors '==' is not preceded with whitespace. 569
Errors '==' is not followed by whitespace. 569
Errors '{' is not preceded with whitespace. 569
Errors Line contains a tab character. 570
Errors Line contains a tab character. 571
Errors Line contains a tab character. 572
Errors 'if' construct must use '{}'s. 573
Errors Line contains a tab character. 573
Errors Line contains a tab character. 574
Errors Line contains a tab character. 575
Errors Line contains a tab character. 576
Errors '}' should be on the same line. 576
Errors Line contains a tab character. 577
Errors Line contains a tab character. 578
Errors '{' should be on the previous line. 578
Errors Line contains a tab character. 579
Errors Line contains a tab character. 580
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 583
Errors Missing a Javadoc comment. 583
Errors '+' is not preceded with whitespace. 590
Errors '+' is not followed by whitespace. 590

org/sat4j/minisat/constraints/cnf/BinaryClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Line contains a tab character. 54
Errors Missing a Javadoc comment. 54
Errors First sentence should end with a period. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Parameter ps should be final. 64
Errors Parameter voc should be final. 64
Errors 'voc' hides a field. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter p should be final. 77
Errors Parameter outReason should be final. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line has trailing spaces. 88
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line has trailing spaces. 98
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 108
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 108
Errors Missing a Javadoc comment. 108
Errors Parameter s should be final. 108
Errors Parameter p should be final. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Line is longer than 80 characters. 121
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 131
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 146
Errors Line is longer than 80 characters. 147
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line has trailing spaces. 149
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 154
Errors Parameter i should be final. 154
Errors 'if' construct must use '{}'s. 155
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. 164
Errors Parameter claInc should be final. 164
Errors Expected @param tag for 'claInc'. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. 171
Errors Parameter d should be final. 171
Errors Expected @param tag for 'd'. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 175
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 179
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors Parameter s should be final. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 190
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 190
Errors Missing a Javadoc comment. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 194
Errors Method 'getLits' is not designed for extension - needs to be abstract, final or empty. 194
Errors Missing a Javadoc comment. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 201
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 201
Errors Missing a Javadoc comment. 201
Errors Line contains a tab character. 202
Errors Parameter obj should be final. 202
Errors 'if' construct must use '{}'s. 203
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 216
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 216
Errors Missing a Javadoc comment. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 222
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 222
Errors Missing a Javadoc comment. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225

org/sat4j/minisat/constraints/cnf/BinaryClauses.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Line has trailing spaces. 55
Errors Parameter voc should be final. 57
Errors 'voc' hides a field. 57
Errors Expected @param tag for 'voc'. 57
Errors Parameter p should be final. 57
Errors Expected @param tag for 'p'. 57
Errors Method 'addBinaryClause' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Parameter p should be final. 62
Errors Line has trailing spaces. 68
Errors Missing a Javadoc comment. 71
Errors Line has trailing spaces. 77
Errors Line is longer than 80 characters. 78
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Parameter s should be final. 81
Errors Parameter p should be final. 81
Errors Line has trailing spaces. 96
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Line has trailing spaces. 116
Errors Missing a Javadoc comment. 119
Errors Parameter p should be final. 119
Errors Line has trailing spaces. 125
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Parameter p should be final. 128
Errors Parameter outReason should be final. 128
Errors Line has trailing spaces. 142
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 145
Errors Missing a Javadoc comment. 145
Errors Line has trailing spaces. 151
Errors Missing a Javadoc comment. 154
Errors Parameter claInc should be final. 154
Errors Line has trailing spaces. 160
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 163
Errors Missing a Javadoc comment. 163
Errors Line has trailing spaces. 170
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 173
Errors Missing a Javadoc comment. 173
Errors Line has trailing spaces. 179
Errors Missing a Javadoc comment. 182
Errors Line has trailing spaces. 188
Errors Missing a Javadoc comment. 191
Errors Line has trailing spaces. 197
Errors Missing a Javadoc comment. 200
Errors Parameter d should be final. 200
Errors Line has trailing spaces. 206
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 209
Errors Missing a Javadoc comment. 209
Errors Line has trailing spaces. 215
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 218
Errors Missing a Javadoc comment. 218
Errors Parameter i should be final. 218
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 223
Errors Missing a Javadoc comment. 223
Errors Parameter s should be final. 223

org/sat4j/minisat/constraints/cnf/CBClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Variable 'falsified' must be private and have accessor methods. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors Variable 'lits' must be private and have accessor methods. 49
Errors Missing a Javadoc comment. 51
Errors Variable 'voc' must be private and have accessor methods. 51
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Parameter s should be final. 55
Errors Parameter voc should be final. 55
Errors Parameter literals should be final. 56
Errors Line has trailing spaces. 63
Errors Parameter ps should be final. 65
Errors Expected @param tag for 'ps'. 65
Errors Parameter voc should be final. 65
Errors 'voc' hides a field. 65
Errors Expected @param tag for 'voc'. 65
Errors Parameter learnt should be final. 65
Errors 'learnt' hides a field. 65
Errors Expected @param tag for 'learnt'. 65
Errors Missing a Javadoc comment. 72
Errors Parameter ps should be final. 72
Errors Parameter voc should be final. 72
Errors 'voc' hides a field. 72
Errors Line has trailing spaces. 78
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Line has trailing spaces. 89
Errors Line is longer than 80 characters. 90
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Parameter s should be final. 93
Errors Parameter p should be final. 93
Errors Line has trailing spaces. 114
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 117
Errors Missing a Javadoc comment. 117
Errors Line has trailing spaces. 128
Errors Method 'undo' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Parameter p should be final. 131
Errors Line has trailing spaces. 137
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 141
Errors Missing a Javadoc comment. 141
Errors Parameter p should be final. 141
Errors Parameter outReason should be final. 141
Errors Line has trailing spaces. 154
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 157
Errors Missing a Javadoc comment. 157
Errors Line has trailing spaces. 163
Errors Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. 166
Errors Missing a Javadoc comment. 166
Errors Parameter claInc should be final. 166
Errors Line has trailing spaces. 172
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Line has trailing spaces. 181
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 184
Errors Missing a Javadoc comment. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line has trailing spaces. 195
Errors Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. 198
Errors Missing a Javadoc comment. 198
Errors Line has trailing spaces. 204
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 207
Errors Missing a Javadoc comment. 207
Errors Line has trailing spaces. 224
Errors Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. 227
Errors Missing a Javadoc comment. 227
Errors Parameter d should be final. 227
Errors Line has trailing spaces. 233
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 236
Errors Missing a Javadoc comment. 236
Errors Line has trailing spaces. 242
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 245
Errors Missing a Javadoc comment. 245
Errors Parameter i should be final. 245
Errors Line has trailing spaces. 251
Errors Line is longer than 80 characters. 252
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 254
Errors Missing a Javadoc comment. 254
Errors Parameter s should be final. 254
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 260
Errors Missing a Javadoc comment. 260

org/sat4j/minisat/constraints/cnf/Clauses.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 35
Errors Utility classes should not have a public or default constructor. 35
Errors First sentence should end with a period. 36
Errors Line contains a tab character. 36
Errors Line is longer than 80 characters. 37
Errors Line contains a tab character. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line is longer than 80 characters. 40
Errors Line contains a tab character. 40
Errors Line is longer than 80 characters. 41
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Parameter ps should be final. 55
Errors Parameter voc should be final. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors Parameter s should be final. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors 'if' construct must use '{}'s. 90
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line has trailing spaces. 95
Errors Line contains a tab character. 95
Errors First sentence should end with a period. 96
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line has trailing spaces. 98
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Unused @param tag for 'p'. 99
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Parameter ps should be final. 108
Errors Expected @param tag for 'ps'. 108
Errors Parameter s should be final. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120

org/sat4j/minisat/constraints/cnf/HTClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 54
Errors Missing a Javadoc comment. 54
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Variable 'middleLits' must be private and have accessor methods. 58
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Variable 'voc' must be private and have accessor methods. 60
Errors Line contains a tab character. 62
Errors Missing a Javadoc comment. 62
Errors Variable 'head' must be private and have accessor methods. 62
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Variable 'tail' must be private and have accessor methods. 64
Errors First sentence should end with a period. 66
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line has trailing spaces. 68
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Parameter ps should be final. 74
Errors Parameter voc should be final. 74
Errors 'voc' hides a field. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors '-' is not preceded with whitespace. 78
Errors '-' is not followed by whitespace. 78
Errors Line contains a tab character. 79
Errors '>' is not preceded with whitespace. 79
Errors '>' is not followed by whitespace. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line has trailing spaces. 90
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Parameter p should be final. 93
Errors Parameter outReason should be final. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line has trailing spaces. 110
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line has trailing spaces. 120
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Line contains a tab character. 124
Errors '||' is not preceded with whitespace. 124
Errors '||' is not followed by whitespace. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 135
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Parameter s should be final. 135
Errors Parameter p should be final. 135
Errors Line has trailing spaces. 136
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line is longer than 80 characters. 141
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors '>=' is not preceded with whitespace. 158
Errors '>=' is not followed by whitespace. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 187
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line has trailing spaces. 212
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 217
Errors Parameter i should be final. 217
Errors 'if' construct must use '{}'s. 218
Errors Line contains a tab character. 218
Errors '==' is not preceded with whitespace. 218
Errors '==' is not followed by whitespace. 218
Errors 'if' construct must use '{}'s. 219
Errors Line contains a tab character. 219
Errors '==' is not preceded with whitespace. 219
Errors '==' is not followed by whitespace. 219
Errors '+' is not preceded with whitespace. 219
Errors '+' is not followed by whitespace. 219
Errors Line contains a tab character. 220
Errors '-' is not preceded with whitespace. 220
Errors '-' is not followed by whitespace. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. 226
Errors Parameter claInc should be final. 226
Errors Expected @param tag for 'claInc'. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. 233
Errors Parameter d should be final. 233
Errors Expected @param tag for 'd'. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 237
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 237
Errors Missing a Javadoc comment. 237
Errors Line contains a tab character. 238
Errors '+' is not preceded with whitespace. 238
Errors '+' is not followed by whitespace. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 241
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 241
Errors Missing a Javadoc comment. 241
Errors Parameter s should be final. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 252
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 252
Errors Missing a Javadoc comment. 252
Errors Line contains a tab character. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 256
Errors Method 'getLits' is not designed for extension - needs to be abstract, final or empty. 256
Errors Missing a Javadoc comment. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors '=' is not preceded with whitespace. 259
Errors '=' is not followed by whitespace. 259
Errors Line contains a tab character. 260
Errors '-' is not preceded with whitespace. 260
Errors '-' is not followed by whitespace. 260
Errors Line contains a tab character. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 264
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 264
Errors Missing a Javadoc comment. 264
Errors Line contains a tab character. 265
Errors Parameter obj should be final. 265
Errors 'if' construct must use '{}'s. 266
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 269
Errors Line contains a tab character. 270
Errors '!=' is not preceded with whitespace. 270
Errors '!=' is not preceded with whitespace. 270
Errors '!=' is not followed by whitespace. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors 'if' construct must use '{}'s. 273
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors 'for' construct must use '{}'s. 278
Errors Line contains a tab character. 278
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors 'if' construct must use '{}'s. 283
Errors Line contains a tab character. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286
Errors Line contains a tab character. 287
Errors Line contains a tab character. 288
Errors Line contains a tab character. 289
Errors Line contains a tab character. 290
Errors Line contains a tab character. 292
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 292
Errors Missing a Javadoc comment. 292
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors '+' is not preceded with whitespace. 294
Errors '+' is not followed by whitespace. 294
Errors Empty statement. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 296
Errors Line contains a tab character. 297
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299

org/sat4j/minisat/constraints/cnf/LearntBinaryClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 33
Errors Line contains a tab character. 35
Errors Line has trailing spaces. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Missing a Javadoc comment. 40
Errors Parameter ps should be final. 40
Errors Parameter voc should be final. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 44
Errors Missing a Javadoc comment. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50

org/sat4j/minisat/constraints/cnf/LearntHTClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 34
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Parameter ps should be final. 36
Errors Parameter voc should be final. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 40
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 72
Errors Line contains a tab character. 74
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Missing a Javadoc comment. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80

org/sat4j/minisat/constraints/cnf/Lits.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Array brackets at illegal position. 48
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Line contains a tab character. 53
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors '>' is not followed by whitespace. 53
Errors Variable 'watches' must be private and have accessor methods. 53
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Line contains a tab character. 57
Errors Missing a Javadoc comment. 57
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 61
Errors Line contains a tab character. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors '>' is not followed by whitespace. 62
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Line contains a tab character. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 67
Errors '128' is a magic number. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 70
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors '(' is followed by whitespace. 70
Errors Line contains a tab character. 71
Errors Parameter nvar should be final. 71
Errors 'if' construct must use '{}'s. 72
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors '<' is not preceded with whitespace. 86
Errors '<' is not followed by whitespace. 86
Errors '>' is not preceded with whitespace. 86
Errors '>' is not followed by whitespace. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors '<' is not preceded with whitespace. 90
Errors '<' is not followed by whitespace. 90
Errors '>' is not preceded with whitespace. 90
Errors '>' is not followed by whitespace. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 98
Errors Line is longer than 80 characters. 99
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 103
Errors Method 'getFromPool' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Parameter x should be final. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Avoid inline conditionals. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors '<' is not preceded with whitespace. 117
Errors '<' is not followed by whitespace. 117
Errors '>' is not preceded with whitespace. 117
Errors '>' is not followed by whitespace. 117
Errors Line contains a tab character. 118
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors '>' is not preceded with whitespace. 118
Errors '>' is not followed by whitespace. 118
Errors Line contains a tab character. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors '>' is not followed by whitespace. 119
Errors Line contains a tab character. 120
Errors Line is longer than 80 characters. 121
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line is longer than 80 characters. 123
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 129
Errors Method 'belongsToPool' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Parameter x should be final. 129
Errors Line contains a tab character. 130
Errors 'if' construct must use '{}'s. 131
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 136
Errors Method 'resetPool' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 144
Errors Method 'ensurePool' is not designed for extension - needs to be abstract, final or empty. 144
Errors Missing a Javadoc comment. 144
Errors Parameter howmany should be final. 144
Errors 'if' construct must use '{}'s. 145
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 150
Errors Method 'unassign' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 150
Errors Parameter lit should be final. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 156
Errors Method 'satisfies' is not designed for extension - needs to be abstract, final or empty. 156
Errors Missing a Javadoc comment. 156
Errors Parameter lit should be final. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 162
Errors Method 'isSatisfied' is not designed for extension - needs to be abstract, final or empty. 162
Errors Missing a Javadoc comment. 162
Errors Parameter lit should be final. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 166
Errors Missing a Javadoc comment. 166
Errors Parameter lit should be final. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 170
Errors Method 'isUnassigned' is not designed for extension - needs to be abstract, final or empty. 170
Errors Missing a Javadoc comment. 170
Errors Parameter lit should be final. 170
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line contains a tab character. 174
Errors Method 'valueToString' is not designed for extension - needs to be abstract, final or empty. 174
Errors Missing a Javadoc comment. 174
Errors Parameter lit should be final. 174
Errors 'if' construct must use '{}'s. 175
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors 'if' construct must use '{}'s. 177
Errors Line contains a tab character. 177
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 182
Errors Method 'nVars' is not designed for extension - needs to be abstract, final or empty. 182
Errors Missing a Javadoc comment. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 187
Errors Method 'not' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Parameter lit should be final. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 191
Errors Missing a Javadoc comment. 191
Errors Parameter lit should be final. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors Avoid inline conditionals. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 195
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 195
Errors Missing a Javadoc comment. 195
Errors Parameter lit should be final. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 205
Errors Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. 205
Errors Missing a Javadoc comment. 205
Errors Parameter lit should be final. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 209
Errors Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. 209
Errors Missing a Javadoc comment. 209
Errors Parameter lit should be final. 209
Errors Parameter l should be final. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 213
Errors Method 'getReason' is not designed for extension - needs to be abstract, final or empty. 213
Errors Missing a Javadoc comment. 213
Errors Parameter lit should be final. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 217
Errors Method 'setReason' is not designed for extension - needs to be abstract, final or empty. 217
Errors Missing a Javadoc comment. 217
Errors Parameter lit should be final. 217
Errors Parameter r should be final. 217
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 221
Errors Method 'undos' is not designed for extension - needs to be abstract, final or empty. 221
Errors Missing a Javadoc comment. 221
Errors '<' is not preceded with whitespace. 221
Errors '<' is not followed by whitespace. 221
Errors '>' is not preceded with whitespace. 221
Errors Parameter lit should be final. 221
Errors Line contains a tab character. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 225
Errors Method 'attach' is not designed for extension - needs to be abstract, final or empty. 225
Errors Missing a Javadoc comment. 225
Errors Parameter lit should be final. 225
Errors Parameter c should be final. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 229
Errors Method 'attaches' is not designed for extension - needs to be abstract, final or empty. 229
Errors Missing a Javadoc comment. 229
Errors '<' is not preceded with whitespace. 229
Errors '<' is not followed by whitespace. 229
Errors '>' is not preceded with whitespace. 229
Errors Parameter lit should be final. 229
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 233
Errors Method 'isImplied' is not designed for extension - needs to be abstract, final or empty. 233
Errors Missing a Javadoc comment. 233
Errors Parameter lit should be final. 233
Errors Line contains a tab character. 234
Errors Line is longer than 80 characters. 235
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 241
Errors Method 'realnVars' is not designed for extension - needs to be abstract, final or empty. 241
Errors Missing a Javadoc comment. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line has trailing spaces. 247
Errors Line contains a tab character. 247
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Method 'capacity' is not designed for extension - needs to be abstract, final or empty. 251
Errors Line contains a tab character. 252
Errors Line contains a tab character. 253

org/sat4j/minisat/constraints/cnf/Lits2.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Line contains a tab character. 34
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Line contains a tab character. 40
Errors Missing a Javadoc comment. 40
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Method 'nBinaryClauses' is not designed for extension - needs to be abstract, final or empty. 58
Errors Parameter p should be final. 58
Errors Expected @param tag for 'p'. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 68
Errors Method 'binaryClauses' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter lit1 should be final. 68
Errors Parameter lit2 should be final. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 73
Errors Missing a Javadoc comment. 73
Errors Parameter p should be final. 73
Errors Parameter q should be final. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91

org/sat4j/minisat/constraints/cnf/Lits23.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 49
Errors Parameter p should be final. 49
Errors Parameter q should be final. 49
Errors Parameter r should be final. 49
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Method 'ternaryClauses' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Parameter lit1 should be final. 72
Errors Parameter lit2 should be final. 72
Errors Parameter lit3 should be final. 72
Errors Method 'nTernaryClauses' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Parameter p should be final. 78

org/sat4j/minisat/constraints/cnf/MarkableLits.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 37
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Parameter nvar should be final. 49
Errors Method 'setMark' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter p should be final. 54
Errors Parameter mark should be final. 54
Errors Method 'setMark' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter p should be final. 61
Errors Method 'getMark' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors Parameter p should be final. 65
Errors Method 'isMarked' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter p should be final. 69
Errors Method 'resetMark' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Parameter p should be final. 73
Errors Method 'resetAllMarks' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors 'for' construct must use '{}'s. 78
Errors Method 'getMarkedLiterals' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors 'if' construct must use '{}'s. 85
Errors Method 'getMarkedLiterals' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Parameter mark should be final. 91
Errors 'if' construct must use '{}'s. 94
Errors Method 'getMarkedVariables' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors 'if' construct must use '{}'s. 103
Errors Method 'getMarkedVariables' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Parameter mark should be final. 109
Errors 'if' construct must use '{}'s. 112
Errors Method 'getMarks' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors '<' is not preceded with whitespace. 118
Errors '<' is not followed by whitespace. 118
Errors '>' is not preceded with whitespace. 118
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors '<' is not preceded with whitespace. 119
Errors '<' is not followed by whitespace. 119
Errors '>' is not preceded with whitespace. 119
Errors '>' is not followed by whitespace. 119
Errors 'for' construct must use '{}'s. 120
Errors 'if' construct must use '{}'s. 121

org/sat4j/minisat/constraints/cnf/MixableCBClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors First sentence should end with a period. 34
Errors Line has trailing spaces. 36
Errors First sentence should end with a period. 41
Errors Parameter ps should be final. 50
Errors Expected @param tag for 'ps'. 50
Errors Parameter voc should be final. 50
Errors Expected @param tag for 'voc'. 50
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 58
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter s should be final. 62
Errors Parameter p should be final. 62
Errors Parameter ps should be final. 72
Errors Expected @param tag for 'ps'. 72
Errors Parameter voc should be final. 72
Errors Expected @param tag for 'voc'. 72
Errors Parameter learnt should be final. 72
Errors Expected @param tag for 'learnt'. 72
Errors Missing a Javadoc comment. 77
Errors Parameter s should be final. 77
Errors Parameter voc should be final. 77
Errors Parameter literals should be final. 78

org/sat4j/minisat/constraints/cnf/OriginalBinaryClause.java

Violation Message Line
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 24
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Line contains a tab character. 36
Errors Line has trailing spaces. 37
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Parameter ps should be final. 41
Errors Parameter voc should be final. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 49
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line has trailing spaces. 55
Errors Parameter s should be final. 65
Errors Parameter voc should be final. 66
Errors Parameter literals should be final. 66

org/sat4j/minisat/constraints/cnf/OriginalHTClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 37
Errors Parameter ps should be final. 37
Errors Parameter voc should be final. 37
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 48
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 60
Errors Line has trailing spaces. 66
Errors Parameter s should be final. 76
Errors Parameter voc should be final. 77
Errors Parameter literals should be final. 77

org/sat4j/minisat/constraints/cnf/TernaryClauses.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Parameter voc should be final. 52
Errors 'voc' hides a field. 52
Errors Parameter p should be final. 52
Errors Method 'addTernaryClause' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter a should be final. 57
Errors Parameter b should be final. 57
Errors Line has trailing spaces. 64
Errors Missing a Javadoc comment. 67
Errors Line has trailing spaces. 73
Errors Line is longer than 80 characters. 74
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter s should be final. 77
Errors Parameter p should be final. 77
Errors Line has trailing spaces. 98
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line has trailing spaces. 107
Errors Missing a Javadoc comment. 110
Errors Parameter p should be final. 110
Errors Line has trailing spaces. 115
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter p should be final. 118
Errors Parameter outReason should be final. 118
Errors Line is longer than 80 characters. 132
Errors Line has trailing spaces. 144
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 147
Errors Missing a Javadoc comment. 147
Errors Line has trailing spaces. 153
Errors Missing a Javadoc comment. 156
Errors Parameter claInc should be final. 156
Errors Line has trailing spaces. 161
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 164
Errors Missing a Javadoc comment. 164
Errors Line has trailing spaces. 170
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 173
Errors Missing a Javadoc comment. 173
Errors Line has trailing spaces. 180
Errors Missing a Javadoc comment. 183
Errors Line has trailing spaces. 189
Errors Missing a Javadoc comment. 192
Errors Line has trailing spaces. 198
Errors Missing a Javadoc comment. 201
Errors Parameter d should be final. 201
Errors Line has trailing spaces. 207
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 210
Errors Missing a Javadoc comment. 210
Errors Line has trailing spaces. 216
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 219
Errors Missing a Javadoc comment. 219
Errors Parameter i should be final. 219
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 223
Errors Missing a Javadoc comment. 223
Errors Parameter s should be final. 223

org/sat4j/minisat/constraints/cnf/UnitClause.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 34
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Variable 'literal' must be private and have accessor methods. 36
Errors Line has trailing spaces. 37
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Parameter value should be final. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Method 'assertConstraint' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42
Errors Parameter s should be final. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 46
Errors Method 'calcReason' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter p should be final. 46
Errors Parameter outReason should be final. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Method 'getActivity' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 55
Errors Method 'incActivity' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter claInc should be final. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Method 'locked' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 63
Errors Method 'register' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 67
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Method 'rescaleBy' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Parameter d should be final. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 75
Errors Method 'setLearnt' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Method 'simplify' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 83
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter s should be final. 83
Errors Parameter p should be final. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 87
Errors Method 'get' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Parameter i should be final. 87
Errors 'if' construct must use '{}'s. 88
Errors Line contains a tab character. 88
Errors '>' is not preceded with whitespace. 88
Errors '>' is not followed by whitespace. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 92
Errors Method 'learnt' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 96
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98

org/sat4j/minisat/core/ActivityListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26

org/sat4j/minisat/core/AssertingClauseGenerator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 50
Errors Line has trailing spaces. 59

org/sat4j/minisat/core/Constr.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 65
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 84
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 109
Errors Line has trailing spaces. 120

org/sat4j/minisat/core/ConstrActivityListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Redundant 'public' modifier. 39
Errors Expected @param tag for 'confl'. 39

org/sat4j/minisat/core/Counter.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors Missing a Javadoc comment. 30
Errors Line contains a tab character. 31
Errors Missing a Javadoc comment. 31
Errors Line contains a tab character. 33
Errors Method 'inc' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 37
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 37
Errors Missing a Javadoc comment. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40

org/sat4j/minisat/core/DataStructureFactory.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Type Javadoc comment is missing an @param <L> tag. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Unused @throws tag for 'UnsupportedOperationException'. 49
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 63
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 67
Errors '<' is not preceded with whitespace. 74
Errors '<' is not followed by whitespace. 74
Errors '>' is not preceded with whitespace. 74
Errors Expected @param tag for 'p'. 74
Errors Expected @param tag for 'p'. 81

org/sat4j/minisat/core/DotSearchListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 54
Errors Missing a Javadoc comment. 58
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 66
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '>' is not followed by whitespace. 67
Errors Missing a Javadoc comment. 75
Errors '+' is not preceded with whitespace. 80
Errors '+' is not followed by whitespace. 80
Errors Missing a Javadoc comment. 94
Errors Avoid inline conditionals. 100
Errors Missing a Javadoc comment. 112
Errors Missing a Javadoc comment. 120
Errors Missing a Javadoc comment. 124
Errors Missing a Javadoc comment. 127
Errors Missing a Javadoc comment. 130
Errors Missing a Javadoc comment. 135
Errors Missing a Javadoc comment. 140
Errors Missing a Javadoc comment. 143
Errors Missing a Javadoc comment. 147
Errors Parameter result should be final. 147
Errors Missing a Javadoc comment. 151
Errors Redundant 'final' modifier. 151
Errors Missing a Javadoc comment. 155
Errors Redundant 'final' modifier. 155
Errors Line has trailing spaces. 165
Errors Missing a Javadoc comment. 166
Errors Parameter stream should be final. 166

org/sat4j/minisat/core/Heap.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Redundant 'final' modifier. 48
Errors 'static' modifier out of order with the JLS suggestions. 48
Errors Parameter i should be final. 48
Errors Missing a Javadoc comment. 52
Errors Redundant 'final' modifier. 52
Errors 'static' modifier out of order with the JLS suggestions. 52
Errors Parameter i should be final. 52
Errors Missing a Javadoc comment. 56
Errors Redundant 'final' modifier. 56
Errors 'static' modifier out of order with the JLS suggestions. 56
Errors Parameter i should be final. 56
Errors Missing a Javadoc comment. 60
Errors Redundant 'final' modifier. 60
Errors Parameter a should be final. 60
Errors Parameter b should be final. 60
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 70
Errors Parameter i should be final. 70
Errors Missing a Javadoc comment. 81
Errors Parameter i should be final. 81
Errors Avoid inline conditionals. 85
Errors 'if' construct must use '{}'s. 87
Errors Method 'ok' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter n should be final. 97
Errors Missing a Javadoc comment. 101
Errors Parameter activity should be final. 101
Errors 'activity' hides a field. 101
Errors Method 'setBounds' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Parameter size should be final. 107
Errors Method 'inHeap' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Parameter n should be final. 112
Errors Method 'increase' is not designed for extension - needs to be abstract, final or empty. 117
Errors Missing a Javadoc comment. 117
Errors Parameter n should be final. 117
Errors Method 'empty' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Method 'insert' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors Parameter n should be final. 127
Errors Method 'getmin' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors 'if' construct must use '{}'s. 140
Errors Method 'heapProperty' is not designed for extension - needs to be abstract, final or empty. 145
Errors Missing a Javadoc comment. 145
Errors Method 'heapProperty' is not designed for extension - needs to be abstract, final or empty. 149
Errors Missing a Javadoc comment. 149
Errors Parameter i should be final. 149

org/sat4j/minisat/core/ILits.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Missing a Javadoc comment. 52
Errors Redundant 'public' modifier. 52
Errors Missing a Javadoc comment. 54
Errors Redundant 'public' modifier. 54
Errors Line has trailing spaces. 58
Errors Redundant 'public' modifier. 63
Errors Line has trailing spaces. 67
Errors Expected @param tag for 'x'. 71
Errors Missing a Javadoc comment. 73
Errors Redundant 'public' modifier. 73
Errors Missing a Javadoc comment. 75
Errors Redundant 'public' modifier. 75
Errors Missing a Javadoc comment. 77
Errors Redundant 'public' modifier. 77
Errors Missing a Javadoc comment. 79
Errors Redundant 'public' modifier. 79
Errors Missing a Javadoc comment. 81
Errors Redundant 'public' modifier. 81
Errors Missing a Javadoc comment. 83
Errors Redundant 'public' modifier. 83
Errors Missing a Javadoc comment. 85
Errors Redundant 'public' modifier. 85
Errors Redundant 'public' modifier. 92
Errors Expected @param tag for 'lit'. 92
Errors First sentence should end with a period. 94
Errors Line has trailing spaces. 96
Errors Redundant 'public' modifier. 99
Errors First sentence should end with a period. 101
Errors Line has trailing spaces. 103
Errors Missing a Javadoc comment. 108
Errors Redundant 'public' modifier. 108
Errors Missing a Javadoc comment. 110
Errors Redundant 'public' modifier. 110
Errors Missing a Javadoc comment. 112
Errors Redundant 'public' modifier. 112
Errors Missing a Javadoc comment. 114
Errors Redundant 'public' modifier. 114
Errors Missing a Javadoc comment. 116
Errors Redundant 'public' modifier. 116
Errors Missing a Javadoc comment. 118
Errors Redundant 'public' modifier. 118
Errors Missing a Javadoc comment. 120
Errors Redundant 'public' modifier. 120
Errors '<' is not preceded with whitespace. 120
Errors '<' is not followed by whitespace. 120
Errors '>' is not preceded with whitespace. 120
Errors Missing a Javadoc comment. 122
Errors Redundant 'public' modifier. 122
Errors Redundant 'public' modifier. 129
Errors '<' is not preceded with whitespace. 129
Errors '<' is not followed by whitespace. 129
Errors '>' is not preceded with whitespace. 129
Errors Missing a Javadoc comment. 131
Errors Redundant 'public' modifier. 131

org/sat4j/minisat/core/ILits2.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Line has trailing spaces. 41
Errors Expected @param tag for 'p'. 45
Errors Line has trailing spaces. 49

org/sat4j/minisat/core/ILits23.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 39

org/sat4j/minisat/core/IMarkableLits.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 38
Errors Missing a Javadoc comment. 41
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 57
Errors Line has trailing spaces. 65
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 85
Errors First sentence should end with a period. 91
Errors Line has trailing spaces. 93
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 106
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 124
Errors Line has trailing spaces. 132
Errors '<' is not preceded with whitespace. 135
Errors '<' is not followed by whitespace. 135
Errors '>' is not preceded with whitespace. 135

org/sat4j/minisat/core/IOrder.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 38
Errors Type Javadoc comment is missing an @param <L> tag. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 64
Errors Line has trailing spaces. 72
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 97
Errors Line has trailing spaces. 108
Errors Line has trailing spaces. 114
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 123
Errors Expected @param tag for 'p'. 126
Errors Line has trailing spaces. 127
Errors Missing a Javadoc comment. 128
Errors Line has trailing spaces. 129
Errors Missing a Javadoc comment. 130

org/sat4j/minisat/core/IPhaseSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 56
Errors Line has trailing spaces. 60
Errors Line has trailing spaces. 65
Errors Line has trailing spaces. 68
Errors Expected @param tag for 'p'. 71
Errors Line has trailing spaces. 72
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 79

org/sat4j/minisat/core/IntQueue.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 62
Errors First sentence should end with a period. 70
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 89
Errors Missing a Javadoc comment. 101
Errors Missing a Javadoc comment. 116
Errors Missing a Javadoc comment. 118
Errors Missing a Javadoc comment. 120

org/sat4j/minisat/core/Lbool.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 33
Errors Class Lbool should be declared as final. 36
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 49
Errors Parameter symbol should be final. 49
Errors 'symbol' hides a field. 49
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 64

org/sat4j/minisat/core/Learner.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 37

org/sat4j/minisat/core/LearningStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 38
Errors Type Javadoc comment is missing an @param <D> tag. 38
Errors Type Javadoc comment is missing an @param <L> tag. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors ',' is not followed by whitespace. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '>' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors ',' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51

org/sat4j/minisat/core/NullSearchListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors Parameter p should be final. 33
Errors Missing a Javadoc comment. 36
Errors Parameter p should be final. 36
Errors Missing a Javadoc comment. 39
Errors Parameter p should be final. 39
Errors Missing a Javadoc comment. 42
Errors Parameter p should be final. 42
Errors Missing a Javadoc comment. 45
Errors Parameter clause should be final. 45
Errors Missing a Javadoc comment. 48
Errors Parameter clause should be final. 48
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 63
Errors Parameter result should be final. 63

org/sat4j/minisat/core/Pair.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 40
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 42
Errors Variable 'backtrackLevel' must be private and have accessor methods. 42
Errors Missing a Javadoc comment. 43
Errors Variable 'reason' must be private and have accessor methods. 43

org/sat4j/minisat/core/Propagatable.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 33
Errors Line has trailing spaces. 41

org/sat4j/minisat/core/RestartStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 55

org/sat4j/minisat/core/SearchListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 37
Errors First sentence should end with a period. 41
Errors Line has trailing spaces. 43
Errors Expected @param tag for 'p'. 46
Errors First sentence should end with a period. 48
Errors Line has trailing spaces. 50
Errors Expected @param tag for 'p'. 53
Errors First sentence should end with a period. 55
Errors Line has trailing spaces. 57
Errors Expected @param tag for 'p'. 60
Errors First sentence should end with a period. 62
Errors Expected @param tag for 'p'. 65
Errors First sentence should end with a period. 67
Errors Line has trailing spaces. 69
Errors Expected @param tag for 'c'. 72
Errors First sentence should end with a period. 74
Errors Expected @param tag for 'clause'. 77
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 87
Errors First sentence should end with a period. 91
Errors Line has trailing spaces. 98
Errors Line has trailing spaces. 104

org/sat4j/minisat/core/SearchParams.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 41
Errors '0.95' is a magic number. 48
Errors '0.999' is a magic number. 48
Errors '1.5' is a magic number. 48
Errors '100' is a magic number. 48
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 52
Errors Parameter conflictBound should be final. 55
Errors '0.95' is a magic number. 56
Errors '0.999' is a magic number. 56
Errors '1.5' is a magic number. 56
Errors Missing a Javadoc comment. 59
Errors Parameter confincfactor should be final. 59
Errors Parameter conflictBound should be final. 59
Errors '0.95' is a magic number. 60
Errors '0.999' is a magic number. 60
Errors Parameter d should be final. 73
Errors Parameter e should be final. 73
Errors Parameter f should be final. 73
Errors Parameter i should be final. 73
Errors Method 'getClaDecay' is not designed for extension - needs to be abstract, final or empty. 83
Errors Method 'getVarDecay' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 94
Errors Missing a Javadoc comment. 96
Errors Missing a Javadoc comment. 98
Errors Missing a Javadoc comment. 100
Errors Line has trailing spaces. 104
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Line is longer than 80 characters. 111
Errors '&&' is not preceded with whitespace. 111
Errors '&&' is not followed by whitespace. 111
Errors Method 'setConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. 131
Errors Parameter conflictBoundIncFactor should be final. 131
Errors 'conflictBoundIncFactor' hides a field. 131
Errors Method 'setInitConflictBound' is not designed for extension - needs to be abstract, final or empty. 139
Errors Parameter initConflictBound should be final. 139
Errors 'initConflictBound' hides a field. 139
Errors Method 'getConflictBoundIncFactor' is not designed for extension - needs to be abstract, final or empty. 146
Errors Method 'getInitConflictBound' is not designed for extension - needs to be abstract, final or empty. 153
Errors Method 'setClaDecay' is not designed for extension - needs to be abstract, final or empty. 161
Errors Parameter claDecay should be final. 161
Errors 'claDecay' hides a field. 161
Errors Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. 169
Errors Parameter varDecay should be final. 169
Errors 'varDecay' hides a field. 169

org/sat4j/minisat/core/Solver.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 48
Errors Line is longer than 80 characters. 49
Errors Line has trailing spaces. 79
Errors Type Javadoc comment is missing an @param <D> tag. 82
Errors Type Javadoc comment is missing an @param <L> tag. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors '>' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors Line is longer than 80 characters. 83
Errors Line contains a tab character. 83
Errors Line contains a tab character. 85
Errors Missing a Javadoc comment. 85
Errors Line contains a tab character. 87
Errors Missing a Javadoc comment. 87
Errors Line is longer than 80 characters. 89
Errors Line contains a tab character. 89
Errors Missing a Javadoc comment. 89
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '<' is not preceded with whitespace. 94
Errors '<' is not followed by whitespace. 94
Errors '>' is not preceded with whitespace. 94
Errors '>' is not followed by whitespace. 94
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '<' is not preceded with whitespace. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors '<' is not preceded with whitespace. 99
Errors '<' is not followed by whitespace. 99
Errors '>' is not preceded with whitespace. 99
Errors '>' is not followed by whitespace. 99
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors First sentence should end with a period. 111
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 118
Errors First sentence should end with a period. 120
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Variable 'trail' must be private and have accessor methods. 123
Errors Line contains a tab character. 125
Errors First sentence should end with a period. 127
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Variable 'trailLim' must be private and have accessor methods. 130
Errors Line contains a tab character. 132
Errors First sentence should end with a period. 134
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Variable 'rootLevel' must be private and have accessor methods. 137
Errors Line contains a tab character. 139
Errors Missing a Javadoc comment. 139
Errors Line contains a tab character. 141
Errors Missing a Javadoc comment. 141
Errors Variable 'voc' must be private and have accessor methods. 141
Errors Line contains a tab character. 143
Errors Missing a Javadoc comment. 143
Errors '<' is not preceded with whitespace. 143
Errors '<' is not followed by whitespace. 143
Errors '>' is not preceded with whitespace. 143
Errors Line contains a tab character. 145
Errors Missing a Javadoc comment. 145
Errors Line contains a tab character. 147
Errors Missing a Javadoc comment. 147
Errors Line contains a tab character. 149
Errors Missing a Javadoc comment. 149
Errors '<' is not preceded with whitespace. 149
Errors '<' is not followed by whitespace. 149
Errors '>' is not preceded with whitespace. 149
Errors Line contains a tab character. 151
Errors Missing a Javadoc comment. 151
Errors Variable 'analyzer' must be private and have accessor methods. 151
Errors Line contains a tab character. 153
Errors Missing a Javadoc comment. 153
Errors Line contains a tab character. 155
Errors Missing a Javadoc comment. 155
Errors Line contains a tab character. 157
Errors Missing a Javadoc comment. 157
Errors Line contains a tab character. 159
Errors Missing a Javadoc comment. 159
Errors Variable 'dsfactory' must be private and have accessor methods. 159
Errors Line contains a tab character. 161
Errors Missing a Javadoc comment. 161
Errors Line contains a tab character. 163
Errors Missing a Javadoc comment. 163
Errors Name '__dimacs_out' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163
Errors Line contains a tab character. 165
Errors Missing a Javadoc comment. 165
Errors Line contains a tab character. 167
Errors Missing a Javadoc comment. 167
Errors Line is longer than 80 characters. 169
Errors Line contains a tab character. 169
Errors Missing a Javadoc comment. 169
Errors '<' is not preceded with whitespace. 169
Errors '<' is not followed by whitespace. 169
Errors '>' is not preceded with whitespace. 169
Errors '<' is not preceded with whitespace. 169
Errors '<' is not followed by whitespace. 169
Errors '>' is not preceded with whitespace. 169
Errors '>' is not followed by whitespace. 169
Errors Line contains a tab character. 171
Errors Missing a Javadoc comment. 171
Errors Line contains a tab character. 173
Errors Missing a Javadoc comment. 173
Errors Line contains a tab character. 175
Errors Method 'dimacs2internal' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Parameter in should be final. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line is longer than 80 characters. 184
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line has trailing spaces. 194
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line is longer than 80 characters. 199
Errors Line contains a tab character. 199
Errors Parameter acg should be final. 199
Errors Parameter learner should be final. 199
Errors '<' is not preceded with whitespace. 199
Errors '<' is not followed by whitespace. 199
Errors '>' is not preceded with whitespace. 199
Errors 'learner' hides a field. 199
Errors Expected @param tag for 'learner'. 199
Errors Line contains a tab character. 200
Errors Parameter dsf should be final. 200
Errors Expected @param tag for 'dsf'. 200
Errors Parameter order should be final. 200
Errors '<' is not preceded with whitespace. 200
Errors '<' is not followed by whitespace. 200
Errors '>' is not preceded with whitespace. 200
Errors 'order' hides a field. 200
Errors Expected @param tag for 'order'. 200
Errors Parameter restarter should be final. 200
Errors 'restarter' hides a field. 200
Errors Expected @param tag for 'restarter'. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line is longer than 80 characters. 204
Errors Line contains a tab character. 204
Errors Missing a Javadoc comment. 204
Errors Parameter acg should be final. 204
Errors Parameter learner should be final. 204
Errors '<' is not preceded with whitespace. 204
Errors '<' is not followed by whitespace. 204
Errors '>' is not preceded with whitespace. 204
Errors 'learner' hides a field. 204
Errors Line contains a tab character. 205
Errors Parameter dsf should be final. 205
Errors Parameter params should be final. 205
Errors 'params' hides a field. 205
Errors Parameter order should be final. 205
Errors '<' is not preceded with whitespace. 205
Errors '<' is not followed by whitespace. 205
Errors '>' is not preceded with whitespace. 205
Errors 'order' hides a field. 205
Errors Line contains a tab character. 206
Errors Parameter restarter should be final. 206
Errors 'restarter' hides a field. 206
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors Line contains a tab character. 213
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line has trailing spaces. 218
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line contains a tab character. 221
Errors Line contains a tab character. 222
Errors Parameter dsf should be final. 222
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors Line contains a tab character. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 230
Errors Method 'setSearchListener' is not designed for extension - needs to be abstract, final or empty. 230
Errors Missing a Javadoc comment. 230
Errors Parameter sl should be final. 230
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 234
Errors Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 234
Errors Missing a Javadoc comment. 234
Errors Parameter t should be final. 234
Errors Line contains a tab character. 235
Errors '1000L' is a magic number. 235
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line contains a tab character. 239
Errors Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 239
Errors Missing a Javadoc comment. 239
Errors Parameter t should be final. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 244
Errors Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. 244
Errors Missing a Javadoc comment. 244
Errors Parameter count should be final. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 246
Errors Line contains a tab character. 247
Errors Line contains a tab character. 249
Errors Method 'setSearchParams' is not designed for extension - needs to be abstract, final or empty. 249
Errors Missing a Javadoc comment. 249
Errors Parameter sp should be final. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 251
Errors Line contains a tab character. 253
Errors Method 'setRestartStrategy' is not designed for extension - needs to be abstract, final or empty. 253
Errors Missing a Javadoc comment. 253
Errors Parameter restarter should be final. 253
Errors 'restarter' hides a field. 253
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 257
Errors Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. 257
Errors Missing a Javadoc comment. 257
Errors Line contains a tab character. 258
Errors Line contains a tab character. 259
Errors Line contains a tab character. 261
Errors Method 'nAssigns' is not designed for extension - needs to be abstract, final or empty. 261
Errors Missing a Javadoc comment. 261
Errors Line contains a tab character. 262
Errors Line contains a tab character. 263
Errors Line contains a tab character. 265
Errors Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. 265
Errors Missing a Javadoc comment. 265
Errors Line contains a tab character. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 269
Errors Method 'learn' is not designed for extension - needs to be abstract, final or empty. 269
Errors Missing a Javadoc comment. 269
Errors Parameter c should be final. 269
Errors Line contains a tab character. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 273
Errors Line contains a tab character. 274
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 277
Errors Line contains a tab character. 278
Errors '3' is a magic number. 278
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 283
Errors Line contains a tab character. 284
Errors Line contains a tab character. 286
Errors Method 'decisionLevel' is not designed for extension - needs to be abstract, final or empty. 286
Errors Missing a Javadoc comment. 286
Errors Line contains a tab character. 287
Errors Line contains a tab character. 288
Errors Line contains a tab character. 290
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 290
Errors Missing a Javadoc comment. 290
Errors Line contains a tab character. 291
Errors Line contains a tab character. 292
Errors Line contains a tab character. 293
Errors Line contains a tab character. 294
Errors Line contains a tab character. 295
Errors Line contains a tab character. 297
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 297
Errors Missing a Javadoc comment. 297
Errors Parameter howmany should be final. 297
Errors Line contains a tab character. 298
Errors Line contains a tab character. 299
Errors Line contains a tab character. 300
Errors Line is longer than 80 characters. 302
Errors Line contains a tab character. 302
Errors Method 'addClause' is not designed for extension - needs to be abstract, final or empty. 302
Errors Missing a Javadoc comment. 302
Errors Parameter literals should be final. 302
Errors Line contains a tab character. 303
Errors Line contains a tab character. 304
Errors Line contains a tab character. 305
Errors Line contains a tab character. 307
Errors Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. 307
Errors Missing a Javadoc comment. 307
Errors Parameter co should be final. 307
Errors Line contains a tab character. 308
Errors Line contains a tab character. 309
Errors Line is longer than 80 characters. 310
Errors Line contains a tab character. 310
Errors Line contains a tab character. 311
Errors Line contains a tab character. 312
Errors Line contains a tab character. 313
Errors Line contains a tab character. 314
Errors Line contains a tab character. 315
Errors Line contains a tab character. 316
Errors Line contains a tab character. 317
Errors Line contains a tab character. 318
Errors Line contains a tab character. 320
Errors Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. 320
Errors Missing a Javadoc comment. 320
Errors Parameter clauses should be final. 320
Errors '<' is not preceded with whitespace. 320
Errors '<' is not followed by whitespace. 320
Errors '>' is not preceded with whitespace. 320
Errors Line contains a tab character. 321
Errors Line contains a tab character. 322
Errors '<' is not preceded with whitespace. 322
Errors '<' is not followed by whitespace. 322
Errors '>' is not preceded with whitespace. 322
Errors Line contains a tab character. 323
Errors Line contains a tab character. 324
Errors Line contains a tab character. 325
Errors Line contains a tab character. 326
Errors Line contains a tab character. 328
Errors Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. 328
Errors Missing a Javadoc comment. 328
Errors Parameter literals should be final. 328
Errors Parameter degree should be final. 328
Errors Line contains a tab character. 329
Errors Line contains a tab character. 330
Errors Line contains a tab character. 331
Errors Line is longer than 80 characters. 332
Errors Line contains a tab character. 332
Errors Line contains a tab character. 333
Errors Line contains a tab character. 334
Errors Line contains a tab character. 335
Errors Line contains a tab character. 336
Errors Line contains a tab character. 338
Errors Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. 338
Errors Missing a Javadoc comment. 338
Errors Parameter literals should be final. 338
Errors Parameter degree should be final. 338
Errors Line contains a tab character. 339
Errors Line contains a tab character. 340
Errors Line is longer than 80 characters. 341
Errors Line contains a tab character. 341
Errors Line contains a tab character. 342
Errors Line contains a tab character. 344
Errors Method 'simplifyDB' is not designed for extension - needs to be abstract, final or empty. 344
Errors Missing a Javadoc comment. 344
Errors Line contains a tab character. 345
Errors Line contains a tab character. 346
Errors Line contains a tab character. 347
Errors Line contains a tab character. 348
Errors Line contains a tab character. 349
Errors Line contains a tab character. 350
Errors Line is longer than 80 characters. 352
Errors Line contains a tab character. 352
Errors Line contains a tab character. 353
Errors Line contains a tab character. 354
Errors '<' is not preceded with whitespace. 354
Errors '<' is not followed by whitespace. 354
Errors '>' is not preceded with whitespace. 354
Errors '>' is not followed by whitespace. 354
Errors '{' is followed by whitespace. 354
Errors Line contains a tab character. 355
Errors Line contains a tab character. 356
Errors Line contains a tab character. 357
Errors Line contains a tab character. 358
Errors Line is longer than 80 characters. 359
Errors Line contains a tab character. 359
Errors Line contains a tab character. 360
Errors Line contains a tab character. 361
Errors Line contains a tab character. 362
Errors Line contains a tab character. 363
Errors Line contains a tab character. 364
Errors Line contains a tab character. 365
Errors Line contains a tab character. 366
Errors Line contains a tab character. 367
Errors Line contains a tab character. 368
Errors Line contains a tab character. 370
Errors Line contains a tab character. 371
Errors Line has trailing spaces. 372
Errors Line contains a tab character. 372
Errors Line contains a tab character. 373
Errors Line contains a tab character. 374
Errors Line contains a tab character. 375
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 375
Errors Line contains a tab character. 376
Errors Line contains a tab character. 377
Errors Line is longer than 80 characters. 378
Errors Line contains a tab character. 378
Errors Line contains a tab character. 379
Errors Line contains a tab character. 380
Errors Line contains a tab character. 381
Errors Line contains a tab character. 382
Errors Line contains a tab character. 383
Errors First sentence should end with a period. 385
Errors Line contains a tab character. 385
Errors Line contains a tab character. 386
Errors Line has trailing spaces. 387
Errors Line contains a tab character. 387
Errors Line contains a tab character. 388
Errors Line contains a tab character. 389
Errors Line contains a tab character. 390
Errors Line contains a tab character. 391
Errors Line contains a tab character. 392
Errors Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. 392
Errors Parameter p should be final. 392
Errors Line contains a tab character. 393
Errors Line contains a tab character. 394
Errors Line contains a tab character. 396
Errors Line contains a tab character. 397
Errors Line has trailing spaces. 398
Errors Line contains a tab character. 398
Errors Line contains a tab character. 399
Errors Line contains a tab character. 400
Errors Line contains a tab character. 401
Errors Line contains a tab character. 402
Errors Line contains a tab character. 403
Errors Line contains a tab character. 404
Errors Line contains a tab character. 405
Errors Line contains a tab character. 406
Errors Method 'enqueue' is not designed for extension - needs to be abstract, final or empty. 406
Errors Parameter p should be final. 406
Errors Parameter from should be final. 406
Errors Line contains a tab character. 407
Errors Line contains a tab character. 408
Errors Line contains a tab character. 409
Errors Line contains a tab character. 410
Errors Line contains a tab character. 411
Errors Line contains a tab character. 412
Errors Line contains a tab character. 413
Errors Line contains a tab character. 414
Errors Line contains a tab character. 415
Errors Line contains a tab character. 416
Errors Line contains a tab character. 417
Errors Line contains a tab character. 418
Errors Line contains a tab character. 419
Errors Line contains a tab character. 420
Errors Line contains a tab character. 421
Errors Line contains a tab character. 422
Errors Line contains a tab character. 424
Errors Missing a Javadoc comment. 424
Errors Line contains a tab character. 426
Errors Missing a Javadoc comment. 426
Errors Line contains a tab character. 428
Errors Missing a Javadoc comment. 428
Errors Line contains a tab character. 430
Errors Method 'analyze' is not designed for extension - needs to be abstract, final or empty. 430
Errors Missing a Javadoc comment. 430
Errors Parameter confl should be final. 430
Errors Parameter results should be final. 430
Errors Line contains a tab character. 431
Errors Line contains a tab character. 432
Errors Line contains a tab character. 434
Errors Line contains a tab character. 436
Errors Line contains a tab character. 437
Errors Line contains a tab character. 438
Errors Line contains a tab character. 439
Errors Line contains a tab character. 441
Errors Line contains a tab character. 442
Errors Line contains a tab character. 444
Errors Line contains a tab character. 445
Errors Line contains a tab character. 446
Errors Line contains a tab character. 448
Errors Line contains a tab character. 449
Errors Line contains a tab character. 450
Errors Line contains a tab character. 451
Errors 'if' construct must use '{}'s. 452
Errors Line contains a tab character. 452
Errors Line contains a tab character. 453
Errors Line contains a tab character. 454
Errors Line contains a tab character. 455
Errors Line contains a tab character. 456
Errors Line contains a tab character. 457
Errors Line contains a tab character. 458
Errors Line contains a tab character. 459
Errors Line contains a tab character. 460
Errors Line is longer than 80 characters. 461
Errors Line contains a tab character. 461
Errors Line is longer than 80 characters. 462
Errors Line contains a tab character. 462
Errors Line contains a tab character. 463
Errors Line is longer than 80 characters. 464
Errors Line contains a tab character. 464
Errors Line contains a tab character. 465
Errors Line is longer than 80 characters. 466
Errors Line contains a tab character. 466
Errors Line contains a tab character. 467
Errors Line contains a tab character. 468
Errors Line contains a tab character. 469
Errors Line contains a tab character. 471
Errors Line contains a tab character. 472
Errors Line contains a tab character. 473
Errors Line contains a tab character. 474
Errors Line contains a tab character. 475
Errors Line contains a tab character. 476
Errors Line is longer than 80 characters. 477
Errors Line contains a tab character. 477
Errors Line contains a tab character. 478
Errors Line contains a tab character. 479
Errors Line contains a tab character. 481
Errors Line contains a tab character. 482
Errors Line contains a tab character. 484
Errors Line contains a tab character. 485
Errors Line contains a tab character. 487
Errors Line contains a tab character. 489
Errors Line contains a tab character. 490
Errors Line contains a tab character. 491
Errors Missing a Javadoc comment. 493
Errors Line contains a tab character. 493
Errors Line contains a tab character. 494
Errors Missing a Javadoc comment. 494
Errors Line contains a tab character. 495
Errors Line contains a tab character. 497
Errors Missing a Javadoc comment. 497
Errors Line contains a tab character. 498
Errors Line has trailing spaces. 499
Errors Line contains a tab character. 501
Errors Line contains a tab character. 503
Errors Parameter outLearnt should be final. 503
Errors 'outLearnt' hides a field. 503
Errors Line contains a tab character. 504
Errors Line contains a tab character. 506
Errors Line contains a tab character. 507
Errors Line contains a tab character. 508
Errors Line contains a tab character. 509
Errors Line contains a tab character. 510
Errors Line contains a tab character. 512
Errors Missing a Javadoc comment. 512
Errors Name 'SIMPLE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 512
Errors Variable 'SIMPLE_SIMPLIFICATION' must be private and have accessor methods. 512
Errors Line contains a tab character. 513
Errors Line has trailing spaces. 514
Errors Line contains a tab character. 516
Errors Line contains a tab character. 518
Errors Parameter conflictToReduce should be final. 518
Errors Line contains a tab character. 519
Errors Line contains a tab character. 520
Errors Line contains a tab character. 522
Errors Line contains a tab character. 523
Errors Line contains a tab character. 524
Errors Line contains a tab character. 525
Errors Line contains a tab character. 526
Errors Line contains a tab character. 528
Errors Missing a Javadoc comment. 528
Errors Name 'EXPENSIVE_SIMPLIFICATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 528
Errors Variable 'EXPENSIVE_SIMPLIFICATION' must be private and have accessor methods. 528
Errors Line contains a tab character. 530
Errors Line has trailing spaces. 531
Errors Line contains a tab character. 533
Errors Line contains a tab character. 535
Errors Parameter conflictToReduce should be final. 535
Errors Line contains a tab character. 536
Errors Line contains a tab character. 537
Errors Line contains a tab character. 539
Errors Line contains a tab character. 540
Errors Line contains a tab character. 541
Errors Line contains a tab character. 542
Errors Line contains a tab character. 543
Errors Line contains a tab character. 545
Errors Missing a Javadoc comment. 545
Errors Line contains a tab character. 547
Errors Line is longer than 80 characters. 548
Errors Line contains a tab character. 548
Errors Line contains a tab character. 549
Errors Line contains a tab character. 550
Errors Line has trailing spaces. 551
Errors Line contains a tab character. 551
Errors Line contains a tab character. 552
Errors Line contains a tab character. 553
Errors Line contains a tab character. 554
Errors Line contains a tab character. 555
Errors Line contains a tab character. 556
Errors Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. 556
Errors Parameter simp should be final. 556
Errors Line contains a tab character. 557
Errors Line contains a tab character. 558
Errors Line contains a tab character. 559
Errors Line contains a tab character. 560
Errors Line contains a tab character. 561
Errors Line contains a tab character. 562
Errors Line contains a tab character. 563
Errors Line contains a tab character. 564
Errors Line contains a tab character. 565
Errors Line contains a tab character. 567
Errors Line is longer than 80 characters. 568
Errors Line contains a tab character. 568
Errors Line is longer than 80 characters. 569
Errors Line contains a tab character. 569
Errors Line contains a tab character. 570
Errors Line contains a tab character. 571
Errors Line contains a tab character. 572
Errors Line has trailing spaces. 573
Errors Line contains a tab character. 573
Errors Line contains a tab character. 574
Errors Line contains a tab character. 575
Errors Line contains a tab character. 576
Errors Method 'setSimplifier' is not designed for extension - needs to be abstract, final or empty. 576
Errors Parameter simp should be final. 576
Errors Expected @param tag for 'simp'. 576
Errors Line contains a tab character. 577
Errors Line contains a tab character. 578
Errors Line contains a tab character. 580
Errors Line contains a tab character. 581
Errors Line is longer than 80 characters. 582
Errors Line contains a tab character. 582
Errors Line contains a tab character. 583
Errors Line contains a tab character. 584
Errors Line contains a tab character. 585
Errors Line contains a tab character. 586
Errors Line contains a tab character. 587
Errors Line contains a tab character. 588
Errors Line contains a tab character. 589
Errors Line is longer than 80 characters. 590
Errors Line contains a tab character. 590
Errors Line contains a tab character. 591
Errors Line contains a tab character. 592
Errors Line is longer than 80 characters. 593
Errors Line contains a tab character. 593
Errors Line contains a tab character. 594
Errors Line contains a tab character. 595
Errors Line is longer than 80 characters. 596
Errors Line contains a tab character. 596
Errors Line is longer than 80 characters. 597
Errors Line contains a tab character. 597
Errors Line contains a tab character. 598
Errors Line contains a tab character. 599
Errors Line contains a tab character. 601
Errors Line contains a tab character. 602
Errors Missing a Javadoc comment. 602
Errors Parameter conflictToReduce should be final. 602
Errors Line contains a tab character. 603
Errors Line contains a tab character. 604
Errors Line contains a tab character. 605
Errors Inner assignments should be avoided. 605
Errors Line contains a tab character. 606
Errors Line contains a tab character. 607
Errors Line contains a tab character. 608
Errors Line contains a tab character. 609
Errors 'for' construct must use '{}'s. 610
Errors Line contains a tab character. 610
Errors Line is longer than 80 characters. 611
Errors Line contains a tab character. 611
Errors Line is longer than 80 characters. 612
Errors Line contains a tab character. 612
Errors Line contains a tab character. 613
Errors Line contains a tab character. 614
Errors Line contains a tab character. 615
Errors Line contains a tab character. 616
Errors Line contains a tab character. 617
Errors Line contains a tab character. 618
Errors Line contains a tab character. 619
Errors Line contains a tab character. 620
Errors Line contains a tab character. 622
Errors Missing a Javadoc comment. 622
Errors Line contains a tab character. 624
Errors Missing a Javadoc comment. 624
Errors Line contains a tab character. 626
Errors Line contains a tab character. 627
Errors Missing a Javadoc comment. 627
Errors Parameter conflictToReduce should be final. 627
Errors Line contains a tab character. 628
Errors Line contains a tab character. 629
Errors Line contains a tab character. 630
Errors Line contains a tab character. 631
Errors Line contains a tab character. 632
Errors Line contains a tab character. 633
Errors 'for' construct must use '{}'s. 634
Errors Line contains a tab character. 634
Errors 'if' construct must use '{}'s. 635
Errors Line contains a tab character. 635
Errors Line is longer than 80 characters. 636
Errors Line contains a tab character. 636
Errors Line contains a tab character. 637
Errors Line contains a tab character. 638
Errors Line contains a tab character. 639
Errors Line contains a tab character. 640
Errors Line contains a tab character. 642
Errors Line contains a tab character. 643
Errors Line contains a tab character. 644
Errors Line contains a tab character. 645
Errors Missing a Javadoc comment. 645
Errors Parameter p should be final. 645
Errors Line contains a tab character. 646
Errors Line contains a tab character. 647
Errors Line contains a tab character. 648
Errors Line contains a tab character. 649
Errors Line contains a tab character. 650
Errors Line contains a tab character. 651
Errors Line contains a tab character. 652
Errors Line contains a tab character. 653
Errors Line contains a tab character. 654
Errors Line contains a tab character. 655
Errors Line contains a tab character. 656
Errors Line contains a tab character. 657
Errors Line is longer than 80 characters. 658
Errors Line contains a tab character. 658
Errors Line contains a tab character. 659
Errors 'for' construct must use '{}'s. 660
Errors Line is longer than 80 characters. 660
Errors Line contains a tab character. 660
Errors Line is longer than 80 characters. 661
Errors Line contains a tab character. 661
Errors Line is longer than 80 characters. 662
Errors Line contains a tab character. 662
Errors Line contains a tab character. 663
Errors Line contains a tab character. 664
Errors Line contains a tab character. 665
Errors Line contains a tab character. 666
Errors Line contains a tab character. 667
Errors Line contains a tab character. 668
Errors Line contains a tab character. 669
Errors Line contains a tab character. 670
Errors Line contains a tab character. 672
Errors Line contains a tab character. 673
Errors Line contains a tab character. 675
Errors Line contains a tab character. 677
Errors Line has trailing spaces. 678
Errors Line contains a tab character. 680
Errors Method 'undoOne' is not designed for extension - needs to be abstract, final or empty. 680
Errors Line contains a tab character. 681
Errors Line contains a tab character. 682
Errors Line contains a tab character. 683
Errors Line contains a tab character. 684
Errors Line contains a tab character. 685
Errors Line contains a tab character. 686
Errors Line contains a tab character. 687
Errors Line contains a tab character. 688
Errors Line contains a tab character. 689
Errors Line contains a tab character. 690
Errors Line contains a tab character. 691
Errors Line contains a tab character. 692
Errors Line contains a tab character. 693
Errors Line contains a tab character. 694
Errors Line is longer than 80 characters. 695
Errors Line contains a tab character. 695
Errors Line contains a tab character. 696
Errors Line contains a tab character. 697
Errors '<' is not preceded with whitespace. 697
Errors '<' is not followed by whitespace. 697
Errors '>' is not preceded with whitespace. 697
Errors Line contains a tab character. 698
Errors Line contains a tab character. 699
Errors Line contains a tab character. 700
Errors Line contains a tab character. 701
Errors Line contains a tab character. 702
Errors Line contains a tab character. 703
Errors First sentence should end with a period. 705
Errors Line contains a tab character. 705
Errors Line contains a tab character. 706
Errors Line has trailing spaces. 707
Errors Line contains a tab character. 707
Errors Line contains a tab character. 708
Errors Line contains a tab character. 709
Errors Line contains a tab character. 710
Errors Line contains a tab character. 711
Errors Method 'claBumpActivity' is not designed for extension - needs to be abstract, final or empty. 711
Errors Parameter confl should be final. 711
Errors Line contains a tab character. 712
Errors 'if' construct must use '{}'s. 713
Errors Line contains a tab character. 713
Errors Line contains a tab character. 714
Errors Line contains a tab character. 715
Errors Line contains a tab character. 716
Errors Line contains a tab character. 717
Errors Line contains a tab character. 718
Errors Line contains a tab character. 720
Errors Method 'varBumpActivity' is not designed for extension - needs to be abstract, final or empty. 720
Errors Missing a Javadoc comment. 720
Errors Parameter p should be final. 720
Errors Line contains a tab character. 721
Errors Line contains a tab character. 722
Errors Line contains a tab character. 724
Errors Missing a Javadoc comment. 724
Errors Line contains a tab character. 725
Errors Line contains a tab character. 726
Errors Line contains a tab character. 727
Errors Line contains a tab character. 728
Errors Line contains a tab character. 729
Errors Line contains a tab character. 731
Errors Line contains a tab character. 732
Errors Line contains a tab character. 733
Errors Line contains a tab character. 734
Errors Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 734
Errors Line contains a tab character. 735
Errors Line contains a tab character. 736
Errors Line contains a tab character. 737
Errors Line contains a tab character. 738
Errors Line contains a tab character. 739
Errors Line contains a tab character. 740
Errors Line contains a tab character. 741
Errors Line is longer than 80 characters. 742
Errors Line contains a tab character. 742
Errors Line contains a tab character. 743
Errors Line is longer than 80 characters. 744
Errors Line contains a tab character. 744
Errors '<' is not preceded with whitespace. 744
Errors '<' is not followed by whitespace. 744
Errors '>' is not preceded with whitespace. 744
Errors Line contains a tab character. 746
Errors Line contains a tab character. 747
Errors Line contains a tab character. 748
Errors Line contains a tab character. 749
Errors Line is longer than 80 characters. 750
Errors Line contains a tab character. 750
Errors Line contains a tab character. 751
Errors Line contains a tab character. 752
Errors Line is longer than 80 characters. 753
Errors Line contains a tab character. 753
Errors Line contains a tab character. 754
Errors Line contains a tab character. 755
Errors Line contains a tab character. 756
Errors Line contains a tab character. 757
Errors Line contains a tab character. 758
Errors Line contains a tab character. 759
Errors Line contains a tab character. 760
Errors Line contains a tab character. 761
Errors Line contains a tab character. 763
Errors Method 'record' is not designed for extension - needs to be abstract, final or empty. 763
Errors Missing a Javadoc comment. 763
Errors Parameter constr should be final. 763
Errors Line contains a tab character. 764
Errors Line contains a tab character. 765
Errors Line contains a tab character. 766
Errors Line contains a tab character. 767
Errors Line contains a tab character. 768
Errors Line contains a tab character. 769
Errors Line contains a tab character. 770
Errors Line contains a tab character. 771
Errors Line contains a tab character. 772
Errors Line contains a tab character. 774
Errors Line contains a tab character. 775
Errors Line contains a tab character. 776
Errors Line contains a tab character. 777
Errors Method 'assume' is not designed for extension - needs to be abstract, final or empty. 777
Errors Parameter p should be final. 777
Errors Expected @param tag for 'p'. 777
Errors Line contains a tab character. 778
Errors Line contains a tab character. 779
Errors Line contains a tab character. 780
Errors Line contains a tab character. 781
Errors Line contains a tab character. 782
Errors First sentence should end with a period. 784
Errors Line contains a tab character. 784
Errors Line contains a tab character. 785
Errors Line contains a tab character. 786
Errors Line contains a tab character. 787
Errors Line contains a tab character. 788
Errors Line contains a tab character. 789
Errors Line contains a tab character. 790
Errors Line contains a tab character. 791
Errors Line contains a tab character. 792
Errors Line contains a tab character. 793
Errors Line contains a tab character. 794
Errors Line contains a tab character. 795
Errors First sentence should end with a period. 797
Errors Line contains a tab character. 797
Errors Line contains a tab character. 798
Errors Line contains a tab character. 799
Errors Line contains a tab character. 800
Errors Line contains a tab character. 801
Errors Line contains a tab character. 802
Errors Line contains a tab character. 803
Errors Line contains a tab character. 804
Errors Line contains a tab character. 805
Errors Line contains a tab character. 806
Errors First sentence should end with a period. 808
Errors Line contains a tab character. 808
Errors Line contains a tab character. 809
Errors Line has trailing spaces. 810
Errors Line contains a tab character. 810
Errors Line contains a tab character. 811
Errors Line contains a tab character. 812
Errors Line contains a tab character. 813
Errors Method 'cancelUntil' is not designed for extension - needs to be abstract, final or empty. 813
Errors Parameter level should be final. 813
Errors Expected @param tag for 'level'. 813
Errors Line contains a tab character. 814
Errors Line contains a tab character. 815
Errors Line contains a tab character. 816
Errors Line contains a tab character. 817
Errors Line contains a tab character. 818
Errors Line contains a tab character. 820
Errors Missing a Javadoc comment. 820
Errors Line contains a tab character. 822
Errors Missing a Javadoc comment. 822
Errors Line contains a tab character. 824
Errors Method 'search' is not designed for extension - needs to be abstract, final or empty. 824
Errors Missing a Javadoc comment. 824
Errors Parameter nofConflicts should be final. 824
Errors Line contains a tab character. 825
Errors Line contains a tab character. 826
Errors Line contains a tab character. 827
Errors Line contains a tab character. 829
Errors Line contains a tab character. 830
Errors Line contains a tab character. 831
Errors Line contains a tab character. 833
Errors Line contains a tab character. 834
Errors Line contains a tab character. 835
Errors Line contains a tab character. 836
Errors Line contains a tab character. 837
Errors Line contains a tab character. 839
Errors Line contains a tab character. 840
Errors Line contains a tab character. 841
Errors Line contains a tab character. 842
Errors Line is longer than 80 characters. 843
Errors Line contains a tab character. 843
Errors Line contains a tab character. 844
Errors Line contains a tab character. 845
Errors Line contains a tab character. 846
Errors Line contains a tab character. 847
Errors Line contains a tab character. 848
Errors Line contains a tab character. 849
Errors Line contains a tab character. 850
Errors Line is longer than 80 characters. 851
Errors Line contains a tab character. 851
Errors Line contains a tab character. 852
Errors Line contains a tab character. 853
Errors Line contains a tab character. 854
Errors Line contains a tab character. 855
Errors Line contains a tab character. 856
Errors Line contains a tab character. 857
Errors Line contains a tab character. 858
Errors Line contains a tab character. 859
Errors Line contains a tab character. 860
Errors Line contains a tab character. 861
Errors Line contains a tab character. 862
Errors Line contains a tab character. 863
Errors Line contains a tab character. 864
Errors Line contains a tab character. 865
Errors Line contains a tab character. 866
Errors Line contains a tab character. 867
Errors Line contains a tab character. 868
Errors Line contains a tab character. 869
Errors Line contains a tab character. 870
Errors Line contains a tab character. 871
Errors Line contains a tab character. 872
Errors Line contains a tab character. 873
Errors Line contains a tab character. 874
Errors Line contains a tab character. 875
Errors Line contains a tab character. 876
Errors Line contains a tab character. 877
Errors Line contains a tab character. 878
Errors Line contains a tab character. 879
Errors Line contains a tab character. 880
Errors Line contains a tab character. 881
Errors Line contains a tab character. 882
Errors Line is longer than 80 characters. 883
Errors Line contains a tab character. 883
Errors Line contains a tab character. 884
Errors Line contains a tab character. 885
Errors Line contains a tab character. 886
Errors Line contains a tab character. 887
Errors Line is longer than 80 characters. 888
Errors Line contains a tab character. 888
Errors Line is longer than 80 characters. 889
Errors Line contains a tab character. 889
Errors Line contains a tab character. 890
Errors Line is longer than 80 characters. 891
Errors Line contains a tab character. 891
Errors Line contains a tab character. 892
Errors Line contains a tab character. 893
Errors Line contains a tab character. 894
Errors Line contains a tab character. 895
Errors Line contains a tab character. 896
Errors Line contains a tab character. 897
Errors Line contains a tab character. 898
Errors Line contains a tab character. 899
Errors Line contains a tab character. 900
Errors Line contains a tab character. 901
Errors Line contains a tab character. 903
Errors Missing a Javadoc comment. 903
Errors Parameter conflict should be final. 903
Errors Line contains a tab character. 904
Errors Line contains a tab character. 906
Errors Line has trailing spaces. 907
Errors Line contains a tab character. 909
Errors Method 'modelFound' is not designed for extension - needs to be abstract, final or empty. 909
Errors Line contains a tab character. 910
Errors Line contains a tab character. 911
Errors Line contains a tab character. 912
Errors Line contains a tab character. 913
Errors Line contains a tab character. 914
Errors Line contains a tab character. 915
Errors Line contains a tab character. 916
Errors Line is longer than 80 characters. 917
Errors Line contains a tab character. 917
Errors Avoid inline conditionals. 917
Errors Line contains a tab character. 918
Errors Line contains a tab character. 919
Errors Line contains a tab character. 920
Errors Line contains a tab character. 921
Errors Line contains a tab character. 922
Errors Line contains a tab character. 923
Errors Line contains a tab character. 924
Errors Line contains a tab character. 926
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 926
Errors Missing a Javadoc comment. 926
Errors Parameter var should be final. 926
Errors Line contains a tab character. 927
Errors Line contains a tab character. 928
Errors Line is longer than 80 characters. 929
Errors Line contains a tab character. 929
Errors Line contains a tab character. 930
Errors Line contains a tab character. 931
Errors Line contains a tab character. 932
Errors Line is longer than 80 characters. 933
Errors Line contains a tab character. 933
Errors Line contains a tab character. 934
Errors Line contains a tab character. 935
Errors Line contains a tab character. 936
Errors Line contains a tab character. 938
Errors Line has trailing spaces. 939
Errors Line contains a tab character. 941
Errors Method 'reduceDB' is not designed for extension - needs to be abstract, final or empty. 941
Errors Line contains a tab character. 942
Errors Line contains a tab character. 943
Errors Line contains a tab character. 945
Errors Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. 945
Errors Missing a Javadoc comment. 945
Errors 'for' construct must use '{}'s. 946
Errors Line is longer than 80 characters. 946
Errors Line contains a tab character. 946
Errors '<' is not preceded with whitespace. 946
Errors '<' is not followed by whitespace. 946
Errors '>' is not preceded with whitespace. 946
Errors Line contains a tab character. 947
Errors Line contains a tab character. 948
Errors Line contains a tab character. 949
Errors Line contains a tab character. 951
Errors Method 'reduceDB' is not designed for extension - needs to be abstract, final or empty. 951
Errors Missing a Javadoc comment. 951
Errors Parameter lim should be final. 951
Errors Line contains a tab character. 952
Errors Line contains a tab character. 953
Errors Line contains a tab character. 954
Errors Line contains a tab character. 955
Errors Inner assignments should be avoided. 955
Errors Line contains a tab character. 956
Errors Line contains a tab character. 957
Errors Line contains a tab character. 958
Errors Line contains a tab character. 959
Errors Line contains a tab character. 960
Errors Line contains a tab character. 961
Errors Line contains a tab character. 962
Errors Line contains a tab character. 963
Errors Line contains a tab character. 964
Errors Line contains a tab character. 965
Errors Line contains a tab character. 966
Errors Line contains a tab character. 967
Errors Line contains a tab character. 968
Errors Line contains a tab character. 969
Errors Line contains a tab character. 970
Errors Line is longer than 80 characters. 971
Errors Line contains a tab character. 971
Errors Line is longer than 80 characters. 972
Errors Line contains a tab character. 972
Errors Line contains a tab character. 973
Errors Line contains a tab character. 974
Errors Line contains a tab character. 976
Errors Line contains a tab character. 977
Errors Line contains a tab character. 978
Errors Line contains a tab character. 979
Errors Line contains a tab character. 980
Errors Line contains a tab character. 981
Errors Line contains a tab character. 983
Errors Line has trailing spaces. 984
Errors Line contains a tab character. 986
Errors Method 'decayActivities' is not designed for extension - needs to be abstract, final or empty. 986
Errors Line contains a tab character. 987
Errors Line contains a tab character. 988
Errors Line contains a tab character. 989
Errors Line contains a tab character. 991
Errors Line has trailing spaces. 992
Errors Line contains a tab character. 994
Errors Line contains a tab character. 995
Errors Line contains a tab character. 996
Errors Line contains a tab character. 998
Errors Line contains a tab character. 999
Errors Line contains a tab character. 1000
Errors Line contains a tab character. 1001
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 1001
Errors Expected @throws tag for 'TimeoutException'. 1001
Errors Line contains a tab character. 1002
Errors Line contains a tab character. 1003
Errors Line contains a tab character. 1005
Errors Line contains a tab character. 1006
Errors Line contains a tab character. 1007
Errors Line contains a tab character. 1008
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 1008
Errors Parameter global should be final. 1008
Errors Expected @param tag for 'global'. 1008
Errors Expected @throws tag for 'TimeoutException'. 1008
Errors Line contains a tab character. 1009
Errors Line contains a tab character. 1010
Errors Line contains a tab character. 1012
Errors Missing a Javadoc comment. 1012
Errors Line contains a tab character. 1014
Errors Missing a Javadoc comment. 1014
Errors Line contains a tab character. 1016
Errors Missing a Javadoc comment. 1016
Errors Line contains a tab character. 1018
Errors Missing a Javadoc comment. 1018
Errors Line contains a tab character. 1020
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 1020
Errors Missing a Javadoc comment. 1020
Errors Parameter assumps should be final. 1020
Errors Line contains a tab character. 1021
Errors Line contains a tab character. 1022
Errors Line contains a tab character. 1024
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 1024
Errors Missing a Javadoc comment. 1024
Errors Parameter assumps should be final. 1024
Errors Parameter global should be final. 1024
Errors Line contains a tab character. 1025
Errors Line contains a tab character. 1026
Errors Line contains a tab character. 1028
Errors Line contains a tab character. 1029
Errors Line contains a tab character. 1030
Errors Line contains a tab character. 1031
Errors Line contains a tab character. 1032
Errors Line contains a tab character. 1033
Errors Line contains a tab character. 1034
Errors Line contains a tab character. 1035
Errors Line contains a tab character. 1036
Errors Line contains a tab character. 1037
Errors Line contains a tab character. 1038
Errors Line contains a tab character. 1039
Errors Line contains a tab character. 1040
Errors Line contains a tab character. 1041
Errors Line contains a tab character. 1043
Errors Line contains a tab character. 1044
Errors Line contains a tab character. 1045
Errors Line contains a tab character. 1046
Errors Line contains a tab character. 1047
Errors Line contains a tab character. 1048
Errors Line contains a tab character. 1049
Errors Line contains a tab character. 1050
Errors Line contains a tab character. 1052
Errors Line is longer than 80 characters. 1053
Errors Line contains a tab character. 1053
Errors Line contains a tab character. 1054
Errors Line contains a tab character. 1055
Errors Line contains a tab character. 1056
Errors Line contains a tab character. 1057
Errors Line contains a tab character. 1058
Errors Line contains a tab character. 1059
Errors Line contains a tab character. 1060
Errors Line contains a tab character. 1061
Errors Line contains a tab character. 1063
Errors '10' is a magic number. 1063
Errors Line contains a tab character. 1065
Errors '500' is a magic number. 1065
Errors Line contains a tab character. 1066
Errors Line contains a tab character. 1068
Errors Line contains a tab character. 1069
Errors Line is longer than 80 characters. 1070
Errors Line contains a tab character. 1070
Errors Line contains a tab character. 1071
Errors Line contains a tab character. 1072
Errors Line contains a tab character. 1073
Errors Line contains a tab character. 1074
Errors Line contains a tab character. 1075
Errors Line contains a tab character. 1076
Errors Line contains a tab character. 1077
Errors Line contains a tab character. 1079
Errors Line contains a tab character. 1080
Errors Line contains a tab character. 1081
Errors Line contains a tab character. 1082
Errors Line contains a tab character. 1083
Errors Line contains a tab character. 1084
Errors Line contains a tab character. 1085
Errors Line contains a tab character. 1086
Errors Line contains a tab character. 1087
Errors Line contains a tab character. 1088
Errors Line contains a tab character. 1089
Errors Line contains a tab character. 1090
Errors Line contains a tab character. 1091
Errors Line contains a tab character. 1092
Errors Line is longer than 80 characters. 1093
Errors Line contains a tab character. 1093
Errors Line contains a tab character. 1094
Errors Line is longer than 80 characters. 1095
Errors Line contains a tab character. 1095
Errors Line contains a tab character. 1097
Errors Line contains a tab character. 1098
Errors Line contains a tab character. 1099
Errors Line contains a tab character. 1100
Errors Line contains a tab character. 1101
Errors Line is longer than 80 characters. 1102
Errors Line contains a tab character. 1102
Errors Line contains a tab character. 1103
Errors Line contains a tab character. 1104
Errors Line contains a tab character. 1105
Errors Line contains a tab character. 1106
Errors Line contains a tab character. 1107
Errors Line contains a tab character. 1109
Errors Line contains a tab character. 1110
Errors Line is longer than 80 characters. 1111
Errors Line contains a tab character. 1111
Errors Line contains a tab character. 1112
Errors Line is longer than 80 characters. 1113
Errors Line contains a tab character. 1113
Errors Line contains a tab character. 1114
Errors Line contains a tab character. 1115
Errors Line contains a tab character. 1116
Errors Line contains a tab character. 1118
Errors Line contains a tab character. 1119
Errors Line contains a tab character. 1120
Errors Line contains a tab character. 1121
Errors Line contains a tab character. 1122
Errors Line contains a tab character. 1123
Errors Line contains a tab character. 1124
Errors Line is longer than 80 characters. 1125
Errors Line contains a tab character. 1125
Errors Line contains a tab character. 1126
Errors Line contains a tab character. 1127
Errors Line contains a tab character. 1128
Errors Line contains a tab character. 1130
Errors Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. 1130
Errors Missing a Javadoc comment. 1130
Errors Parameter out should be final. 1130
Errors Parameter prefix should be final. 1130
Errors Line contains a tab character. 1131
Errors Line contains a tab character. 1132
Errors Line is longer than 80 characters. 1133
Errors Line contains a tab character. 1133
Errors '<' is not preceded with whitespace. 1133
Errors '<' is not followed by whitespace. 1133
Errors '>' is not preceded with whitespace. 1133
Errors Line is longer than 80 characters. 1134
Errors Line contains a tab character. 1134
Errors Line contains a tab character. 1135
Errors Line contains a tab character. 1136
Errors Line contains a tab character. 1138
Errors Method 'printLearntClausesInfos' is not designed for extension - needs to be abstract, final or empty. 1138
Errors Missing a Javadoc comment. 1138
Errors Parameter out should be final. 1138
Errors Parameter prefix should be final. 1138
Errors Line contains a tab character. 1139
Errors '<' is not preceded with whitespace. 1139
Errors '<' is not followed by whitespace. 1139
Errors ',' is not followed by whitespace. 1139
Errors '>' is not preceded with whitespace. 1139
Errors '<' is not preceded with whitespace. 1139
Errors '<' is not followed by whitespace. 1139
Errors ',' is not followed by whitespace. 1139
Errors '>' is not preceded with whitespace. 1139
Errors '>' is not followed by whitespace. 1139
Errors Line contains a tab character. 1140
Errors '<' is not preceded with whitespace. 1140
Errors '<' is not followed by whitespace. 1140
Errors '>' is not preceded with whitespace. 1140
Errors Line contains a tab character. 1141
Errors Line contains a tab character. 1142
Errors Line contains a tab character. 1143
Errors Line contains a tab character. 1144
Errors Line contains a tab character. 1145
Errors Line contains a tab character. 1146
Errors Line contains a tab character. 1147
Errors Line contains a tab character. 1148
Errors Line contains a tab character. 1149
Errors Line contains a tab character. 1150
Errors Line is longer than 80 characters. 1151
Errors Line contains a tab character. 1151
Errors '<' is not preceded with whitespace. 1151
Errors '<' is not followed by whitespace. 1151
Errors '>' is not preceded with whitespace. 1151
Errors Line is longer than 80 characters. 1152
Errors Line contains a tab character. 1152
Errors Line contains a tab character. 1153
Errors Line contains a tab character. 1154
Errors Line contains a tab character. 1156
Errors Method 'getStats' is not designed for extension - needs to be abstract, final or empty. 1156
Errors Missing a Javadoc comment. 1156
Errors Line contains a tab character. 1157
Errors Line contains a tab character. 1158
Errors Line contains a tab character. 1160
Errors Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 1160
Errors Missing a Javadoc comment. 1160
Errors '<' is not preceded with whitespace. 1160
Errors '<' is not followed by whitespace. 1160
Errors '>' is not preceded with whitespace. 1160
Errors Line contains a tab character. 1161
Errors Line contains a tab character. 1162
Errors Line contains a tab character. 1164
Errors Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. 1164
Errors Missing a Javadoc comment. 1164
Errors Parameter h should be final. 1164
Errors '<' is not preceded with whitespace. 1164
Errors '<' is not followed by whitespace. 1164
Errors '>' is not preceded with whitespace. 1164
Errors Line contains a tab character. 1165
Errors Line contains a tab character. 1166
Errors Line contains a tab character. 1167
Errors Line contains a tab character. 1169
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 1169
Errors Missing a Javadoc comment. 1169
Errors Line contains a tab character. 1170
Errors Line contains a tab character. 1171
Errors Line contains a tab character. 1173
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 1173
Errors Missing a Javadoc comment. 1173
Errors Line contains a tab character. 1174
Errors Line contains a tab character. 1175
Errors Line contains a tab character. 1176
Errors Line contains a tab character. 1177
Errors Line contains a tab character. 1178
Errors Line contains a tab character. 1179
Errors Line contains a tab character. 1180
Errors Line contains a tab character. 1181
Errors Line contains a tab character. 1183
Errors Method 'nVars' is not designed for extension - needs to be abstract, final or empty. 1183
Errors Missing a Javadoc comment. 1183
Errors Line contains a tab character. 1184
Errors Line contains a tab character. 1185
Errors Line contains a tab character. 1187
Errors Line contains a tab character. 1188
Errors Line contains a tab character. 1189
Errors Line contains a tab character. 1190
Errors Line contains a tab character. 1191
Errors Line contains a tab character. 1192
Errors Method 'addConstr' is not designed for extension - needs to be abstract, final or empty. 1192
Errors Parameter constr should be final. 1192
Errors Line contains a tab character. 1193
Errors Line contains a tab character. 1194
Errors Line contains a tab character. 1195
Errors Line contains a tab character. 1196
Errors Line contains a tab character. 1197
Errors Line contains a tab character. 1198
Errors Line contains a tab character. 1199
Errors Line contains a tab character. 1200
Errors Line contains a tab character. 1201
Errors Line contains a tab character. 1202
Errors Line contains a tab character. 1203
Errors Line contains a tab character. 1204
Errors Line contains a tab character. 1206
Errors Method 'getDSFactory' is not designed for extension - needs to be abstract, final or empty. 1206
Errors Missing a Javadoc comment. 1206
Errors '<' is not preceded with whitespace. 1206
Errors '<' is not followed by whitespace. 1206
Errors '>' is not preceded with whitespace. 1206
Errors Line contains a tab character. 1207
Errors Line contains a tab character. 1208
Errors Line contains a tab character. 1210
Errors Method 'getOutLearnt' is not designed for extension - needs to be abstract, final or empty. 1210
Errors Missing a Javadoc comment. 1210
Errors Line contains a tab character. 1211
Errors Line contains a tab character. 1212
Errors Line contains a tab character. 1214
Errors Line contains a tab character. 1215
Errors Line has trailing spaces. 1216
Errors Line contains a tab character. 1216
Errors Line contains a tab character. 1217
Errors Line contains a tab character. 1218
Errors Line contains a tab character. 1219
Errors Line contains a tab character. 1220
Errors Line contains a tab character. 1221
Errors Method 'getIthConstr' is not designed for extension - needs to be abstract, final or empty. 1221
Errors Parameter i should be final. 1221
Errors Line contains a tab character. 1222
Errors Line contains a tab character. 1223
Errors Line contains a tab character. 1225
Errors Line contains a tab character. 1226
Errors Line has trailing spaces. 1227
Errors Line contains a tab character. 1227
Errors Line contains a tab character. 1228
Errors Line contains a tab character. 1229
Errors Line contains a tab character. 1230
Errors Line contains a tab character. 1231
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 1231
Errors Missing a Javadoc comment. 1231
Errors Parameter out should be final. 1231
Errors Parameter prefix should be final. 1231
Errors Line contains a tab character. 1232
Errors Line contains a tab character. 1233
Errors Line contains a tab character. 1235
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 1235
Errors Missing a Javadoc comment. 1235
Errors Parameter out should be final. 1235
Errors Parameter prefix should be final. 1235
Errors Line contains a tab character. 1236
Errors Line is longer than 80 characters. 1237
Errors Line contains a tab character. 1237
Errors '1000' is a magic number. 1237
Errors Line contains a tab character. 1238
Errors Line is longer than 80 characters. 1239
Errors Line contains a tab character. 1239
Errors Line contains a tab character. 1240
Errors Line contains a tab character. 1241
Errors Line contains a tab character. 1242
Errors Line contains a tab character. 1243
Errors Line contains a tab character. 1245
Errors Line contains a tab character. 1246
Errors Line has trailing spaces. 1247
Errors Line contains a tab character. 1247
Errors Line contains a tab character. 1248
Errors Line contains a tab character. 1249
Errors Line contains a tab character. 1250
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 1250
Errors Missing a Javadoc comment. 1250
Errors Parameter prefix should be final. 1250
Errors Line contains a tab character. 1251
Errors Line contains a tab character. 1252
Errors '{' is followed by whitespace. 1252
Errors Line contains a tab character. 1253
Errors Line contains a tab character. 1254
Errors Line contains a tab character. 1255
Errors Line contains a tab character. 1256
Errors Line contains a tab character. 1257
Errors Line contains a tab character. 1258
Errors Line contains a tab character. 1259
Errors Line contains a tab character. 1260
Errors Line contains a tab character. 1261
Errors Line contains a tab character. 1262
Errors Line contains a tab character. 1263
Errors Line contains a tab character. 1264
Errors Line contains a tab character. 1265
Errors '1000' is a magic number. 1265
Errors Line contains a tab character. 1266
Errors Line contains a tab character. 1267
Errors Line contains a tab character. 1268
Errors Line contains a tab character. 1269
Errors Line contains a tab character. 1270
Errors Line contains a tab character. 1271
Errors Line contains a tab character. 1272
Errors Line contains a tab character. 1273
Errors Line contains a tab character. 1274
Errors Line contains a tab character. 1275
Errors Line contains a tab character. 1276
Errors Line contains a tab character. 1277
Errors Line contains a tab character. 1278
Errors Line contains a tab character. 1280
Errors Line contains a tab character. 1281
Errors Line has trailing spaces. 1282
Errors Line contains a tab character. 1282
Errors Line contains a tab character. 1283
Errors Line contains a tab character. 1284
Errors Line contains a tab character. 1285
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 1285
Errors Missing a Javadoc comment. 1285
Errors Line contains a tab character. 1286
Errors Line contains a tab character. 1287
Errors Line contains a tab character. 1288
Errors Line contains a tab character. 1290
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 1290
Errors Missing a Javadoc comment. 1290
Errors Line contains a tab character. 1291
Errors Avoid inline conditionals. 1291
Errors '1000' is a magic number. 1291
Errors Line contains a tab character. 1292
Errors Line contains a tab character. 1294
Errors Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 1294
Errors Missing a Javadoc comment. 1294
Errors Line contains a tab character. 1295
Errors Line contains a tab character. 1296
Errors Line is longer than 80 characters. 1297
Errors Line contains a tab character. 1297
Errors Line contains a tab character. 1298
Errors Line contains a tab character. 1299
Errors Line contains a tab character. 1300
Errors Line contains a tab character. 1302
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 1302
Errors Missing a Javadoc comment. 1302
Errors Parameter nb should be final. 1302
Errors Line contains a tab character. 1303
Errors Line contains a tab character. 1304
Errors Line contains a tab character. 1306
Errors Method 'getStat' is not designed for extension - needs to be abstract, final or empty. 1306
Errors Missing a Javadoc comment. 1306
Errors '<' is not preceded with whitespace. 1306
Errors '<' is not followed by whitespace. 1306
Errors '>' is not preceded with whitespace. 1306
Errors Line contains a tab character. 1307
Errors Line contains a tab character. 1308
Errors Line contains a tab character. 1310
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 1310
Errors Missing a Javadoc comment. 1310
Errors Line contains a tab character. 1311
Errors Line contains a tab character. 1312
Errors Line contains a tab character. 1313
Errors Line contains a tab character. 1314
Errors Line is longer than 80 characters. 1315
Errors Line contains a tab character. 1315
Errors Line contains a tab character. 1316
Errors Line contains a tab character. 1317
Errors Line contains a tab character. 1319
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 1319
Errors Missing a Javadoc comment. 1319
Errors Parameter assumps should be final. 1319
Errors Line contains a tab character. 1320
Errors Line contains a tab character. 1321
Errors Line contains a tab character. 1322
Errors Line contains a tab character. 1323
Errors Line is longer than 80 characters. 1324
Errors Line contains a tab character. 1324
Errors Line contains a tab character. 1325
Errors Line contains a tab character. 1326
Errors Line contains a tab character. 1328
Errors Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 1328
Errors Missing a Javadoc comment. 1328
Errors Line contains a tab character. 1329
Errors Line contains a tab character. 1330
Errors Line contains a tab character. 1332
Errors Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 1332
Errors Missing a Javadoc comment. 1332
Errors Parameter status should be final. 1332
Errors Line contains a tab character. 1333
Errors Line contains a tab character. 1334
Errors Missing a Javadoc comment. 1338
Errors '<' is not preceded with whitespace. 1338
Errors '<' is not followed by whitespace. 1338
Errors '>' is not preceded with whitespace. 1338
Errors '>' is not followed by whitespace. 1338
Errors Line contains a tab character. 1340
Errors Missing a Javadoc comment. 1340
Errors Line contains a tab character. 1342
Errors Line contains a tab character. 1343
Errors Line has trailing spaces. 1344
Errors Line contains a tab character. 1344
Errors Line contains a tab character. 1345
Errors Line contains a tab character. 1346
Errors Line contains a tab character. 1347
Errors Missing a Javadoc comment. 1347
Errors Parameter c1 should be final. 1347
Errors Parameter c2 should be final. 1347
Errors Line contains a tab character. 1348
Errors Line contains a tab character. 1349
Errors Missing a Javadoc comment. 1352
Errors Line contains a tab character. 1354
Errors Missing a Javadoc comment. 1354
Errors Line contains a tab character. 1356
Errors Missing a Javadoc comment. 1356
Errors Missing a Javadoc comment. 1359
Errors Line contains a tab character. 1361
Errors Line has trailing spaces. 1362
Errors Line contains a tab character. 1362
Errors Line contains a tab character. 1363
Errors Line contains a tab character. 1364
Errors Line contains a tab character. 1366
Errors Missing a Javadoc comment. 1366
Errors Line contains a tab character. 1368
Errors Missing a Javadoc comment. 1368
Errors Line contains a tab character. 1370
Errors Missing a Javadoc comment. 1370
Errors 'bound' hides a field. 1370
Errors Line contains a tab character. 1371
Errors Line contains a tab character. 1372
Errors Line contains a tab character. 1373
Errors Line contains a tab character. 1375
Errors Missing a Javadoc comment. 1375
Errors Line contains a tab character. 1376
Errors Line contains a tab character. 1377
Errors Line contains a tab character. 1379
Errors Missing a Javadoc comment. 1379
Errors Line contains a tab character. 1380
Errors Line contains a tab character. 1381
Errors Line contains a tab character. 1382
Errors Line contains a tab character. 1383
Errors Line contains a tab character. 1384
Errors Line contains a tab character. 1385
Errors Line contains a tab character. 1387
Errors Missing a Javadoc comment. 1387
Errors Missing a Javadoc comment. 1390
Errors Line contains a tab character. 1392
Errors Line has trailing spaces. 1393
Errors Line contains a tab character. 1393
Errors Line contains a tab character. 1394
Errors Line contains a tab character. 1395
Errors Line contains a tab character. 1397
Errors Missing a Javadoc comment. 1397
Errors '<' is not preceded with whitespace. 1397
Errors '<' is not followed by whitespace. 1397
Errors '>' is not preceded with whitespace. 1397
Errors '<' is not preceded with whitespace. 1397
Errors '<' is not followed by whitespace. 1397
Errors '>' is not preceded with whitespace. 1397
Errors '>' is not followed by whitespace. 1397
Errors Line contains a tab character. 1399
Errors Missing a Javadoc comment. 1399
Errors Parameter timer should be final. 1399
Errors Line contains a tab character. 1400
Errors Line contains a tab character. 1401
Errors Line contains a tab character. 1402
Errors Line contains a tab character. 1404
Errors Missing a Javadoc comment. 1404
Errors Line contains a tab character. 1405
Errors '<' is not preceded with whitespace. 1405
Errors '<' is not followed by whitespace. 1405
Errors '>' is not preceded with whitespace. 1405
Errors Line contains a tab character. 1406
Errors Line contains a tab character. 1407
Errors Line contains a tab character. 1408
Errors Line contains a tab character. 1409
Errors Line contains a tab character. 1411
Errors Missing a Javadoc comment. 1411
Errors Line contains a tab character. 1412
Errors '<' is not preceded with whitespace. 1412
Errors '<' is not followed by whitespace. 1412
Errors '>' is not preceded with whitespace. 1412
Errors Line contains a tab character. 1413
Errors Line contains a tab character. 1414
Errors Line contains a tab character. 1415
Errors Line contains a tab character. 1416

org/sat4j/minisat/core/SolverStats.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Variable 'starts' must be private and have accessor methods. 45
Errors Missing a Javadoc comment. 47
Errors Variable 'decisions' must be private and have accessor methods. 47
Errors Missing a Javadoc comment. 49
Errors Variable 'propagations' must be private and have accessor methods. 49
Errors Missing a Javadoc comment. 51
Errors Variable 'inspects' must be private and have accessor methods. 51
Errors Missing a Javadoc comment. 53
Errors Variable 'conflicts' must be private and have accessor methods. 53
Errors Missing a Javadoc comment. 55
Errors Variable 'learnedliterals' must be private and have accessor methods. 55
Errors Missing a Javadoc comment. 57
Errors Variable 'learnedbinaryclauses' must be private and have accessor methods. 57
Errors Missing a Javadoc comment. 59
Errors Variable 'learnedternaryclauses' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 61
Errors Variable 'learnedclauses' must be private and have accessor methods. 61
Errors Line has trailing spaces. 62
Errors Missing a Javadoc comment. 63
Errors Variable 'ignoredclauses' must be private and have accessor methods. 63
Errors Missing a Javadoc comment. 65
Errors Variable 'rootSimplifications' must be private and have accessor methods. 65
Errors Missing a Javadoc comment. 67
Errors Variable 'reducedliterals' must be private and have accessor methods. 67
Errors Missing a Javadoc comment. 69
Errors Variable 'changedreason' must be private and have accessor methods. 69
Errors Missing a Javadoc comment. 71
Errors Variable 'reduceddb' must be private and have accessor methods. 71
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Parameter out should be final. 90
Errors Parameter prefix should be final. 90
Errors Method 'toMap' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors '<' is not preceded with whitespace. 112
Errors '<' is not followed by whitespace. 112
Errors '>' is not preceded with whitespace. 112
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors '>' is not followed by whitespace. 113

org/sat4j/minisat/core/TextOutputListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Line has trailing spaces. 34
Errors Missing a Javadoc comment. 38
Errors Method 'assuming' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors Parameter p should be final. 40
Errors Method 'propagating' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter p should be final. 44
Errors Method 'backtracking' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Parameter p should be final. 48
Errors Method 'adding' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter p should be final. 52
Errors Missing a Javadoc comment. 56
Errors Parameter clause should be final. 56
Errors Missing a Javadoc comment. 60
Errors Parameter clause should be final. 60
Errors Method 'conflictFound' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors Method 'solutionFound' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 78
Errors Parameter result should be final. 78

org/sat4j/minisat/core/Undoable.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors First sentence should end with a period. 37
Errors Line has trailing spaces. 39

org/sat4j/minisat/core/UnitPropagationListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors First sentence should end with a period. 37
Errors Line has trailing spaces. 39
Errors Redundant 'public' modifier. 45
Errors First sentence should end with a period. 47
Errors Line has trailing spaces. 49
Errors Redundant 'public' modifier. 57

org/sat4j/minisat/core/VarActivityListener.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 42
Errors Redundant 'public' modifier. 46

org/sat4j/minisat/learning/AbstractLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 49
Errors Type Javadoc comment is missing an @param <D> tag. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors ',' is not followed by whitespace. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors '>' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors ',' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors Line has trailing spaces. 52
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line has trailing spaces. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 58
Errors Parameter s should be final. 58
Errors Missing a Javadoc comment. 62
Errors Parameter s should be final. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors ',' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors Missing a Javadoc comment. 66
Errors Parameter reason should be final. 66
Errors Missing a Javadoc comment. 74

org/sat4j/minisat/learning/ActiveLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 41
Errors Type Javadoc comment is missing an @param <D> tag. 41
Errors Type Javadoc comment is missing an @param <L> tag. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors '0.95' is a magic number. 52
Errors Missing a Javadoc comment. 55
Errors Parameter d should be final. 55
Errors Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter order should be final. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors 'order' hides a field. 59
Errors Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter s should be final. 64
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors ',' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Method 'setActivityPercent' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter d should be final. 69
Errors Method 'getActivityPercent' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line has trailing spaces. 79
Errors Line is longer than 80 characters. 80
Errors Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Parameter clause should be final. 83
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Line is longer than 80 characters. 95
Errors '+' is not preceded with whitespace. 95
Errors '+' is not followed by whitespace. 95
Errors '*' is not preceded with whitespace. 95
Errors '*' is not followed by whitespace. 95
Errors '100' is a magic number. 95
Errors '+' is not preceded with whitespace. 95
Errors '+' is not followed by whitespace. 95
Errors Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Parameter percent should be final. 98
Errors 'percent' hides a field. 98
Errors Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102

org/sat4j/minisat/learning/ClauseOnlyLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors ',' is not followed by whitespace. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '>' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors ',' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 49
Errors Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter constr should be final. 51
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56

org/sat4j/minisat/learning/FixedLengthLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 40
Errors Type Javadoc comment is missing an @param <D> tag. 40
Errors Type Javadoc comment is missing an @param <L> tag. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors ',' is not followed by whitespace. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '>' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors ',' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors '3' is a magic number. 49
Errors Missing a Javadoc comment. 52
Errors Parameter maxlength should be final. 52
Errors 'maxlength' hides a field. 52
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 59
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Parameter v should be final. 66
Errors Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Line is longer than 80 characters. 76
Errors Method 'setBound' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter newbound should be final. 80
Errors Line has trailing spaces. 83
Errors Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter constr should be final. 85

org/sat4j/minisat/learning/LimitedLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Line is longer than 80 characters. 44
Errors Type Javadoc comment is missing an @param <D> tag. 44
Errors Type Javadoc comment is missing an @param <L> tag. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors ',' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Missing a Javadoc comment. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors ',' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors Missing a Javadoc comment. 52
Errors Variable 'lits' must be private and have accessor methods. 52
Errors Line has trailing spaces. 53
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors ',' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57
Errors '>' is not followed by whitespace. 57
Errors '<' is not preceded with whitespace. 58
Errors '<' is not followed by whitespace. 58
Errors ',' is not followed by whitespace. 58
Errors '>' is not preceded with whitespace. 58
Errors '>' is not followed by whitespace. 58
Errors Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter s should be final. 61
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors ',' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors Method 'learns' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter constr should be final. 68
Errors Missing a Javadoc comment. 77
Errors 'protected' modifier out of order with the JLS suggestions. 77
Errors Line has trailing spaces. 78
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Method 'setVarActivityListener' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter s should be final. 84

org/sat4j/minisat/learning/MiniSATLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 45
Errors Type Javadoc comment is missing an @param <D> tag. 45
Errors Type Javadoc comment is missing an @param <L> tag. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors ',' is not followed by whitespace. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors '>' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors ',' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Method 'setDataStructureFactory' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter dsf should be final. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors 'dsf' hides a field. 50
Errors Method 'setSolver' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter s should be final. 55
Errors '<' is not preceded with whitespace. 55
Errors '<' is not followed by whitespace. 55
Errors ',' is not followed by whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors Method 'learns' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter constr should be final. 60
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Line has trailing spaces. 73

org/sat4j/minisat/learning/NoLearningButHeuristics.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 41
Errors Type Javadoc comment is missing an @param <D> tag. 41
Errors Type Javadoc comment is missing an @param <L> tag. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Missing a Javadoc comment. 43
Errors Method 'learns' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Parameter reason should be final. 45

org/sat4j/minisat/learning/NoLearningNoHeuristics.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 41
Errors Type Javadoc comment is missing an @param <D> tag. 41
Errors Type Javadoc comment is missing an @param <L> tag. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Parameter reason should be final. 45

org/sat4j/minisat/learning/PercentLengthLearning.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 41
Errors Type Javadoc comment is missing an @param <D> tag. 41
Errors Type Javadoc comment is missing an @param <L> tag. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41
Errors '{' is not preceded with whitespace. 41
Errors Line has trailing spaces. 44
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 50
Errors '10' is a magic number. 51
Errors Line has trailing spaces. 53
Errors Missing a Javadoc comment. 54
Errors Parameter percent should be final. 54
Errors Line has trailing spaces. 57
Errors Method 'setLimit' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter percent should be final. 58
Errors Line has trailing spaces. 61
Errors Method 'getLimit' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors '100' is a magic number. 69
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Line is longer than 80 characters. 74
Errors Method 'setBound' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Parameter newbound should be final. 78
Errors Method 'learningCondition' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors Parameter constr should be final. 83

org/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 34
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line has trailing spaces. 41
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Variable 'phase' must be private and have accessor methods. 42
Errors Missing a Javadoc comment. 44
Errors Parameter nlength should be final. 44
Errors Missing a Javadoc comment. 51
Errors Parameter var should be final. 51
Errors Parameter p should be final. 51
Errors Line has trailing spaces. 54
Errors Missing a Javadoc comment. 55
Errors Parameter var should be final. 55

org/sat4j/minisat/orders/JWOrder.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Parameter var should be final. 48
Errors Line is longer than 80 characters. 54
Errors '100L' is a magic number. 54
Errors '5L' is a magic number. 54
Errors '10L' is a magic number. 54
Errors Line has trailing spaces. 67
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors '<' is not preceded with whitespace. 73
Errors '<' is not followed by whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors '<' is not preceded with whitespace. 73
Errors '<' is not followed by whitespace. 73
Errors '>' is not preceded with whitespace. 73
Errors '>' is not followed by whitespace. 73
Errors ',' is not followed by whitespace. 76
Errors '>>' is not preceded with whitespace. 76
Errors Line has trailing spaces. 94
Errors Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter var should be final. 98
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Line is longer than 80 characters. 104

org/sat4j/minisat/orders/MyOrder.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors Missing a Javadoc comment. 45
Errors Line has trailing spaces. 49
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors '<' is not preceded with whitespace. 55
Errors '<' is not followed by whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors '<' is not preceded with whitespace. 55
Errors '<' is not followed by whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors '>' is not followed by whitespace. 55
Errors Line is longer than 80 characters. 59
Errors ',' is not followed by whitespace. 59
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72

org/sat4j/minisat/orders/NegativeLiteralSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 34
Errors Missing a Javadoc comment. 34
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 41
Errors Parameter p should be final. 41
Errors Missing a Javadoc comment. 44
Errors Parameter nlength should be final. 44
Errors Missing a Javadoc comment. 47
Errors Parameter var should be final. 47
Errors Parameter p should be final. 47
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter var should be final. 50
Errors Missing a Javadoc comment. 54
Errors Parameter p should be final. 54
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57

org/sat4j/minisat/orders/PhaseInLastLearnedClauseSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 43
Errors Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors Parameter p should be final. 47
Errors Line has trailing spaces. 50
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 56
Errors Parameter p should be final. 56

org/sat4j/minisat/orders/PositiveLiteralSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 34
Errors Missing a Javadoc comment. 34
Errors Line has trailing spaces. 37
Errors Missing a Javadoc comment. 41
Errors Parameter p should be final. 41
Errors Missing a Javadoc comment. 44
Errors Parameter nlength should be final. 44
Errors Missing a Javadoc comment. 47
Errors Parameter var should be final. 47
Errors Parameter p should be final. 47
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter var should be final. 50
Errors Missing a Javadoc comment. 54
Errors Parameter p should be final. 54
Errors Line has trailing spaces. 56
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57

org/sat4j/minisat/orders/PureOrder.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors First sentence should end with a period. 38
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors '20' is a magic number. 48
Errors Missing a Javadoc comment. 51
Errors Parameter p should be final. 51
Errors Missing a Javadoc comment. 55
Errors Parameter p should be final. 55
Errors Method 'getPeriod' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Line has trailing spaces. 66
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors Line is longer than 80 characters. 91

org/sat4j/minisat/orders/RSATPhaseSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Line has trailing spaces. 40
Errors Method 'assignLiteral' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter p should be final. 44
Errors '>>' is not preceded with whitespace. 45
Errors '>>' is not followed by whitespace. 45
Errors Line has trailing spaces. 47
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 53
Errors Parameter p should be final. 53

org/sat4j/minisat/orders/RandomLiteralSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 38
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 50
Errors Name 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Errors Line has trailing spaces. 51
Errors Missing a Javadoc comment. 52
Errors Parameter p should be final. 52
Errors Missing a Javadoc comment. 55
Errors Parameter nlength should be final. 55
Errors Missing a Javadoc comment. 58
Errors Parameter var should be final. 58
Errors Parameter p should be final. 58
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter var should be final. 61
Errors Missing a Javadoc comment. 68
Errors Parameter p should be final. 68
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71

org/sat4j/minisat/orders/UserFixedPhaseSelectionStrategy.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 31
Errors Line has trailing spaces. 33
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 45
Errors Missing a Javadoc comment. 45
Errors Parameter p should be final. 45
Errors Missing a Javadoc comment. 48
Errors Parameter p should be final. 48
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51

org/sat4j/minisat/orders/ValuedLit.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 33
Errors '<' is not preceded with whitespace. 35
Errors '<' is not followed by whitespace. 35
Errors '>' is not preceded with whitespace. 35
Errors Missing a Javadoc comment. 36
Errors Variable 'id' must be private and have accessor methods. 36
Errors Missing a Javadoc comment. 38
Errors Variable 'count' must be private and have accessor methods. 38
Errors Missing a Javadoc comment. 40
Errors Parameter id should be final. 40
Errors 'id' hides a field. 40
Errors ',' is not followed by whitespace. 40
Errors Parameter count should be final. 40
Errors 'count' hides a field. 40
Errors Missing a Javadoc comment. 45
Errors Parameter t should be final. 45
Errors Missing a Javadoc comment. 55
Errors Parameter o should be final. 56
Errors 'if' construct must use '{}'s. 57
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 70
Errors Line is longer than 80 characters. 72

org/sat4j/minisat/orders/VarOrder.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Type Javadoc comment is missing an @param <L> tag. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors Missing a Javadoc comment. 50
Errors First sentence should end with a period. 52
Errors Missing a Javadoc comment. 57
Errors Variable 'activity' must be private and have accessor methods. 62
Errors First sentence should end with a period. 64
Errors Variable 'lastVar' must be private and have accessor methods. 67
Errors First sentence should end with a period. 69
Errors Variable 'order' must be private and have accessor methods. 72
Errors Missing a Javadoc comment. 74
Errors First sentence should end with a period. 81
Errors Variable 'varpos' must be private and have accessor methods. 84
Errors Missing a Javadoc comment. 86
Errors Variable 'lits' must be private and have accessor methods. 86
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 90
Errors Variable 'phaseStrategy' must be private and have accessor methods. 90
Errors Line has trailing spaces. 91
Errors Missing a Javadoc comment. 92
Errors Line has trailing spaces. 95
Errors Missing a Javadoc comment. 96
Errors Parameter strategy should be final. 96
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 102
Errors Method 'setPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. 105
Errors Parameter strategy should be final. 105
Errors Expected @param tag for 'strategy'. 105
Errors Line has trailing spaces. 108
Errors Method 'getPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Line has trailing spaces. 112
Errors Line has trailing spaces. 115
Errors Method 'setLits' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter lits should be final. 118
Errors 'lits' hides a field. 118
Errors Line has trailing spaces. 124
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors '0.0001' is a magic number. 133
Errors Line has trailing spaces. 153
Errors Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. 157
Errors Parameter d should be final. 157
Errors Line has trailing spaces. 163
Errors Method 'undo' is not designed for extension - needs to be abstract, final or empty. 166
Errors Missing a Javadoc comment. 166
Errors Parameter x should be final. 166
Errors Line has trailing spaces. 178
Errors Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. 181
Errors Missing a Javadoc comment. 181
Errors Parameter p should be final. 181
Errors Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. 205
Errors Missing a Javadoc comment. 205
Errors Inner assignments should be avoided. 206
Errors Line has trailing spaces. 212
Errors Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. 214
Errors Line has trailing spaces. 219
Errors Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. 228
Errors Missing a Javadoc comment. 228
Errors Parameter p should be final. 228
Errors Line has trailing spaces. 233
Errors Expected an @return tag. 235
Errors Method 'numberOfInterestingVariables' is not designed for extension - needs to be abstract, final or empty. 235
Errors Line has trailing spaces. 247
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 250
Errors Missing a Javadoc comment. 250
Errors Line is longer than 80 characters. 261
Errors Line has trailing spaces. 279
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 282
Errors Line is longer than 80 characters. 284
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 287
Errors Missing a Javadoc comment. 287
Errors Line has trailing spaces. 293
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 297
Errors Missing a Javadoc comment. 297
Errors Parameter out should be final. 297
Errors Parameter prefix should be final. 297
Errors Missing a Javadoc comment. 302
Errors Parameter p should be final. 302
Errors Line has trailing spaces. 303

org/sat4j/minisat/orders/VarOrderHeap.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Type Javadoc comment is missing an @param <L> tag. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '>' is not followed by whitespace. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Variable 'activity' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 68
Errors Variable 'lits' must be private and have accessor methods. 68
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 72
Errors Variable 'heap' must be private and have accessor methods. 72
Errors Missing a Javadoc comment. 74
Errors Variable 'phaseStrategy' must be private and have accessor methods. 74
Errors Line has trailing spaces. 75
Errors Missing a Javadoc comment. 76
Errors Line has trailing spaces. 79
Errors Missing a Javadoc comment. 80
Errors Parameter strategy should be final. 80
Errors Line has trailing spaces. 83
Errors Line has trailing spaces. 86
Errors Method 'setPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. 89
Errors Parameter strategy should be final. 89
Errors Expected @param tag for 'strategy'. 89
Errors Line has trailing spaces. 92
Errors Method 'getPhaseSelectionStrategy' is not designed for extension - needs to be abstract, final or empty. 93
Errors Missing a Javadoc comment. 93
Errors Line has trailing spaces. 96
Errors Method 'setLits' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter lits should be final. 97
Errors 'lits' hides a field. 97
Errors Line has trailing spaces. 104
Errors Method 'select' is not designed for extension - needs to be abstract, final or empty. 107
Errors '0.0001' is a magic number. 112
Errors Line has trailing spaces. 123
Errors Method 'setVarDecay' is not designed for extension - needs to be abstract, final or empty. 127
Errors Parameter d should be final. 127
Errors Line has trailing spaces. 133
Errors Method 'undo' is not designed for extension - needs to be abstract, final or empty. 136
Errors Parameter x should be final. 136
Errors Expected @param tag for 'x'. 136
Errors 'if' construct must use '{}'s. 137
Errors Line has trailing spaces. 143
Errors Method 'updateVar' is not designed for extension - needs to be abstract, final or empty. 147
Errors Parameter p should be final. 147
Errors 'if' construct must use '{}'s. 151
Errors Method 'updateActivity' is not designed for extension - needs to be abstract, final or empty. 155
Errors Missing a Javadoc comment. 155
Errors Inner assignments should be avoided. 156
Errors Line has trailing spaces. 162
Errors Method 'varDecayActivity' is not designed for extension - needs to be abstract, final or empty. 164
Errors Line has trailing spaces. 169
Errors Method 'varActivity' is not designed for extension - needs to be abstract, final or empty. 178
Errors Missing a Javadoc comment. 178
Errors Parameter p should be final. 178
Errors Line has trailing spaces. 183
Errors Expected an @return tag. 185
Errors Method 'numberOfInterestingVariables' is not designed for extension - needs to be abstract, final or empty. 185
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 199
Errors Line is longer than 80 characters. 208
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 216
Errors Missing a Javadoc comment. 216
Errors Line is longer than 80 characters. 218
Errors '+' is not preceded with whitespace. 218
Errors '+' is not followed by whitespace. 218
Errors Method 'getVocabulary' is not designed for extension - needs to be abstract, final or empty. 221
Errors Missing a Javadoc comment. 221
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 225
Errors Missing a Javadoc comment. 225
Errors Parameter out should be final. 225
Errors Parameter prefix should be final. 225
Errors Missing a Javadoc comment. 229
Errors Parameter p should be final. 229
Errors Line has trailing spaces. 230

org/sat4j/minisat/restarts/ArminRestarts.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 45
Errors Missing a Javadoc comment. 46
Errors ',' is not followed by whitespace. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Line has trailing spaces. 49
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter theParams should be final. 50
Errors Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors '>=' is not preceded with whitespace. 62
Errors '>=' is not followed by whitespace. 62
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Line has trailing spaces. 73

org/sat4j/minisat/restarts/LubyRestarts.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 27
Errors First sentence should end with a period. 33
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 43
Errors '{' is followed by whitespace. 43
Errors Line has trailing spaces. 44
Errors Missing a Javadoc comment. 45
Errors Parameter i should be final. 45
Errors '>=' is not preceded with whitespace. 46
Errors '>=' is not followed by whitespace. 46
Errors '/' is not preceded with whitespace. 46
Errors '/' is not followed by whitespace. 46
Errors '<<' is not preceded with whitespace. 51
Errors '<<' is not followed by whitespace. 51
Errors 'while' construct must use '{}'s. 55
Errors 'while' is not followed by whitespace. 55
Errors '<=' is not preceded with whitespace. 55
Errors '<=' is not followed by whitespace. 55
Errors Line has trailing spaces. 57
Errors '<<=' is not followed by whitespace. 63
Errors '32' is a magic number. 76
Errors Missing a Javadoc comment. 79
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 83
Errors '32' is a magic number. 84
Errors Method 'setFactor' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Parameter factor should be final. 87
Errors 'factor' hides a field. 87
Errors Method 'getFactor' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors Parameter params should be final. 95
Errors Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. 99
Errors Missing a Javadoc comment. 99
Errors Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107

org/sat4j/minisat/restarts/MiniSATRestarts.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 42
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Method 'init' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter theParams should be final. 50
Errors Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Method 'onRestart' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Line has trailing spaces. 65

org/sat4j/minisat/restarts/NoRestarts.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Parameter params should be final. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 47
Errors Method 'nextRestartNumberOfConflict' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Missing a Javadoc comment. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53

org/sat4j/minisat/uip/DecisionUIP.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 46
Errors Line has trailing spaces. 50
Errors Missing a Javadoc comment. 53
Errors Line has trailing spaces. 58
Errors Missing a Javadoc comment. 61
Errors Parameter p should be final. 61
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 67
Errors Method 'clauseNonAssertive' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter reason should be final. 69
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73

org/sat4j/minisat/uip/FirstUIP.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Method 'initAnalyze' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Method 'onCurrentDecisionLevelLiteral' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter p should be final. 54
Errors Method 'clauseNonAssertive' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter reason should be final. 58
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62

org/sat4j/opt/AbstractSelectorVariablesDecorator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 40
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Variable 'nborigvars' must be private and have accessor methods. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors Variable 'nbnewvar' must be private and have accessor methods. 56
Errors Missing a Javadoc comment. 58
Errors Variable 'prevfullmodel' must be private and have accessor methods. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 61
Errors Line has trailing spaces. 62
Errors Missing a Javadoc comment. 63
Errors Parameter solver should be final. 63
Errors Line has trailing spaces. 66
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Line has trailing spaces. 72
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Parameter var should be final. 73
Errors Line contains a tab character. 74
Errors '-' is not preceded with whitespace. 74
Errors '-' is not followed by whitespace. 74
Errors Line has trailing spaces. 76
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter howmany should be final. 78
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter nb should be final. 84
Errors Line has trailing spaces. 89
Errors Method 'getExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Line contains a tab character. 105
Errors '=' is not preceded with whitespace. 105
Errors '=' is not followed by whitespace. 105
Errors ';' is not followed by whitespace. 105
Errors '<' is not preceded with whitespace. 105
Errors '<' is not followed by whitespace. 105
Errors ';' is not followed by whitespace. 105
Errors Line contains a tab character. 106
Errors '=' is not preceded with whitespace. 106
Errors '=' is not followed by whitespace. 106
Errors '+' is not preceded with whitespace. 106
Errors '+' is not followed by whitespace. 106
Errors 'while' construct must use '{}'s. 109

org/sat4j/opt/MaxSatDecorator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 47
Errors Missing a Javadoc comment. 52
Errors Parameter solver should be final. 52
Errors Line has trailing spaces. 56
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter nb should be final. 58
Errors Method 'addClause' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors Parameter literals should be final. 65
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Missing a Javadoc comment. 97
Errors Missing a Javadoc comment. 99
Errors Method 'discard' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101

org/sat4j/opt/MinOneDecorator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 42
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Parameter solver should be final. 55
Errors Method 'admitABetterSolution' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Method 'hasNoObjectiveFunction' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Method 'nonOptimalMeansSatisfiable' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 75
Errors Method 'calculateObjective' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Missing a Javadoc comment. 87
Errors Method 'discard' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104

org/sat4j/reader/AAGReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 49
Errors 'static' modifier out of order with the JLS suggestions. 49
Errors Missing a Javadoc comment. 51
Errors 'static' modifier out of order with the JLS suggestions. 51
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 59
Errors Parameter s should be final. 59
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter model should be final. 64
Errors '>' is not preceded with whitespace. 67
Errors '>' is not followed by whitespace. 67
Errors '?' is not preceded with whitespace. 67
Errors Avoid inline conditionals. 67
Errors '?' is not followed by whitespace. 67
Errors ':' is not preceded with whitespace. 67
Errors ':' is not followed by whitespace. 67
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Parameter model should be final. 73
Errors Parameter out should be final. 73
Errors '>' is not preceded with whitespace. 75
Errors '>' is not followed by whitespace. 75
Errors '?' is not preceded with whitespace. 75
Errors Avoid inline conditionals. 75
Errors '?' is not followed by whitespace. 75
Errors ':' is not preceded with whitespace. 75
Errors ':' is not followed by whitespace. 75
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Parameter in should be final. 80
Errors '3' is a magic number. 97
Errors '==' is not preceded with whitespace. 99
Errors '==' is not followed by whitespace. 99
Errors Missing a Javadoc comment. 107
Errors Parameter nbands should be final. 107
Errors Parameter output0 should be final. 107
Errors Parameter scanner should be final. 107
Errors Line has trailing spaces. 109
Errors Missing a Javadoc comment. 120
Errors Parameter v should be final. 120
Errors Missing a Javadoc comment. 134
Errors Parameter nboutputs should be final. 134
Errors Parameter scanner should be final. 134
Errors Missing a Javadoc comment. 143
Errors Parameter numberOfInputs should be final. 143
Errors Parameter scanner should be final. 143

org/sat4j/reader/AIGReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 47
Errors 'static' modifier out of order with the JLS suggestions. 47
Errors Missing a Javadoc comment. 49
Errors 'static' modifier out of order with the JLS suggestions. 49
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 57
Errors Parameter s should be final. 57
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Parameter model should be final. 62
Errors '>' is not preceded with whitespace. 65
Errors '>' is not followed by whitespace. 65
Errors '?' is not preceded with whitespace. 65
Errors Avoid inline conditionals. 65
Errors '?' is not followed by whitespace. 65
Errors ':' is not preceded with whitespace. 65
Errors ':' is not followed by whitespace. 65
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors Parameter model should be final. 71
Errors Parameter out should be final. 71
Errors '>' is not preceded with whitespace. 73
Errors '>' is not followed by whitespace. 73
Errors '?' is not preceded with whitespace. 73
Errors Avoid inline conditionals. 73
Errors '?' is not followed by whitespace. 73
Errors ':' is not preceded with whitespace. 73
Errors ':' is not followed by whitespace. 73
Errors Method 'parseInt' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter in should be final. 77
Errors Parameter expected should be final. 77
Errors 'if' construct must use '{}'s. 82
Errors 'while' construct must use '{}'s. 86
Errors Inner assignments should be avoided. 86
Errors '10' is a magic number. 87
Errors 'if' construct must use '{}'s. 89
Errors Line has trailing spaces. 97
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter in should be final. 101
Errors '3' is a magic number. 121
Errors Line is longer than 80 characters. 130
Errors Missing a Javadoc comment. 130
Errors Parameter in should be final. 130
Errors Missing a Javadoc comment. 138
Errors Parameter in should be final. 138
Errors Inner assignments should be avoided. 142
Errors '0x80' is a magic number. 142
Errors '0x7f' is a magic number. 144
Errors '7' is a magic number. 144
Errors '7' is a magic number. 146
Errors Missing a Javadoc comment. 149
Errors Parameter nbands should be final. 149
Errors Parameter output0 should be final. 149
Errors Parameter in should be final. 149
Errors Parameter startid should be final. 149
Errors Missing a Javadoc comment. 164
Errors Parameter v should be final. 164
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 178
Errors Missing a Javadoc comment. 178
Errors Parameter in should be final. 179

org/sat4j/reader/CardDimacsReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 48
Errors Missing a Javadoc comment. 52
Errors Parameter solver should be final. 52
Errors Method 'readConstrs' is not designed for extension - needs to be abstract, final or empty. 66
Errors Parameter in should be final. 67
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 128
Errors Missing a Javadoc comment. 132
Errors Parameter token should be final. 132
Errors Parameter stk should be final. 132
Errors Parameter literals should be final. 133
Errors 'else' construct must use '{}'s. 143

org/sat4j/reader/DimacsReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 56
Errors Line has trailing spaces. 59
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 68
Errors Variable 'expectedNbOfConstr' must be private and have accessor methods. 68
Errors Missing a Javadoc comment. 70
Errors Variable 'solver' must be private and have accessor methods. 70
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 74
Errors Variable 'formatString' must be private and have accessor methods. 74
Errors Missing a Javadoc comment. 76
Errors Parameter solver should be final. 76
Errors 'solver' hides a field. 76
Errors Missing a Javadoc comment. 80
Errors Parameter solver should be final. 80
Errors 'solver' hides a field. 80
Errors Parameter format should be final. 80
Errors Method 'disableNumberOfConstraintCheck' is not designed for extension - needs to be abstract, final or empty. 85
Errors Missing a Javadoc comment. 85
Errors Line has trailing spaces. 91
Errors Method 'skipComments' is not designed for extension - needs to be abstract, final or empty. 97
Errors '4' is a magic number. 101
Errors Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. 119
Errors Parameter in should be final. 119
Errors Line is longer than 80 characters. 132
Errors Method 'readConstrs' is not designed for extension - needs to be abstract, final or empty. 160
Errors Parameter in should be final. 160
Errors Line is longer than 80 characters. 188
Errors Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. 202
Errors Missing a Javadoc comment. 202
Errors Parameter line should be final. 202
Errors Parameter literals should be final. 202
Errors Missing a Javadoc comment. 224
Errors Expected an @return tag. 239
Errors Parameter in should be final. 239
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 255
Errors Missing a Javadoc comment. 255
Errors Parameter model should be final. 256
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 266
Errors Missing a Javadoc comment. 266
Errors Parameter model should be final. 267
Errors Parameter out should be final. 267
Errors Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. 275
Errors Missing a Javadoc comment. 275

org/sat4j/reader/ExtendedDimacsReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 63
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 69
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 77
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 81
Errors Missing a Javadoc comment. 85
Errors Parameter solver should be final. 85
Errors Method 'readProblemLine' is not designed for extension - needs to be abstract, final or empty. 97
Errors Parameter in should be final. 98
Errors 'cast' is not followed by whitespace. 124
Errors Line is longer than 80 characters. 126
Errors Line has trailing spaces. 133
Errors Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. 137
Errors Missing a Javadoc comment. 137
Errors Parameter line should be final. 138
Errors Parameter literals should be final. 138
Errors 'cast' is not followed by whitespace. 143
Errors '==' is not preceded with whitespace. 161
Errors '==' is not followed by whitespace. 161
Errors '==' is not preceded with whitespace. 165
Errors '==' is not followed by whitespace. 165
Errors '==' is not preceded with whitespace. 172
Errors '==' is not followed by whitespace. 172
Errors '==' is not preceded with whitespace. 185
Errors '3' is a magic number. 185
Errors '==' is not followed by whitespace. 185
Errors ',' is not followed by whitespace. 186
Errors ',' is not followed by whitespace. 186

org/sat4j/reader/InstanceReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 62
Errors Parameter solver should be final. 62
Errors 'solver' hides a field. 62
Errors Missing a Javadoc comment. 67
Errors ';' is not followed by whitespace. 69
Errors Missing a Javadoc comment. 74
Errors ';' is not followed by whitespace. 76
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 95
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Parameter filename should be final. 103
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 104
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 151
Errors Missing a Javadoc comment. 151
Errors Parameter model should be final. 153
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 157
Errors Missing a Javadoc comment. 157
Errors Parameter model should be final. 158
Errors Parameter out should be final. 158
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 162
Errors Missing a Javadoc comment. 162
Errors Parameter in should be final. 163

org/sat4j/reader/LecteurDimacs.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 58
Errors 'static' modifier out of order with the JLS suggestions. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 69
Errors Missing a Javadoc comment. 74
Errors Parameter s should be final. 74
Errors 's' hides a field. 74
Errors Missing a Javadoc comment. 78
Errors 'if' construct must use '{}'s. 85
Errors '>' is not preceded with whitespace. 91
Errors '>' is not followed by whitespace. 91
Errors 'if' construct must use '{}'s. 92
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line has trailing spaces. 95
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter input should be final. 101
Errors First sentence should end with a period. 106
Errors Expected an @return tag. 107
Errors Expected @throws tag for 'IOException'. 107
Errors 'if' construct must use '{}'s. 114
Errors 'if' construct must use '{}'s. 117
Errors First sentence should end with a period. 123
Errors Expected an @return tag. 124
Errors Expected @throws tag for 'IOException'. 124
Errors Line is longer than 80 characters. 128
Errors 'if' construct must use '{}'s. 130
Errors '10' is a magic number. 132
Errors Line is longer than 80 characters. 136
Errors 'if' construct must use '{}'s. 138
Errors '10' is a magic number. 140
Errors 'if' construct must use '{}'s. 142
Errors Line has trailing spaces. 148
Errors Parameter car should be final. 150
Errors Expected @param tag for 'car'. 150
Errors Expected @throws tag for 'IOException'. 150
Errors Expected @throws tag for 'ContradictionException'. 151
Errors 'if' construct must use '{}'s. 160
Errors 'else' construct must use '{}'s. 166
Errors '+' is not preceded with whitespace. 167
Errors '+' is not followed by whitespace. 167
Errors '10' is a magic number. 170
Errors Avoid inline conditionals. 179
Errors 'if' construct must use '{}'s. 183
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors First sentence should end with a period. 194
Errors Expected an @return tag. 195
Errors Expected @throws tag for 'IOException'. 195
Errors 'while' construct must use '{}'s. 198
Errors Inner assignments should be avoided. 198
Errors Empty statement. 199
Errors Expected an @return tag. 204
Errors Expected @throws tag for 'IOException'. 204
Errors Expected an @return tag. 213
Errors Expected @throws tag for 'IOException'. 213
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 221
Errors Missing a Javadoc comment. 221
Errors Parameter model should be final. 222
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 232
Errors Missing a Javadoc comment. 232
Errors Parameter model should be final. 233
Errors Parameter out should be final. 233

org/sat4j/reader/ParseFormatException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 38
Errors Line has trailing spaces. 49
Errors Parameter message should be final. 53
Errors Line has trailing spaces. 59
Errors Parameter message should be final. 65
Errors Parameter cause should be final. 65
Errors Line has trailing spaces. 71
Errors Parameter cause should be final. 75

org/sat4j/reader/Reader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 50
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 86
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 101
Errors Method 'isVerbose' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Method 'setVerbosity' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors Parameter b should be final. 113
Errors Missing a Javadoc comment. 117

org/sat4j/specs/ContradictionException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 33
Errors Missing a Javadoc comment. 38
Errors Line has trailing spaces. 41

org/sat4j/specs/IConstr.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Line has trailing spaces. 34
Errors First sentence should end with a period. 48
Errors Line has trailing spaces. 50

org/sat4j/specs/IOptimizationProblem.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 32
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 55
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters. 89
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 92
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 98
Errors Line has trailing spaces. 100
Errors Line has trailing spaces. 101
Errors Line is longer than 80 characters. 101
Errors Line has trailing spaces. 103
Errors Line has trailing spaces. 104
Errors Line is longer than 80 characters. 104
Errors Line is longer than 80 characters. 110
Errors Line has trailing spaces. 111
Errors Line has trailing spaces. 118

org/sat4j/specs/IProblem.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 65
Errors Expected @throws tag for 'TimeoutException'. 68
Errors Line has trailing spaces. 73
Errors Expected @throws tag for 'TimeoutException'. 85
Errors Line has trailing spaces. 90
Errors Expected @throws tag for 'TimeoutException'. 97
Errors Line has trailing spaces. 102
Errors Expected @throws tag for 'TimeoutException'. 109
Errors Line has trailing spaces. 118
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 138
Errors Expected @param tag for 'assumps'. 145
Errors Line has trailing spaces. 150
Errors Line has trailing spaces. 157
Errors Line has trailing spaces. 164

org/sat4j/specs/ISolver.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 59
Errors Line has trailing spaces. 71
Errors Line is longer than 80 characters. 72
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 85
Errors Line has trailing spaces. 100
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 113
Errors '<' is not preceded with whitespace. 123
Errors '<' is not followed by whitespace. 123
Errors '>' is not preceded with whitespace. 123
Errors First sentence should end with a period. 125
Errors Line has trailing spaces. 128
Errors First sentence should end with a period. 145
Errors Line has trailing spaces. 148
Errors Line has trailing spaces. 167
Errors Line has trailing spaces. 176
Errors Line has trailing spaces. 177
Errors Line has trailing spaces. 179
Errors Line has trailing spaces. 184
Errors Line has trailing spaces. 188
Errors Line has trailing spaces. 193
Errors Line has trailing spaces. 196
Errors Line has trailing spaces. 203
Errors Line has trailing spaces. 207
Errors Line has trailing spaces. 221
Errors Expected @param tag for 'out'. 228
Errors First sentence should end with a period. 230
Errors Line has trailing spaces. 232
Errors Expected @param tag for 'out'. 238
Errors Line has trailing spaces. 243
Errors '<' is not preceded with whitespace. 246
Errors '<' is not followed by whitespace. 246
Errors '>' is not preceded with whitespace. 246
Errors Line has trailing spaces. 250
Errors Line has trailing spaces. 261
Errors Line has trailing spaces. 265
Errors Expected @param tag for 'status'. 269
Errors Line has trailing spaces. 270
Errors Line has trailing spaces. 274
Errors Expected an @return tag. 278

org/sat4j/specs/IVec.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 36
Errors Type Javadoc comment is missing an @param <T> tag. 39
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 40
Errors Line has trailing spaces. 50
Errors First sentence should end with a period. 56
Errors Line has trailing spaces. 58
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 74
Errors '<' is not preceded with whitespace. 74
Errors '<' is not followed by whitespace. 74
Errors '>' is not preceded with whitespace. 74
Errors Line has trailing spaces. 78
Errors Expected @param tag for 'elem'. 81
Errors Line has trailing spaces. 87
Errors Missing a Javadoc comment. 93
Errors Missing a Javadoc comment. 95
Errors Line has trailing spaces. 100
Errors Missing a Javadoc comment. 105
Errors Missing a Javadoc comment. 107
Errors Line has trailing spaces. 111
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 131
Errors '<' is not preceded with whitespace. 134
Errors '<' is not followed by whitespace. 134
Errors '>' is not preceded with whitespace. 134
Errors Expected @param tag for 'copy'. 134
Errors Missing a Javadoc comment. 136
Errors '<' is not followed by whitespace. 136
Errors '>' is not preceded with whitespace. 136
Errors Line has trailing spaces. 142
Errors Line has trailing spaces. 150
Errors '<' is not preceded with whitespace. 154
Errors '<' is not followed by whitespace. 154
Errors '>' is not preceded with whitespace. 154
Errors Line has trailing spaces. 159
Errors Missing a Javadoc comment. 170
Errors '<' is not preceded with whitespace. 170
Errors '<' is not followed by whitespace. 170
Errors '>' is not preceded with whitespace. 170
Errors Missing a Javadoc comment. 172
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors '>' is not preceded with whitespace. 172
Errors First sentence should end with a period. 174
Errors Line has trailing spaces. 176
Errors Line has trailing spaces. 181
Errors Missing a Javadoc comment. 182
Errors '<' is not preceded with whitespace. 182
Errors '<' is not followed by whitespace. 182
Errors '>' is not preceded with whitespace. 182

org/sat4j/specs/IVecInt.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 34
Errors Missing a Javadoc comment. 39
Errors Redundant 'public' modifier. 39
Errors First sentence should end with a period. 41
Errors Line has trailing spaces. 43
Errors Redundant 'public' modifier. 46
Errors Expected @param tag for 'nofelems'. 46
Errors Missing a Javadoc comment. 48
Errors Redundant 'public' modifier. 48
Errors Expected an @return tag. 54
Errors Redundant 'public' modifier. 54
Errors Missing a Javadoc comment. 56
Errors Redundant 'public' modifier. 56
Errors Missing a Javadoc comment. 58
Errors Redundant 'public' modifier. 58
Errors Missing a Javadoc comment. 60
Errors Redundant 'public' modifier. 60
Errors Line has trailing spaces. 65
Errors Expected @param tag for 'elem'. 68
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 72
Errors Redundant 'public' modifier. 72
Errors Missing a Javadoc comment. 74
Errors Redundant 'public' modifier. 74
Errors Missing a Javadoc comment. 76
Errors Redundant 'public' modifier. 76
Errors Missing a Javadoc comment. 78
Errors Redundant 'public' modifier. 78
Errors Missing a Javadoc comment. 80
Errors Redundant 'public' modifier. 80
Errors Redundant 'public' modifier. 88
Errors Line has trailing spaces. 89
Errors Redundant 'public' modifier. 97
Errors Line has trailing spaces. 98
Errors Line has trailing spaces. 102
Errors Redundant 'public' modifier. 105
Errors Expected @param tag for 'copy'. 105
Errors Redundant 'public' modifier. 110
Errors Expected @param tag for 'is'. 110
Errors Missing a Javadoc comment. 115
Errors Redundant 'public' modifier. 115
Errors Missing a Javadoc comment. 117
Errors Redundant 'public' modifier. 117
Errors Missing a Javadoc comment. 119
Errors Redundant 'public' modifier. 119
Errors Line has trailing spaces. 124
Errors Line has trailing spaces. 136
Errors Redundant 'public' modifier. 140
Errors Line has trailing spaces. 144
Errors Redundant 'public' modifier. 148
Errors Line has trailing spaces. 153
Errors Redundant 'public' modifier. 159
Errors Missing a Javadoc comment. 161
Errors Redundant 'public' modifier. 161
Errors Missing a Javadoc comment. 163
Errors Redundant 'public' modifier. 163
Errors First sentence should end with a period. 165
Errors Line has trailing spaces. 167
Errors Line has trailing spaces. 172
Errors Missing a Javadoc comment. 173
Errors Line has trailing spaces. 174
Errors Line has trailing spaces. 179

org/sat4j/specs/IteratorInt.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 38
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 40

org/sat4j/specs/TimeoutException.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 35
Errors Missing a Javadoc comment. 40
Errors Line has trailing spaces. 51
Errors Parameter message should be final. 55
Errors Line has trailing spaces. 61
Errors Parameter message should be final. 67
Errors Parameter cause should be final. 67
Errors Line has trailing spaces. 73
Errors Parameter cause should be final. 77

org/sat4j/tools/ConstrGroup.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '>' is not followed by whitespace. 47
Errors Line contains a tab character. 49
Errors Method 'add' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Parameter constr should be final. 49
Errors Line contains a tab character. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Method 'clear' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Method 'removeFrom' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter solver should be final. 60
Errors Line contains a tab character. 61
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64

org/sat4j/tools/DimacsArrayReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors Variable 'solver' must be private and have accessor methods. 51
Errors Missing a Javadoc comment. 53
Errors Parameter solver should be final. 53
Errors 'solver' hides a field. 53
Errors Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter gateType should be final. 57
Errors Parameter output should be final. 57
Errors Parameter inputs should be final. 57
Errors Expected an @return tag. 81
Errors Method 'parseInstance' is not designed for extension - needs to be abstract, final or empty. 81
Errors Parameter gateType should be final. 81
Errors Parameter outputs should be final. 81
Errors Parameter inputs should be final. 82
Errors Parameter maxVar should be final. 82
Errors Method 'decode' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter model should be final. 92
Errors '4' is a magic number. 93
Errors Method 'getSolver' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102

org/sat4j/tools/DimacsOutputSolver.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 54
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 66
Errors Line has trailing spaces. 67
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 72
Errors Parameter pw should be final. 72
Errors Missing a Javadoc comment. 76
Errors Parameter stream should be final. 76
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter howmany should be final. 84
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Parameter nb should be final. 90
Errors Method 'addClause' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Parameter literals should be final. 96
Errors 'for' construct must use '{}'s. 103
Errors ';' is not followed by whitespace. 103
Errors Line has trailing spaces. 106
Errors Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Parameter c should be final. 109
Errors Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors Parameter clauses should be final. 113
Errors '<' is not preceded with whitespace. 113
Errors '<' is not followed by whitespace. 113
Errors '>' is not preceded with whitespace. 113
Errors Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter literals should be final. 118
Errors Parameter degree should be final. 118
Errors Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Parameter literals should be final. 140
Errors Parameter degree should be final. 140
Errors Missing a Javadoc comment. 150
Errors Parameter t should be final. 150
Errors Missing a Javadoc comment. 154
Errors Parameter t should be final. 154
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 158
Errors Missing a Javadoc comment. 158
Errors Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 162
Errors Missing a Javadoc comment. 162
Errors Line has trailing spaces. 165
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 166
Errors Missing a Javadoc comment. 166
Errors Missing a Javadoc comment. 172
Errors Parameter output should be final. 172
Errors Parameter prefix should be final. 172
Errors Missing a Javadoc comment. 177
Errors Parameter output should be final. 177
Errors Parameter prefix should be final. 177
Errors Method 'getStat' is not designed for extension - needs to be abstract, final or empty. 182
Errors Missing a Javadoc comment. 182
Errors '<' is not preceded with whitespace. 182
Errors '<' is not followed by whitespace. 182
Errors '>' is not preceded with whitespace. 182
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Parameter prefix should be final. 187
Errors Missing a Javadoc comment. 191
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 196
Errors Missing a Javadoc comment. 196
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 200
Errors Missing a Javadoc comment. 200
Errors Parameter var should be final. 200
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 204
Errors Missing a Javadoc comment. 204
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 208
Errors Missing a Javadoc comment. 208
Errors Parameter assumps should be final. 208
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 212
Errors Missing a Javadoc comment. 212
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 216
Errors Missing a Javadoc comment. 216
Errors Parameter assumps should be final. 216
Errors Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. 220
Errors Missing a Javadoc comment. 220
Errors Method 'nVars' is not designed for extension - needs to be abstract, final or empty. 224
Errors Missing a Javadoc comment. 224
Errors Missing a Javadoc comment. 228
Errors Line has trailing spaces. 230
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 233
Errors Missing a Javadoc comment. 233
Errors Parameter assumps should be final. 233
Errors Parameter global should be final. 233
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 238
Errors Missing a Javadoc comment. 238
Errors Parameter global should be final. 238
Errors Missing a Javadoc comment. 242
Errors Parameter output should be final. 242
Errors Parameter prefix should be final. 242
Errors Line has trailing spaces. 245
Errors Missing a Javadoc comment. 245
Errors Parameter count should be final. 245
Errors Line contains a tab character. 248
Errors Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 248
Errors Missing a Javadoc comment. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line contains a tab character. 252
Errors Missing a Javadoc comment. 252
Errors Parameter status should be final. 252
Errors Line contains a tab character. 253

org/sat4j/tools/DimacsStringSolver.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 50
Errors Line has trailing spaces. 55
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 63
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 69
Errors Line has trailing spaces. 70
Errors Missing a Javadoc comment. 71
Errors Line has trailing spaces. 72
Errors Missing a Javadoc comment. 73
Errors '16' is a magic number. 74
Errors Missing a Javadoc comment. 77
Errors Parameter initSize should be final. 77
Errors Method 'getOut' is not designed for extension - needs to be abstract, final or empty. 82
Errors Missing a Javadoc comment. 82
Errors '{' is not preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 86
Errors Missing a Javadoc comment. 86
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Parameter howmany should be final. 90
Errors Line has trailing spaces. 95
Errors Method 'setNbVars' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Parameter howmany should be final. 96
Errors '{' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter nb should be final. 100
Errors Method 'addClause' is not designed for extension - needs to be abstract, final or empty. 106
Errors Missing a Javadoc comment. 106
Errors Parameter literals should be final. 106
Errors '7' is a magic number. 109
Errors '=' is not preceded with whitespace. 112
Errors '=' is not followed by whitespace. 112
Errors 'if' construct must use '{}'s. 116
Errors Line has trailing spaces. 117
Errors 'for' construct must use '{}'s. 118
Errors ';' is not followed by whitespace. 118
Errors Line has trailing spaces. 121
Errors Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Parameter c should be final. 124
Errors Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Parameter clauses should be final. 128
Errors '<' is not preceded with whitespace. 128
Errors '<' is not followed by whitespace. 128
Errors '>' is not preceded with whitespace. 128
Errors Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. 133
Errors Missing a Javadoc comment. 133
Errors Parameter literals should be final. 133
Errors Parameter degree should be final. 133
Errors '7' is a magic number. 142
Errors '=' is not preceded with whitespace. 145
Errors '=' is not followed by whitespace. 145
Errors Line has trailing spaces. 149
Errors 'if' construct must use '{}'s. 152
Errors Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. 160
Errors Missing a Javadoc comment. 160
Errors Parameter literals should be final. 160
Errors Parameter degree should be final. 160
Errors Missing a Javadoc comment. 170
Errors Parameter t should be final. 170
Errors Missing a Javadoc comment. 175
Errors Parameter t should be final. 175
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 183
Errors Missing a Javadoc comment. 183
Errors Line has trailing spaces. 186
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187
Errors Missing a Javadoc comment. 193
Errors Parameter output should be final. 193
Errors Parameter prefix should be final. 193
Errors Missing a Javadoc comment. 197
Errors Parameter output should be final. 197
Errors Parameter prefix should be final. 197
Errors Method 'getStat' is not designed for extension - needs to be abstract, final or empty. 202
Errors Missing a Javadoc comment. 202
Errors '<' is not preceded with whitespace. 202
Errors '<' is not followed by whitespace. 202
Errors '>' is not preceded with whitespace. 202
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 207
Errors Missing a Javadoc comment. 207
Errors Parameter prefix should be final. 207
Errors Missing a Javadoc comment. 211
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 216
Errors Missing a Javadoc comment. 216
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 220
Errors Missing a Javadoc comment. 220
Errors Parameter var should be final. 220
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 224
Errors Missing a Javadoc comment. 224
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 228
Errors Missing a Javadoc comment. 228
Errors Parameter assumps should be final. 228
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 232
Errors Missing a Javadoc comment. 232
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 236
Errors Missing a Javadoc comment. 236
Errors Parameter assumps should be final. 236
Errors Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. 240
Errors Missing a Javadoc comment. 240
Errors Method 'nVars' is not designed for extension - needs to be abstract, final or empty. 244
Errors Missing a Javadoc comment. 244
Errors Line has trailing spaces. 247
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 248
Errors Missing a Javadoc comment. 248
Errors Line contains a tab character. 255
Errors Missing a Javadoc comment. 259
Errors Line has trailing spaces. 261
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 264
Errors Missing a Javadoc comment. 264
Errors Parameter assumps should be final. 264
Errors Parameter global should be final. 264
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 269
Errors Missing a Javadoc comment. 269
Errors Parameter global should be final. 269
Errors Line has trailing spaces. 273
Errors Missing a Javadoc comment. 273
Errors Parameter output should be final. 273
Errors Parameter prefix should be final. 273
Errors Missing a Javadoc comment. 276
Errors Parameter count should be final. 276
Errors Line has trailing spaces. 277
Errors Line contains a tab character. 280
Errors Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 280
Errors Missing a Javadoc comment. 280
Errors Line contains a tab character. 281
Errors Line contains a tab character. 282
Errors Line contains a tab character. 284
Errors Missing a Javadoc comment. 284
Errors Parameter status should be final. 284
Errors Line has trailing spaces. 285
Errors Line contains a tab character. 285
Errors Line contains a tab character. 286

org/sat4j/tools/ExtendedDimacsArrayReader.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 64
Errors Missing a Javadoc comment. 66
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 78
Errors Line has trailing spaces. 79
Errors Missing a Javadoc comment. 80
Errors Parameter solver should be final. 80
Errors Line has trailing spaces. 87
Errors Method 'handleConstr' is not designed for extension - needs to be abstract, final or empty. 99
Errors Parameter gateType should be final. 100
Errors Parameter output should be final. 100
Errors Parameter inputs should be final. 100
Errors Expected @throws tag for 'ContradictionException'. 101
Errors '3' is a magic number. 133

org/sat4j/tools/GateTranslator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 37
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors Line has trailing spaces. 44
Errors Missing a Javadoc comment. 48
Errors Parameter solver should be final. 48
Errors Method 'gateFalse' is not designed for extension - needs to be abstract, final or empty. 57
Errors Parameter y should be final. 57
Errors Method 'gateTrue' is not designed for extension - needs to be abstract, final or empty. 69
Errors Parameter y should be final. 69
Errors Expected @throws tag for 'ContradictionException'. 70
Errors Line has trailing spaces. 77
Errors Line has trailing spaces. 78
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters. 84
Errors Method 'ite' is not designed for extension - needs to be abstract, final or empty. 84
Errors Parameter y should be final. 84
Errors Expected @param tag for 'y'. 84
Errors Parameter x1 should be final. 84
Errors Parameter x2 should be final. 84
Errors Expected @param tag for 'x2'. 84
Errors Parameter x3 should be final. 84
Errors Expected @param tag for 'x3'. 84
Errors Expected @throws tag for 'ContradictionException'. 84
Errors '5' is a magic number. 85
Errors Line has trailing spaces. 119
Errors Method 'and' is not designed for extension - needs to be abstract, final or empty. 124
Errors Parameter y should be final. 124
Errors Expected @param tag for 'y'. 124
Errors Parameter literals should be final. 124
Errors Expected @throws tag for 'ContradictionException'. 124
Errors First sentence should end with a period. 144
Errors Line has trailing spaces. 149
Errors Method 'and' is not designed for extension - needs to be abstract, final or empty. 151
Errors Parameter y should be final. 151
Errors Expected @param tag for 'y'. 151
Errors Parameter x1 should be final. 151
Errors Expected @param tag for 'x1'. 151
Errors Parameter x2 should be final. 151
Errors Expected @param tag for 'x2'. 151
Errors Expected @throws tag for 'ContradictionException'. 151
Errors '4' is a magic number. 152
Errors Line has trailing spaces. 166
Errors Line has trailing spaces. 169
Errors Method 'or' is not designed for extension - needs to be abstract, final or empty. 174
Errors Parameter y should be final. 174
Errors Expected @param tag for 'y'. 174
Errors Parameter literals should be final. 174
Errors Expected @param tag for 'literals'. 174
Errors Expected @throws tag for 'ContradictionException'. 174
Errors Missing a Javadoc comment. 191
Errors Parameter clause should be final. 191
Errors Line has trailing spaces. 197
Errors Method 'not' is not designed for extension - needs to be abstract, final or empty. 202
Errors Parameter y should be final. 202
Errors Expected @param tag for 'y'. 202
Errors Parameter x should be final. 202
Errors Expected @param tag for 'x'. 202
Errors Expected @throws tag for 'ContradictionException'. 202
Errors '3' is a magic number. 203
Errors Method 'xor' is not designed for extension - needs to be abstract, final or empty. 220
Errors Parameter y should be final. 220
Errors Expected @param tag for 'y'. 220
Errors Parameter literals should be final. 220
Errors Expected @param tag for 'literals'. 220
Errors Expected @throws tag for 'ContradictionException'. 220
Errors Method 'iff' is not designed for extension - needs to be abstract, final or empty. 233
Errors Parameter y should be final. 233
Errors Expected @param tag for 'y'. 233
Errors Parameter literals should be final. 233
Errors Expected @param tag for 'literals'. 233
Errors Expected @throws tag for 'ContradictionException'. 233
Errors Missing a Javadoc comment. 240
Errors Parameter f should be final. 240
Errors Parameter prefix should be final. 240
Errors Parameter negation should be final. 240
Errors Avoid inline conditionals. 247
Errors Missing a Javadoc comment. 267
Errors Parameter f should be final. 267
Errors Parameter prefix should be final. 267
Errors Parameter negation should be final. 267
Errors Avoid inline conditionals. 274

org/sat4j/tools/Minimal4CardinalityModel.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 41
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Missing a Javadoc comment. 47
Errors Parameter solver should be final. 52
Errors Expected @param tag for 'solver'. 52
Errors Line has trailing spaces. 58
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors Must have at least one statement. 83

org/sat4j/tools/Minimal4InclusionModel.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors Missing a Javadoc comment. 52
Errors Parameter solver should be final. 57
Errors Expected @param tag for 'solver'. 57
Errors Line has trailing spaces. 63
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 66
Errors Missing a Javadoc comment. 66
Errors Line contains a tab character. 67
Errors Must have at least one statement. 89

org/sat4j/tools/ModelIterator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 52
Errors '<' is not preceded with whitespace. 55
Errors '<' is not followed by whitespace. 55
Errors '>' is not preceded with whitespace. 55
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 59
Errors Parameter solver should be final. 64
Errors Expected @param tag for 'solver'. 64
Errors Line has trailing spaces. 70
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line has trailing spaces. 91
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Line has trailing spaces. 105
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 108
Errors Missing a Javadoc comment. 108
Errors Parameter assumps should be final. 109
Errors ',' is not followed by whitespace. 114
Errors Line has trailing spaces. 119
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122

org/sat4j/tools/OptToSatAdapter.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Missing a Javadoc comment. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 43
Errors Variable 'problem' must be private and have accessor methods. 43
Errors Missing a Javadoc comment. 45
Errors Variable 'modelComputed' must be private and have accessor methods. 45
Errors Line has trailing spaces. 46
Errors Missing a Javadoc comment. 47
Errors Parameter problem should be final. 47
Errors 'problem' hides a field. 47
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter global should be final. 59
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter assumps should be final. 64
Errors Parameter global should be final. 64
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors Parameter assumps should be final. 70
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors 'if' construct must use '{}'s. 76
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line has trailing spaces. 78
Errors Line contains a tab character. 78
Errors Must have at least one statement. 85
Errors Line has trailing spaces. 86
Errors Must have at least one statement. 87
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 94
Errors Missing a Javadoc comment. 94
Errors Parameter var should be final. 95
Errors 'if' construct must use '{}'s. 96
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Line has trailing spaces. 102
Errors Parameter prefix should be final. 102
Errors '+' is not preceded with whitespace. 103
Errors '+' is not followed by whitespace. 103
Errors '+' is not preceded with whitespace. 103
Errors '+' is not followed by whitespace. 103

org/sat4j/tools/RemiUtils.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors First sentence should end with a period. 35
Errors Line has trailing spaces. 37
Errors Class RemiUtils should be declared as final. 40
Errors Missing a Javadoc comment. 42
Errors Line has trailing spaces. 48
Errors Parameter s should be final. 55
Errors Expected @throws tag for 'TimeoutException'. 55

org/sat4j/tools/SingleSolutionDetector.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 58
Errors Line has trailing spaces. 60
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors Line has trailing spaces. 65
Errors Missing a Javadoc comment. 69
Errors Parameter solver should be final. 69
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 77
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 78
Errors Line has trailing spaces. 81
Errors Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. 87
Errors Expected @throws tag for 'TimeoutException'. 87
Errors Line has trailing spaces. 94
Errors Method 'hasASingleSolution' is not designed for extension - needs to be abstract, final or empty. 101
Errors Parameter assumptions should be final. 101
Errors Expected @throws tag for 'TimeoutException'. 102

org/sat4j/tools/SolutionCounter.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 57
Errors Line has trailing spaces. 59
Errors '<' is not preceded with whitespace. 61
Errors '<' is not followed by whitespace. 61
Errors '>' is not preceded with whitespace. 61
Errors Line has trailing spaces. 64
Errors Missing a Javadoc comment. 68
Errors Line has trailing spaces. 69
Errors Missing a Javadoc comment. 70
Errors Parameter solver should be final. 70
Errors Line has trailing spaces. 76
Errors Method 'lowerBound' is not designed for extension - needs to be abstract, final or empty. 79
Errors Line contains a tab character. 80
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 85
Errors Line has trailing spaces. 87
Errors Method 'countSolutions' is not designed for extension - needs to be abstract, final or empty. 91

org/sat4j/tools/SolverDecorator.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line has trailing spaces. 18
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 46
Errors Line is longer than 80 characters. 49
Errors Type Javadoc comment is missing an @param <T> tag. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors Line contains a tab character. 51
Errors Line has trailing spaces. 52
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Method 'isDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Method 'setDBSimplificationAllowed' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter status should be final. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Method 'setTimeoutOnConflicts' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Parameter count should be final. 67
Errors Line is longer than 80 characters. 72
Errors Method 'printInfos' is not designed for extension - needs to be abstract, final or empty. 74
Errors Missing a Javadoc comment. 74
Errors Parameter out should be final. 74
Errors Parameter prefix should be final. 74
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 81
Errors Missing a Javadoc comment. 81
Errors Parameter global should be final. 81
Errors Line is longer than 80 characters. 86
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter assumps should be final. 88
Errors Parameter global should be final. 88
Errors Line has trailing spaces. 95
Errors Method 'clearLearntClauses' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Line has trailing spaces. 104
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Line has trailing spaces. 113
Errors Method 'findModel' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Parameter assumps should be final. 116
Errors Line has trailing spaces. 122
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 125
Errors Missing a Javadoc comment. 125
Errors Parameter var should be final. 125
Errors Method 'setExpectedNumberOfClauses' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Parameter nb should be final. 129
Errors Line has trailing spaces. 135
Errors Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. 138
Errors Missing a Javadoc comment. 138
Errors Method 'getTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 142
Errors Missing a Javadoc comment. 142
Errors Line has trailing spaces. 145
Errors Line has trailing spaces. 148
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 151
Errors Missing a Javadoc comment. 151
Errors Parameter prefix should be final. 151
Errors Line has trailing spaces. 157
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 161
Errors Missing a Javadoc comment. 161
Errors Parameter out should be final. 162
Errors Parameter prefix should be final. 162
Errors Method 'printStat' is not designed for extension - needs to be abstract, final or empty. 166
Errors Missing a Javadoc comment. 166
Errors Parameter out should be final. 166
Errors Parameter prefix should be final. 166
Errors Missing a Javadoc comment. 170
Errors Line has trailing spaces. 173
Errors Parameter solver should be final. 175
Errors 'solver' hides a field. 175
Errors Expected @param tag for 'solver'. 175
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors Line has trailing spaces. 186
Errors Method 'newVar' is not designed for extension - needs to be abstract, final or empty. 189
Errors Missing a Javadoc comment. 189
Errors Parameter howmany should be final. 189
Errors Line has trailing spaces. 195
Errors Method 'addClause' is not designed for extension - needs to be abstract, final or empty. 198
Errors Missing a Javadoc comment. 198
Errors Parameter literals should be final. 198
Errors Method 'addAllClauses' is not designed for extension - needs to be abstract, final or empty. 202
Errors Missing a Javadoc comment. 202
Errors Parameter clauses should be final. 202
Errors '<' is not preceded with whitespace. 202
Errors '<' is not followed by whitespace. 202
Errors '>' is not preceded with whitespace. 202
Errors Line has trailing spaces. 209
Errors Method 'addAtMost' is not designed for extension - needs to be abstract, final or empty. 212
Errors Missing a Javadoc comment. 212
Errors Parameter literals should be final. 212
Errors Parameter degree should be final. 212
Errors Line has trailing spaces. 219
Errors Method 'addAtLeast' is not designed for extension - needs to be abstract, final or empty. 222
Errors Missing a Javadoc comment. 222
Errors Parameter literals should be final. 222
Errors Parameter degree should be final. 222
Errors Line has trailing spaces. 229
Errors Method 'model' is not designed for extension - needs to be abstract, final or empty. 232
Errors Missing a Javadoc comment. 232
Errors Line has trailing spaces. 238
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 241
Errors Missing a Javadoc comment. 241
Errors Line has trailing spaces. 247
Errors Method 'isSatisfiable' is not designed for extension - needs to be abstract, final or empty. 250
Errors Missing a Javadoc comment. 250
Errors Parameter assumps should be final. 250
Errors Line has trailing spaces. 256
Errors Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. 259
Errors Missing a Javadoc comment. 259
Errors Parameter t should be final. 259
Errors Line has trailing spaces. 262
Errors Line has trailing spaces. 265
Errors Method 'setTimeoutMs' is not designed for extension - needs to be abstract, final or empty. 268
Errors Missing a Javadoc comment. 268
Errors Parameter t should be final. 268
Errors Line has trailing spaces. 274
Errors Method 'expireTimeout' is not designed for extension - needs to be abstract, final or empty. 277
Errors Missing a Javadoc comment. 277
Errors Line has trailing spaces. 283
Errors Method 'nConstraints' is not designed for extension - needs to be abstract, final or empty. 286
Errors Missing a Javadoc comment. 286
Errors Line has trailing spaces. 292
Errors Method 'nVars' is not designed for extension - needs to be abstract, final or empty. 295
Errors Missing a Javadoc comment. 295
Errors Line has trailing spaces. 301
Errors Method 'reset' is not designed for extension - needs to be abstract, final or empty. 304
Errors Missing a Javadoc comment. 304
Errors Method 'decorated' is not designed for extension - needs to be abstract, final or empty. 308
Errors Missing a Javadoc comment. 308
Errors Line has trailing spaces. 315
Errors Method 'clearDecorated' is not designed for extension - needs to be abstract, final or empty. 318
Errors Line has trailing spaces. 323
Errors Line has trailing spaces. 326
Errors Method 'removeConstr' is not designed for extension - needs to be abstract, final or empty. 329
Errors Missing a Javadoc comment. 329
Errors Parameter c should be final. 329
Errors Line has trailing spaces. 335
Errors Method 'getStat' is not designed for extension - needs to be abstract, final or empty. 338
Errors Missing a Javadoc comment. 338
Errors '<' is not preceded with whitespace. 338
Errors '<' is not followed by whitespace. 338
Errors '>' is not preceded with whitespace. 338