The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 7 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 605 | ![]() |
RegexpSingleline
| 319 | ![]() |
JavadocMethod | 534 | ![]() |
JavadocType | 41 | ![]() |
JavadocVariable | 211 | ![]() |
JavadocStyle | 78 | ![]() |
ConstantName | 35 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 4 | ![]() |
MemberName | 22 | ![]() |
MethodName | 45 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 2 | ![]() |
StaticVariableName | 5 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 4 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 38 | ![]() |
LineLength | 558 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 3 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 6 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 49 | ![]() |
WhitespaceAround | 184 | ![]() |
ModifierOrder | 37 | ![]() |
RedundantModifier | 5 | ![]() |
AvoidNestedBlocks | 27 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 99 | ![]() |
NeedBraces | 206 | ![]() |
RightCurly | 24 | ![]() |
AvoidInlineConditionals | 25 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 6 | ![]() |
EqualsHashCode | 1 | ![]() |
HiddenField | 153 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 44 | ![]() |
MagicNumber | 460 | ![]() |
MissingSwitchDefault | 1 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 187 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 1 | ![]() |
VisibilityModifier | 79 | ![]() |
ArrayTypeStyle | 6 | ![]() |
FinalParameters | 702 | ![]() |
TodoComment | 20 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Parameter string should be final. | 21 |
![]() | Parameter escapedString should be final. | 33 |
![]() | Unused @param tag for 'string'. | 43 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter escaped should be final. | 48 |
![]() | Expected @param tag for 'escaped'. | 48 |
![]() | Expected @throws tag for 'ParseException'. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | First sentence should end with a period. | 73 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Parameter sb should be final. | 81 |
![]() | Expected @throws tag for 'ParseException'. | 81 |
![]() | Extra HTML tag found: </pre> Basically when you expand it all, you will get | 98 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Parameter sb should be final. | 112 |
![]() | Expected @throws tag for 'ParseException'. | 112 |
![]() | Line is longer than 80 characters. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 5 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | First sentence should end with a period. | 13 |
![]() | Comment matches to-do format 'TODO:'. | 14 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
![]() | 'value' hides a field. | 21 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 30 |
![]() | Parameter obj should be final. | 31 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Avoid inline conditionals. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter number should be final. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter number should be final. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter character should be final. | 62 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Expected an @return tag. | 74 |
![]() | Parameter escapedChar should be final. | 74 |
![]() | Expected @param tag for 'escapedChar'. | 74 |
![]() | Expected @throws tag for 'ParseException'. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Parameter sb should be final. | 93 |
![]() | Expected @throws tag for 'ParseException'. | 93 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Expected an @return tag. | 111 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Parameter charLiteral should be final. | 111 |
![]() | Expected @param tag for 'charLiteral'. | 111 |
![]() | Expected @throws tag for 'ParseException'. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line has trailing spaces. | 130 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Parameter sb should be final. | 143 |
![]() | Line has trailing spaces. | 162 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Parameter sb should be final. | 168 |
![]() | '3' is a magic number. | 169 |
![]() | '3' is a magic number. | 170 |
![]() | '3' is a magic number. | 172 |
![]() | '8' is a magic number. | 173 |
![]() | '8' is a magic number. | 180 |
![]() | '8' is a magic number. | 186 |
![]() | Line has trailing spaces. | 193 |
![]() | Line has trailing spaces. | 195 |
![]() | Parameter sb should be final. | 200 |
![]() | Expected @param tag for 'sb'. | 200 |
![]() | Line has trailing spaces. | 238 |
![]() | Parameter sb should be final. | 244 |
![]() | '4' is a magic number. | 250 |
![]() | '4' is a magic number. | 251 |
![]() | '16' is a magic number. | 252 |
Violation | Message | Line |
---|---|---|
![]() | Comment matches to-do format 'TODO:'. | 14 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line has trailing spaces. | 25 |
![]() | Parameter name should be final. | 28 |
![]() | 'name' hides a field. | 28 |
![]() | Parameter args should be final. | 28 |
![]() | Expected @param tag for 'args'. | 28 |
![]() | First sentence should end with a period. | 33 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor. | 3 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter priority should be final. | 25 |
![]() | 'priority' hides a field. | 25 |
![]() | Parameter trigger should be final. | 25 |
![]() | 'trigger' hides a field. | 25 |
![]() | Parameter call should be final. | 25 |
![]() | 'call' hides a field. | 25 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Method 'getTrigger' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Method 'getCall' is not designed for extension - needs to be abstract, final or empty. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Parameter currentTokenVal should be final. | 29 |
![]() | Expected @param tag for 'currentTokenVal'. | 29 |
![]() | Parameter expectedTokenSequencesVal should be final. | 30 |
![]() | Expected @param tag for 'expectedTokenSequencesVal'. | 30 |
![]() | Parameter tokenImageVal should be final. | 31 |
![]() | Expected @param tag for 'tokenImageVal'. | 31 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Parameter message should be final. | 55 |
![]() | Expected @param tag for 'message'. | 55 |
![]() | Variable 'currentToken' must be private and have accessor methods. | 65 |
![]() | Variable 'expectedTokenSequences' must be private and have accessor methods. | 72 |
![]() | Variable 'tokenImage' must be private and have accessor methods. | 79 |
![]() | Expected an @return tag. | 88 |
![]() | Parameter currentToken should be final. | 88 |
![]() | Expected @param tag for 'currentToken'. | 88 |
![]() | Parameter expectedTokenSequences should be final. | 89 |
![]() | Expected @param tag for 'expectedTokenSequences'. | 89 |
![]() | Parameter tokenImage should be final. | 90 |
![]() | Expected @param tag for 'tokenImage'. | 90 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Variable 'eol' must be private and have accessor methods. | 134 |
![]() | Expected an @return tag. | 141 |
![]() | Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() | Parameter str should be final. | 141 |
![]() | Expected @param tag for 'str'. | 141 |
![]() | '{' should be on the previous line. | 146 |
![]() | Inner assignments should be avoided. | 174 |
![]() | '0x20' is a magic number. | 174 |
![]() | '0x7e' is a magic number. | 174 |
![]() | '16' is a magic number. | 175 |
![]() | '4' is a magic number. | 176 |
![]() | Line is longer than 80 characters. | 187 |
Violation | Message | Line |
---|---|---|
![]() | Comment matches to-do format 'TODO:'. | 13 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter name should be final. | 22 |
![]() | 'name' hides a field. | 22 |
![]() | Parameter args should be final. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | First sentence should end with a period. | 36 |
![]() | Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter executor should be final. | 49 |
![]() | Expected @param tag for 'executor'. | 49 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter number should be final. | 62 |
![]() | 'number' hides a field. | 62 |
![]() | Parameter executor should be final. | 67 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter number should be final. | 80 |
![]() | 'number' hides a field. | 80 |
![]() | Parameter executor should be final. | 85 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter query should be final. | 99 |
![]() | 'query' hides a field. | 99 |
![]() | Parameter executor should be final. | 104 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter args should be final. | 122 |
![]() | 'args' hides a field. | 122 |
![]() | Parameter executor should be final. | 127 |
![]() | Avoid inline conditionals. | 132 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter args should be final. | 144 |
![]() | 'args' hides a field. | 144 |
![]() | Parameter executor should be final. | 149 |
![]() | Avoid inline conditionals. | 154 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter op1 should be final. | 163 |
![]() | 'op1' hides a field. | 163 |
![]() | Parameter op2 should be final. | 163 |
![]() | 'op2' hides a field. | 163 |
![]() | 'public' modifier out of order with the JLS suggestions. | 176 |
![]() | Parameter executor should be final. | 176 |
![]() | Avoid inline conditionals. | 179 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter op1 should be final. | 185 |
![]() | Parameter op2 should be final. | 185 |
![]() | Parameter cmp should be final. | 190 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter op1 should be final. | 197 |
![]() | Parameter op2 should be final. | 197 |
![]() | Parameter cmp should be final. | 202 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter op1 should be final. | 209 |
![]() | Parameter op2 should be final. | 209 |
![]() | Parameter cmp should be final. | 214 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter op1 should be final. | 221 |
![]() | Parameter op2 should be final. | 221 |
![]() | Parameter cmp should be final. | 226 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter op1 should be final. | 233 |
![]() | Parameter op2 should be final. | 233 |
![]() | Parameter cmp should be final. | 238 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Missing a Javadoc comment. | 245 |
![]() | Parameter op1 should be final. | 245 |
![]() | Parameter op2 should be final. | 245 |
![]() | Parameter cmp should be final. | 250 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter name should be final. | 26 |
![]() | 'name' hides a field. | 26 |
![]() | Parameter descr should be final. | 26 |
![]() | 'descr' hides a field. | 26 |
![]() | Parameter elements should be final. | 26 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter nodes should be final. | 19 |
![]() | Expected @param tag for 'nodes'. | 19 |
![]() | Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | 'for' construct must use '{}'s. | 28 |
![]() | 'if' construct must use '{}'s. | 29 |
![]() | Method 'findNode' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter name should be final. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Method 'cleanChar' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter string should be final. | 7 |
![]() | Method 'cleanString' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter string should be final. | 11 |
![]() | Missing a Javadoc comment. | 15 |
![]() | 'public' modifier out of order with the JLS suggestions. | 15 |
![]() | '7' is a magic number. | 18 |
![]() | '==' is not preceded with whitespace. | 23 |
![]() | '==' is not followed by whitespace. | 23 |
![]() | '?' is not preceded with whitespace. | 23 |
![]() | Avoid inline conditionals. | 23 |
![]() | '?' is not followed by whitespace. | 23 |
![]() | ':' is not preceded with whitespace. | 23 |
![]() | ':' is not followed by whitespace. | 23 |
![]() | '7' is a magic number. | 24 |
![]() | Empty statement. | 25 |
![]() | '8' is a magic number. | 32 |
![]() | 'if' construct must use '{}'s. | 34 |
![]() | Avoid nested blocks. | 34 |
![]() | 'if' is not preceded with whitespace. | 34 |
![]() | '{' is not followed by whitespace. | 34 |
![]() | ';' is not followed by whitespace. | 34 |
![]() | '}' is not preceded with whitespace. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'public' modifier out of order with the JLS suggestions. | 38 |
![]() | '7' is a magic number. | 43 |
![]() | '6' is a magic number. | 44 |
![]() | '==' is not preceded with whitespace. | 51 |
![]() | '==' is not followed by whitespace. | 51 |
![]() | '?' is not preceded with whitespace. | 51 |
![]() | Avoid inline conditionals. | 51 |
![]() | '?' is not followed by whitespace. | 51 |
![]() | ':' is not preceded with whitespace. | 51 |
![]() | ':' is not followed by whitespace. | 51 |
![]() | '7' is a magic number. | 52 |
![]() | Empty statement. | 53 |
![]() | '8' is a magic number. | 60 |
![]() | 'if' construct must use '{}'s. | 61 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Avoid nested blocks. | 61 |
![]() | 'if' is not preceded with whitespace. | 61 |
![]() | '{' is not followed by whitespace. | 61 |
![]() | ';' is not followed by whitespace. | 61 |
![]() | '}' is not preceded with whitespace. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'public' modifier out of order with the JLS suggestions. | 65 |
![]() | '7' is a magic number. | 69 |
![]() | '8' is a magic number. | 73 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | Avoid nested blocks. | 74 |
![]() | 'if' is not preceded with whitespace. | 74 |
![]() | '{' is not followed by whitespace. | 74 |
![]() | ';' is not followed by whitespace. | 74 |
![]() | '}' is not preceded with whitespace. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | 'public' modifier out of order with the JLS suggestions. | 78 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | Avoid nested blocks. | 81 |
![]() | 'if' is not preceded with whitespace. | 81 |
![]() | '{' is not followed by whitespace. | 81 |
![]() | ';' is not followed by whitespace. | 81 |
![]() | '}' is not preceded with whitespace. | 81 |
![]() | Missing a Javadoc comment. | 85 |
![]() | 'public' modifier out of order with the JLS suggestions. | 85 |
![]() | 'token' hides a field. | 90 |
![]() | '==' is not preceded with whitespace. | 91 |
![]() | '==' is not followed by whitespace. | 91 |
![]() | '?' is not preceded with whitespace. | 91 |
![]() | Avoid inline conditionals. | 91 |
![]() | '?' is not followed by whitespace. | 91 |
![]() | ':' is not preceded with whitespace. | 91 |
![]() | ':' is not followed by whitespace. | 91 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | Avoid nested blocks. | 94 |
![]() | 'if' is not preceded with whitespace. | 94 |
![]() | '{' is not followed by whitespace. | 94 |
![]() | ';' is not followed by whitespace. | 94 |
![]() | '}' is not preceded with whitespace. | 94 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | Avoid nested blocks. | 98 |
![]() | 'if' is not preceded with whitespace. | 98 |
![]() | '{' is not followed by whitespace. | 98 |
![]() | ';' is not followed by whitespace. | 98 |
![]() | '}' is not preceded with whitespace. | 98 |
![]() | '7' is a magic number. | 100 |
![]() | '7' is a magic number. | 101 |
![]() | '==' is not preceded with whitespace. | 102 |
![]() | '==' is not followed by whitespace. | 102 |
![]() | '?' is not preceded with whitespace. | 102 |
![]() | Avoid inline conditionals. | 102 |
![]() | '?' is not followed by whitespace. | 102 |
![]() | ':' is not preceded with whitespace. | 102 |
![]() | ':' is not followed by whitespace. | 102 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | Avoid nested blocks. | 105 |
![]() | 'if' is not preceded with whitespace. | 105 |
![]() | '{' is not followed by whitespace. | 105 |
![]() | ';' is not followed by whitespace. | 105 |
![]() | '}' is not preceded with whitespace. | 105 |
![]() | '10' is a magic number. | 107 |
![]() | '10' is a magic number. | 108 |
![]() | '8' is a magic number. | 110 |
![]() | 'if' construct must use '{}'s. | 111 |
![]() | Avoid nested blocks. | 111 |
![]() | 'if' is not preceded with whitespace. | 111 |
![]() | '{' is not followed by whitespace. | 111 |
![]() | ';' is not followed by whitespace. | 111 |
![]() | '}' is not preceded with whitespace. | 111 |
![]() | '9' is a magic number. | 113 |
![]() | '9' is a magic number. | 114 |
![]() | '==' is not preceded with whitespace. | 119 |
![]() | '==' is not followed by whitespace. | 119 |
![]() | '?' is not preceded with whitespace. | 119 |
![]() | Avoid inline conditionals. | 119 |
![]() | '?' is not followed by whitespace. | 119 |
![]() | ':' is not preceded with whitespace. | 119 |
![]() | ':' is not followed by whitespace. | 119 |
![]() | '7' is a magic number. | 120 |
![]() | Empty statement. | 123 |
![]() | '8' is a magic number. | 130 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Avoid nested blocks. | 131 |
![]() | 'if' is not preceded with whitespace. | 131 |
![]() | '{' is not followed by whitespace. | 131 |
![]() | ';' is not followed by whitespace. | 131 |
![]() | '}' is not preceded with whitespace. | 131 |
![]() | '11' is a magic number. | 133 |
![]() | '11' is a magic number. | 134 |
![]() | '==' is not preceded with whitespace. | 139 |
![]() | '==' is not followed by whitespace. | 139 |
![]() | '?' is not preceded with whitespace. | 139 |
![]() | Avoid inline conditionals. | 139 |
![]() | '?' is not followed by whitespace. | 139 |
![]() | ':' is not preceded with whitespace. | 139 |
![]() | ':' is not followed by whitespace. | 139 |
![]() | '7' is a magic number. | 140 |
![]() | Empty statement. | 143 |
![]() | '3' is a magic number. | 146 |
![]() | '8' is a magic number. | 150 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Avoid nested blocks. | 151 |
![]() | 'if' is not preceded with whitespace. | 151 |
![]() | '{' is not followed by whitespace. | 151 |
![]() | ';' is not followed by whitespace. | 151 |
![]() | '}' is not preceded with whitespace. | 151 |
![]() | '8' is a magic number. | 157 |
![]() | 'if' construct must use '{}'s. | 158 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Avoid nested blocks. | 158 |
![]() | 'if' is not preceded with whitespace. | 158 |
![]() | '{' is not followed by whitespace. | 158 |
![]() | ';' is not followed by whitespace. | 158 |
![]() | '}' is not preceded with whitespace. | 158 |
![]() | '8' is a magic number. | 164 |
![]() | 'if' construct must use '{}'s. | 165 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Avoid nested blocks. | 165 |
![]() | 'if' is not preceded with whitespace. | 165 |
![]() | '{' is not followed by whitespace. | 165 |
![]() | ';' is not followed by whitespace. | 165 |
![]() | '}' is not preceded with whitespace. | 165 |
![]() | '8' is a magic number. | 171 |
![]() | 'if' construct must use '{}'s. | 172 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Avoid nested blocks. | 172 |
![]() | 'if' is not preceded with whitespace. | 172 |
![]() | '{' is not followed by whitespace. | 172 |
![]() | ';' is not followed by whitespace. | 172 |
![]() | '}' is not preceded with whitespace. | 172 |
![]() | '8' is a magic number. | 178 |
![]() | 'if' construct must use '{}'s. | 179 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Avoid nested blocks. | 179 |
![]() | 'if' is not preceded with whitespace. | 179 |
![]() | '{' is not followed by whitespace. | 179 |
![]() | ';' is not followed by whitespace. | 179 |
![]() | '}' is not preceded with whitespace. | 179 |
![]() | '8' is a magic number. | 185 |
![]() | 'if' construct must use '{}'s. | 186 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Avoid nested blocks. | 186 |
![]() | 'if' is not preceded with whitespace. | 186 |
![]() | '{' is not followed by whitespace. | 186 |
![]() | ';' is not followed by whitespace. | 186 |
![]() | '}' is not preceded with whitespace. | 186 |
![]() | '8' is a magic number. | 192 |
![]() | 'if' construct must use '{}'s. | 193 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Avoid nested blocks. | 193 |
![]() | 'if' is not preceded with whitespace. | 193 |
![]() | '{' is not followed by whitespace. | 193 |
![]() | ';' is not followed by whitespace. | 193 |
![]() | '}' is not preceded with whitespace. | 193 |
![]() | '4' is a magic number. | 196 |
![]() | '5' is a magic number. | 202 |
![]() | Missing a Javadoc comment. | 209 |
![]() | 'public' modifier out of order with the JLS suggestions. | 209 |
![]() | '==' is not preceded with whitespace. | 211 |
![]() | '==' is not followed by whitespace. | 211 |
![]() | '?' is not preceded with whitespace. | 211 |
![]() | Avoid inline conditionals. | 211 |
![]() | '?' is not followed by whitespace. | 211 |
![]() | ':' is not preceded with whitespace. | 211 |
![]() | ':' is not followed by whitespace. | 211 |
![]() | '7' is a magic number. | 212 |
![]() | '7' is a magic number. | 213 |
![]() | 'if' construct must use '{}'s. | 215 |
![]() | Avoid nested blocks. | 215 |
![]() | 'if' is not preceded with whitespace. | 215 |
![]() | '{' is not followed by whitespace. | 215 |
![]() | ';' is not followed by whitespace. | 215 |
![]() | '}' is not preceded with whitespace. | 215 |
![]() | 'if' construct must use '{}'s. | 219 |
![]() | Avoid nested blocks. | 219 |
![]() | 'if' is not preceded with whitespace. | 219 |
![]() | '{' is not followed by whitespace. | 219 |
![]() | ';' is not followed by whitespace. | 219 |
![]() | '}' is not preceded with whitespace. | 219 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | Avoid nested blocks. | 223 |
![]() | 'if' is not preceded with whitespace. | 223 |
![]() | '{' is not followed by whitespace. | 223 |
![]() | ';' is not followed by whitespace. | 223 |
![]() | '}' is not preceded with whitespace. | 223 |
![]() | '6' is a magic number. | 226 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Missing a Javadoc comment. | 236 |
![]() | 'public' modifier out of order with the JLS suggestions. | 236 |
![]() | '8' is a magic number. | 241 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | Avoid nested blocks. | 242 |
![]() | 'if' is not preceded with whitespace. | 242 |
![]() | '{' is not followed by whitespace. | 242 |
![]() | ';' is not followed by whitespace. | 242 |
![]() | '}' is not preceded with whitespace. | 242 |
![]() | Missing a Javadoc comment. | 246 |
![]() | 'public' modifier out of order with the JLS suggestions. | 246 |
![]() | '7' is a magic number. | 249 |
![]() | '8' is a magic number. | 252 |
![]() | 'if' construct must use '{}'s. | 253 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Avoid nested blocks. | 253 |
![]() | 'if' is not preceded with whitespace. | 253 |
![]() | '{' is not followed by whitespace. | 253 |
![]() | ';' is not followed by whitespace. | 253 |
![]() | '}' is not preceded with whitespace. | 253 |
![]() | Missing a Javadoc comment. | 257 |
![]() | 'public' modifier out of order with the JLS suggestions. | 257 |
![]() | '==' is not preceded with whitespace. | 262 |
![]() | '==' is not followed by whitespace. | 262 |
![]() | '?' is not preceded with whitespace. | 262 |
![]() | Avoid inline conditionals. | 262 |
![]() | '?' is not followed by whitespace. | 262 |
![]() | ':' is not preceded with whitespace. | 262 |
![]() | ':' is not followed by whitespace. | 262 |
![]() | Empty statement. | 267 |
![]() | '7' is a magic number. | 270 |
![]() | 'if' construct must use '{}'s. | 276 |
![]() | Avoid nested blocks. | 276 |
![]() | 'if' is not preceded with whitespace. | 276 |
![]() | '{' is not followed by whitespace. | 276 |
![]() | ';' is not followed by whitespace. | 276 |
![]() | '}' is not preceded with whitespace. | 276 |
![]() | Comment matches to-do format 'TODO:'. | 280 |
![]() | Missing a Javadoc comment. | 281 |
![]() | 'public' modifier out of order with the JLS suggestions. | 281 |
![]() | 'token' hides a field. | 282 |
![]() | '==' is not preceded with whitespace. | 283 |
![]() | '==' is not followed by whitespace. | 283 |
![]() | '?' is not preceded with whitespace. | 283 |
![]() | Avoid inline conditionals. | 283 |
![]() | '?' is not followed by whitespace. | 283 |
![]() | ':' is not preceded with whitespace. | 283 |
![]() | ':' is not followed by whitespace. | 283 |
![]() | 'if' construct must use '{}'s. | 286 |
![]() | Avoid nested blocks. | 286 |
![]() | 'if' is not preceded with whitespace. | 286 |
![]() | '{' is not followed by whitespace. | 286 |
![]() | ';' is not followed by whitespace. | 286 |
![]() | '}' is not preceded with whitespace. | 286 |
![]() | 'if' construct must use '{}'s. | 290 |
![]() | Avoid nested blocks. | 290 |
![]() | 'if' is not preceded with whitespace. | 290 |
![]() | '{' is not followed by whitespace. | 290 |
![]() | ';' is not followed by whitespace. | 290 |
![]() | '}' is not preceded with whitespace. | 290 |
![]() | 'if' construct must use '{}'s. | 294 |
![]() | Avoid nested blocks. | 294 |
![]() | 'if' is not preceded with whitespace. | 294 |
![]() | '{' is not followed by whitespace. | 294 |
![]() | ';' is not followed by whitespace. | 294 |
![]() | '}' is not preceded with whitespace. | 294 |
![]() | 'if' construct must use '{}'s. | 298 |
![]() | Avoid nested blocks. | 298 |
![]() | 'if' is not preceded with whitespace. | 298 |
![]() | '{' is not followed by whitespace. | 298 |
![]() | ';' is not followed by whitespace. | 298 |
![]() | '}' is not preceded with whitespace. | 298 |
![]() | '8' is a magic number. | 301 |
![]() | Missing a Javadoc comment. | 312 |
![]() | 'public' modifier out of order with the JLS suggestions. | 312 |
![]() | 'token' hides a field. | 313 |
![]() | Empty statement. | 320 |
![]() | '26' is a magic number. | 324 |
![]() | 'if' construct must use '{}'s. | 329 |
![]() | Avoid nested blocks. | 329 |
![]() | 'if' is not preceded with whitespace. | 329 |
![]() | '{' is not followed by whitespace. | 329 |
![]() | ';' is not followed by whitespace. | 329 |
![]() | '}' is not preceded with whitespace. | 329 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Name 'jj_2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 |
![]() | Parameter xla should be final. | 333 |
![]() | Inner assignments should be avoided. | 334 |
![]() | '}' should be on the same line. | 335 |
![]() | 'catch' is not followed by whitespace. | 336 |
![]() | '}' should be on the same line. | 336 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Name 'jj_3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
![]() | 'if' construct must use '{}'s. | 341 |
![]() | '26' is a magic number. | 341 |
![]() | 'if' construct must use '{}'s. | 342 |
![]() | Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 |
![]() | Variable 'token_source' must be private and have accessor methods. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Name 'jj_input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
![]() | Variable 'jj_input_stream' must be private and have accessor methods. | 348 |
![]() | Variable 'token' must be private and have accessor methods. | 350 |
![]() | Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 |
![]() | Variable 'jj_nt' must be private and have accessor methods. | 352 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Name 'jj_scanpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 |
![]() | Name 'jj_lastpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Name 'jj_la' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
![]() | Missing a Javadoc comment. | 356 |
![]() | Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 |
![]() | Missing a Javadoc comment. | 357 |
![]() | 'private' modifier out of order with the JLS suggestions. | 357 |
![]() | Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 |
![]() | '9' is a magic number. | 357 |
![]() | Missing a Javadoc comment. | 358 |
![]() | 'private' modifier out of order with the JLS suggestions. | 358 |
![]() | Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Name 'jj_la1_init_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 |
![]() | Line is longer than 80 characters. | 363 |
![]() | '0x80' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x80' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x600080' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x600080' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x7fe00' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x600080' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x600080' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x3600000' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | '0x3600000' is a magic number. | 363 |
![]() | ',' is not followed by whitespace. | 363 |
![]() | Missing a Javadoc comment. | 365 |
![]() | 'private' modifier out of order with the JLS suggestions. | 365 |
![]() | Name 'jj_2_rtns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Name 'jj_rescan' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Name 'jj_gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() | Parameter stream should be final. | 370 |
![]() | Expected @param tag for 'stream'. | 370 |
![]() | First sentence should end with a period. | 373 |
![]() | Parameter stream should be final. | 374 |
![]() | Expected @param tag for 'stream'. | 374 |
![]() | Parameter encoding should be final. | 374 |
![]() | Expected @param tag for 'encoding'. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | 'catch' is not followed by whitespace. | 375 |
![]() | 'for' construct must use '{}'s. | 380 |
![]() | '9' is a magic number. | 380 |
![]() | 'for' construct must use '{}'s. | 381 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 |
![]() | Parameter stream should be final. | 385 |
![]() | Expected @param tag for 'stream'. | 385 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
![]() | Parameter stream should be final. | 389 |
![]() | Expected @param tag for 'stream'. | 389 |
![]() | Parameter encoding should be final. | 389 |
![]() | Expected @param tag for 'encoding'. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | 'catch' is not followed by whitespace. | 390 |
![]() | 'for' construct must use '{}'s. | 395 |
![]() | '9' is a magic number. | 395 |
![]() | 'for' construct must use '{}'s. | 396 |
![]() | Parameter stream should be final. | 400 |
![]() | Expected @param tag for 'stream'. | 400 |
![]() | 'for' construct must use '{}'s. | 406 |
![]() | '9' is a magic number. | 406 |
![]() | 'for' construct must use '{}'s. | 407 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
![]() | Parameter stream should be final. | 411 |
![]() | Expected @param tag for 'stream'. | 411 |
![]() | 'for' construct must use '{}'s. | 417 |
![]() | '9' is a magic number. | 417 |
![]() | 'for' construct must use '{}'s. | 418 |
![]() | Parameter tm should be final. | 422 |
![]() | Expected @param tag for 'tm'. | 422 |
![]() | 'for' construct must use '{}'s. | 427 |
![]() | '9' is a magic number. | 427 |
![]() | 'for' construct must use '{}'s. | 428 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 |
![]() | Parameter tm should be final. | 432 |
![]() | Expected @param tag for 'tm'. | 432 |
![]() | 'for' construct must use '{}'s. | 437 |
![]() | '9' is a magic number. | 437 |
![]() | 'for' construct must use '{}'s. | 438 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
![]() | Parameter kind should be final. | 441 |
![]() | 'if' construct must use '{}'s. | 443 |
![]() | Inner assignments should be avoided. | 443 |
![]() | 'else' construct must use '{}'s. | 444 |
![]() | Inner assignments should be avoided. | 444 |
![]() | '100' is a magic number. | 448 |
![]() | 'if' construct must use '{}'s. | 453 |
![]() | Missing a Javadoc comment. | 465 |
![]() | 'private' modifier out of order with the JLS suggestions. | 465 |
![]() | Missing a Javadoc comment. | 466 |
![]() | 'private' modifier out of order with the JLS suggestions. | 466 |
![]() | Name 'jj_ls' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() | Missing a Javadoc comment. | 467 |
![]() | Name 'jj_scan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 |
![]() | Parameter kind should be final. | 467 |
![]() | Inner assignments should be avoided. | 471 |
![]() | Inner assignments should be avoided. | 471 |
![]() | Inner assignments should be avoided. | 473 |
![]() | 'if' construct must use '{}'s. | 481 |
![]() | 'if' construct must use '{}'s. | 483 |
![]() | 'if' construct must use '{}'s. | 484 |
![]() | Expected an @return tag. | 490 |
![]() | 'public' modifier out of order with the JLS suggestions. | 490 |
![]() | 'if' construct must use '{}'s. | 491 |
![]() | 'else' construct must use '{}'s. | 492 |
![]() | Inner assignments should be avoided. | 492 |
![]() | Expected an @return tag. | 499 |
![]() | 'public' modifier out of order with the JLS suggestions. | 499 |
![]() | Parameter index should be final. | 499 |
![]() | Expected @param tag for 'index'. | 499 |
![]() | 'if' construct must use '{}'s. | 502 |
![]() | 'else' construct must use '{}'s. | 503 |
![]() | Inner assignments should be avoided. | 503 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 508 |
![]() | 'if' construct must use '{}'s. | 509 |
![]() | '=' is not preceded with whitespace. | 509 |
![]() | Inner assignments should be avoided. | 509 |
![]() | '=' is not followed by whitespace. | 509 |
![]() | Inner assignments should be avoided. | 510 |
![]() | '=' is not preceded with whitespace. | 510 |
![]() | Inner assignments should be avoided. | 510 |
![]() | '=' is not followed by whitespace. | 510 |
![]() | 'else' construct must use '{}'s. | 511 |
![]() | Inner assignments should be avoided. | 512 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Missing a Javadoc comment. | 515 |
![]() | Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 515 |
![]() | Missing a Javadoc comment. | 516 |
![]() | Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 |
![]() | Missing a Javadoc comment. | 517 |
![]() | Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 517 |
![]() | Missing a Javadoc comment. | 518 |
![]() | Name 'jj_lasttokens' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 518 |
![]() | '100' is a magic number. | 518 |
![]() | Missing a Javadoc comment. | 519 |
![]() | Name 'jj_endpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 519 |
![]() | Missing a Javadoc comment. | 521 |
![]() | Name 'jj_add_error_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 521 |
![]() | Parameter kind should be final. | 521 |
![]() | Parameter pos should be final. | 521 |
![]() | 'if' construct must use '{}'s. | 522 |
![]() | '100' is a magic number. | 522 |
![]() | Line is longer than 80 characters. | 530 |
![]() | 'cast' is not followed by whitespace. | 531 |
![]() | 'if' construct must use '{}'s. | 542 |
![]() | Inner assignments should be avoided. | 542 |
![]() | Expected an @return tag. | 547 |
![]() | Method 'generateParseException' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() | '27' is a magic number. | 549 |
![]() | '9' is a magic number. | 554 |
![]() | '32' is a magic number. | 556 |
![]() | '<<' is not preceded with whitespace. | 557 |
![]() | '<<' is not followed by whitespace. | 557 |
![]() | '27' is a magic number. | 563 |
![]() | 'public' modifier out of order with the JLS suggestions. | 581 |
![]() | Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 |
![]() | 'public' modifier out of order with the JLS suggestions. | 585 |
![]() | Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 585 |
![]() | Missing a Javadoc comment. | 588 |
![]() | Name 'jj_rescan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 588 |
![]() | Inner assignments should be avoided. | 595 |
![]() | switch without "default" clause. | 596 |
![]() | 'catch' is not followed by whitespace. | 602 |
![]() | Must have at least one statement. | 602 |
![]() | Missing a Javadoc comment. | 607 |
![]() | Name 'jj_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 607 |
![]() | Parameter index should be final. | 607 |
![]() | Parameter xla should be final. | 607 |
![]() | Inner assignments should be avoided. | 610 |
![]() | Missing a Javadoc comment. | 616 |
![]() | Missing a Javadoc comment. | 617 |
![]() | Variable 'gen' must be private and have accessor methods. | 617 |
![]() | Missing a Javadoc comment. | 618 |
![]() | Variable 'first' must be private and have accessor methods. | 618 |
![]() | Missing a Javadoc comment. | 619 |
![]() | Variable 'arg' must be private and have accessor methods. | 619 |
![]() | Missing a Javadoc comment. | 620 |
![]() | Variable 'next' must be private and have accessor methods. | 620 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 9 |
![]() | Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - java.util.*. | 3 |
![]() | '{' should be on the previous line. | 7 |
![]() | Variable 'debugStream' must be private and have accessor methods. | 10 |
![]() | Method 'setDebugStream' is not designed for extension - needs to be abstract, final or empty. | 12 |
![]() | Parameter ds should be final. | 12 |
![]() | Expected @param tag for 'ds'. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'final' modifier. | 13 |
![]() | Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Parameter pos should be final. | 13 |
![]() | Parameter active0 should be final. | 13 |
![]() | '{' should be on the previous line. | 14 |
![]() | '{' should be on the previous line. | 16 |
![]() | '0xe40L' is a magic number. | 18 |
![]() | '{' should be on the previous line. | 19 |
![]() | '18' is a magic number. | 20 |
![]() | 'if' construct must use '{}'s. | 23 |
![]() | '0x4000000L' is a magic number. | 23 |
![]() | '6' is a magic number. | 24 |
![]() | '0x640L' is a magic number. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | '18' is a magic number. | 29 |
![]() | 'if' construct must use '{}'s. | 33 |
![]() | '0x800L' is a magic number. | 33 |
![]() | '0x40L' is a magic number. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | '18' is a magic number. | 39 |
![]() | 'if' construct must use '{}'s. | 43 |
![]() | '0x600L' is a magic number. | 43 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant 'final' modifier. | 50 |
![]() | Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() | Parameter pos should be final. | 50 |
![]() | Parameter active0 should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter pos should be final. | 54 |
![]() | Parameter kind should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | '33' is a magic number. | 64 |
![]() | '0x8000L' is a magic number. | 65 |
![]() | '40' is a magic number. | 66 |
![]() | '7' is a magic number. | 67 |
![]() | '41' is a magic number. | 68 |
![]() | '8' is a magic number. | 69 |
![]() | '46' is a magic number. | 70 |
![]() | '26' is a magic number. | 71 |
![]() | '6' is a magic number. | 71 |
![]() | '60' is a magic number. | 72 |
![]() | '17' is a magic number. | 73 |
![]() | '0x10000L' is a magic number. | 74 |
![]() | '61' is a magic number. | 75 |
![]() | '14' is a magic number. | 76 |
![]() | '62' is a magic number. | 77 |
![]() | '12' is a magic number. | 78 |
![]() | '0x2000L' is a magic number. | 79 |
![]() | '97' is a magic number. | 80 |
![]() | '0x200L' is a magic number. | 81 |
![]() | '110' is a magic number. | 82 |
![]() | '0x440L' is a magic number. | 83 |
![]() | '111' is a magic number. | 84 |
![]() | '0x800L' is a magic number. | 85 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
![]() | Parameter active0 should be final. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '}' should be on the same line. | 92 |
![]() | 'catch' is not followed by whitespace. | 93 |
![]() | '{' should be on the previous line. | 98 |
![]() | '61' is a magic number. | 99 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | '0x2000L' is a magic number. | 100 |
![]() | '13' is a magic number. | 101 |
![]() | 'if' construct must use '{}'s. | 102 |
![]() | '0x8000L' is a magic number. | 102 |
![]() | '15' is a magic number. | 103 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | '0x10000L' is a magic number. | 104 |
![]() | '16' is a magic number. | 105 |
![]() | '110' is a magic number. | 107 |
![]() | '0x200L' is a magic number. | 108 |
![]() | '111' is a magic number. | 109 |
![]() | '0x440L' is a magic number. | 110 |
![]() | '114' is a magic number. | 111 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | '0x800L' is a magic number. | 112 |
![]() | '11' is a magic number. | 113 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() | Parameter old0 should be final. | 120 |
![]() | Parameter active0 should be final. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Inner assignments should be avoided. | 122 |
![]() | '}' should be on the same line. | 124 |
![]() | 'catch' is not followed by whitespace. | 125 |
![]() | '{' should be on the previous line. | 130 |
![]() | '100' is a magic number. | 131 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | '0x200L' is a magic number. | 132 |
![]() | '9' is a magic number. | 133 |
![]() | '0x40L' is a magic number. | 134 |
![]() | '116' is a magic number. | 135 |
![]() | 'if' construct must use '{}'s. | 136 |
![]() | '0x400L' is a magic number. | 136 |
![]() | '10' is a magic number. | 137 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() | Parameter old0 should be final. | 144 |
![]() | Parameter active0 should be final. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'if' construct must use '{}'s. | 146 |
![]() | Inner assignments should be avoided. | 146 |
![]() | '}' should be on the same line. | 148 |
![]() | 'catch' is not followed by whitespace. | 149 |
![]() | '3' is a magic number. | 151 |
![]() | '{' should be on the previous line. | 154 |
![]() | '101' is a magic number. | 155 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | '0x40L' is a magic number. | 156 |
![]() | '3' is a magic number. | 157 |
![]() | '6' is a magic number. | 157 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() | Parameter pos should be final. | 164 |
![]() | Parameter kind should be final. | 164 |
![]() | Parameter state should be final. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '}' should be on the same line. | 168 |
![]() | 'catch' is not followed by whitespace. | 169 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 172 |
![]() | Method length is 387 lines (max allowed is 150). | 175 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() | Parameter startState should be final. | 175 |
![]() | Parameter curPos should be final. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | '55' is a magic number. | 178 |
![]() | '0x7fffffff' is a magic number. | 181 |
![]() | '{' should be on the previous line. | 183 |
![]() | 'if' construct must use '{}'s. | 184 |
![]() | '0x7fffffff' is a magic number. | 184 |
![]() | '64' is a magic number. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | '{' should be on the previous line. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | 'if' construct must use '{}'s. | 194 |
![]() | '0x3ff000000000000L' is a magic number. | 194 |
![]() | '6' is a magic number. | 195 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | '45' is a magic number. | 196 |
![]() | '7' is a magic number. | 197 |
![]() | '9' is a magic number. | 197 |
![]() | 'if' construct must use '{}'s. | 198 |
![]() | '34' is a magic number. | 198 |
![]() | '10' is a magic number. | 199 |
![]() | '12' is a magic number. | 199 |
![]() | 'if' construct must use '{}'s. | 200 |
![]() | '39' is a magic number. | 200 |
![]() | '13' is a magic number. | 201 |
![]() | '14' is a magic number. | 201 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | '46' is a magic number. | 202 |
![]() | '6' is a magic number. | 203 |
![]() | '36' is a magic number. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | 'if' construct must use '{}'s. | 206 |
![]() | '18' is a magic number. | 206 |
![]() | '18' is a magic number. | 207 |
![]() | '0x3fe000000000000L' is a magic number. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' construct must use '{}'s. | 212 |
![]() | '21' is a magic number. | 212 |
![]() | '21' is a magic number. | 213 |
![]() | '3' is a magic number. | 214 |
![]() | '}' should be on the same line. | 215 |
![]() | '48' is a magic number. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | 'if' construct must use '{}'s. | 218 |
![]() | '21' is a magic number. | 218 |
![]() | '21' is a magic number. | 219 |
![]() | 'if' construct must use '{}'s. | 223 |
![]() | '0x3ff201000000000L' is a magic number. | 223 |
![]() | 'if' construct must use '{}'s. | 225 |
![]() | '18' is a magic number. | 225 |
![]() | '18' is a magic number. | 226 |
![]() | 'if' construct must use '{}'s. | 230 |
![]() | '0x3fe000000000000L' is a magic number. | 230 |
![]() | 'if' construct must use '{}'s. | 232 |
![]() | '21' is a magic number. | 232 |
![]() | '21' is a magic number. | 233 |
![]() | '3' is a magic number. | 234 |
![]() | '3' is a magic number. | 236 |
![]() | 'if' construct must use '{}'s. | 237 |
![]() | '0x3ff000000000000L' is a magic number. | 237 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | '21' is a magic number. | 239 |
![]() | '21' is a magic number. | 240 |
![]() | '3' is a magic number. | 241 |
![]() | '4' is a magic number. | 243 |
![]() | 'if' construct must use '{}'s. | 244 |
![]() | '48' is a magic number. | 244 |
![]() | '21' is a magic number. | 244 |
![]() | '21' is a magic number. | 245 |
![]() | '5' is a magic number. | 247 |
![]() | 'if' construct must use '{}'s. | 248 |
![]() | '46' is a magic number. | 248 |
![]() | '6' is a magic number. | 249 |
![]() | '6' is a magic number. | 251 |
![]() | 'if' construct must use '{}'s. | 252 |
![]() | '0x3ff000000000000L' is a magic number. | 252 |
![]() | 'if' construct must use '{}'s. | 254 |
![]() | '22' is a magic number. | 254 |
![]() | '22' is a magic number. | 255 |
![]() | '15' is a magic number. | 256 |
![]() | '17' is a magic number. | 256 |
![]() | '8' is a magic number. | 258 |
![]() | 'if' construct must use '{}'s. | 259 |
![]() | '0x280000000000L' is a magic number. | 259 |
![]() | '9' is a magic number. | 260 |
![]() | '9' is a magic number. | 262 |
![]() | 'if' construct must use '{}'s. | 263 |
![]() | '0x3ff000000000000L' is a magic number. | 263 |
![]() | 'if' construct must use '{}'s. | 265 |
![]() | '22' is a magic number. | 265 |
![]() | '22' is a magic number. | 266 |
![]() | '9' is a magic number. | 267 |
![]() | '10' is a magic number. | 267 |
![]() | '11' is a magic number. | 269 |
![]() | 'if' construct must use '{}'s. | 270 |
![]() | '39' is a magic number. | 270 |
![]() | '13' is a magic number. | 271 |
![]() | '14' is a magic number. | 271 |
![]() | '12' is a magic number. | 273 |
![]() | 'if' construct must use '{}'s. | 274 |
![]() | '0xffffff7fffffdbffL' is a magic number. | 274 |
![]() | '13' is a magic number. | 275 |
![]() | '13' is a magic number. | 277 |
![]() | 'if' construct must use '{}'s. | 278 |
![]() | '39' is a magic number. | 278 |
![]() | '24' is a magic number. | 278 |
![]() | '24' is a magic number. | 279 |
![]() | '15' is a magic number. | 281 |
![]() | 'if' construct must use '{}'s. | 282 |
![]() | '0xff008400000000L' is a magic number. | 282 |
![]() | '13' is a magic number. | 283 |
![]() | '16' is a magic number. | 285 |
![]() | 'if' construct must use '{}'s. | 286 |
![]() | '0xf000000000000L' is a magic number. | 286 |
![]() | '17' is a magic number. | 287 |
![]() | '17' is a magic number. | 289 |
![]() | '19' is a magic number. | 290 |
![]() | 'if' construct must use '{}'s. | 291 |
![]() | '0xff000000000000L' is a magic number. | 291 |
![]() | '18' is a magic number. | 292 |
![]() | '18' is a magic number. | 294 |
![]() | 'if' construct must use '{}'s. | 295 |
![]() | '0xff000000000000L' is a magic number. | 295 |
![]() | '13' is a magic number. | 296 |
![]() | '21' is a magic number. | 298 |
![]() | 'if' construct must use '{}'s. | 299 |
![]() | '0x3ff000000000000L' is a magic number. | 299 |
![]() | '22' is a magic number. | 300 |
![]() | '22' is a magic number. | 302 |
![]() | 'if' construct must use '{}'s. | 303 |
![]() | '0x3ff000000000000L' is a magic number. | 303 |
![]() | '23' is a magic number. | 304 |
![]() | '23' is a magic number. | 306 |
![]() | 'if' construct must use '{}'s. | 307 |
![]() | '0x3ff000000000000L' is a magic number. | 307 |
![]() | '24' is a magic number. | 308 |
![]() | '24' is a magic number. | 310 |
![]() | 'if' construct must use '{}'s. | 311 |
![]() | '0x3ff000000000000L' is a magic number. | 311 |
![]() | '13' is a magic number. | 312 |
![]() | '25' is a magic number. | 314 |
![]() | 'if' construct must use '{}'s. | 315 |
![]() | '34' is a magic number. | 315 |
![]() | '10' is a magic number. | 316 |
![]() | '12' is a magic number. | 316 |
![]() | '26' is a magic number. | 318 |
![]() | 'if' construct must use '{}'s. | 319 |
![]() | '0xfffffffbffffdbffL' is a magic number. | 319 |
![]() | '10' is a magic number. | 320 |
![]() | '12' is a magic number. | 320 |
![]() | '28' is a magic number. | 322 |
![]() | 'if' construct must use '{}'s. | 323 |
![]() | '0xff008400000000L' is a magic number. | 323 |
![]() | '10' is a magic number. | 324 |
![]() | '12' is a magic number. | 324 |
![]() | '29' is a magic number. | 326 |
![]() | 'if' construct must use '{}'s. | 327 |
![]() | '34' is a magic number. | 327 |
![]() | '25' is a magic number. | 327 |
![]() | '25' is a magic number. | 328 |
![]() | '30' is a magic number. | 330 |
![]() | 'if' construct must use '{}'s. | 331 |
![]() | '0xf000000000000L' is a magic number. | 331 |
![]() | '31' is a magic number. | 332 |
![]() | '31' is a magic number. | 334 |
![]() | '33' is a magic number. | 335 |
![]() | 'if' construct must use '{}'s. | 336 |
![]() | '0xff000000000000L' is a magic number. | 336 |
![]() | '32' is a magic number. | 337 |
![]() | '32' is a magic number. | 339 |
![]() | 'if' construct must use '{}'s. | 340 |
![]() | '0xff000000000000L' is a magic number. | 340 |
![]() | '10' is a magic number. | 341 |
![]() | '12' is a magic number. | 341 |
![]() | '35' is a magic number. | 343 |
![]() | 'if' construct must use '{}'s. | 344 |
![]() | '0x3ff000000000000L' is a magic number. | 344 |
![]() | '36' is a magic number. | 345 |
![]() | '36' is a magic number. | 347 |
![]() | 'if' construct must use '{}'s. | 348 |
![]() | '0x3ff000000000000L' is a magic number. | 348 |
![]() | '37' is a magic number. | 349 |
![]() | '37' is a magic number. | 351 |
![]() | 'if' construct must use '{}'s. | 352 |
![]() | '0x3ff000000000000L' is a magic number. | 352 |
![]() | '38' is a magic number. | 353 |
![]() | '38' is a magic number. | 355 |
![]() | 'if' construct must use '{}'s. | 356 |
![]() | '0x3ff000000000000L' is a magic number. | 356 |
![]() | '10' is a magic number. | 357 |
![]() | '12' is a magic number. | 357 |
![]() | '39' is a magic number. | 359 |
![]() | 'if' construct must use '{}'s. | 360 |
![]() | '0x3ff000000000000L' is a magic number. | 360 |
![]() | '6' is a magic number. | 361 |
![]() | '40' is a magic number. | 363 |
![]() | 'if' construct must use '{}'s. | 364 |
![]() | '0x3ff000000000000L' is a magic number. | 364 |
![]() | '40' is a magic number. | 365 |
![]() | '41' is a magic number. | 365 |
![]() | '41' is a magic number. | 367 |
![]() | 'if' construct must use '{}'s. | 368 |
![]() | '46' is a magic number. | 368 |
![]() | 'if' construct must use '{}'s. | 370 |
![]() | '22' is a magic number. | 370 |
![]() | '22' is a magic number. | 371 |
![]() | '18' is a magic number. | 372 |
![]() | '20' is a magic number. | 372 |
![]() | '42' is a magic number. | 374 |
![]() | 'if' construct must use '{}'s. | 375 |
![]() | '0x3ff000000000000L' is a magic number. | 375 |
![]() | 'if' construct must use '{}'s. | 377 |
![]() | '22' is a magic number. | 377 |
![]() | '22' is a magic number. | 378 |
![]() | '18' is a magic number. | 379 |
![]() | '20' is a magic number. | 379 |
![]() | '44' is a magic number. | 381 |
![]() | 'if' construct must use '{}'s. | 382 |
![]() | '0x280000000000L' is a magic number. | 382 |
![]() | '45' is a magic number. | 383 |
![]() | '45' is a magic number. | 385 |
![]() | 'if' construct must use '{}'s. | 386 |
![]() | '0x3ff000000000000L' is a magic number. | 386 |
![]() | 'if' construct must use '{}'s. | 388 |
![]() | '22' is a magic number. | 388 |
![]() | '22' is a magic number. | 389 |
![]() | '45' is a magic number. | 390 |
![]() | '10' is a magic number. | 390 |
![]() | '46' is a magic number. | 392 |
![]() | 'if' construct must use '{}'s. | 393 |
![]() | '0x3ff000000000000L' is a magic number. | 393 |
![]() | '46' is a magic number. | 394 |
![]() | '47' is a magic number. | 394 |
![]() | '48' is a magic number. | 396 |
![]() | 'if' construct must use '{}'s. | 397 |
![]() | '0x280000000000L' is a magic number. | 397 |
![]() | '49' is a magic number. | 398 |
![]() | '49' is a magic number. | 400 |
![]() | 'if' construct must use '{}'s. | 401 |
![]() | '0x3ff000000000000L' is a magic number. | 401 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | '22' is a magic number. | 403 |
![]() | '22' is a magic number. | 404 |
![]() | '49' is a magic number. | 405 |
![]() | '10' is a magic number. | 405 |
![]() | '50' is a magic number. | 407 |
![]() | 'if' construct must use '{}'s. | 408 |
![]() | '0x3ff000000000000L' is a magic number. | 408 |
![]() | '21' is a magic number. | 409 |
![]() | '23' is a magic number. | 409 |
![]() | '52' is a magic number. | 411 |
![]() | 'if' construct must use '{}'s. | 412 |
![]() | '0x280000000000L' is a magic number. | 412 |
![]() | '53' is a magic number. | 413 |
![]() | '53' is a magic number. | 415 |
![]() | 'if' construct must use '{}'s. | 416 |
![]() | '0x3ff000000000000L' is a magic number. | 416 |
![]() | '53' is a magic number. | 417 |
![]() | '10' is a magic number. | 417 |
![]() | '54' is a magic number. | 419 |
![]() | 'if' construct must use '{}'s. | 420 |
![]() | '45' is a magic number. | 420 |
![]() | '7' is a magic number. | 421 |
![]() | '9' is a magic number. | 421 |
![]() | '}' should be on the same line. | 426 |
![]() | '128' is a magic number. | 427 |
![]() | '{' should be on the previous line. | 428 |
![]() | '077' is a magic number. | 429 |
![]() | '{' should be on the previous line. | 431 |
![]() | '{' should be on the previous line. | 433 |
![]() | 'if' construct must use '{}'s. | 436 |
![]() | '0x7fffffe87fffffeL' is a magic number. | 436 |
![]() | 'if' construct must use '{}'s. | 438 |
![]() | '18' is a magic number. | 438 |
![]() | '18' is a magic number. | 439 |
![]() | '7' is a magic number. | 442 |
![]() | 'if' construct must use '{}'s. | 443 |
![]() | '0x2000000020L' is a magic number. | 443 |
![]() | '24' is a magic number. | 444 |
![]() | '25' is a magic number. | 444 |
![]() | '10' is a magic number. | 446 |
![]() | 'if' construct must use '{}'s. | 447 |
![]() | '0x5000000050L' is a magic number. | 447 |
![]() | '22' is a magic number. | 447 |
![]() | '22' is a magic number. | 448 |
![]() | '12' is a magic number. | 450 |
![]() | 'if' construct must use '{}'s. | 451 |
![]() | '0xffffffffefffffffL' is a magic number. | 451 |
![]() | '13' is a magic number. | 452 |
![]() | '14' is a magic number. | 454 |
![]() | 'if' construct must use '{}'s. | 455 |
![]() | '92' is a magic number. | 455 |
![]() | '26' is a magic number. | 456 |
![]() | '29' is a magic number. | 456 |
![]() | '15' is a magic number. | 458 |
![]() | 'if' construct must use '{}'s. | 459 |
![]() | '0x14404410000000L' is a magic number. | 459 |
![]() | '13' is a magic number. | 460 |
![]() | '20' is a magic number. | 462 |
![]() | 'if' construct must use '{}'s. | 463 |
![]() | '117' is a magic number. | 463 |
![]() | '20' is a magic number. | 464 |
![]() | '21' is a magic number. | 464 |
![]() | '21' is a magic number. | 466 |
![]() | 'if' construct must use '{}'s. | 467 |
![]() | '0x7e0000007eL' is a magic number. | 467 |
![]() | '22' is a magic number. | 468 |
![]() | '22' is a magic number. | 470 |
![]() | 'if' construct must use '{}'s. | 471 |
![]() | '0x7e0000007eL' is a magic number. | 471 |
![]() | '23' is a magic number. | 472 |
![]() | '23' is a magic number. | 474 |
![]() | 'if' construct must use '{}'s. | 475 |
![]() | '0x7e0000007eL' is a magic number. | 475 |
![]() | '24' is a magic number. | 476 |
![]() | '24' is a magic number. | 478 |
![]() | 'if' construct must use '{}'s. | 479 |
![]() | '0x7e0000007eL' is a magic number. | 479 |
![]() | '13' is a magic number. | 480 |
![]() | '26' is a magic number. | 482 |
![]() | 'if' construct must use '{}'s. | 483 |
![]() | '0xffffffffefffffffL' is a magic number. | 483 |
![]() | '10' is a magic number. | 484 |
![]() | '12' is a magic number. | 484 |
![]() | '27' is a magic number. | 486 |
![]() | 'if' construct must use '{}'s. | 487 |
![]() | '92' is a magic number. | 487 |
![]() | '30' is a magic number. | 488 |
![]() | '33' is a magic number. | 488 |
![]() | '28' is a magic number. | 490 |
![]() | 'if' construct must use '{}'s. | 491 |
![]() | '0x14404410000000L' is a magic number. | 491 |
![]() | '10' is a magic number. | 492 |
![]() | '12' is a magic number. | 492 |
![]() | '34' is a magic number. | 494 |
![]() | 'if' construct must use '{}'s. | 495 |
![]() | '117' is a magic number. | 495 |
![]() | '34' is a magic number. | 496 |
![]() | '35' is a magic number. | 496 |
![]() | '35' is a magic number. | 498 |
![]() | 'if' construct must use '{}'s. | 499 |
![]() | '0x7e0000007eL' is a magic number. | 499 |
![]() | '36' is a magic number. | 500 |
![]() | '36' is a magic number. | 502 |
![]() | 'if' construct must use '{}'s. | 503 |
![]() | '0x7e0000007eL' is a magic number. | 503 |
![]() | '37' is a magic number. | 504 |
![]() | '37' is a magic number. | 506 |
![]() | 'if' construct must use '{}'s. | 507 |
![]() | '0x7e0000007eL' is a magic number. | 507 |
![]() | '38' is a magic number. | 508 |
![]() | '38' is a magic number. | 510 |
![]() | 'if' construct must use '{}'s. | 511 |
![]() | '0x7e0000007eL' is a magic number. | 511 |
![]() | '10' is a magic number. | 512 |
![]() | '12' is a magic number. | 512 |
![]() | '43' is a magic number. | 514 |
![]() | 'if' construct must use '{}'s. | 515 |
![]() | '0x2000000020L' is a magic number. | 515 |
![]() | '34' is a magic number. | 516 |
![]() | '35' is a magic number. | 516 |
![]() | '47' is a magic number. | 518 |
![]() | 'if' construct must use '{}'s. | 519 |
![]() | '0x2000000020L' is a magic number. | 519 |
![]() | '36' is a magic number. | 520 |
![]() | '37' is a magic number. | 520 |
![]() | '51' is a magic number. | 522 |
![]() | 'if' construct must use '{}'s. | 523 |
![]() | '0x2000000020L' is a magic number. | 523 |
![]() | '38' is a magic number. | 524 |
![]() | '39' is a magic number. | 524 |
![]() | '}' should be on the same line. | 529 |
![]() | '{' should be on the previous line. | 531 |
![]() | '0xff' is a magic number. | 532 |
![]() | '6' is a magic number. | 532 |
![]() | '077' is a magic number. | 533 |
![]() | '{' should be on the previous line. | 535 |
![]() | '{' should be on the previous line. | 537 |
![]() | '12' is a magic number. | 538 |
![]() | 'if' construct must use '{}'s. | 539 |
![]() | '13' is a magic number. | 540 |
![]() | '26' is a magic number. | 542 |
![]() | 'if' construct must use '{}'s. | 543 |
![]() | '10' is a magic number. | 544 |
![]() | '12' is a magic number. | 544 |
![]() | '0x7fffffff' is a magic number. | 550 |
![]() | '{' should be on the previous line. | 551 |
![]() | '0x7fffffff' is a magic number. | 554 |
![]() | 'if' construct must use '{}'s. | 557 |
![]() | Inner assignments should be avoided. | 557 |
![]() | Inner assignments should be avoided. | 557 |
![]() | '55' is a magic number. | 557 |
![]() | Inner assignments should be avoided. | 557 |
![]() | '}' should be on the same line. | 559 |
![]() | 'catch' is not followed by whitespace. | 560 |
![]() | Missing a Javadoc comment. | 563 |
![]() | Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 563 |
![]() | Line has trailing spaces. | 564 |
![]() | Line has trailing spaces. | 565 |
![]() | Line has trailing spaces. | 566 |
![]() | Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 570 |
![]() | Line has trailing spaces. | 571 |
![]() | Line has trailing spaces. | 572 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 576 |
![]() | Missing a Javadoc comment. | 579 |
![]() | Name 'jjtoToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 579 |
![]() | Line has trailing spaces. | 580 |
![]() | Missing a Javadoc comment. | 582 |
![]() | Name 'jjtoSkip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 582 |
![]() | Line has trailing spaces. | 583 |
![]() | Missing a Javadoc comment. | 585 |
![]() | Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 585 |
![]() | Variable 'input_stream' must be private and have accessor methods. | 585 |
![]() | Missing a Javadoc comment. | 586 |
![]() | '55' is a magic number. | 586 |
![]() | Missing a Javadoc comment. | 587 |
![]() | '110' is a magic number. | 587 |
![]() | Missing a Javadoc comment. | 588 |
![]() | Variable 'curChar' must be private and have accessor methods. | 588 |
![]() | Parameter stream should be final. | 590 |
![]() | Expected @param tag for 'stream'. | 590 |
![]() | '{' is not preceded with whitespace. | 590 |
![]() | 'if' construct must use '{}'s. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | Parameter stream should be final. | 597 |
![]() | Expected @param tag for 'stream'. | 597 |
![]() | Parameter lexState should be final. | 597 |
![]() | Expected @param tag for 'lexState'. | 597 |
![]() | '{' is not preceded with whitespace. | 597 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 603 |
![]() | Parameter stream should be final. | 603 |
![]() | Expected @param tag for 'stream'. | 603 |
![]() | '{' should be on the previous line. | 604 |
![]() | Inner assignments should be avoided. | 605 |
![]() | Missing a Javadoc comment. | 610 |
![]() | Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
![]() | '{' should be on the previous line. | 611 |
![]() | '0x80000001' is a magic number. | 613 |
![]() | 'for' construct must use '{}'s. | 614 |
![]() | '55' is a magic number. | 614 |
![]() | '0x80000000' is a magic number. | 615 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 619 |
![]() | Parameter stream should be final. | 619 |
![]() | Expected @param tag for 'stream'. | 619 |
![]() | Parameter lexState should be final. | 619 |
![]() | Expected @param tag for 'lexState'. | 619 |
![]() | '{' should be on the previous line. | 620 |
![]() | Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 626 |
![]() | Parameter lexState should be final. | 626 |
![]() | Expected @param tag for 'lexState'. | 626 |
![]() | '{' should be on the previous line. | 627 |
![]() | 'if' construct must use '{}'s. | 628 |
![]() | Line is longer than 80 characters. | 629 |
![]() | 'else' construct must use '{}'s. | 630 |
![]() | Method 'jjFillToken' is not designed for extension - needs to be abstract, final or empty. | 634 |
![]() | Missing a Javadoc comment. | 634 |
![]() | '{' should be on the previous line. | 635 |
![]() | Avoid inline conditionals. | 643 |
![]() | Missing a Javadoc comment. | 658 |
![]() | Variable 'curLexState' must be private and have accessor methods. | 658 |
![]() | Missing a Javadoc comment. | 659 |
![]() | Variable 'defaultLexState' must be private and have accessor methods. | 659 |
![]() | Missing a Javadoc comment. | 660 |
![]() | Variable 'jjnewStateCnt' must be private and have accessor methods. | 660 |
![]() | Missing a Javadoc comment. | 661 |
![]() | Variable 'jjround' must be private and have accessor methods. | 661 |
![]() | Missing a Javadoc comment. | 662 |
![]() | Variable 'jjmatchedPos' must be private and have accessor methods. | 662 |
![]() | Missing a Javadoc comment. | 663 |
![]() | Variable 'jjmatchedKind' must be private and have accessor methods. | 663 |
![]() | Expected an @return tag. | 666 |
![]() | Line has trailing spaces. | 666 |
![]() | Method 'getNextToken' is not designed for extension - needs to be abstract, final or empty. | 666 |
![]() | '{' should be on the previous line. | 667 |
![]() | '{' should be on the previous line. | 673 |
![]() | '{' should be on the previous line. | 675 |
![]() | '}' should be on the same line. | 677 |
![]() | 'catch' is not followed by whitespace. | 678 |
![]() | '{' should be on the previous line. | 679 |
![]() | 'while' construct must use '{}'s. | 686 |
![]() | '32' is a magic number. | 686 |
![]() | '0x100003600L' is a magic number. | 686 |
![]() | '}' should be on the same line. | 688 |
![]() | '0x7fffffff' is a magic number. | 690 |
![]() | '0x7fffffff' is a magic number. | 693 |
![]() | '{' should be on the previous line. | 694 |
![]() | 'if' construct must use '{}'s. | 695 |
![]() | '6' is a magic number. | 697 |
![]() | '077' is a magic number. | 697 |
![]() | '}' should be on the same line. | 701 |
![]() | '{' should be on the previous line. | 703 |
![]() | Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 707 |
![]() | Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 |
![]() | Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
![]() | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 |
![]() | '}' should be on the same line. | 711 |
![]() | Avoid inline conditionals. | 714 |
![]() | '}' should be on the same line. | 718 |
![]() | 'else' construct must use '{}'s. | 719 |
![]() | Avoid inline conditionals. | 724 |
![]() | Line is longer than 80 characters. | 726 |
![]() | Missing a Javadoc comment. | 730 |
![]() | Parameter state should be final. | 730 |
![]() | '{' should be on the previous line. | 731 |
![]() | '{' should be on the previous line. | 733 |
![]() | Missing a Javadoc comment. | 738 |
![]() | Parameter start should be final. | 738 |
![]() | Parameter end should be final. | 738 |
![]() | '{' should be on the previous line. | 739 |
![]() | Missing a Javadoc comment. | 744 |
![]() | Parameter state1 should be final. | 744 |
![]() | Parameter state2 should be final. | 744 |
![]() | '{' should be on the previous line. | 745 |
![]() | Missing a Javadoc comment. | 750 |
![]() | Parameter start should be final. | 750 |
![]() | Parameter end should be final. | 750 |
![]() | '{' should be on the previous line. | 751 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | '{' should be on the previous line. | 11 |
![]() | Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'bufsize' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'available' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'tokenBegin' must be private and have accessor methods. | 16 |
![]() | Variable 'bufpos' must be private and have accessor methods. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'bufline' must be private and have accessor methods. | 19 |
![]() | Array brackets at illegal position. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'bufcolumn' must be private and have accessor methods. | 20 |
![]() | Array brackets at illegal position. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'column' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'line' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'prevCharIsCR' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'prevCharIsLF' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'inputStream' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'buffer' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'maxNextCharInd' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'inBuf' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'tabSize' must be private and have accessor methods. | 33 |
![]() | '8' is a magic number. | 33 |
![]() | Method 'setTabSize' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter i should be final. | 35 |
![]() | Method 'getTabSize' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter i should be final. | 36 |
![]() | Method 'ExpandBuff' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter wrapAround should be final. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '2048' is a magic number. | 41 |
![]() | Array brackets at illegal position. | 42 |
![]() | '2048' is a magic number. | 42 |
![]() | Array brackets at illegal position. | 43 |
![]() | '2048' is a magic number. | 43 |
![]() | '{' should be on the previous line. | 46 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Inner assignments should be avoided. | 61 |
![]() | '}' should be on the same line. | 62 |
![]() | '{' should be on the previous line. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Inner assignments should be avoided. | 74 |
![]() | '}' should be on the same line. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | '2048' is a magic number. | 83 |
![]() | Method 'FillBuff' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 93 |
![]() | '2048' is a magic number. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Inner assignments should be avoided. | 96 |
![]() | '}' should be on the same line. | 98 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | Inner assignments should be avoided. | 100 |
![]() | 'else' construct must use '{}'s. | 101 |
![]() | '}' should be on the same line. | 103 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | '2048' is a magic number. | 106 |
![]() | 'else' construct must use '{}'s. | 108 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Inner assignments should be avoided. | 114 |
![]() | '}' should be on the same line. | 118 |
![]() | 'else' construct must use '{}'s. | 119 |
![]() | '}' should be on the same line. | 122 |
![]() | 'catch' is not followed by whitespace. | 123 |
![]() | 'if' construct must use '{}'s. | 126 |
![]() | Expected an @return tag. | 133 |
![]() | Method 'BeginToken' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Expected @throws tag for 'java.io.IOException'. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | Method 'UpdateLineColumn' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() | Parameter c should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '{' should be on the previous line. | 147 |
![]() | Inner assignments should be avoided. | 149 |
![]() | '}' should be on the same line. | 150 |
![]() | '{' should be on the previous line. | 152 |
![]() | '{' should be on the previous line. | 155 |
![]() | '}' should be on the same line. | 157 |
![]() | 'else' construct must use '{}'s. | 158 |
![]() | Inner assignments should be avoided. | 159 |
![]() | '{' should be on the previous line. | 163 |
![]() | Expected an @return tag. | 183 |
![]() | Method 'readChar' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Expected @throws tag for 'java.io.IOException'. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | '{' should be on the previous line. | 186 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | Method 'getColumn' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Method 'getLine' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Expected an @return tag. | 225 |
![]() | Method 'getEndColumn' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Expected an @return tag. | 230 |
![]() | Method 'getEndLine' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Expected an @return tag. | 235 |
![]() | Method 'getBeginColumn' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Expected an @return tag. | 240 |
![]() | Method 'getBeginLine' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Method 'backup' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Parameter amount should be final. | 245 |
![]() | Expected @param tag for 'amount'. | 245 |
![]() | 'if' construct must use '{}'s. | 248 |
![]() | Inner assignments should be avoided. | 248 |
![]() | Parameter dstream should be final. | 253 |
![]() | Expected @param tag for 'dstream'. | 253 |
![]() | Parameter startline should be final. | 253 |
![]() | Expected @param tag for 'startline'. | 253 |
![]() | Parameter startcolumn should be final. | 254 |
![]() | Expected @param tag for 'startcolumn'. | 254 |
![]() | Parameter buffersize should be final. | 254 |
![]() | Expected @param tag for 'buffersize'. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | Inner assignments should be avoided. | 260 |
![]() | Parameter dstream should be final. | 267 |
![]() | Expected @param tag for 'dstream'. | 267 |
![]() | Parameter startline should be final. | 267 |
![]() | Expected @param tag for 'startline'. | 267 |
![]() | Parameter startcolumn should be final. | 268 |
![]() | Expected @param tag for 'startcolumn'. | 268 |
![]() | '{' should be on the previous line. | 269 |
![]() | '4096' is a magic number. | 270 |
![]() | Parameter dstream should be final. | 274 |
![]() | Expected @param tag for 'dstream'. | 274 |
![]() | '{' should be on the previous line. | 275 |
![]() | '4096' is a magic number. | 276 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
![]() | Parameter dstream should be final. | 280 |
![]() | Expected @param tag for 'dstream'. | 280 |
![]() | Parameter startline should be final. | 280 |
![]() | Expected @param tag for 'startline'. | 280 |
![]() | Parameter startcolumn should be final. | 281 |
![]() | Expected @param tag for 'startcolumn'. | 281 |
![]() | Parameter buffersize should be final. | 281 |
![]() | Expected @param tag for 'buffersize'. | 281 |
![]() | '{' should be on the previous line. | 282 |
![]() | '{' should be on the previous line. | 288 |
![]() | Inner assignments should be avoided. | 289 |
![]() | Inner assignments should be avoided. | 294 |
![]() | Inner assignments should be avoided. | 295 |
![]() | Inner assignments should be avoided. | 295 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() | Parameter dstream should be final. | 300 |
![]() | Expected @param tag for 'dstream'. | 300 |
![]() | Parameter startline should be final. | 300 |
![]() | Expected @param tag for 'startline'. | 300 |
![]() | Parameter startcolumn should be final. | 301 |
![]() | Expected @param tag for 'startcolumn'. | 301 |
![]() | '{' should be on the previous line. | 302 |
![]() | '4096' is a magic number. | 303 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 |
![]() | Parameter dstream should be final. | 307 |
![]() | Expected @param tag for 'dstream'. | 307 |
![]() | '{' should be on the previous line. | 308 |
![]() | '4096' is a magic number. | 309 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Parameter dstream should be final. | 312 |
![]() | Expected @param tag for 'dstream'. | 312 |
![]() | Parameter encoding should be final. | 312 |
![]() | Expected @param tag for 'encoding'. | 312 |
![]() | Parameter startline should be final. | 312 |
![]() | Expected @param tag for 'startline'. | 312 |
![]() | Parameter startcolumn should be final. | 313 |
![]() | Expected @param tag for 'startcolumn'. | 313 |
![]() | Parameter buffersize should be final. | 313 |
![]() | Expected @param tag for 'buffersize'. | 313 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Avoid inline conditionals. | 315 |
![]() | Parameter dstream should be final. | 319 |
![]() | Expected @param tag for 'dstream'. | 319 |
![]() | Parameter startline should be final. | 319 |
![]() | Expected @param tag for 'startline'. | 319 |
![]() | Parameter startcolumn should be final. | 320 |
![]() | Expected @param tag for 'startcolumn'. | 320 |
![]() | Parameter buffersize should be final. | 320 |
![]() | Expected @param tag for 'buffersize'. | 320 |
![]() | '{' should be on the previous line. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Parameter dstream should be final. | 326 |
![]() | Expected @param tag for 'dstream'. | 326 |
![]() | Parameter encoding should be final. | 326 |
![]() | Expected @param tag for 'encoding'. | 326 |
![]() | Parameter startline should be final. | 326 |
![]() | Expected @param tag for 'startline'. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Parameter startcolumn should be final. | 327 |
![]() | Expected @param tag for 'startcolumn'. | 327 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 327 |
![]() | '4096' is a magic number. | 329 |
![]() | Parameter dstream should be final. | 333 |
![]() | Expected @param tag for 'dstream'. | 333 |
![]() | Parameter startline should be final. | 333 |
![]() | Expected @param tag for 'startline'. | 333 |
![]() | Parameter startcolumn should be final. | 334 |
![]() | Expected @param tag for 'startcolumn'. | 334 |
![]() | '{' should be on the previous line. | 335 |
![]() | '4096' is a magic number. | 336 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Parameter dstream should be final. | 340 |
![]() | Expected @param tag for 'dstream'. | 340 |
![]() | Parameter encoding should be final. | 340 |
![]() | Expected @param tag for 'encoding'. | 340 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 340 |
![]() | '4096' is a magic number. | 342 |
![]() | Parameter dstream should be final. | 346 |
![]() | Expected @param tag for 'dstream'. | 346 |
![]() | '{' should be on the previous line. | 347 |
![]() | '4096' is a magic number. | 348 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 |
![]() | Parameter dstream should be final. | 352 |
![]() | Expected @param tag for 'dstream'. | 352 |
![]() | Parameter encoding should be final. | 352 |
![]() | Expected @param tag for 'encoding'. | 352 |
![]() | Parameter startline should be final. | 352 |
![]() | Expected @param tag for 'startline'. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Parameter startcolumn should be final. | 353 |
![]() | Expected @param tag for 'startcolumn'. | 353 |
![]() | Parameter buffersize should be final. | 353 |
![]() | Expected @param tag for 'buffersize'. | 353 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 353 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Avoid inline conditionals. | 355 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 |
![]() | Parameter dstream should be final. | 359 |
![]() | Expected @param tag for 'dstream'. | 359 |
![]() | Parameter startline should be final. | 359 |
![]() | Expected @param tag for 'startline'. | 359 |
![]() | Parameter startcolumn should be final. | 360 |
![]() | Expected @param tag for 'startcolumn'. | 360 |
![]() | Parameter buffersize should be final. | 360 |
![]() | Expected @param tag for 'buffersize'. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
![]() | Parameter dstream should be final. | 366 |
![]() | Expected @param tag for 'dstream'. | 366 |
![]() | Parameter encoding should be final. | 366 |
![]() | Expected @param tag for 'encoding'. | 366 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 366 |
![]() | '4096' is a magic number. | 368 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
![]() | Parameter dstream should be final. | 372 |
![]() | Expected @param tag for 'dstream'. | 372 |
![]() | '{' should be on the previous line. | 373 |
![]() | '4096' is a magic number. | 374 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 |
![]() | Parameter dstream should be final. | 377 |
![]() | Expected @param tag for 'dstream'. | 377 |
![]() | Parameter encoding should be final. | 377 |
![]() | Expected @param tag for 'encoding'. | 377 |
![]() | Parameter startline should be final. | 377 |
![]() | Expected @param tag for 'startline'. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Parameter startcolumn should be final. | 378 |
![]() | Expected @param tag for 'startcolumn'. | 378 |
![]() | Expected @throws tag for 'java.io.UnsupportedEncodingException'. | 378 |
![]() | '4096' is a magic number. | 380 |
![]() | Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 |
![]() | Parameter dstream should be final. | 383 |
![]() | Expected @param tag for 'dstream'. | 383 |
![]() | Parameter startline should be final. | 383 |
![]() | Expected @param tag for 'startline'. | 383 |
![]() | Parameter startcolumn should be final. | 384 |
![]() | Expected @param tag for 'startcolumn'. | 384 |
![]() | '{' should be on the previous line. | 385 |
![]() | '4096' is a magic number. | 386 |
![]() | Expected an @return tag. | 389 |
![]() | Method 'GetImage' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
![]() | '{' should be on the previous line. | 390 |
![]() | 'if' construct must use '{}'s. | 391 |
![]() | 'else' construct must use '{}'s. | 393 |
![]() | '+' should be on a new line. | 394 |
![]() | Expected an @return tag. | 399 |
![]() | Method 'GetSuffix' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() | Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 |
![]() | Parameter len should be final. | 399 |
![]() | Expected @param tag for 'len'. | 399 |
![]() | '{' should be on the previous line. | 400 |
![]() | 'if' construct must use '{}'s. | 403 |
![]() | '{' should be on the previous line. | 406 |
![]() | Method 'Done' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 416 |
![]() | '{' should be on the previous line. | 417 |
![]() | Method 'adjustBeginLineColumn' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() | Parameter newLine should be final. | 426 |
![]() | Expected @param tag for 'newLine'. | 426 |
![]() | Parameter newCol should be final. | 426 |
![]() | Expected @param tag for 'newCol'. | 426 |
![]() | '{' should be on the previous line. | 427 |
![]() | '{' should be on the previous line. | 432 |
![]() | '}' should be on the same line. | 434 |
![]() | '{' should be on the previous line. | 436 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Inner assignments should be avoided. | 443 |
![]() | Inner assignments should be avoided. | 443 |
![]() | '{' should be on the previous line. | 453 |
![]() | '{' should be on the previous line. | 458 |
![]() | 'if' construct must use '{}'s. | 459 |
![]() | Inner assignments should be avoided. | 459 |
![]() | 'else' construct must use '{}'s. | 461 |
![]() | Line is longer than 80 characters. | 471 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 2 |
![]() | Variable 'kind' must be private and have accessor methods. | 23 |
![]() | Variable 'beginLine' must be private and have accessor methods. | 26 |
![]() | Variable 'beginColumn' must be private and have accessor methods. | 28 |
![]() | Variable 'endLine' must be private and have accessor methods. | 30 |
![]() | Variable 'endColumn' must be private and have accessor methods. | 32 |
![]() | Variable 'image' must be private and have accessor methods. | 37 |
![]() | Variable 'next' must be private and have accessor methods. | 47 |
![]() | Variable 'specialToken' must be private and have accessor methods. | 61 |
![]() | Expected an @return tag. | 71 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | First sentence should end with a period. | 75 |
![]() | '{' is not followed by whitespace. | 78 |
![]() | '}' is not preceded with whitespace. | 78 |
![]() | Parameter kind should be final. | 83 |
![]() | 'kind' hides a field. | 83 |
![]() | Expected @param tag for 'kind'. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | Parameter kind should be final. | 91 |
![]() | 'kind' hides a field. | 91 |
![]() | Expected @param tag for 'kind'. | 91 |
![]() | Parameter image should be final. | 91 |
![]() | 'image' hides a field. | 91 |
![]() | Expected @param tag for 'image'. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Expected an @return tag. | 100 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Expected an @return tag. | 117 |
![]() | Parameter ofKind should be final. | 117 |
![]() | Expected @param tag for 'ofKind'. | 117 |
![]() | Parameter image should be final. | 117 |
![]() | Expected @param tag for 'image'. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 120 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter ofKind should be final. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | Line is longer than 80 characters. | 131 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 7 |
![]() | Variable 'errorCode' must be private and have accessor methods. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | Expected an @return tag. | 50 |
![]() | Parameter str should be final. | 50 |
![]() | Expected @param tag for 'str'. | 50 |
![]() | '{' should be on the previous line. | 55 |
![]() | Inner assignments should be avoided. | 83 |
![]() | '0x20' is a magic number. | 83 |
![]() | '0x7e' is a magic number. | 83 |
![]() | '16' is a magic number. | 84 |
![]() | '4' is a magic number. | 85 |
![]() | Expected an @return tag. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() | Parameter EOFSeen should be final. | 107 |
![]() | Expected @param tag for 'EOFSeen'. | 107 |
![]() | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() | Parameter lexState should be final. | 107 |
![]() | Expected @param tag for 'lexState'. | 107 |
![]() | Parameter errorLine should be final. | 107 |
![]() | Expected @param tag for 'errorLine'. | 107 |
![]() | Parameter errorColumn should be final. | 107 |
![]() | Expected @param tag for 'errorColumn'. | 107 |
![]() | Parameter errorAfter should be final. | 107 |
![]() | Expected @param tag for 'errorAfter'. | 107 |
![]() | Parameter curChar should be final. | 107 |
![]() | Expected @param tag for 'curChar'. | 107 |
![]() | 'return' is not followed by whitespace. | 108 |
![]() | '+' should be on a new line. | 108 |
![]() | '+' should be on a new line. | 109 |
![]() | '+' should be on a new line. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Avoid inline conditionals. | 111 |
![]() | 'cast' is not followed by whitespace. | 111 |
![]() | '+' should be on a new line. | 111 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Expected an @return tag. | 124 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter message should be final. | 137 |
![]() | Expected @param tag for 'message'. | 137 |
![]() | Parameter reason should be final. | 137 |
![]() | Expected @param tag for 'reason'. | 137 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Parameter EOFSeen should be final. | 143 |
![]() | Expected @param tag for 'EOFSeen'. | 143 |
![]() | Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() | Parameter lexState should be final. | 143 |
![]() | Expected @param tag for 'lexState'. | 143 |
![]() | Parameter errorLine should be final. | 143 |
![]() | Expected @param tag for 'errorLine'. | 143 |
![]() | Parameter errorColumn should be final. | 143 |
![]() | Expected @param tag for 'errorColumn'. | 143 |
![]() | Parameter errorAfter should be final. | 143 |
![]() | Expected @param tag for 'errorAfter'. | 143 |
![]() | Parameter curChar should be final. | 143 |
![]() | Expected @param tag for 'curChar'. | 143 |
![]() | Parameter reason should be final. | 143 |
![]() | Expected @param tag for 'reason'. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Type Javadoc comment is missing an @param <EXECUTOR> tag. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter plan should be final. | 39 |
![]() | 'plan' hides a field. | 39 |
![]() | Parameter executor should be final. | 39 |
![]() | 'executor' hides a field. | 39 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Expected @throws tag for 'MissingRootException'. | 48 |
![]() | Redundant throws: 'MissingRootException' is unchecked exception. | 48 |
![]() | Expected @throws tag for 'NoEligibleElementException'. | 48 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'selectCall' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter node should be final. | 64 |
![]() | Expected @throws tag for 'NoEligibleElementException'. | 64 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Method 'getSelectedElement' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter node should be final. | 82 |
![]() | Expected @throws tag for 'NoEligibleElementException'. | 82 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Method 'executeCall' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter call should be final. | 104 |
![]() | Line has trailing spaces. | 112 |
![]() | Comment matches to-do format 'TODO:'. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Line has trailing spaces. | 145 |
![]() | Parameter call should be final. | 150 |
![]() | Parameter ctx should be final. | 150 |
![]() | 'ctx' hides a field. | 150 |
![]() | Expected @param tag for 'ctx'. | 150 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Type Javadoc comment is missing an @param <AGENT> tag. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'bot' must be private and have accessor methods. | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Parameter name should be final. | 68 |
![]() | 'name' hides a field. | 68 |
![]() | Parameter bot should be final. | 68 |
![]() | 'bot' hides a field. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Array brackets at illegal position. | 97 |
![]() | Line has trailing spaces. | 113 |
![]() | Method 'getSenses' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Array brackets at illegal position. | 122 |
![]() | Method 'doNothing' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '50' is a magic number. | 140 |
![]() | Must have at least one statement. | 141 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Method 'succeed' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Line has trailing spaces. | 163 |
![]() | Line has trailing spaces. | 165 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line has trailing spaces. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line has trailing spaces. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Expected an @return tag. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Method 'getBot' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Line contains a tab character. | 183 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 8 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | First sentence should end with a period. | 12 |
![]() | Line contains a tab character. | 12 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Comment matches to-do format 'TODO:'. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.IAction. | 3 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.ISense. | 4 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Type Javadoc comment is missing an @param <AGENT> tag. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'name' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'bot' must be private and have accessor methods. | 15 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Parameter name should be final. | 23 |
![]() | 'name' hides a field. | 23 |
![]() | Parameter bot should be final. | 23 |
![]() | 'bot' hides a field. | 23 |
![]() | Method 'getBot' is not designed for extension - needs to be abstract, final or empty. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Line contains a tab character. | 5 |
![]() | Line contains a tab character. | 9 |
![]() | Redundant 'public' modifier. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | First sentence should end with a period. | 33 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Variable 'params' must be private and have accessor methods. | 51 |
![]() | Name 'apName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | First sentence should end with a period. | 56 |
![]() | Name 'apComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Name 'apParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Parameter name should be final. | 77 |
![]() | 'name' hides a field. | 77 |
![]() | Parameter params should be final. | 77 |
![]() | 'params' hides a field. | 77 |
![]() | Parameter ap should be final. | 77 |
![]() | Parameter comment should be final. | 77 |
![]() | 'comment' hides a field. | 77 |
![]() | Parameter action should be final. | 98 |
![]() | Expected @throws tag for 'CycleException'. | 98 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Parameter index should be final. | 110 |
![]() | Parameter action should be final. | 110 |
![]() | Expected @throws tag for 'CycleException'. | 110 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Parameter name should be final. | 167 |
![]() | 'name' hides a field. | 167 |
![]() | Expected @throws tag for 'InvalidNameException'. | 167 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 167 |
![]() | Expected @throws tag for 'CycleException'. | 167 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Parameter newIndex should be final. | 201 |
![]() | Parameter child should be final. | 201 |
![]() | Parameter action should be final. | 216 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Expected an @return tag. | 261 |
![]() | First sentence should end with a period. | 266 |
![]() | Parameter newComment should be final. | 272 |
![]() | Expected @param tag for 'newComment'. | 272 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Parameter newParams should be final. | 285 |
![]() | Expected @throws tag for 'MissingParameterException'. | 285 |
![]() | Line has trailing spaces. | 286 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Parameter newAPName should be final. | 313 |
![]() | Expected @throws tag for 'InvalidNameException'. | 313 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 313 |
![]() | Expected @throws tag for 'CycleException'. | 313 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line has trailing spaces. | 318 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line has trailing spaces. | 321 |
![]() | Comment matches to-do format 'TODO:'. | 329 |
![]() | Line has trailing spaces. | 333 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Line has trailing spaces. | 11 |
![]() | Line contains a tab character. | 11 |
![]() | First sentence should end with a period. | 12 |
![]() | Line contains a tab character. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | First sentence should end with a period. | 17 |
![]() | Name 'adName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter name should be final. | 30 |
![]() | 'name' hides a field. | 30 |
![]() | Parameter parameters should be final. | 30 |
![]() | 'parameters' hides a field. | 30 |
![]() | Parameter exitCondition should be final. | 30 |
![]() | 'exitCondition' hides a field. | 30 |
![]() | Parameter adoptedElement should be final. | 30 |
![]() | 'adoptedElement' hides a field. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter parameters should be final. | 44 |
![]() | 'parameters' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter name should be final. | 53 |
![]() | 'name' hides a field. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'addCondition' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter sense should be final. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getExitCondition' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'getAdoptedElement' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'setAdoptedElement' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter adoptedElement should be final. | 91 |
![]() | 'adoptedElement' hides a field. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'getDataFlavor' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'getChildDataNodes' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Comment matches to-do format 'TODO:'. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'moveChild' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Parameter newIndex should be final. | 107 |
![]() | Parameter child should be final. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 109 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.IAction. | 3 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 21 |
![]() | Comment matches to-do format 'TODO:'. | 22 |
![]() | Comment matches to-do format 'TODO:'. | 23 |
![]() | Comment matches to-do format 'TODO:'. | 24 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'private' modifier out of order with the JLS suggestions. | 34 |
![]() | Parameter parameterName should be final. | 41 |
![]() | 'parameterName' hides a field. | 41 |
![]() | Expected @param tag for 'parameterName'. | 41 |
![]() | Expected an @return tag. | 50 |
![]() | Method 'getParameterName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'variableName' must be private and have accessor methods. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter index should be final. | 78 |
![]() | Parameter variableName should be final. | 78 |
![]() | 'variableName' hides a field. | 78 |
![]() | Parameter parameterName should be final. | 90 |
![]() | Parameter variableName should be final. | 90 |
![]() | 'variableName' hides a field. | 90 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter sequenceNumber should be final. | 135 |
![]() | Parameter value should be final. | 135 |
![]() | 'value' hides a field. | 135 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter parameterName should be final. | 140 |
![]() | Parameter value should be final. | 140 |
![]() | 'value' hides a field. | 140 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter parameters should be final. | 183 |
![]() | 'parameters' hides a field. | 183 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter index should be final. | 192 |
![]() | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Method 'addFormal' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter element should be final. | 201 |
![]() | Parameter formalParams should be final. | 201 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Line is longer than 80 characters. | 231 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.sposh.exceptions.*. | 3 |
![]() | Line is longer than 80 characters. | 12 |
![]() | First sentence should end with a period. | 30 |
![]() | First sentence should end with a period. | 34 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | First sentence should end with a period. | 42 |
![]() | Line is longer than 80 characters. | 45 |
![]() | First sentence should end with a period. | 46 |
![]() | Name 'cnName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | First sentence should end with a period. | 50 |
![]() | Name 'cnParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | First sentence should end with a period. | 54 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Unused @throws tag for 'FubarException'. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Parameter name should be final. | 68 |
![]() | 'name' hides a field. | 68 |
![]() | Parameter params should be final. | 68 |
![]() | 'params' hides a field. | 68 |
![]() | Expected @param tag for 'params'. | 68 |
![]() | Parameter elements should be final. | 68 |
![]() | 'elements' hides a field. | 68 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 68 |
![]() | Parameter name should be final. | 83 |
![]() | 'name' hides a field. | 83 |
![]() | Parameter params should be final. | 83 |
![]() | 'params' hides a field. | 83 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Parameter choice should be final. | 96 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 96 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Parameter index should be final. | 107 |
![]() | Parameter choice should be final. | 107 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Expected an @return tag. | 126 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | 'name' hides a field. | 159 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 159 |
![]() | Expected @throws tag for 'CycleException'. | 159 |
![]() | Expected @throws tag for 'InvalidNameException'. | 159 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 180 |
![]() | First sentence should end with a period. | 185 |
![]() | Parameter newIndex should be final. | 196 |
![]() | Parameter child should be final. | 196 |
![]() | 'cast' is not followed by whitespace. | 198 |
![]() | Parameter element should be final. | 212 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line has trailing spaces. | 227 |
![]() | Expected an @return tag. | 239 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter newParams should be final. | 243 |
![]() | Line has trailing spaces. | 244 |
![]() | Line has trailing spaces. | 259 |
![]() | Line has trailing spaces. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.exceptions.UnexpectedElementException. | 5 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Name 'ceName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Name 'ceRetries' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Name 'ceComment' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Parameter name should be final. | 82 |
![]() | 'name' hides a field. | 82 |
![]() | Parameter triggerSenses should be final. | 82 |
![]() | Parameter actionCall should be final. | 82 |
![]() | Parameter retries should be final. | 82 |
![]() | 'retries' hides a field. | 82 |
![]() | Expected @param tag for 'retries'. | 82 |
![]() | Parameter comment should be final. | 82 |
![]() | 'comment' hides a field. | 82 |
![]() | Expected @param tag for 'comment'. | 82 |
![]() | Expected an @return tag. | 103 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | 'name' hides a field. | 159 |
![]() | Expected @throws tag for 'InvalidNameException'. | 159 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 159 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line has trailing spaces. | 168 |
![]() | Parameter newIndex should be final. | 176 |
![]() | Parameter child should be final. | 176 |
![]() | 'cast' is not followed by whitespace. | 178 |
![]() | Expected an @return tag. | 195 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Parameter newRetries should be final. | 207 |
![]() | Parameter newComment should be final. | 233 |
Violation | Message | Line |
---|---|---|
![]() | Unclosed HTML tag found: <b>How does it work?<b> Fact: Engine remembers which node of | 23 |
![]() | Line is longer than 80 characters. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Name 'dcName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | First sentence should end with a period. | 71 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Parameter name should be final. | 82 |
![]() | 'name' hides a field. | 82 |
![]() | Parameter drive should be final. | 95 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter index should be final. | 100 |
![]() | Parameter drive should be final. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line has trailing spaces. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line has trailing spaces. | 155 |
![]() | Line has trailing spaces. | 160 |
![]() | First sentence should end with a period. | 185 |
![]() | Parameter newName should be final. | 202 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Parameter newIndex should be final. | 214 |
![]() | Parameter child should be final. | 214 |
![]() | 'cast' is not followed by whitespace. | 216 |
![]() | Parameter drive should be final. | 231 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line has trailing spaces. | 246 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.PoshEngine. | 3 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 43 |
![]() | First sentence should end with a period. | 63 |
![]() | Name 'deName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | First sentence should end with a period. | 67 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | First sentence should end with a period. | 72 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter name should be final. | 80 |
![]() | 'name' hides a field. | 80 |
![]() | Parameter triggerSenses should be final. | 80 |
![]() | Parameter actionCall should be final. | 80 |
![]() | Parameter freq should be final. | 80 |
![]() | 'freq' hides a field. | 80 |
![]() | Expected @param tag for 'freq'. | 80 |
![]() | Parameter comment should be final. | 80 |
![]() | 'comment' hides a field. | 80 |
![]() | Expected @param tag for 'comment'. | 80 |
![]() | Expected an @return tag. | 102 |
![]() | Method 'getTrigger' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'getAction' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Method 'getChildDataNodes' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Method 'setDriveName' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter newName should be final. | 155 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 155 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line has trailing spaces. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Method 'moveChild' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Parameter newIndex should be final. | 175 |
![]() | Parameter child should be final. | 175 |
![]() | Method 'getDataFlavor' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Method 'getFreq' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 204 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | 'public' modifier out of order with the JLS suggestions. | 15 |
![]() | Parameter parameters should be final. | 21 |
![]() | 'parameters' hides a field. | 21 |
![]() | Expected @param tag for 'parameters'. | 21 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | 'public' modifier out of order with the JLS suggestions. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter name should be final. | 47 |
![]() | 'name' hides a field. | 47 |
![]() | Parameter defaultValue should be final. | 47 |
![]() | 'defaultValue' hides a field. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Unused Javadoc tag. | 71 |
![]() | Parameter defaultValue should be final. | 73 |
![]() | 'defaultValue' hides a field. | 73 |
![]() | Expected @param tag for 'defaultValue'. | 73 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter index should be final. | 89 |
![]() | Parameter index should be final. | 99 |
![]() | Parameter element should be final. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Parameter index should be final. | 109 |
![]() | Parameter element should be final. | 109 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Parameter index should be final. | 120 |
![]() | Parameter variableName should be final. | 130 |
![]() | '=' is not preceded with whitespace. | 144 |
![]() | '=' is not followed by whitespace. | 144 |
![]() | '<' is not preceded with whitespace. | 144 |
![]() | '<' is not followed by whitespace. | 144 |
![]() | ';' is not followed by whitespace. | 144 |
![]() | '==' is not preceded with whitespace. | 146 |
![]() | '==' is not followed by whitespace. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Name 'INFINITE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() | Variable 'INFINITE' must be private and have accessor methods. | 15 |
![]() | Parameter freq1 should be final. | 24 |
![]() | Expected @param tag for 'freq1'. | 24 |
![]() | Parameter freq2 should be final. | 24 |
![]() | Expected @param tag for 'freq2'. | 24 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter freq1 should be final. | 34 |
![]() | Parameter freq2 should be final. | 34 |
![]() | First sentence should end with a period. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter name should be final. | 54 |
![]() | 'name' hides a field. | 54 |
![]() | Parameter id should be final. | 54 |
![]() | 'id' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter count should be final. | 78 |
![]() | Parameter units should be final. | 78 |
![]() | 'units' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter original should be final. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter units should be final. | 100 |
![]() | 'units' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getAmmount' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setAmmount' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter ammount should be final. | 108 |
![]() | 'ammount' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | First sentence should end with a period. | 112 |
![]() | Method 'tick' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '3600000L' is a magic number. | 119 |
![]() | '60000L' is a magic number. | 121 |
![]() | '1000L' is a magic number. | 123 |
![]() | '1000L' is a magic number. | 125 |
![]() | '60000' is a magic number. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 18 |
![]() | Name 'DEFAULT_ACTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Variable 'DEFAULT_ACTION' must be private and have accessor methods. | 24 |
![]() | Name 'DEFAULT_TRIGGER_SENSE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
![]() | Variable 'DEFAULT_TRIGGER_SENSE' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'DEFAULT_DRIVE_COLLECTION_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Variable 'DEFAULT_DRIVE_COLLECTION_NAME' must be private and have accessor methods. | 30 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Parameter name should be final. | 40 |
![]() | Parameter choices should be final. | 40 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Expected an @return tag. | 55 |
![]() | Parameter driveName should be final. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Expected an @return tag. | 65 |
![]() | Parameter name should be final. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Parameter name should be final. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Parameter name should be final. | 85 |
![]() | Expected an @return tag. | 92 |
![]() | Parameter name should be final. | 102 |
![]() | Expected an @return tag. | 109 |
![]() | Parameter call should be final. | 109 |
![]() | Expected @param tag for 'call'. | 109 |
![]() | Parameter name should be final. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Parameter name should be final. | 131 |
![]() | Parameter actions should be final. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Parameter name should be final. | 142 |
![]() | Parameter params should be final. | 142 |
![]() | Expected @param tag for 'params'. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | First sentence should end with a period. | 146 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Parameter name should be final. | 154 |
![]() | Parameter params should be final. | 154 |
![]() | Parameter actions should be final. | 154 |
![]() | Parameter ap should be final. | 165 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Parameter c should be final. | 184 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter drive should be final. | 196 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | First sentence should end with a period. | 208 |
![]() | Expected an @return tag. | 214 |
![]() | Parameter sense should be final. | 214 |
![]() | Expected @param tag for 'sense'. | 214 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Expected an @return tag. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Parameter driveCollectionName should be final. | 244 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Parameter name should be final. | 248 |
![]() | Parameter triggerSenses should be final. | 248 |
![]() | Parameter actionName should be final. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | First sentence should end with a period. | 252 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Parameter name should be final. | 263 |
![]() | Parameter triggerSenses should be final. | 263 |
![]() | Parameter actionCall should be final. | 263 |
![]() | Parameter freq should be final. | 263 |
![]() | Parameter comment should be final. | 263 |
![]() | First sentence should end with a period. | 267 |
![]() | Parameter dcName should be final. | 273 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Expected an @return tag. | 281 |
![]() | Expected an @return tag. | 292 |
![]() | Parameter original should be final. | 292 |
![]() | Expected @param tag for 'original'. | 292 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Type Javadoc comment is missing an @param <PARENT> tag. | 9 |
![]() | Type Javadoc comment is missing an @param <THIS> tag. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | Type Javadoc comment is missing an @param <PARENT> tag. | 12 |
![]() | Type Javadoc comment is missing an @param <THIS> tag. | 12 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'moveChildInList' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Expected @param tag for '<T>'. | 35 |
![]() | Parameter list should be final. | 35 |
![]() | Expected @param tag for 'list'. | 35 |
![]() | Parameter child should be final. | 35 |
![]() | Expected @param tag for 'child'. | 35 |
![]() | Parameter newIndex should be final. | 35 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter name should be final. | 59 |
![]() | Parameter elements should be final. | 59 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Parameter template should be final. | 77 |
![]() | Parameter elements should be final. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Unused Javadoc tag. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Type Javadoc comment is missing an @param <PARENT> tag. | 41 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 41 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | First sentence should end with a period. | 54 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Parameter listener should be final. | 71 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Parameter listener should be final. | 82 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Parameter name should be final. | 93 |
![]() | Parameter o should be final. | 93 |
![]() | Parameter n should be final. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Method 'getNumberOfChildInstances' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter searchedClass should be final. | 107 |
![]() | Parameter emitedChild should be final. | 139 |
![]() | Expected @param tag for 'emitedChild'. | 139 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Parameter childNode should be final. | 153 |
![]() | Expected @param tag for 'childNode'. | 153 |
![]() | Parameter oldIndex should be final. | 153 |
![]() | Expected @param tag for 'oldIndex'. | 153 |
![]() | Parameter newIndex should be final. | 153 |
![]() | Expected @param tag for 'newIndex'. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Parameter child should be final. | 165 |
![]() | Expected @param tag for 'child'. | 165 |
![]() | Parameter removedChildPosition should be final. | 165 |
![]() | Expected @param tag for 'removedChildPosition'. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Parameter parent should be final. | 179 |
![]() | 'parent' hides a field. | 179 |
![]() | Expected @param tag for 'parent'. | 179 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Expected @param tag for 'newIndex'. | 214 |
![]() | Expected @param tag for 'child'. | 214 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.awt.Desktop. | 3 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Parameter driveCollectionName should be final. | 81 |
![]() | Line has trailing spaces. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter c should be final. | 107 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter ap should be final. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 169 |
![]() | Line has trailing spaces. | 173 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 196 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Parameter trigger should be final. | 206 |
![]() | Parameter senseNames should be final. | 206 |
![]() | Parameter name should be final. | 218 |
![]() | 'name' hides a field. | 218 |
![]() | Parameter name should be final. | 228 |
![]() | 'name' hides a field. | 228 |
![]() | Parameter name should be final. | 243 |
![]() | 'name' hides a field. | 243 |
![]() | Parameter name should be final. | 253 |
![]() | 'name' hides a field. | 253 |
![]() | Line has trailing spaces. | 261 |
![]() | Parameter name should be final. | 268 |
![]() | 'name' hides a field. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line has trailing spaces. | 271 |
![]() | Parameter name should be final. | 278 |
![]() | 'name' hides a field. | 278 |
![]() | Parameter testedName should be final. | 295 |
![]() | First sentence should end with a period. | 299 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Parameter competence should be final. | 304 |
![]() | Expected @param tag for 'competence'. | 304 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 304 |
![]() | Expected @throws tag for 'CycleException'. | 304 |
![]() | Line has trailing spaces. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter adopt should be final. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Parameter name should be final. | 357 |
![]() | 'name' hides a field. | 357 |
![]() | Line has trailing spaces. | 367 |
![]() | Line has trailing spaces. | 368 |
![]() | Parameter author should be final. | 381 |
![]() | 'author' hides a field. | 381 |
![]() | Line has trailing spaces. | 391 |
![]() | Line has trailing spaces. | 401 |
![]() | Parameter info should be final. | 405 |
![]() | 'info' hides a field. | 405 |
![]() | First sentence should end with a period. | 423 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Parameter actionPattern should be final. | 428 |
![]() | Expected @param tag for 'actionPattern'. | 428 |
![]() | Expected @throws tag for 'DuplicateNameException'. | 428 |
![]() | Expected @throws tag for 'CycleException'. | 428 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Line has trailing spaces. | 456 |
![]() | Expected an @return tag. | 469 |
![]() | Parameter apNode should be final. | 506 |
![]() | Parameter set should be final. | 506 |
![]() | Inner assignments should be avoided. | 514 |
![]() | Inner assignments should be avoided. | 521 |
![]() | Parameter compNode should be final. | 544 |
![]() | Parameter set should be final. | 544 |
![]() | Inner assignments should be avoided. | 555 |
![]() | Inner assignments should be avoided. | 562 |
![]() | Expected an @return tag. | 575 |
![]() | Parameter newIndex should be final. | 615 |
![]() | Parameter child should be final. | 615 |
![]() | Parameter removeCompetence should be final. | 637 |
![]() | Line has trailing spaces. | 641 |
![]() | Parameter ap should be final. | 654 |
![]() | Line has trailing spaces. | 658 |
![]() | Parameter other should be final. | 672 |
![]() | Line has trailing spaces. | 690 |
![]() | Line is longer than 80 characters. | 690 |
![]() | Line has trailing spaces. | 691 |
![]() | Line is longer than 80 characters. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | Line is longer than 80 characters. | 694 |
![]() | Line has trailing spaces. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | Line has trailing spaces. | 702 |
![]() | Line has trailing spaces. | 707 |
![]() | Line has trailing spaces. | 711 |
![]() | Line has trailing spaces. | 713 |
![]() | Line is longer than 80 characters. | 724 |
![]() | Line is longer than 80 characters. | 726 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Unclosed HTML tag found: <ul> | 5 |
![]() | Line contains a tab character. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line contains a tab character. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | First sentence should end with a period. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Parameter name should be final. | 20 |
![]() | 'name' hides a field. | 20 |
![]() | Expected @param tag for 'name'. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 29 |
![]() | Parameter original should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter name should be final. | 34 |
![]() | 'name' hides a field. | 34 |
![]() | Parameter parameters should be final. | 34 |
![]() | 'parameters' hides a field. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.logging.Level. | 5 |
![]() | Unused import - java.util.logging.Logger. | 6 |
![]() | Utility classes should not have a public or default constructor. | 12 |
![]() | Line has trailing spaces. | 21 |
![]() | Parameter value should be final. | 25 |
![]() | Expected @param tag for 'value'. | 25 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Expected an @return tag. | 45 |
![]() | Parameter value should be final. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter value should be final. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter value should be final. | 53 |
![]() | Parameter value should be final. | 63 |
![]() | Parameter value should be final. | 72 |
![]() | Parameter valueString should be final. | 89 |
![]() | Expected @throws tag for 'ParseException'. | 89 |
![]() | Comment matches to-do format 'TODO:'. | 90 |
![]() | Must have at least one statement. | 107 |
![]() | Must have at least one statement. | 112 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | First sentence should end with a period. | 126 |
![]() | Parameter value should be final. | 132 |
![]() | Expected @param tag for 'value'. | 132 |
![]() | 'if' construct must use '{}'s. | 133 |
![]() | Avoid inline conditionals. | 134 |
![]() | Expected an @return tag. | 143 |
![]() | Parameter value should be final. | 143 |
![]() | Expected an @return tag. | 154 |
![]() | Parameter operand1 should be final. | 154 |
![]() | Expected @param tag for 'operand1'. | 154 |
![]() | Parameter operand2 should be final. | 154 |
![]() | Expected @param tag for 'operand2'. | 154 |
![]() | Avoid inline conditionals. | 162 |
![]() | Line has trailing spaces. | 169 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Parameter operand1 should be final. | 171 |
![]() | Expected @param tag for 'operand1'. | 171 |
![]() | Parameter operand2 should be final. | 171 |
![]() | Expected @param tag for 'operand2'. | 171 |
![]() | 'cast' is not followed by whitespace. | 176 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Parameter value should be final. | 200 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | 'if' construct must use '{}'s. | 203 |
![]() | 'if' construct must use '{}'s. | 205 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.exceptions.InvalidFormatException. | 3 |
![]() | Unused import - java.util.LinkedList. | 8 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 23 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter form should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter form should be final. | 42 |
![]() | First sentence should end with a period. | 46 |
![]() | Parameter str should be final. | 51 |
![]() | 'if' construct must use '{}'s. | 52 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 71 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 86 |
![]() | First sentence should end with a period. | 88 |
![]() | Line is longer than 80 characters. | 93 |
![]() | First sentence should end with a period. | 97 |
![]() | Name '_predicate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
![]() | Parameter senseName should be final. | 112 |
![]() | First sentence should end with a period. | 116 |
![]() | Parameter senseCall should be final. | 121 |
![]() | 'senseCall' hides a field. | 121 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Parameter senseCall should be final. | 136 |
![]() | 'senseCall' hides a field. | 136 |
![]() | Expected @param tag for 'senseCall'. | 136 |
![]() | Parameter operand should be final. | 136 |
![]() | 'operand' hides a field. | 136 |
![]() | Parameter predicate should be final. | 136 |
![]() | Expected @param tag for 'predicate'. | 136 |
![]() | '!=' is not preceded with whitespace. | 137 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Name 'psSenseName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Name 'psArgs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Name 'psPredicateIndex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Name 'psValue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Name 'psType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 |
![]() | Method 'getSenseName' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | First sentence should end with a period. | 157 |
![]() | Expected an @return tag. | 160 |
![]() | Method 'getSenseCall' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Method 'setSenseName' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter newSenseName should be final. | 168 |
![]() | Expected @param tag for 'newSenseName'. | 168 |
![]() | Expected @throws tag for 'InvalidNameException'. | 168 |
![]() | Line is longer than 80 characters. | 177 |
![]() | First sentence should end with a period. | 181 |
![]() | Expected an @return tag. | 186 |
![]() | Method 'getValueString' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'getOperand' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Method 'setOperand' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Parameter newValue should be final. | 212 |
![]() | Inner assignments should be avoided. | 213 |
![]() | Method 'getPredicateIndex' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Method 'getPredicate' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Method 'setPredicate' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Parameter newPredicate should be final. | 228 |
![]() | Line is longer than 80 characters. | 231 |
![]() | First sentence should end with a period. | 234 |
![]() | Method 'setPredicateIndex' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Parameter newPredicateIndex should be final. | 238 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Method 'setArguments' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Parameter newArguments should be final. | 248 |
![]() | Line has trailing spaces. | 252 |
![]() | Line has trailing spaces. | 255 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line has trailing spaces. | 285 |
![]() | Comment matches to-do format 'TODO:'. | 287 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Unused @throws tag for 'InvalidNameException'. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Unused @throws tag for 'InvalidFormatException'. | 299 |
![]() | Method 'parseSense' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Parameter input should be final. | 301 |
![]() | Expected @param tag for 'input'. | 301 |
![]() | Expected @throws tag for 'ParseException'. | 301 |
![]() | Method 'changeTo' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter other should be final. | 315 |
![]() | Expected @param tag for 'other'. | 315 |
![]() | Expected @throws tag for 'InvalidNameException'. | 315 |
![]() | Expected an @return tag. | 331 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Method 'getChildDataNodes' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Method 'moveChild' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() | Parameter newIndex should be final. | 360 |
![]() | Parameter child should be final. | 360 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 363 |
![]() | Method 'getDataFlavor' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Method 'getRepresentation' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Line has trailing spaces. | 381 |
![]() | Line has trailing spaces. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Method 'getRepresentation' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() | Parameter name should be final. | 393 |
![]() | Line has trailing spaces. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | '!' is followed by whitespace. | 403 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Parameter o should be final. | 411 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 421 |
![]() | Method 'getTrigger' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line has trailing spaces. | 441 |
![]() | Line has trailing spaces. | 447 |
![]() | Method 'removeFromParent' is not designed for extension - needs to be abstract, final or empty. | 450 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Line contains a tab character. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line contains a tab character. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line contains a tab character. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter name should be final. | 18 |
![]() | 'name' hides a field. | 18 |
![]() | Parameter id should be final. | 18 |
![]() | 'id' hides a field. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name '_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name '_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter units should be final. | 36 |
![]() | Parameter count should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | First sentence should end with a period. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | 'if' construct must use '{}'s. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 51 |
![]() | '+' is not followed by whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter units should be final. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setCount' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter count should be final. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Unused Javadoc tag. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Type Javadoc comment is missing an @param <OWNER> tag. | 26 |
![]() | Parameter owner should be final. | 48 |
![]() | 'owner' hides a field. | 48 |
![]() | Parameter senses should be final. | 48 |
![]() | 'senses' hides a field. | 48 |
![]() | Parameter owner should be final. | 63 |
![]() | 'owner' hides a field. | 63 |
![]() | Expected an @return tag. | 73 |
![]() | Expected an @return tag. | 98 |
![]() | Parameter sense should be final. | 99 |
![]() | Parameter index should be final. | 117 |
![]() | Parameter index should be final. | 128 |
![]() | Parameter newSense should be final. | 128 |
![]() | Parameter index should be final. | 146 |
![]() | First sentence should end with a period. | 153 |
![]() | Parameter newIndex should be final. | 181 |
![]() | Parameter movedSense should be final. | 181 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.exceptions.DuplicateNameException. | 4 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.IWorkExecutor. | 7 |
![]() | Unused import - java.util.logging.Level. | 11 |
![]() | Unused import - java.util.logging.Logger. | 12 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'dataFlavor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'taName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'taArgs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter actionName should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter actionCall should be final. | 42 |
![]() | 'actionCall' hides a field. | 42 |
![]() | Method 'getChildDataNodes' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Method 'getActionCall' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'setActionName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter newName should be final. | 72 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'moveChild' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter newIndex should be final. | 90 |
![]() | Parameter child should be final. | 90 |
![]() | Method 'getDataFlavor' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Method 'synchronize' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter source should be final. | 105 |
![]() | Expected @throws tag for 'CycleException'. | 105 |
![]() | Comment matches to-do format 'TODO:'. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line has trailing spaces. | 120 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 129 |
![]() | Line is longer than 80 characters. | 142 |
![]() | First sentence should end with a period. | 145 |
![]() | Method 'setArguments' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter newArguments should be final. | 148 |
![]() | Expected @param tag for 'newArguments'. | 148 |
![]() | Comment matches to-do format 'TODO:'. | 153 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Method 'getArguments' is not designed for extension - needs to be abstract, final or empty. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line contains a tab character. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter plan should be final. | 18 |
![]() | 'plan' hides a field. | 18 |
![]() | Parameter ad should be final. | 18 |
![]() | Parameter ctx should be final. | 18 |
![]() | Parameter log should be final. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'isExit' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter workExecutor should be final. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'getExitCondition' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getAdoptedElement' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'fire' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter workExecuter should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getTriggerResult' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.Competence. | 6 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter plan should be final. | 32 |
![]() | 'plan' hides a field. | 32 |
![]() | Parameter ap should be final. | 32 |
![]() | Parameter result should be final. | 32 |
![]() | 'result' hides a field. | 32 |
![]() | Parameter ctx should be final. | 32 |
![]() | Expected @param tag for 'ctx'. | 32 |
![]() | Parameter log should be final. | 32 |
![]() | Parameter workExecuter should be final. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Expected an @return tag. | 60 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Parameter plan should be final. | 60 |
![]() | 'plan' hides a field. | 60 |
![]() | Expected @param tag for 'plan'. | 60 |
![]() | Parameter actionCall should be final. | 60 |
![]() | Expected @param tag for 'actionCall'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | First sentence should end with a period. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Expected an @return tag. | 92 |
![]() | Line is longer than 80 characters. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.FireResult.Type. | 11 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'ctx' must be private and have accessor methods. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'log' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter ctx should be final. | 21 |
![]() | 'ctx' hides a field. | 21 |
![]() | Parameter log should be final. | 21 |
![]() | 'log' hides a field. | 21 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter msg should be final. | 26 |
![]() | 'if' construct must use '{}'s. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter msg should be final. | 31 |
![]() | 'if' construct must use '{}'s. | 32 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter msg should be final. | 36 |
![]() | 'if' construct must use '{}'s. | 37 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter plan should be final. | 41 |
![]() | Parameter adaptCall should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter plan should be final. | 55 |
![]() | Parameter actionCall should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter plan should be final. | 69 |
![]() | Parameter competenceCall should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter plan should be final. | 82 |
![]() | Parameter actionCall should be final. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Parameter finishedResult should be final. | 83 |
![]() | Parameter runningResult should be final. | 83 |
![]() | Parameter runningOnceResult should be final. | 83 |
![]() | Parameter failedResult should be final. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | More than 7 parameters. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Parameter plan should be final. | 101 |
![]() | Parameter actionCall should be final. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Parameter finishedResult should be final. | 102 |
![]() | Parameter runningResult should be final. | 102 |
![]() | Parameter runningOnceResult should be final. | 102 |
![]() | Parameter failedResult should be final. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Parameter finishedResultCallback should be final. | 103 |
![]() | Parameter runningResultCallback should be final. | 103 |
![]() | Parameter runningOnceResultCallback should be final. | 103 |
![]() | Parameter failedResultCallback should be final. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter plan should be final. | 121 |
![]() | Parameter actionCall should be final. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Parameter actionFinishedResult should be final. | 122 |
![]() | Parameter actionRunningResult should be final. | 122 |
![]() | Parameter actionRunningOnceResult should be final. | 122 |
![]() | Parameter actionFailedResult should be final. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | More than 7 parameters. | 127 |
![]() | Parameter plan should be final. | 127 |
![]() | Parameter actionCall should be final. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Parameter actionFinishedResult should be final. | 128 |
![]() | Parameter actionRunningResult should be final. | 128 |
![]() | Parameter actionRunningOnceResult should be final. | 128 |
![]() | Parameter actionFailedResult should be final. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Parameter finishedResultCallback should be final. | 129 |
![]() | Parameter runningResultCallback should be final. | 129 |
![]() | Parameter runningOnceCallback should be final. | 129 |
![]() | Parameter failedResultCallback should be final. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Comment matches to-do format 'TODO:'. | 157 |
![]() | Expected an @return tag. | 159 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.FireResult.Type. | 6 |
![]() | Missing a Javadoc comment. | 15 |
![]() | 'private' modifier out of order with the JLS suggestions. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | 'private' modifier out of order with the JLS suggestions. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | 'private' modifier out of order with the JLS suggestions. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | 'private' modifier out of order with the JLS suggestions. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | 'private' modifier out of order with the JLS suggestions. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | 'private' modifier out of order with the JLS suggestions. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | 'private' modifier out of order with the JLS suggestions. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | 'private' modifier out of order with the JLS suggestions. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | 'private' modifier out of order with the JLS suggestions. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Unused @param tag for 'execuringResult'. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Parameter actionCall should be final. | 41 |
![]() | 'actionCall' hides a field. | 41 |
![]() | Parameter finishedResult should be final. | 42 |
![]() | 'finishedResult' hides a field. | 42 |
![]() | Parameter runningResult should be final. | 43 |
![]() | 'runningResult' hides a field. | 43 |
![]() | Expected @param tag for 'runningResult'. | 43 |
![]() | Parameter runningOnceResult should be final. | 44 |
![]() | 'runningOnceResult' hides a field. | 44 |
![]() | Expected @param tag for 'runningOnceResult'. | 44 |
![]() | Parameter failedResult should be final. | 45 |
![]() | 'failedResult' hides a field. | 45 |
![]() | Parameter ctx should be final. | 46 |
![]() | Parameter log should be final. | 47 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 60 |
![]() | First sentence should end with a period. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Unused @param tag for 'execuringResult'. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | More than 7 parameters. | 75 |
![]() | Parameter actionCall should be final. | 76 |
![]() | 'actionCall' hides a field. | 76 |
![]() | Parameter finishedResult should be final. | 77 |
![]() | 'finishedResult' hides a field. | 77 |
![]() | Parameter runningResult should be final. | 78 |
![]() | 'runningResult' hides a field. | 78 |
![]() | Expected @param tag for 'runningResult'. | 78 |
![]() | Parameter runningOnceResult should be final. | 79 |
![]() | 'runningOnceResult' hides a field. | 79 |
![]() | Expected @param tag for 'runningOnceResult'. | 79 |
![]() | Parameter failedResult should be final. | 80 |
![]() | 'failedResult' hides a field. | 80 |
![]() | Parameter finishedResultCallback should be final. | 81 |
![]() | 'finishedResultCallback' hides a field. | 81 |
![]() | Parameter runningResultCallback should be final. | 82 |
![]() | 'runningResultCallback' hides a field. | 82 |
![]() | Parameter runningOnceResultCallback should be final. | 83 |
![]() | 'runningOnceResultCallback' hides a field. | 83 |
![]() | Expected @param tag for 'runningOnceResultCallback'. | 83 |
![]() | Parameter failedResultCallback should be final. | 84 |
![]() | 'failedResultCallback' hides a field. | 84 |
![]() | Parameter ctx should be final. | 85 |
![]() | Parameter log should be final. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Parameter workExecuter should be final. | 110 |
![]() | Expected @param tag for 'workExecuter'. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' construct must use '{}'s. | 118 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | 'if' construct must use '{}'s. | 126 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.ActionPattern. | 5 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.Adopt. | 6 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.Competence. | 7 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.TriggeredAction. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Parameter plan should be final. | 34 |
![]() | 'plan' hides a field. | 34 |
![]() | Parameter ce should be final. | 34 |
![]() | Parameter ctx should be final. | 34 |
![]() | Parameter log should be final. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | First sentence should end with a period. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Expected an @return tag. | 50 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Parameter plan should be final. | 50 |
![]() | 'plan' hides a field. | 50 |
![]() | Expected @param tag for 'plan'. | 50 |
![]() | Parameter actionCall should be final. | 50 |
![]() | 'actionCall' hides a field. | 50 |
![]() | Expected @param tag for 'actionCall'. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Expected an @return tag. | 66 |
![]() | Parameter workExecuter should be final. | 66 |
![]() | Expected @param tag for 'workExecuter'. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | First sentence should end with a period. | 76 |
![]() | Expected an @return tag. | 83 |
![]() | Parameter workExecuter should be final. | 84 |
![]() | Expected @param tag for 'workExecuter'. | 84 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - cz.cuni.amis.pogamut.sposh.elements.*. | 3 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.FireResult.Type. | 4 |
![]() | Unused import - java.util.Collections. | 7 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Parameter plan should be final. | 27 |
![]() | Parameter c should be final. | 27 |
![]() | Parameter ctx should be final. | 27 |
![]() | Parameter log should be final. | 27 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Expected an @return tag. | 42 |
![]() | Parameter workExecutor should be final. | 42 |
![]() | Expected @param tag for 'workExecutor'. | 42 |
![]() | 'if' construct must use '{}'s. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Expected an @return tag. | 61 |
![]() | Parameter workExecuter should be final. | 62 |
![]() | Expected @param tag for 'workExecuter'. | 62 |
![]() | Comment matches to-do format 'TODO:'. | 64 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'deExecutors' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Parameter plan should be final. | 34 |
![]() | Expected @param tag for 'plan'. | 34 |
![]() | Parameter ctx should be final. | 34 |
![]() | Expected @param tag for 'ctx'. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter plan should be final. | 38 |
![]() | Parameter ctx should be final. | 38 |
![]() | Parameter timer should be final. | 38 |
![]() | 'timer' hides a field. | 38 |
![]() | Parameter log should be final. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter workExecuter should be final. | 50 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Comment matches to-do format 'TODO:'. | 56 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter index should be final. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter index should be final. | 86 |
![]() | Parameter name should be final. | 98 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Avoid inline conditionals. | 101 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Comment matches to-do format 'TODO:'. | 117 |
![]() | Missing a Javadoc comment. | 118 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.ActionPattern. | 7 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.Competence. | 8 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.TriggeredAction. | 13 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter plan should be final. | 34 |
![]() | 'plan' hides a field. | 34 |
![]() | Parameter de should be final. | 34 |
![]() | Parameter ctx should be final. | 34 |
![]() | Parameter log should be final. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter plan should be final. | 44 |
![]() | 'plan' hides a field. | 44 |
![]() | Parameter actionCall should be final. | 44 |
![]() | 'actionCall' hides a field. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter timestamp should be final. | 60 |
![]() | Parameter workExecuter should be final. | 60 |
![]() | Expected @param tag for 'workExecuter'. | 60 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Parameter workExecuter should be final. | 77 |
![]() | Expected @param tag for 'workExecuter'. | 77 |
![]() | Parameter timer should be final. | 77 |
![]() | Expected @param tag for 'timer'. | 77 |
![]() | Comment matches to-do format 'TODO:'. | 78 |
![]() | Line has trailing spaces. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | '-' is not preceded with whitespace. | 81 |
![]() | '-' is not followed by whitespace. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | '-' is not preceded with whitespace. | 104 |
![]() | '-' is not followed by whitespace. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 160 |
![]() | First sentence should end with a period. | 164 |
![]() | Expected an @return tag. | 168 |
![]() | Line has trailing spaces. | 171 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line has trailing spaces. | 175 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Line has trailing spaces. | 179 |
![]() | Line has trailing spaces. | 181 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 5 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.CompetenceElement. | 5 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.TriggeredAction. | 6 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'name' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'clazz' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'executor' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter clazz should be final. | 17 |
![]() | 'clazz' hides a field. | 17 |
![]() | Parameter name should be final. | 17 |
![]() | 'name' hides a field. | 17 |
![]() | Parameter executor should be final. | 17 |
![]() | 'executor' hides a field. | 17 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | 'public' modifier out of order with the JLS suggestions. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter element should be final. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'if' construct must use '{}'s. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '-' is not preceded with whitespace. | 72 |
![]() | '-' is not followed by whitespace. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | '-' is not preceded with whitespace. | 77 |
![]() | '-' is not followed by whitespace. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Parameter executor should be final. | 91 |
![]() | Expected @param tag for 'executor'. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 'if' construct must use '{}'s. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | Parameter executor should be final. | 109 |
![]() | Expected @param tag for 'executor'. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Avoid inline conditionals. | 136 |
![]() | Line has trailing spaces. | 144 |
![]() | Line contains a tab character. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter type should be final. | 39 |
![]() | 'type' hides a field. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter type should be final. | 43 |
![]() | 'type' hides a field. | 43 |
![]() | Parameter nextElement should be final. | 43 |
![]() | 'nextElement' hides a field. | 43 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '+' is not preceded with whitespace. | 59 |
![]() | '+' is not followed by whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Set. | 7 |
![]() | Line has trailing spaces. | 12 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'result' must be private and have accessor methods. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'type' must be private and have accessor methods. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter result should be final. | 28 |
![]() | 'result' hides a field. | 28 |
![]() | Parameter type should be final. | 28 |
![]() | 'type' hides a field. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'plan' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'timer' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'log' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter plan should be final. | 40 |
![]() | 'plan' hides a field. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter plan should be final. | 44 |
![]() | 'plan' hides a field. | 44 |
![]() | Parameter timer should be final. | 44 |
![]() | 'timer' hides a field. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter plan should be final. | 48 |
![]() | 'plan' hides a field. | 48 |
![]() | Parameter timer should be final. | 48 |
![]() | 'timer' hides a field. | 48 |
![]() | Parameter log should be final. | 48 |
![]() | 'log' hides a field. | 48 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'evaluatePlan' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter workExecuter should be final. | 63 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'getStackForDE' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter name should be final. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'getStackForDE' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter index should be final. | 90 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'getDECount' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'getDEName' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter index should be final. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'getLog' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line has trailing spaces. | 107 |
![]() | Expected an @return tag. | 111 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 124 |
![]() | Expected an @return tag. | 127 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Avoid inline conditionals. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | First sentence should end with a period. | 22 |
![]() | Variable 'name' must be private and have accessor methods. | 23 |
![]() | First sentence should end with a period. | 27 |
![]() | Parameter name should be final. | 32 |
![]() | 'name' hides a field. | 32 |
![]() | Parameter success should be final. | 32 |
![]() | 'success' hides a field. | 32 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter sense should be final. | 79 |
![]() | Parameter ctx should be final. | 79 |
![]() | Parameter log should be final. | 79 |
![]() | First sentence should end with a period. | 87 |
![]() | Parameter workExecuter should be final. | 91 |
![]() | Expected @param tag for 'workExecuter'. | 91 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Unused @param tag for 'value1'. | 119 |
![]() | Unused @param tag for 'value2'. | 121 |
![]() | Expected an @return tag. | 124 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Parameter operand1 should be final. | 124 |
![]() | Expected @param tag for 'operand1'. | 124 |
![]() | Parameter predicate should be final. | 124 |
![]() | 'predicate' hides a field. | 124 |
![]() | Parameter operand2 should be final. | 124 |
![]() | Expected @param tag for 'operand2'. | 124 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 141 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | First sentence should end with a period. | 23 |
![]() | Parameter senses should be final. | 29 |
![]() | 'senses' hides a field. | 29 |
![]() | Parameter success should be final. | 29 |
![]() | 'success' hides a field. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Parameter success should be final. | 39 |
![]() | 'success' hides a field. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter trigger should be final. | 76 |
![]() | Parameter ctx should be final. | 76 |
![]() | Parameter log should be final. | 76 |
![]() | Parameter ctx should be final. | 91 |
![]() | Parameter log should be final. | 91 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Parameter workExecuter should be final. | 104 |
![]() | Expected @param tag for 'workExecuter'. | 104 |
![]() | Parameter defaultReturn should be final. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | 'public' modifier out of order with the JLS suggestions. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter params should be final. | 27 |
![]() | Expected @param tag for 'params'. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Parameter ctx should be final. | 41 |
![]() | Expected @param tag for 'ctx'. | 41 |
![]() | Parameter callArgs should be final. | 41 |
![]() | Expected @param tag for 'callArgs'. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter ctx should be final. | 52 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Parameter ctx should be final. | 68 |
![]() | Expected @param tag for 'ctx'. | 68 |
![]() | Parameter callParameters should be final. | 68 |
![]() | Expected @param tag for 'callParameters'. | 68 |
![]() | Parameter formalParameters should be final. | 68 |
![]() | Expected @param tag for 'formalParameters'. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | Line has trailing spaces. | 88 |
![]() | First sentence should end with a period. | 101 |
![]() | Parameter parameterName should be final. | 107 |
![]() | Parameter value should be final. | 107 |
![]() | Expected an @return tag. | 115 |
![]() | First sentence should end with a period. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Expected an @return tag. | 124 |
![]() | Parameter variableName should be final. | 124 |
![]() | Expected @param tag for 'variableName'. | 124 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Missing a Javadoc comment. | 153 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'subtract' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'suspended' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'suspendedTime' must be private and have accessor methods. | 14 |
![]() | Method 'suspend' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Method 'isSuspended' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'addTime' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter time2add should be final. | 39 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | 'if' construct must use '{}'s. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 21 |
![]() | First sentence should end with a period. | 23 |
![]() | Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Method 'suspend' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Method 'isSuspended' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 14 |
![]() | Expected an @return tag. | 18 |
![]() | Parameter name should be final. | 18 |
![]() | Expected @param tag for 'name'. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter message should be final. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter name should be final. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter message should be final. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter cause should be final. | 13 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter message should be final. | 17 |
![]() | Parameter cause should be final. | 17 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter message should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter message should be final. | 11 |
![]() | Parameter cause should be final. | 11 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter message should be final. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.elements.PoshElement. | 4 |
![]() | '{' is not preceded with whitespace. | 18 |
![]() | First sentence should end with a period. | 20 |
![]() | Parameter name should be final. | 25 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter message should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.ParamsAction. | 3 |
![]() | Unused import - cz.cuni.amis.pogamut.sposh.executor.ParamsSense. | 4 |
![]() | Unused import - java.lang.reflect.InvocationTargetException. | 5 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter message should be final. | 16 |
![]() | Parameter cause should be final. | 16 |
![]() | Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 14 |
![]() | Parameter parameterName should be final. | 24 |
![]() | 'parameterName' hides a field. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getParameterName' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter rootName should be final. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter message should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter msg should be final. | 10 |
![]() | Parameter ex should be final. | 10 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter msg should be final. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 13 |
![]() | Parameter element should be final. | 17 |
![]() | Expected @param tag for 'element'. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Avoid inline conditionals. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter message should be final. | 23 |
![]() | Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 9 |
![]() | Line contains a tab character. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | Line contains a tab character. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.PoshEngine. | 12 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 40 |
![]() | Parameter behavior should be final. | 42 |
![]() | 'behavior' hides a field. | 42 |
![]() | Expected @param tag for 'behavior'. | 42 |
![]() | Parameter method should be final. | 42 |
![]() | 'method' hides a field. | 42 |
![]() | Expected @param tag for 'method'. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'behavior' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'method' must be private and have accessor methods. | 47 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Variable 'primitives' must be private and have accessor methods. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'behaviors' must be private and have accessor methods. | 55 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter behavior should be final. | 67 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 76 |
![]() | Method 'addBehavior' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter behavior should be final. | 79 |
![]() | Expected @param tag for 'behavior'. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | '||' should be on a new line. | 86 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 108 |
![]() | Expected an @return tag. | 110 |
![]() | Parameter primitive should be final. | 110 |
![]() | Expected @param tag for 'primitive'. | 110 |
![]() | Parameter ctx should be final. | 110 |
![]() | Expected @param tag for 'ctx'. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line has trailing spaces. | 141 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Expected an @return tag. | 145 |
![]() | Method 'executeSense' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter primitive should be final. | 146 |
![]() | Expected @param tag for 'primitive'. | 146 |
![]() | Parameter ctx should be final. | 146 |
![]() | Expected @param tag for 'ctx'. | 146 |
![]() | Line has trailing spaces. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Expected an @return tag. | 153 |
![]() | Method 'executeAction' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter primitive should be final. | 154 |
![]() | Expected @param tag for 'primitive'. | 154 |
![]() | Parameter ctx should be final. | 154 |
![]() | Expected @param tag for 'ctx'. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'logicAfterPlan' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 165 |
![]() | Method 'logicBeforePlan' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Unused @param tag for '<RETURN>'. | 11 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Expected @param tag for 'params'. | 37 |
![]() | Line has trailing spaces. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line contains a tab character. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line contains a tab character. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - cz.cuni.amis.pogamut.sposh.engine.VariableContext. | 3 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Type Javadoc comment is missing an @param <CONTEXT> tag. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter ctx should be final. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter params should be final. | 67 |
![]() | ',' is not followed by whitespace. | 71 |
![]() | Parameter params should be final. | 76 |
![]() | ',' is not followed by whitespace. | 80 |
![]() | Parameter params should be final. | 85 |
![]() | ',' is not followed by whitespace. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.logging.Level. | 12 |
![]() | Unused import - java.util.logging.Logger. | 13 |
![]() | Type Javadoc comment is missing an @param <RETURN> tag. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter methodClass should be final. | 26 |
![]() | 'methodClass' hides a field. | 26 |
![]() | Parameter methodName should be final. | 26 |
![]() | 'methodName' hides a field. | 26 |
![]() | Parameter returnCls should be final. | 26 |
![]() | 'returnCls' hides a field. | 26 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Parameter method should be final. | 41 |
![]() | 'method' hides a field. | 41 |
![]() | Parameter acceptedTypes should be final. | 41 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter annotations should be final. | 64 |
![]() | Parameter seekedAnnotation should be final. | 64 |
![]() | Expected an @return tag. | 79 |
![]() | Parameter method should be final. | 79 |
![]() | 'method' hides a field. | 79 |
![]() | Unclosed HTML tag found: <tt></li> | 93 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Parameter methods should be final. | 110 |
![]() | Parameter seekedName should be final. | 110 |
![]() | Parameter returnType should be final. | 110 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 138 |
![]() | Unused @throws tag for 'NoSuchMethodError'. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Unused @throws tag for 'UnsupportedOperationException'. | 140 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line has trailing spaces. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Expected an @return tag. | 162 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Parameter thisObject should be final. | 162 |
![]() | Expected @param tag for 'thisObject'. | 162 |
![]() | Parameter params should be final. | 162 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 189 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Type Javadoc comment is missing an @param <CONTEXT> tag. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter ctx should be final. | 61 |
![]() | Parameter returnCls should be final. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter params should be final. | 68 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '}' is not preceded with whitespace. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Parameter succeed should be final. | 34 |
![]() | Parameter fail should be final. | 34 |
![]() | Parameter stream should be final. | 34 |
![]() | 'stream' hides a field. | 34 |
![]() | Line has trailing spaces. | 42 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 45 |
![]() | Method 'addPrimitives' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter primitives should be final. | 47 |
![]() | Parameter value should be final. | 47 |
![]() | 'if' construct must use '{}'s. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Parameter succeed should be final. | 57 |
![]() | Expected @param tag for 'succeed'. | 57 |
![]() | Parameter fail should be final. | 57 |
![]() | Expected @param tag for 'fail'. | 57 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter primitive should be final. | 61 |
![]() | Parameter ctx should be final. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line has trailing spaces. | 70 |
![]() | Method 'executeSense' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Parameter primitive should be final. | 72 |
![]() | Parameter ctx should be final. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'executeAction' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Parameter primitive should be final. | 77 |
![]() | Parameter ctx should be final. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | 'cast' is not followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 82 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 12 |
![]() | First sentence should end with a period. | 14 |
![]() | Variable 'ctx' must be private and have accessor methods. | 15 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Parameter name should be final. | 22 |
![]() | 'name' hides a field. | 22 |
![]() | Parameter ctx should be final. | 22 |
![]() | 'ctx' hides a field. | 22 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Parameter ctx should be final. | 31 |
![]() | 'ctx' hides a field. | 31 |
![]() | Line has trailing spaces. | 35 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Method 'getCtx' is not designed for extension - needs to be abstract, final or empty. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | First sentence should end with a period. | 13 |
![]() | First sentence should end with a period. | 15 |
![]() | Variable 'ctx' must be private and have accessor methods. | 16 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Parameter name should be final. | 23 |
![]() | 'name' hides a field. | 23 |
![]() | Parameter ctx should be final. | 23 |
![]() | 'ctx' hides a field. | 23 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Parameter ctx should be final. | 33 |
![]() | 'ctx' hides a field. | 33 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'getCtx' is not designed for extension - needs to be abstract, final or empty. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Variable 'actions' must be private and have accessor methods. | 43 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Variable 'senses' must be private and have accessor methods. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Variable 'currentActionName' must be private and have accessor methods. | 51 |
![]() | First sentence should end with a period. | 53 |
![]() | Variable 'log' must be private and have accessor methods. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter log should be final. | 62 |
![]() | 'log' hides a field. | 62 |
![]() | Expected an @return tag. | 70 |
![]() | Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'isNameUsed' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter name should be final. | 79 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'isAction' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter name should be final. | 87 |
![]() | Expected an @return tag. | 95 |
![]() | Method 'isSense' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter name should be final. | 95 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 103 |
![]() | Method 'addAction' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter name should be final. | 105 |
![]() | Parameter action should be final. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Method 'addSense' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter name should be final. | 117 |
![]() | Parameter sense should be final. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Method 'addAction' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter action should be final. | 128 |
![]() | Method 'addSense' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter sense should be final. | 136 |
![]() | Line has trailing spaces. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter sense should be final. | 140 |
![]() | Parameter primitiveName should be final. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | 'if' construct must use '{}'s. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter sense should be final. | 147 |
![]() | Parameter primitiveName should be final. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | 'if' construct must use '{}'s. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'executeSense' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Parameter primitive should be final. | 155 |
![]() | Parameter ctx should be final. | 155 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Method 'executeAction' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Parameter actionToExecuteName should be final. | 169 |
![]() | Parameter ctx should be final. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line has trailing spaces. | 185 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line has trailing spaces. | 199 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line has trailing spaces. | 204 |
![]() | Line has trailing spaces. | 205 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line has trailing spaces. | 219 |