The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 47 | 0 | 0 | 2787 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 8 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 200 | |
| JavadocType | 5 | |
| JavadocVariable | 83 | |
| JavadocStyle | 8 | |
| ConstantName | 7 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 4 | |
| MemberName | 10 | |
| MethodName | 39 | |
| PackageName | 0 | |
| ParameterName | 2 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 5 | |
| FileLength | 0 | |
| LineLength | 213 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 6 | |
| ParenPad | 111 | |
| TypecastParenPad | 0 | |
| TabCharacter | 1151 | |
| WhitespaceAfter | 6 | |
| WhitespaceAround | 34 | |
| ModifierOrder | 13 | |
| RedundantModifier | 30 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 89 | |
| NeedBraces | 58 | |
| RightCurly | 20 | |
| AvoidInlineConditionals | 9 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 3 | |
| EqualsHashCode | 0 | |
| HiddenField | 9 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 30 | |
| MagicNumber | 137 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 5 | |
| SimplifyBooleanExpression | 3 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 91 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 1 | |
| VisibilityModifier | 47 | |
| ArrayTypeStyle | 6 | |
| FinalParameters | 225 | |
GenericIllegalRegexp
|
114 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'label' must be private and have accessor methods. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'body' must be private and have accessor methods. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'reversePolishNotationStack' must be private and have accessor methods. | 17 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 21 | |
| Method 'getReversePolishNotationStack' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 25 | |
| Method 'setBody' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter body should be final. | 25 | |
| 'body' hides a field. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Method 'getBody' 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 contains a tab character. | 33 | |
| Method 'getLabel' 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 contains a tab character. | 37 | |
| Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter label should be final. | 37 | |
| 'label' hides a field. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter message should be final. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter message should be final. | 20 | |
| Parameter throwable should be final. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter throwable should be final. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| First sentence should end with a period. | 16 | |
| 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 | |
| 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 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 31 | |
| 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. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'define' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '(' is followed by whitespace. | 41 | |
| Parameter name should be final. | 41 | |
| Parameter equation should be final. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| Line contains a tab character. | 42 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| 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 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Method 'define' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| '(' is followed by whitespace. | 51 | |
| Parameter name should be final. | 51 | |
| Parameter simpleEquationBody should be final. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| '(' is followed by whitespace. | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Method 'define' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| '(' is followed by whitespace. | 61 | |
| Parameter name should be final. | 61 | |
| Parameter value should be final. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Method 'getExpressions' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Method 'setExpressions' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter equations should be final. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 75 | |
| Method 'getExternalParameters' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 79 | |
| Method 'setExternalParameters' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter externalParameters should be final. | 79 | |
| 'externalParameters' hides a field. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'parameters' must be private and have accessor methods. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 25 | |
| Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter parameterName should be final. | 25 | |
| Parameter parameterValue should be final. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter parameterName should be final. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 33 | |
| Method 'getParametersNames' 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 contains a tab character. | 37 | |
| Method 'clearParameter' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter parameterName should be final. | 37 | |
| 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. | 43 | |
| Method 'clearAllParameters' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Unused @param tag for 'parametrizedExpression'. | 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 | |
| Method 'extractRPNStackParameters' is not designed for extension - needs to be abstract, final or empty. | 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 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Method 'getDependentNodesIds' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 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 contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line is longer than 80 characters. | 13 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| '{' is followed by whitespace. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '{' is followed by whitespace. | 15 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line has trailing spaces. | 19 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Method 'solveStack' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Parameter rpnStack should be final. | 25 | |
| Expected @throws tag for 'ReversePolishNotationResolvingException'. | 25 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| 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 is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line has trailing spaces. | 59 | |
| 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. | 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 is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Method 'evalOperation' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter leftOperand should be final. | 70 | |
| Parameter operator should be final. | 70 | |
| Parameter rightOperand should be final. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| 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 contains a tab character. | 80 | |
| 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 contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| 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 is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Method 'isBinaryOperator' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter stackElement should be final. | 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 | |
| Empty statement. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 125 | |
| Method 'isParameter' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter stackElement should be final. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line has trailing spaces. | 134 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Method 'isUnaryOperator' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter stackElement should be final. | 140 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| 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 | |
| Empty statement. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line has trailing spaces. | 163 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Method 'isNumber' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter stackElement should be final. | 169 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| Method 'resolveParametrizedStack' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Parameter parametrizedExpression should be final. | 185 | |
| Line contains a tab character. | 186 | |
| Line is longer than 80 characters. | 188 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 6 | |
| Line is longer than 80 characters. | 9 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter message should be final. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter message should be final. | 24 | |
| Line contains a tab character. | 25 | |
| Parameter cause should be final. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter cause should be final. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter expressionBody should be final. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Parameter expression should be final. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 17 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Parameter expression should be final. | 31 | |
| Expected @throws tag for 'ExpressionException'. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| 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. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Expression can be simplified. | 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 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| 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. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Parameter expression should be final. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Parameter mathSheet should be final. | 82 | |
| Parameter equationName should be final. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| '3.14' is a magic number. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| 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 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter message should be final. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter message should be final. | 23 | |
| Parameter cause should be final. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter cause should be final. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Redundant 'public' modifier. | 20 | |
| 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 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Expected @param tag for 'expression'. | 28 | |
| Expected @throws tag for 'AnalyzerException'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line has trailing spaces. | 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 | |
| Line contains a tab character. | 18 | |
| Redundant 'public' modifier. | 18 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 22 | |
| 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. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Redundant 'public' modifier. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| First sentence should end with a period. | 18 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Parameter mathSheet should be final. | 26 | |
| Line is longer than 80 characters. | 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 contains a tab character. | 31 | |
| First sentence should end with a period. | 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 contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter mathSheet should be final. | 41 | |
| Parameter expressionName should be final. | 41 | |
| Expected @param tag for 'expressionName'. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 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. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 18 | |
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter expression 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. | 23 | |
| Line contains a tab character. | 23 | |
| 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 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 contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| 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 contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter expression should be final. | 42 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 44 | |
| 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 is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line has trailing spaces. | 55 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| 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 has trailing spaces. | 70 | |
| 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 contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Unused @throws tag for 'AnalyzerException'. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Parameter expression should be final. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter message should be final. | 18 | |
| Parameter cause should be final. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter cause should be final. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 32 | |
| Method 'addMissingParameters' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter parameterName should be final. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 36 | |
| Method 'hasMissingParameters' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 19 | |
| Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter expression should be final. | 19 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 36 | |
| Expression can be simplified. | 36 | |
| Expression can be simplified. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter expression should be final. | 45 | |
| Line contains a tab character. | 46 | |
| 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. | 50 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 15 | |
| 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 | |
| Expected an @return tag. | 23 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Method 'compile' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter expression should be final. | 23 | |
| Expected @param tag for 'expression'. | 23 | |
| Expected @throws tag for 'ExpressionCompilerException'. | 23 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 6 | |
| Line is longer than 80 characters. | 9 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter message should be final. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter message should be final. | 24 | |
| Parameter throwable should be final. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter throwable should be final. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 10 | |
| 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 | |
| Line contains a tab character. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line contains a tab character. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Expected @throws tag for 'ExpressionCompilerException'. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| 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 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter message should be final. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter message should be final. | 23 | |
| Parameter throwable should be final. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter throwable should be final. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '(' is followed by whitespace. | 20 | |
| '(' is followed by whitespace. | 20 | |
| '10' is a magic number. | 20 | |
| ')' is preceded with whitespace. | 20 | |
| ')' is preceded with whitespace. | 20 | |
| '(' is followed by whitespace. | 21 | |
| '(' is followed by whitespace. | 21 | |
| '6' is a magic number. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| '(' is followed by whitespace. | 22 | |
| '(' is followed by whitespace. | 22 | |
| '6' is a magic number. | 22 | |
| ')' is preceded with whitespace. | 22 | |
| ')' is preceded with whitespace. | 22 | |
| '(' is followed by whitespace. | 23 | |
| '(' is followed by whitespace. | 23 | |
| '6' is a magic number. | 23 | |
| ')' is preceded with whitespace. | 23 | |
| ')' is preceded with whitespace. | 23 | |
| '(' is followed by whitespace. | 24 | |
| '(' is followed by whitespace. | 24 | |
| ')' is preceded with whitespace. | 24 | |
| ')' is preceded with whitespace. | 24 | |
| '(' is followed by whitespace. | 25 | |
| '(' is followed by whitespace. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| '(' is followed by whitespace. | 26 | |
| '(' is followed by whitespace. | 26 | |
| ')' is preceded with whitespace. | 26 | |
| ')' is preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 29 | |
| 'public' modifier out of order with the JLS suggestions. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Parameter equationString should be final. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Redundant throws: 'TokenMgrError' is unchecked exception. | 30 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 30 | |
| '(' is followed by whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| ')' is preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 43 | |
| 'public' modifier out of order with the JLS suggestions. | 43 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 43 | |
| '(' is followed by whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '(' is followed by whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 52 | |
| 'public' modifier out of order with the JLS suggestions. | 52 | |
| Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 52 | |
| '==' is not preceded with whitespace. | 56 | |
| '==' is not followed by whitespace. | 56 | |
| '?' is not preceded with whitespace. | 56 | |
| Avoid inline conditionals. | 56 | |
| '?' is not followed by whitespace. | 56 | |
| ':' is not preceded with whitespace. | 56 | |
| ':' is not followed by whitespace. | 56 | |
| Empty statement. | 63 | |
| '==' is not preceded with whitespace. | 69 | |
| '==' is not followed by whitespace. | 69 | |
| '?' is not preceded with whitespace. | 69 | |
| Avoid inline conditionals. | 69 | |
| '?' is not followed by whitespace. | 69 | |
| ':' is not preceded with whitespace. | 69 | |
| ':' is not followed by whitespace. | 69 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Missing a Javadoc comment. | 108 | |
| 'public' modifier out of order with the JLS suggestions. | 108 | |
| Name 'Element' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 108 | |
| 'token' hides a field. | 109 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| '?' is not preceded with whitespace. | 110 | |
| Avoid inline conditionals. | 110 | |
| '?' is not followed by whitespace. | 110 | |
| ':' is not preceded with whitespace. | 110 | |
| ':' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters. | 113 | |
| '(' is followed by whitespace. | 113 | |
| '(' is followed by whitespace. | 113 | |
| ')' is preceded with whitespace. | 113 | |
| ')' is preceded with whitespace. | 113 | |
| '(' is followed by whitespace. | 117 | |
| ')' is preceded with whitespace. | 117 | |
| Line is longer than 80 characters. | 120 | |
| '(' is followed by whitespace. | 121 | |
| '(' is followed by whitespace. | 121 | |
| ')' is preceded with whitespace. | 121 | |
| ')' is preceded with whitespace. | 121 | |
| '(' is followed by whitespace. | 122 | |
| ')' is preceded with whitespace. | 122 | |
| Line is longer than 80 characters. | 123 | |
| '(' is followed by whitespace. | 129 | |
| ')' is preceded with whitespace. | 129 | |
| '(' is followed by whitespace. | 134 | |
| ')' is preceded with whitespace. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '(' is followed by whitespace. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| Missing a Javadoc comment. | 145 | |
| 'public' modifier out of order with the JLS suggestions. | 145 | |
| Parameter operator should be final. | 145 | |
| Line is longer than 80 characters. | 146 | |
| '(' is followed by whitespace. | 146 | |
| '(' is followed by whitespace. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| ')' is preceded with whitespace. | 146 | |
| '(' is followed by whitespace. | 148 | |
| ')' is preceded with whitespace. | 148 | |
| '(' is followed by whitespace. | 151 | |
| ')' is preceded with whitespace. | 151 | |
| '(' is followed by whitespace. | 152 | |
| ')' is preceded with whitespace. | 152 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| '(' is followed by whitespace. | 157 | |
| '(' is followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Line is longer than 80 characters. | 159 | |
| '(' is followed by whitespace. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Line is longer than 80 characters. | 163 | |
| '(' is followed by whitespace. | 163 | |
| ')' is preceded with whitespace. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| Variable 'token_source' must be private and have accessor methods. | 168 | |
| Missing a Javadoc comment. | 169 | |
| Name 'jj_input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| Variable 'jj_input_stream' must be private and have accessor methods. | 169 | |
| Missing a Javadoc comment. | 170 | |
| Variable 'token' must be private and have accessor methods. | 170 | |
| Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| Variable 'jj_nt' must be private and have accessor methods. | 170 | |
| Missing a Javadoc comment. | 171 | |
| Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| Missing a Javadoc comment. | 172 | |
| Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| Missing a Javadoc comment. | 173 | |
| 'private' modifier out of order with the JLS suggestions. | 173 | |
| Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| '3' is a magic number. | 173 | |
| Missing a Javadoc comment. | 174 | |
| 'private' modifier out of order with the JLS suggestions. | 174 | |
| Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| Missing a Javadoc comment. | 178 | |
| Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| '0xfc0' is a magic number. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| '0xfc0' is a magic number. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| '0x23080' is a magic number. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| Missing a Javadoc comment. | 182 | |
| Parameter stream should be final. | 182 | |
| Missing a Javadoc comment. | 185 | |
| Parameter stream should be final. | 185 | |
| Parameter encoding should be final. | 185 | |
| Line is longer than 80 characters. | 186 | |
| 'catch' is not followed by whitespace. | 186 | |
| 'for' construct must use '{}'s. | 191 | |
| '3' is a magic number. | 191 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| Parameter stream should be final. | 194 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| Parameter stream should be final. | 197 | |
| Parameter encoding should be final. | 197 | |
| Line is longer than 80 characters. | 198 | |
| 'catch' is not followed by whitespace. | 198 | |
| 'for' construct must use '{}'s. | 203 | |
| '3' is a magic number. | 203 | |
| Missing a Javadoc comment. | 206 | |
| Parameter stream should be final. | 206 | |
| 'for' construct must use '{}'s. | 212 | |
| '3' is a magic number. | 212 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| Parameter stream should be final. | 215 | |
| 'for' construct must use '{}'s. | 221 | |
| '3' is a magic number. | 221 | |
| Missing a Javadoc comment. | 224 | |
| Parameter tm should be final. | 224 | |
| 'for' construct must use '{}'s. | 229 | |
| '3' is a magic number. | 229 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| Parameter tm should be final. | 232 | |
| 'for' construct must use '{}'s. | 237 | |
| '3' is a magic number. | 237 | |
| Missing a Javadoc comment. | 240 | |
| Redundant 'final' modifier. | 240 | |
| 'private' modifier out of order with the JLS suggestions. | 240 | |
| Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
| Parameter kind should be final. | 240 | |
| 'if' construct must use '{}'s. | 242 | |
| Inner assignments should be avoided. | 242 | |
| 'else' construct must use '{}'s. | 243 | |
| Inner assignments should be avoided. | 243 | |
| Missing a Javadoc comment. | 254 | |
| 'public' modifier out of order with the JLS suggestions. | 254 | |
| 'if' construct must use '{}'s. | 255 | |
| 'else' construct must use '{}'s. | 256 | |
| Inner assignments should be avoided. | 256 | |
| Missing a Javadoc comment. | 262 | |
| 'public' modifier out of order with the JLS suggestions. | 262 | |
| Parameter index should be final. | 262 | |
| 'if' construct must use '{}'s. | 265 | |
| 'else' construct must use '{}'s. | 266 | |
| Inner assignments should be avoided. | 266 | |
| Missing a Javadoc comment. | 271 | |
| Redundant 'final' modifier. | 271 | |
| 'private' modifier out of order with the JLS suggestions. | 271 | |
| Name 'jj_ntk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| 'if' construct must use '{}'s. | 272 | |
| '=' is not preceded with whitespace. | 272 | |
| Inner assignments should be avoided. | 272 | |
| '=' is not followed by whitespace. | 272 | |
| Inner assignments should be avoided. | 273 | |
| '=' is not preceded with whitespace. | 273 | |
| Inner assignments should be avoided. | 273 | |
| '=' is not followed by whitespace. | 273 | |
| 'else' construct must use '{}'s. | 274 | |
| Inner assignments should be avoided. | 275 | |
| Missing a Javadoc comment. | 278 | |
| Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 | |
| Missing a Javadoc comment. | 279 | |
| Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 | |
| Missing a Javadoc comment. | 280 | |
| Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| Method 'generateParseException' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Missing a Javadoc comment. | 282 | |
| '19' is a magic number. | 284 | |
| '19' is a magic number. | 285 | |
| '3' is a magic number. | 292 | |
| '32' is a magic number. | 294 | |
| '<<' is not preceded with whitespace. | 295 | |
| '<<' is not followed by whitespace. | 295 | |
| '19' is a magic number. | 301 | |
| 'cast' is not followed by whitespace. | 310 | |
| Missing a Javadoc comment. | 315 | |
| 'public' modifier out of order with the JLS suggestions. | 315 | |
| Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
| Missing a Javadoc comment. | 318 | |
| 'public' modifier out of order with the JLS suggestions. | 318 | |
| Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 318 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Missing a Javadoc comment. | 4 | |
| interfaces should describe a type and hence have methods. | 4 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Unused import - java.util.Stack. | 3 | |
| Unused import - java.util.Map. | 4 | |
| Unused import - java.util.HashMap. | 5 | |
| Unused import - java.util.Collections. | 6 | |
| Unused import - java.io.StringReader. | 7 | |
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'debugStream' must be private and have accessor methods. | 11 | |
| Method 'setDebugStream' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter ds should be final. | 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 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'final' modifier. | 21 | |
| Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| Parameter pos should be final. | 21 | |
| Parameter active0 should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'final' modifier. | 25 | |
| Parameter pos should be final. | 25 | |
| Parameter kind should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'final' modifier. | 31 | |
| Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| Parameter pos should be final. | 31 | |
| Parameter kind should be final. | 31 | |
| Parameter state should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| '}' should be on the same line. | 35 | |
| 'catch' is not followed by whitespace. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'final' modifier. | 39 | |
| Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 42 | |
| '9' is a magic number. | 43 | |
| '3' is a magic number. | 44 | |
| '0x20L' is a magic number. | 45 | |
| '37' is a magic number. | 46 | |
| '10' is a magic number. | 47 | |
| '40' is a magic number. | 48 | |
| '17' is a magic number. | 49 | |
| '41' is a magic number. | 50 | |
| '18' is a magic number. | 51 | |
| '42' is a magic number. | 52 | |
| '8' is a magic number. | 53 | |
| '43' is a magic number. | 54 | |
| '6' is a magic number. | 55 | |
| '45' is a magic number. | 56 | |
| '7' is a magic number. | 57 | |
| '47' is a magic number. | 58 | |
| '9' is a magic number. | 59 | |
| '94' is a magic number. | 60 | |
| '11' is a magic number. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'final' modifier. | 66 | |
| Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| Parameter active0 should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| '}' should be on the same line. | 68 | |
| 'catch' is not followed by whitespace. | 69 | |
| '{' should be on the previous line. | 74 | |
| '10' is a magic number. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| '0x20L' is a magic number. | 76 | |
| '5' is a magic number. | 77 | |
| Missing a Javadoc comment. | 84 | |
| Redundant 'final' modifier. | 84 | |
| Parameter state should be final. | 84 | |
| '{' should be on the previous line. | 85 | |
| '{' should be on the previous line. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Redundant 'final' modifier. | 92 | |
| Parameter start should be final. | 92 | |
| Parameter end should be final. | 92 | |
| '{' should be on the previous line. | 93 | |
| Missing a Javadoc comment. | 98 | |
| Redundant 'final' modifier. | 98 | |
| Parameter state1 should be final. | 98 | |
| Parameter state2 should be final. | 98 | |
| '{' should be on the previous line. | 99 | |
| Missing a Javadoc comment. | 103 | |
| Redundant 'final' modifier. | 103 | |
| Parameter start should be final. | 103 | |
| Parameter end should be final. | 103 | |
| '{' should be on the previous line. | 104 | |
| Missing a Javadoc comment. | 109 | |
| Redundant 'final' modifier. | 109 | |
| Parameter start should be final. | 109 | |
| '{' should be on the previous line. | 110 | |
| Missing a Javadoc comment. | 114 | |
| Redundant 'final' modifier. | 114 | |
| Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| Parameter startState should be final. | 114 | |
| Parameter curPos should be final. | 114 | |
| '{' should be on the previous line. | 115 | |
| '12' is a magic number. | 118 | |
| '0x7fffffff' is a magic number. | 121 | |
| '{' should be on the previous line. | 123 | |
| 'if' construct must use '{}'s. | 124 | |
| '0x7fffffff' is a magic number. | 124 | |
| '64' is a magic number. | 126 | |
| '{' should be on the previous line. | 127 | |
| '{' should be on the previous line. | 130 | |
| '{' should be on the previous line. | 132 | |
| '0x3ff000000000000L' is a magic number. | 134 | |
| '{' should be on the previous line. | 135 | |
| 'if' construct must use '{}'s. | 136 | |
| '12' is a magic number. | 136 | |
| '12' is a magic number. | 137 | |
| '}' should be on the same line. | 139 | |
| 'if' construct must use '{}'s. | 140 | |
| '46' is a magic number. | 140 | |
| 'if' construct must use '{}'s. | 144 | |
| '0x3ff000000000000L' is a magic number. | 144 | |
| 'if' construct must use '{}'s. | 146 | |
| '12' is a magic number. | 146 | |
| '12' is a magic number. | 147 | |
| '5' is a magic number. | 150 | |
| 'if' construct must use '{}'s. | 151 | |
| '0x3ff000000000000L' is a magic number. | 151 | |
| '3' is a magic number. | 152 | |
| '5' is a magic number. | 152 | |
| '7' is a magic number. | 154 | |
| 'if' construct must use '{}'s. | 155 | |
| '0x3ff000000000000L' is a magic number. | 155 | |
| 'if' construct must use '{}'s. | 157 | |
| '12' is a magic number. | 157 | |
| '12' is a magic number. | 158 | |
| '8' is a magic number. | 161 | |
| 'if' construct must use '{}'s. | 162 | |
| '0x3ff000000000000L' is a magic number. | 162 | |
| 'if' construct must use '{}'s. | 164 | |
| '12' is a magic number. | 164 | |
| '12' is a magic number. | 165 | |
| '8' is a magic number. | 166 | |
| '9' is a magic number. | 168 | |
| 'if' construct must use '{}'s. | 169 | |
| '0x3ff000000000000L' is a magic number. | 169 | |
| '9' is a magic number. | 170 | |
| '10' is a magic number. | 170 | |
| '10' is a magic number. | 172 | |
| 'if' construct must use '{}'s. | 173 | |
| '46' is a magic number. | 173 | |
| '11' is a magic number. | 174 | |
| '11' is a magic number. | 176 | |
| 'if' construct must use '{}'s. | 177 | |
| '0x3ff000000000000L' is a magic number. | 177 | |
| 'if' construct must use '{}'s. | 179 | |
| '12' is a magic number. | 179 | |
| '12' is a magic number. | 180 | |
| '11' is a magic number. | 181 | |
| '}' should be on the same line. | 186 | |
| '128' is a magic number. | 187 | |
| '{' should be on the previous line. | 188 | |
| '077' is a magic number. | 189 | |
| '{' should be on the previous line. | 191 | |
| '{' should be on the previous line. | 193 | |
| 'if' construct must use '{}'s. | 195 | |
| '123' is a magic number. | 195 | |
| '3' is a magic number. | 196 | |
| '3' is a magic number. | 198 | |
| 'if' construct must use '{}'s. | 199 | |
| '0x7fffffe00000000L' is a magic number. | 199 | |
| '3' is a magic number. | 200 | |
| '5' is a magic number. | 200 | |
| '4' is a magic number. | 202 | |
| 'if' construct must use '{}'s. | 203 | |
| '0x7fffffe07fffffeL' is a magic number. | 203 | |
| '3' is a magic number. | 204 | |
| '5' is a magic number. | 204 | |
| '6' is a magic number. | 206 | |
| 'if' construct must use '{}'s. | 207 | |
| '125' is a magic number. | 207 | |
| '13' is a magic number. | 208 | |
| '}' should be on the same line. | 213 | |
| '{' should be on the previous line. | 215 | |
| '0xff' is a magic number. | 216 | |
| '6' is a magic number. | 216 | |
| '077' is a magic number. | 217 | |
| '{' should be on the previous line. | 219 | |
| '{' should be on the previous line. | 221 | |
| '0x7fffffff' is a magic number. | 226 | |
| '{' should be on the previous line. | 227 | |
| '0x7fffffff' is a magic number. | 230 | |
| 'if' construct must use '{}'s. | 233 | |
| Inner assignments should be avoided. | 233 | |
| Inner assignments should be avoided. | 233 | |
| '12' is a magic number. | 233 | |
| Inner assignments should be avoided. | 233 | |
| '}' should be on the same line. | 235 | |
| 'catch' is not followed by whitespace. | 236 | |
| Missing a Javadoc comment. | 239 | |
| Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 239 | |
| Line has trailing spaces. | 240 | |
| Missing a Javadoc comment. | 242 | |
| Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 242 | |
| Line has trailing spaces. | 243 | |
| Missing a Javadoc comment. | 245 | |
| Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 245 | |
| Line has trailing spaces. | 246 | |
| Missing a Javadoc comment. | 248 | |
| Name 'jjtoToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 248 | |
| Line has trailing spaces. | 249 | |
| Missing a Javadoc comment. | 251 | |
| Name 'jjtoSkip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 251 | |
| Line has trailing spaces. | 252 | |
| Missing a Javadoc comment. | 254 | |
| Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 | |
| Variable 'input_stream' must be private and have accessor methods. | 254 | |
| Missing a Javadoc comment. | 255 | |
| '12' is a magic number. | 255 | |
| Missing a Javadoc comment. | 256 | |
| '24' is a magic number. | 256 | |
| Missing a Javadoc comment. | 257 | |
| Variable 'curChar' must be private and have accessor methods. | 257 | |
| Missing a Javadoc comment. | 258 | |
| Parameter stream should be final. | 258 | |
| '{' is not preceded with whitespace. | 258 | |
| 'if' construct must use '{}'s. | 259 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 263 | |
| Missing a Javadoc comment. | 263 | |
| Parameter stream should be final. | 263 | |
| Parameter lexState should be final. | 263 | |
| '{' is not preceded with whitespace. | 263 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| Parameter stream should be final. | 267 | |
| '{' should be on the previous line. | 268 | |
| Inner assignments should be avoided. | 269 | |
| Missing a Javadoc comment. | 274 | |
| Redundant 'final' modifier. | 274 | |
| Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| '{' should be on the previous line. | 275 | |
| '0x80000001' is a magic number. | 277 | |
| 'for' construct must use '{}'s. | 278 | |
| '12' is a magic number. | 278 | |
| '0x80000000' is a magic number. | 279 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| Parameter stream should be final. | 281 | |
| Parameter lexState should be final. | 281 | |
| '{' should be on the previous line. | 282 | |
| Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Missing a Javadoc comment. | 286 | |
| Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| Parameter lexState should be final. | 286 | |
| '{' should be on the previous line. | 287 | |
| 'if' construct must use '{}'s. | 288 | |
| Line is longer than 80 characters. | 289 | |
| 'else' construct must use '{}'s. | 290 | |
| Method 'jjFillToken' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| '{' should be on the previous line. | 295 | |
| Avoid inline conditionals. | 299 | |
| Missing a Javadoc comment. | 307 | |
| Variable 'curLexState' must be private and have accessor methods. | 307 | |
| Missing a Javadoc comment. | 308 | |
| Variable 'defaultLexState' must be private and have accessor methods. | 308 | |
| Missing a Javadoc comment. | 309 | |
| Variable 'jjnewStateCnt' must be private and have accessor methods. | 309 | |
| Missing a Javadoc comment. | 310 | |
| Variable 'jjround' must be private and have accessor methods. | 310 | |
| Missing a Javadoc comment. | 311 | |
| Variable 'jjmatchedPos' must be private and have accessor methods. | 311 | |
| Missing a Javadoc comment. | 312 | |
| Variable 'jjmatchedKind' must be private and have accessor methods. | 312 | |
| Line has trailing spaces. | 314 | |
| Method 'getNextToken' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 | |
| '{' should be on the previous line. | 315 | |
| Line has trailing spaces. | 323 | |
| '{' should be on the previous line. | 323 | |
| Line has trailing spaces. | 324 | |
| Line has trailing spaces. | 325 | |
| '{' should be on the previous line. | 325 | |
| Line has trailing spaces. | 327 | |
| '}' should be on the same line. | 327 | |
| 'catch' is not followed by whitespace. | 328 | |
| Line has trailing spaces. | 329 | |
| '{' should be on the previous line. | 329 | |
| 'while' construct must use '{}'s. | 336 | |
| '32' is a magic number. | 336 | |
| '0x100002400L' is a magic number. | 336 | |
| '}' should be on the same line. | 338 | |
| '0x7fffffff' is a magic number. | 340 | |
| '0x7fffffff' is a magic number. | 343 | |
| '{' should be on the previous line. | 344 | |
| 'if' construct must use '{}'s. | 345 | |
| '6' is a magic number. | 347 | |
| '077' is a magic number. | 347 | |
| '}' should be on the same line. | 351 | |
| '{' should be on the previous line. | 353 | |
| Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 | |
| Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 | |
| Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 | |
| Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| '}' should be on the same line. | 361 | |
| Avoid inline conditionals. | 364 | |
| '}' should be on the same line. | 368 | |
| 'else' construct must use '{}'s. | 369 | |
| Avoid inline conditionals. | 374 | |
| Line is longer than 80 characters. | 376 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| Unclosed HTML tag found: <result of getMessage> | 25 | |
| Parameter currentTokenVal should be final. | 27 | |
| Expected @param tag for 'currentTokenVal'. | 27 | |
| Parameter expectedTokenSequencesVal should be final. | 28 | |
| Expected @param tag for 'expectedTokenSequencesVal'. | 28 | |
| Parameter tokenImageVal should be final. | 29 | |
| Expected @param tag for 'tokenImageVal'. | 29 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 54 | |
| Parameter message should be final. | 54 | |
| Variable 'specialConstructor' must be private and have accessor methods. | 64 | |
| Variable 'currentToken' must be private and have accessor methods. | 71 | |
| Variable 'expectedTokenSequences' must be private and have accessor methods. | 78 | |
| Variable 'tokenImage' must be private and have accessor methods. | 85 | |
| Expected an @return tag. | 97 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Line is longer than 80 characters. | 110 | |
| 'if' construct must use '{}'s. | 118 | |
| Line has trailing spaces. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Variable 'eol' must be private and have accessor methods. | 140 | |
| Line has trailing spaces. | 141 | |
| Expected an @return tag. | 147 | |
| Method 'add_escapes' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| Parameter str should be final. | 147 | |
| Expected @param tag for 'str'. | 147 | |
| '{' should be on the previous line. | 152 | |
| Inner assignments should be avoided. | 180 | |
| '0x20' is a magic number. | 180 | |
| '0x7e' is a magic number. | 180 | |
| '16' is a magic number. | 181 | |
| '4' is a magic number. | 182 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 1 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'bufsize' must be private and have accessor methods. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'available' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'tokenBegin' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'bufpos' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'bufline' must be private and have accessor methods. | 16 | |
| Array brackets at illegal position. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'bufcolumn' must be private and have accessor methods. | 17 | |
| Array brackets at illegal position. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'column' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'line' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'prevCharIsCR' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'prevCharIsLF' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'inputStream' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'buffer' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'maxNextCharInd' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'inBuf' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'tabSize' must be private and have accessor methods. | 30 | |
| '8' is a magic number. | 30 | |
| Method 'setTabSize' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter i should be final. | 32 | |
| Method 'getTabSize' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter i should be final. | 33 | |
| Method 'ExpandBuff' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| Parameter wrapAround should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| '2048' is a magic number. | 38 | |
| Array brackets at illegal position. | 39 | |
| '2048' is a magic number. | 39 | |
| Array brackets at illegal position. | 40 | |
| '2048' is a magic number. | 40 | |
| '{' should be on the previous line. | 43 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Inner assignments should be avoided. | 59 | |
| '}' should be on the same line. | 60 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Inner assignments should be avoided. | 72 | |
| '}' should be on the same line. | 74 | |
| '{' should be on the previous line. | 76 | |
| '2048' is a magic number. | 81 | |
| Method 'FillBuff' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 89 | |
| '{' should be on the previous line. | 91 | |
| '2048' is a magic number. | 92 | |
| '{' should be on the previous line. | 93 | |
| Inner assignments should be avoided. | 94 | |
| '}' should be on the same line. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| Inner assignments should be avoided. | 98 | |
| 'else' construct must use '{}'s. | 99 | |
| '}' should be on the same line. | 101 | |
| 'if' construct must use '{}'s. | 102 | |
| 'if' construct must use '{}'s. | 104 | |
| '2048' is a magic number. | 104 | |
| 'else' construct must use '{}'s. | 106 | |
| Inner assignments should be avoided. | 112 | |
| '{' should be on the previous line. | 114 | |
| '}' should be on the same line. | 117 | |
| 'else' construct must use '{}'s. | 118 | |
| '}' should be on the same line. | 121 | |
| 'catch' is not followed by whitespace. | 122 | |
| 'if' construct must use '{}'s. | 125 | |
| Method 'BeginToken' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| '{' should be on the previous line. | 132 | |
| Method 'UpdateLineColumn' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Parameter c should be final. | 140 | |
| '{' should be on the previous line. | 141 | |
| '{' should be on the previous line. | 145 | |
| Inner assignments should be avoided. | 147 | |
| '}' should be on the same line. | 148 | |
| '{' should be on the previous line. | 150 | |
| '{' should be on the previous line. | 153 | |
| '}' should be on the same line. | 155 | |
| 'else' construct must use '{}'s. | 156 | |
| Inner assignments should be avoided. | 157 | |
| '{' should be on the previous line. | 161 | |
| Method 'readChar' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| '{' should be on the previous line. | 181 | |
| '{' should be on the previous line. | 183 | |
| 'if' construct must use '{}'s. | 186 | |
| 'if' construct must use '{}'s. | 192 | |
| Line has trailing spaces. | 202 | |
| Expected an @return tag. | 206 | |
| Method 'getColumn' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Line has trailing spaces. | 211 | |
| Expected an @return tag. | 215 | |
| Method 'getLine' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Method 'getEndColumn' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Method 'getEndLine' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Method 'getBeginColumn' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Method 'getBeginLine' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Method 'backup' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter amount should be final. | 235 | |
| 'if' construct must use '{}'s. | 238 | |
| Inner assignments should be avoided. | 238 | |
| Missing a Javadoc comment. | 242 | |
| Parameter dstream should be final. | 242 | |
| Parameter startline should be final. | 242 | |
| Parameter startcolumn should be final. | 243 | |
| Parameter buffersize should be final. | 243 | |
| '{' should be on the previous line. | 244 | |
| Inner assignments should be avoided. | 249 | |
| Missing a Javadoc comment. | 255 | |
| Parameter dstream should be final. | 255 | |
| Parameter startline should be final. | 255 | |
| Parameter startcolumn should be final. | 256 | |
| '{' should be on the previous line. | 257 | |
| '4096' is a magic number. | 258 | |
| Missing a Javadoc comment. | 261 | |
| Parameter dstream should be final. | 261 | |
| '{' should be on the previous line. | 262 | |
| '4096' is a magic number. | 263 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Missing a Javadoc comment. | 265 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| Parameter dstream should be final. | 265 | |
| Parameter startline should be final. | 265 | |
| Parameter startcolumn should be final. | 266 | |
| Parameter buffersize should be final. | 266 | |
| '{' should be on the previous line. | 267 | |
| '{' should be on the previous line. | 273 | |
| Inner assignments should be avoided. | 274 | |
| Inner assignments should be avoided. | 279 | |
| Inner assignments should be avoided. | 280 | |
| Inner assignments should be avoided. | 280 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Missing a Javadoc comment. | 284 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| Parameter dstream should be final. | 284 | |
| Parameter startline should be final. | 284 | |
| Parameter startcolumn should be final. | 285 | |
| '{' should be on the previous line. | 286 | |
| '4096' is a magic number. | 287 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| Parameter dstream should be final. | 290 | |
| '{' should be on the previous line. | 291 | |
| '4096' is a magic number. | 292 | |
| Line is longer than 80 characters. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter dstream should be final. | 294 | |
| Parameter encoding should be final. | 294 | |
| Parameter startline should be final. | 294 | |
| Parameter startcolumn should be final. | 295 | |
| Parameter buffersize should be final. | 295 | |
| '{' should be on the previous line. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Avoid inline conditionals. | 297 | |
| Missing a Javadoc comment. | 300 | |
| Parameter dstream should be final. | 300 | |
| Parameter startline should be final. | 300 | |
| Parameter startcolumn should be final. | 301 | |
| Parameter buffersize should be final. | 301 | |
| '{' should be on the previous line. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Parameter dstream should be final. | 306 | |
| Parameter encoding should be final. | 306 | |
| Parameter startline should be final. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Parameter startcolumn should be final. | 307 | |
| '4096' is a magic number. | 309 | |
| Missing a Javadoc comment. | 312 | |
| Parameter dstream should be final. | 312 | |
| Parameter startline should be final. | 312 | |
| Parameter startcolumn should be final. | 313 | |
| '{' should be on the previous line. | 314 | |
| '4096' is a magic number. | 315 | |
| Line is longer than 80 characters. | 318 | |
| Missing a Javadoc comment. | 318 | |
| Parameter dstream should be final. | 318 | |
| Parameter encoding should be final. | 318 | |
| '4096' is a magic number. | 320 | |
| Missing a Javadoc comment. | 323 | |
| Parameter dstream should be final. | 323 | |
| '{' should be on the previous line. | 324 | |
| '4096' is a magic number. | 325 | |
| Line is longer than 80 characters. | 328 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| Parameter dstream should be final. | 328 | |
| Parameter encoding should be final. | 328 | |
| Parameter startline should be final. | 328 | |
| Line is longer than 80 characters. | 329 | |
| Parameter startcolumn should be final. | 329 | |
| Parameter buffersize should be final. | 329 | |
| Line is longer than 80 characters. | 331 | |
| Avoid inline conditionals. | 331 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| Parameter dstream should be final. | 334 | |
| Parameter startline should be final. | 334 | |
| Parameter startcolumn should be final. | 335 | |
| Parameter buffersize should be final. | 335 | |
| '{' should be on the previous line. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 340 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Missing a Javadoc comment. | 340 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| Parameter dstream should be final. | 340 | |
| Parameter encoding should be final. | 340 | |
| '4096' is a magic number. | 342 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| Parameter dstream should be final. | 345 | |
| '{' should be on the previous line. | 346 | |
| '4096' is a magic number. | 347 | |
| Line is longer than 80 characters. | 349 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Missing a Javadoc comment. | 349 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| Parameter dstream should be final. | 349 | |
| Parameter encoding should be final. | 349 | |
| Parameter startline should be final. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Parameter startcolumn should be final. | 350 | |
| '4096' is a magic number. | 352 | |
| Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Missing a Javadoc comment. | 354 | |
| Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| Parameter dstream should be final. | 354 | |
| Parameter startline should be final. | 354 | |
| Parameter startcolumn should be final. | 355 | |
| '{' should be on the previous line. | 356 | |
| '4096' is a magic number. | 357 | |
| Method 'GetImage' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Missing a Javadoc comment. | 359 | |
| Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 | |
| '{' should be on the previous line. | 360 | |
| 'if' construct must use '{}'s. | 361 | |
| 'else' construct must use '{}'s. | 363 | |
| '+' should be on a new line. | 364 | |
| Method 'GetSuffix' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 | |
| Parameter len should be final. | 368 | |
| '{' should be on the previous line. | 369 | |
| 'if' construct must use '{}'s. | 372 | |
| '{' should be on the previous line. | 375 | |
| Method 'Done' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 384 | |
| '{' should be on the previous line. | 385 | |
| Method 'adjustBeginLineColumn' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Parameter newLine should be final. | 394 | |
| Expected @param tag for 'newLine'. | 394 | |
| Parameter newCol should be final. | 394 | |
| Expected @param tag for 'newCol'. | 394 | |
| '{' should be on the previous line. | 395 | |
| '{' should be on the previous line. | 400 | |
| '}' should be on the same line. | 402 | |
| '{' should be on the previous line. | 404 | |
| '&&' should be on a new line. | 411 | |
| Inner assignments should be avoided. | 412 | |
| Inner assignments should be avoided. | 412 | |
| '{' should be on the previous line. | 413 | |
| Line has trailing spaces. | 419 | |
| '{' should be on the previous line. | 422 | |
| '{' should be on the previous line. | 427 | |
| 'if' construct must use '{}'s. | 428 | |
| Inner assignments should be avoided. | 428 | |
| 'else' construct must use '{}'s. | 430 |
| Violation | Message | Line |
|---|---|---|
| Variable 'kind' must be private and have accessor methods. | 15 | |
| Variable 'beginLine' must be private and have accessor methods. | 22 | |
| Variable 'beginColumn' must be private and have accessor methods. | 22 | |
| Variable 'endLine' must be private and have accessor methods. | 22 | |
| Variable 'endColumn' must be private and have accessor methods. | 22 | |
| Variable 'image' must be private and have accessor methods. | 27 | |
| Variable 'next' must be private and have accessor methods. | 37 | |
| Variable 'specialToken' must be private and have accessor methods. | 51 | |
| Expected an @return tag. | 56 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| '{' should be on the previous line. | 57 | |
| Expected an @return tag. | 73 | |
| Parameter ofKind should be final. | 73 | |
| Expected @param tag for 'ofKind'. | 73 | |
| '{' should be on the previous line. | 74 | |
| '{' should be on the previous line. | 76 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 4 | |
| '{' should be on the previous line. | 5 | |
| Line is longer than 80 characters. | 16 | |
| Variable 'errorCode' must be private and have accessor methods. | 34 | |
| First sentence should end with a period. | 36 | |
| Expected an @return tag. | 40 | |
| Parameter str should be final. | 40 | |
| Expected @param tag for 'str'. | 40 | |
| '{' should be on the previous line. | 45 | |
| Inner assignments should be avoided. | 73 | |
| '0x20' is a magic number. | 73 | |
| '0x7e' is a magic number. | 73 | |
| '16' is a magic number. | 74 | |
| '4' is a magic number. | 75 | |
| Line has trailing spaces. | 88 | |
| Line is longer than 80 characters. | 95 | |
| Expected an @return tag. | 97 | |
| Line is longer than 80 characters. | 97 | |
| Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| Parameter EOFSeen should be final. | 97 | |
| Expected @param tag for 'EOFSeen'. | 97 | |
| Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| Parameter lexState should be final. | 97 | |
| Expected @param tag for 'lexState'. | 97 | |
| Parameter errorLine should be final. | 97 | |
| Expected @param tag for 'errorLine'. | 97 | |
| Parameter errorColumn should be final. | 97 | |
| Expected @param tag for 'errorColumn'. | 97 | |
| Parameter errorAfter should be final. | 97 | |
| Expected @param tag for 'errorAfter'. | 97 | |
| Parameter curChar should be final. | 97 | |
| Expected @param tag for 'curChar'. | 97 | |
| 'return' is not followed by whitespace. | 98 | |
| '+' should be on a new line. | 98 | |
| '+' should be on a new line. | 99 | |
| '+' should be on a new line. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Avoid inline conditionals. | 101 | |
| 'cast' is not followed by whitespace. | 101 | |
| '+' should be on a new line. | 101 | |
| Line is longer than 80 characters. | 106 | |
| Line has trailing spaces. | 108 | |
| Expected an @return tag. | 114 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 125 | |
| Parameter message should be final. | 125 | |
| Parameter reason should be final. | 125 | |
| Line is longer than 80 characters. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter EOFSeen should be final. | 130 | |
| Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| Parameter lexState should be final. | 130 | |
| Parameter errorLine should be final. | 130 | |
| Parameter errorColumn should be final. | 130 | |
| Parameter errorAfter should be final. | 130 | |
| Parameter curChar should be final. | 130 | |
| Parameter reason should be final. | 130 | |
| Line is longer than 80 characters. | 131 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'constructedMathSheet' must be private and have accessor methods. | 15 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Method 'defineExpression' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter expressionName should be final. | 29 | |
| Parameter expression should be final. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Method 'declareParameter' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter parameterName should be final. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| 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 contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Redundant 'public' modifier. | 20 | |
| 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 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| 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 | |
| Redundant 'public' modifier. | 31 | |
| 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 is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Expected an @return tag. | 42 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Redundant 'public' modifier. | 42 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 5 | |
| Line has trailing spaces. | 7 | |
| 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. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '(' is followed by whitespace. | 21 | |
| Parameter arg0 should be final. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '(' is followed by whitespace. | 25 | |
| Parameter arg0 should be final. | 25 | |
| Parameter arg1 should be final. | 25 | |
| ')' is preceded with whitespace. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '(' is followed by whitespace. | 29 | |
| Parameter arg0 should be final. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 7 | |
| Line contains a tab character. | 12 | |
| Method 'createMathSheet' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 7 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter message should be final. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter message should be final. | 25 | |
| Parameter cause should be final. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter cause should be final. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| 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 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 is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Method 'parseFile' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter filePath should be final. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| 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 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| 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 is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter xpp should be final. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| 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. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| First sentence should end with a period. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 84 | |
| 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 is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Parameter xpp should be final. | 88 | |
| Expected @throws tag for 'MathSheetParserException'. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| 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 is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| 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 contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| 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. | 119 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter xpp should be final. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter xpp should be final. | 136 | |
| Line contains a tab character. | 137 | |
| Array brackets at illegal position. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| Array brackets at illegal position. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| 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 is longer than 80 characters. | 164 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 171 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| 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. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Parameter xmlMathSheetPath should be final. | 25 | |
| 'xmlMathSheetPath' hides a field. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 30 | |
| Method 'createMathSheet' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 9 | |
| Utility classes should not have a public or default constructor. | 12 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line has trailing spaces. | 16 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Parameter args should be final. | 21 | |
| Expected @throws tag for 'ExpressionException'. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| 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 contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Utility classes should not have a public or default constructor. | 17 | |
| Line contains a tab character. | 19 | |
| 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. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Parameter args should be final. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| 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 is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 11 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 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. | 27 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter node should be final. | 34 | |
| 'node' hides a field. | 34 | |
| Parameter dependecies should be final. | 34 | |
| 'dependecies' 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 | |
| Line contains a tab character. | 41 | |
| Method 'getDependentNodesIds' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter node should be final. | 49 | |
| 'node' hides a field. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 | |
| Method 'setDependecyNodesIds' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter dependecies should be final. | 53 | |
| 'dependecies' hides a field. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Line has trailing spaces. | 16 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| 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 contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Method 'isCyclic' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter node should be final. | 52 | |
| Parameter dependencyDomain should be final. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| 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. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| Line has trailing spaces. | 67 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| 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 has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| First sentence should end with a period. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line has trailing spaces. | 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 has trailing spaces. | 99 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 106 | |
| 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 contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line has trailing spaces. | 115 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Method 'areNodesDependent' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter sourceNode should be final. | 115 | |
| Parameter potentialDependentNode should be final. | 115 | |
| Line contains a tab character. | 116 | |
| Parameter dependencyDomain should be final. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 120 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Method 'recursiveNodesDependencyCheck' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter sourceNode should be final. | 120 | |
| ',' is not followed by whitespace. | 120 | |
| Parameter currentNode should be final. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Parameter potentialDependentNode should be final. | 121 | |
| Parameter visitedNodes should be final. | 121 | |
| Parameter dependencyDomain should be final. | 121 | |
| Line has trailing spaces. | 122 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line has trailing spaces. | 127 | |
| Line contains a tab character. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line has trailing spaces. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line has trailing spaces. | 148 | |
| Line contains a tab character. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 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. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line contains a tab character. | 170 | |
| Line has trailing spaces. | 171 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line contains a tab character. | 181 | |
| Parameter node should be final. | 181 | |
| Parameter visitedNodes should be final. | 181 | |
| Parameter dependencyDomain should be final. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line contains a tab character. | 202 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |