The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
70 | 0 | 0 | 2438 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 6 | ![]() |
NewlineAtEndOfFile | 62 | ![]() |
Translation | 0 | ![]() |
JavadocMethod
| 276 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 13 | ![]() |
JavadocStyle | 19 | ![]() |
ConstantName | 4 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 20 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
RegexpHeader
| 1 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 3 | ![]() |
UnusedImports | 2 | ![]() |
FileLength | 0 | ![]() |
LineLength
| 19 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 4 | ![]() |
ParenPad | 313 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 1253 | ![]() |
WhitespaceAfter | 19 | ![]() |
WhitespaceAround | 104 | ![]() |
ModifierOrder | 9 | ![]() |
RedundantModifier | 23 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
LeftCurly | 136 | ![]() |
NeedBraces | 40 | ![]() |
RightCurly | 13 | ![]() |
DoubleCheckedLocking | 1 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 7 | ![]() |
SimplifyBooleanExpression | 3 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 2 | ![]() |
InterfaceIsType | 1 | ![]() |
VisibilityModifier
| 1 | ![]() |
ArrayTypeStyle | 2 | ![]() |
GenericIllegalRegexp
| 77 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Utility classes should not have a public or default constructor. | 44 |
![]() | First sentence should end with a period. | 49 |
![]() | 'public' modifier out of order with the JLS suggestions. | 56 |
![]() | 'public' modifier out of order with the JLS suggestions. | 66 |
![]() | First sentence should end with a period. | 83 |
![]() | Expected @throws tag for 'IOException'. | 100 |
![]() | Expected @throws tag for 'ServletException'. | 100 |
![]() | Expected @throws tag for 'IOException'. | 120 |
![]() | Expected @throws tag for 'ServletException'. | 120 |
![]() | Expected @throws tag for 'IOException'. | 134 |
![]() | Expected @throws tag for 'ServletException'. | 134 |
![]() | Expected @throws tag for 'IOException'. | 148 |
![]() | Expected @throws tag for 'ServletException'. | 148 |
![]() | Expected @param tag for 'request'. | 157 |
![]() | Expected @param tag for 'servletContext'. | 158 |
![]() | Unused @throws tag for 'NoSuchDefinitionException'. | 191 |
![]() | Expected an @return tag. | 193 |
![]() | Redundant throws: 'FactoryNotFoundException' is subclass of 'DefinitionsFactoryException'. | 197 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 42 |
![]() | First sentence should end with a period. | 62 |
![]() | Expected @param tag for 'definition'. | 105 |
![]() | Unused @throws tag for 'InstantiationException'. | 125 |
![]() | Expected @param tag for 'definition'. | 129 |
![]() | Expected @param tag for 'name'. | 137 |
![]() | Expected @param tag for 'path'. | 137 |
![]() | Expected @param tag for 'attributes'. | 137 |
![]() | Expected @param tag for 'key'. | 248 |
![]() | First sentence should end with a period. | 252 |
![]() | Line is longer than 120 characters. | 277 |
![]() | Line is longer than 120 characters. | 288 |
![]() | Expression can be simplified. | 292 |
![]() | Expected an @return tag. | 342 |
![]() | Expected an @return tag. | 364 |
![]() | Expected an @return tag. | 406 |
![]() | Expected @param tag for 'controller'. | 460 |
![]() | First sentence should end with a period. | 505 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 42 |
![]() | '{' should be on the previous line. | 58 |
![]() | '{' should be on the previous line. | 74 |
![]() | '{' should be on the previous line. | 90 |
![]() | '{' should be on the previous line. | 106 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Expected @param tag for 'value'. | 32 |
![]() | Expected an @return tag. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Expected @param tag for 'link'. | 42 |
![]() | Expected an @return tag. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Expected @param tag for 'link'. | 52 |
![]() | Expected an @return tag. | 57 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Expected @param tag for 'link'. | 62 |
![]() | Expected an @return tag. | 67 |
![]() | Redundant 'public' modifier. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 27 |
![]() | '{' should be on the previous line. | 39 |
![]() | '{' should be on the previous line. | 49 |
![]() | '{' should be on the previous line. | 65 |
![]() | '{' should be on the previous line. | 81 |
![]() | '{' should be on the previous line. | 97 |
![]() | '{' should be on the previous line. | 114 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 176 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 179 |
![]() | Expected an @return tag. | 200 |
![]() | Redundant throws: 'FactoryNotFoundException' is subclass of 'DefinitionsFactoryException'. | 204 |
![]() | Expected @param tag for 'config'. | 269 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Utility classes should not have a public or default constructor. | 45 |
![]() | First sentence should end with a period. | 47 |
![]() | Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Name 'scopes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | First sentence should end with a period. | 68 |
![]() | '+' is not preceded with whitespace. | 106 |
![]() | '+' is not followed by whitespace. | 106 |
![]() | Expected an @return tag. | 192 |
![]() | 'if' construct must use '{}'s. | 263 |
![]() | 'if' construct must use '{}'s. | 265 |
![]() | 'if' construct must use '{}'s. | 267 |
![]() | 'if' construct must use '{}'s. | 269 |
![]() | 'if' construct must use '{}'s. | 271 |
![]() | Expected an @return tag. | 308 |
![]() | ',' is not followed by whitespace. | 321 |
![]() | 'if' construct must use '{}'s. | 326 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | interfaces should describe a type and hence have methods. | 26 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 40 |
![]() | Expected @param tag for 'data'. | 40 |
![]() | 'if' construct must use '{}'s. | 43 |
![]() | 'if' is not followed by whitespace. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | 'if' construct must use '{}'s. | 46 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '{' should be on the previous line. | 76 |
![]() | '{' should be on the previous line. | 86 |
![]() | Expected an @return tag. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | '==' is not preceded with whitespace. | 100 |
![]() | '==' is not followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '=' is not preceded with whitespace. | 101 |
![]() | '=' is not followed by whitespace. | 101 |
![]() | Line is longer than 120 characters. | 103 |
![]() | 'cast' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line is longer than 120 characters. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line is longer than 120 characters. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | '+' is not preceded with whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | 'else' construct must use '{}'s. | 117 |
![]() | Expected an @return tag. | 132 |
![]() | '{' should be on the previous line. | 133 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 81 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 100 |
![]() | '{' should be on the previous line. | 109 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 131 |
![]() | Expected an @return tag. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | 'cast' is not followed by whitespace. | 147 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | 'if' construct must use '{}'s. | 161 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | 'if' is not followed by whitespace. | 162 |
![]() | '(' is followed by whitespace. | 163 |
![]() | '+' is not preceded with whitespace. | 163 |
![]() | '+' should be on a new line. | 163 |
![]() | ')' is preceded with whitespace. | 164 |
![]() | '}' should be on the same line. | 168 |
![]() | '{' should be on the previous line. | 170 |
![]() | 'while' is not followed by whitespace. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'cast' is not followed by whitespace. | 174 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | 'if' construct must use '{}'s. | 176 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 177 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | 'else' construct must use '{}'s. | 179 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | 'if' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 187 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | Expected an @return tag. | 204 |
![]() | '{' should be on the previous line. | 205 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 42 |
![]() | First sentence should end with a period. | 44 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Line is longer than 120 characters. | 54 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 54 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 60 |
![]() | Expected an @return tag. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | 'synchronized' is not followed by whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | The double-checked locking idiom is broken and should be avoided. | 87 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | 'cast' is not followed by whitespace. | 94 |
![]() | Expected an @return tag. | 106 |
![]() | Redundant throws: 'NoSuchDefinitionException' is subclass of 'DefinitionsFactoryException'. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '(' is followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 113 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | Expected an @return tag. | 127 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 127 |
![]() | 'public' modifier out of order with the JLS suggestions. | 135 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 136 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 151 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | 'while' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 26 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 38 |
![]() | First sentence should end with a period. | 39 |
![]() | '{' is not preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 78 |
![]() | '{' should be on the previous line. | 88 |
![]() | '{' should be on the previous line. | 98 |
![]() | '{' should be on the previous line. | 108 |
![]() | '{' should be on the previous line. | 118 |
![]() | '{' should be on the previous line. | 135 |
![]() | Expected an @return tag. | 143 |
![]() | 'if' is not followed by whitespace. | 146 |
![]() | 'cast' is not followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line is longer than 120 characters. | 152 |
![]() | 'cast' is not followed by whitespace. | 152 |
![]() | '(' is followed by whitespace. | 152 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | 'if' is not followed by whitespace. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | '(' is followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | Expression can be simplified. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 120 characters. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | 'else' construct must use '{}'s. | 162 |
![]() | '{' should be on the previous line. | 168 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | '}' should be on the same line. | 170 |
![]() | 'catch' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '(' is followed by whitespace. | 174 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @param tag for 'name'. | 74 |
![]() | Expected @param tag for 'value'. | 74 |
![]() | Expected an @return tag. | 201 |
![]() | Line has trailing spaces. | 233 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | First sentence should end with a period. | 49 |
![]() | '+' should be on a new line. | 69 |
![]() | Expected @param tag for 'response'. | 85 |
![]() | Expected @throws tag for 'IOException'. | 87 |
![]() | Expected @throws tag for 'ServletException'. | 87 |
![]() | Expected @throws tag for 'IOException'. | 107 |
![]() | Expected @throws tag for 'ServletException'. | 107 |
![]() | Expected @throws tag for 'IOException'. | 122 |
![]() | Expected @throws tag for 'ServletException'. | 122 |
![]() | Expected @param tag for 'request'. | 143 |
![]() | Expected @param tag for 'servletContext'. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 60 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line has trailing spaces. | 71 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '{' is not preceded with whitespace. | 110 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | 'public' modifier out of order with the JLS suggestions. | 184 |
![]() | 'public' modifier out of order with the JLS suggestions. | 196 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Expected @param tag for 'name'. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Expected @param tag for 'classname'. | 66 |
![]() | '{' is not preceded with whitespace. | 66 |
![]() | Expected an @return tag. | 73 |
![]() | Expected @throws tag for 'JspException'. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'if' construct must use '{}'s. | 78 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 86 |
![]() | '}' should be on the same line. | 89 |
![]() | 'catch' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Expected an @return tag. | 101 |
![]() | Expected @throws tag for 'JspException'. | 101 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Variable 'userDebugLevel' must be private and have accessor methods. | 50 |
![]() | 'if' construct must use '{}'s. | 113 |
![]() | Line is longer than 120 characters. | 140 |
![]() | Line is longer than 120 characters. | 167 |
![]() | 'if' construct must use '{}'s. | 185 |
![]() | Expected @param tag for 'servletContext'. | 198 |
![]() | Expected @param tag for 'request'. | 206 |
![]() | Expected @param tag for 'request'. | 215 |
![]() | Expected @param tag for 'definition'. | 216 |
![]() | Expected @param tag for 'request'. | 226 |
![]() | Expected @param tag for 'definition'. | 227 |
![]() | Expected an @return tag. | 260 |
![]() | Expected @param tag for 'config'. | 292 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - javax.servlet.http.HttpServletRequest. | 24 |
![]() | Unused import - org.apache.struts.upload.MultipartRequestWrapper. | 40 |
![]() | '{' should be on the previous line. | 65 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Expected @throws tag for 'Exception'. | 95 |
![]() | '{' should be on the previous line. | 101 |
![]() | '{' should be on the previous line. | 109 |
![]() | '}' should be on the same line. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | '}' should be on the same line. | 119 |
![]() | '{' should be on the previous line. | 121 |
![]() | '{' should be on the previous line. | 142 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Expected @throws tag for 'IOException'. | 234 |
![]() | Expected @throws tag for 'ServletException'. | 234 |
![]() | Expected @throws tag for 'IOException'. | 252 |
![]() | Expected @throws tag for 'ServletException'. | 252 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @throws tag for 'JspException'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @param tag for 'value'. | 30 |
![]() | Expected @param tag for 'value'. | 37 |
![]() | Expected @param tag for 'role'. | 37 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 39 |
![]() | Expected an @return tag. | 54 |
![]() | Redundant throws: 'NoSuchDefinitionException' is subclass of 'DefinitionsFactoryException'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | 'cast' is not followed by whitespace. | 57 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 77 |
![]() | 'while' is not followed by whitespace. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | 'cast' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | '{' should be on the previous line. | 96 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Expected @throws tag for 'ServletException'. | 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. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | 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. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | 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 has trailing spaces. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | 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. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Expected @throws tag for 'IOException'. | 133 |
![]() | Expected @throws tag for 'ServletException'. | 133 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 143 |
![]() | 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 contains a tab character. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | 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. | 156 |
![]() | Expected @throws tag for 'IOException'. | 156 |
![]() | Expected @throws tag for 'ServletException'. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | 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. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | 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. | 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 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. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | 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. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line has trailing spaces. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Expected @throws tag for 'IOException'. | 286 |
![]() | Expected @throws tag for 'ServletException'. | 286 |
![]() | Line has trailing spaces. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line has trailing spaces. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line has trailing spaces. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line has trailing spaces. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line has trailing spaces. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Expected @throws tag for 'IOException'. | 365 |
![]() | Expected @throws tag for 'ServletException'. | 365 |
![]() | Line has trailing spaces. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line has trailing spaces. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line has trailing spaces. | 378 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Expected @throws tag for 'IOException'. | 389 |
![]() | Expected @throws tag for 'ServletException'. | 389 |
![]() | Line has trailing spaces. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Expected an @return tag. | 401 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Expected @throws tag for 'ServletException'. | 51 |
![]() | Expected @throws tag for 'IOException'. | 51 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Expected @throws tag for 'Exception'. | 67 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 37 |
![]() | Expected an @return tag. | 48 |
![]() | Line is longer than 120 characters. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Redundant throws: 'NoSuchDefinitionException' is subclass of 'DefinitionsFactoryException'. | 48 |
![]() | ',' is not followed by whitespace. | 48 |
![]() | Redundant 'public' modifier. | 59 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 26 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @throws tag for 'IOException'. | 62 |
![]() | Expected @throws tag for 'ServletException'. | 62 |
![]() | Expected @throws tag for 'IOException'. | 81 |
![]() | Expected @throws tag for 'ServletException'. | 81 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @throws tag for 'JspException'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 57 |
![]() | Expected an @return tag. | 93 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 56 |
![]() | Expected @param tag for 'name'. | 86 |
![]() | Expected @param tag for 'content'. | 86 |
![]() | Expected @param tag for 'nestedTag'. | 97 |
![]() | Expected @throws tag for 'JspException'. | 97 |
![]() | Expected @param tag for 'nestedTag'. | 125 |
![]() | Expected @throws tag for 'JspException'. | 125 |
![]() | Line is longer than 120 characters. | 139 |
![]() | Expected an @return tag. | 198 |
![]() | Expected an @return tag. | 226 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 33 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is followed by whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 74 |
![]() | '{' should be on the previous line. | 84 |
![]() | Expected an @return tag. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '!=' is not preceded with whitespace. | 94 |
![]() | '!=' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 101 |
![]() | Expected @param tag for 'isVisited'. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is followed by whitespace. | 113 |
![]() | Expected @param tag for 'definitionsSet'. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | 'if' construct must use '{}'s. | 117 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | 'if' construct must use '{}'s. | 120 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '(' is followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | '+' should be on a new line. | 133 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | 'while' is not followed by whitespace. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | 'cast' is not followed by whitespace. | 146 |
![]() | 'if' construct must use '{}'s. | 147 |
![]() | 'if' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | 'if' is not followed by whitespace. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | '==' is not preceded with whitespace. | 155 |
![]() | '==' is not followed by whitespace. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '(' is followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 158 |
![]() | Line has trailing spaces. | 164 |
![]() | Line has trailing spaces. | 166 |
![]() | '(' is followed by whitespace. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | 'if' is not followed by whitespace. | 184 |
![]() | '(' is followed by whitespace. | 184 |
![]() | '!=' is not preceded with whitespace. | 184 |
![]() | '!=' is not followed by whitespace. | 184 |
![]() | ')' is preceded with whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | '(' is followed by whitespace. | 190 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '=' is not preceded with whitespace. | 31 |
![]() | '=' is not followed by whitespace. | 31 |
![]() | Expected an @return tag. | 54 |
![]() | Expected an @return tag. | 69 |
![]() | Expected an @return tag. | 84 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Expected @param tag for 'value'. | 47 |
![]() | Expected an @return tag. | 54 |
![]() | Expected @param tag for 'link'. | 61 |
![]() | Expected an @return tag. | 68 |
![]() | Expected @param tag for 'icon'. | 75 |
![]() | Expected an @return tag. | 82 |
![]() | Expected @param tag for 'tooltip'. | 89 |
![]() | Expected an @return tag. | 96 |
![]() | Expected an @return tag. | 103 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 44 |
![]() | Expected an @return tag. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Redundant throws: 'NoSuchDefinitionException' is subclass of 'DefinitionsFactoryException'. | 56 |
![]() | ',' is not followed by whitespace. | 56 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Redundant 'public' modifier. | 86 |
![]() | Redundant 'public' modifier. | 93 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line does not match expected header line of '/\*\s*'. | 1 |
![]() | Redundant import from the same package - org.apache.struts.tiles.DefinitionsFactory. | 9 |
![]() | Redundant import from the same package - org.apache.struts.tiles.DefinitionsFactoryException. | 10 |
![]() | Redundant import from the same package - org.apache.struts.tiles.TilesRequestProcessor. | 11 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '+' should be on a new line. | 49 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '=' is not preceded with whitespace. | 88 |
![]() | '=' is not followed by whitespace. | 88 |
![]() | Expected @throws tag for 'ServletException'. | 148 |
![]() | Expected @param tag for 'servletContext'. | 199 |
![]() | Expected @param tag for 'moduleConfig'. | 200 |
![]() | Expected @param tag for 'factoryConfig'. | 201 |
![]() | Expected @throws tag for 'ServletException'. | 202 |
![]() | Expected an @return tag. | 261 |
![]() | '{' is not preceded with whitespace. | 275 |
![]() | Expected an @return tag. | 316 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 32 |
![]() | '{' should be on the previous line. | 40 |
![]() | '{' should be on the previous line. | 49 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Expected an @return tag. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | 'cast' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Expected an @return tag. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Expected @throws tag for 'NoSuchDefinitionException'. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | 'while' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | 'cast' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '==' is not preceded with whitespace. | 92 |
![]() | '==' is not followed by whitespace. | 92 |
![]() | 'while' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | 'cast' is not followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | '}' should be on the same line. | 102 |
![]() | 'else' construct must use '{}'s. | 103 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | Expected an @return tag. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | ';' is preceded with whitespace. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Array brackets at illegal position. | 84 |
![]() | Unused @throws tag for 'FactoryNotFoundException'. | 142 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 145 |
![]() | Must have at least one statement. | 208 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 228 |
![]() | 'if' construct must use '{}'s. | 239 |
![]() | Expected an @return tag. | 387 |
![]() | '3' is a magic number. | 389 |
![]() | Expected @param tag for 'servletContext'. | 433 |
![]() | Must have at least one statement. | 480 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 47 |
![]() | Expected @throws tag for 'NoSuchDefinitionException'. | 82 |
![]() | Redundant throws: 'NoSuchDefinitionException' is subclass of 'DefinitionsFactoryException'. | 82 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 82 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 93 |
![]() | Expected @throws tag for 'DefinitionsFactoryException'. | 121 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 34 |
![]() | 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. | 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 contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Expected @throws tag for 'ServletException'. | 62 |
![]() | Expected @throws tag for 'IOException'. | 62 |
![]() | 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. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 120 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Expected @param tag for 'tileContext'. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Expected @param tag for 'request'. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Expected @param tag for 'response'. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Expected @param tag for 'servletContext'. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Expected @throws tag for 'Exception'. | 81 |
![]() | Line has trailing spaces. | 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. | 89 |
![]() | Line contains a tab character. | 91 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'JspException-'. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 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 has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | 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 has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | 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 has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | 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. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | 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. | 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. | 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. | 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. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | 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. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Expected @param tag for 'pc'. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Expected an @return tag. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Expected @param tag for 'value'. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Expected an @return tag. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Expected @param tag for 'name'. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Expected @param tag for 'name'. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Expected an @return tag. | 217 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Expected @param tag for 'value'. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Expected @param tag for 'value'. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Expected an @return tag. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Expected @param tag for 'value'. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Expected an @return tag. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Expected @param tag for 'value'. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Expected an @return tag. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Expected @param tag for 'flush'. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Expected an @return tag. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Expected @param tag for 'flush'. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Expected @param tag for 'ignore'. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Expected an @return tag. | 302 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Expected @param tag for 'name'. | 312 |
![]() | Expected @param tag for 'value'. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Expected @param tag for 'nestedTag'. | 322 |
![]() | Expected @throws tag for 'JspException'. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Expected @param tag for 'nestedTag'. | 341 |
![]() | Expected @throws tag for 'JspException'. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line is longer than 120 characters. | 353 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Expected @param tag for 'nestedTag'. | 364 |
![]() | Expected @throws tag for 'JspException'. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Expected an @return tag. | 380 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Expected an @return tag. | 397 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Expected an @return tag. | 422 |
![]() | Line contains a tab character. | 422 |
![]() | Expected @throws tag for 'JspException'. | 422 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line contains a tab character. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Expected an @return tag. | 456 |
![]() | Line contains a tab character. | 456 |
![]() | Expected @throws tag for 'JspException'. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Expected an @return tag. | 471 |
![]() | Line contains a tab character. | 471 |
![]() | Expected @throws tag for 'JspException'. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 477 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line is longer than 120 characters. | 486 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line contains a tab character. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line has trailing spaces. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Expected an @return tag. | 498 |
![]() | Line contains a tab character. | 498 |
![]() | Expected @param tag for 'value'. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 505 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line has trailing spaces. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Expected @param tag for 'name'. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | Line contains a tab character. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Expected an @return tag. | 540 |
![]() | Line contains a tab character. | 540 |
![]() | Expected @param tag for 'url'. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Line contains a tab character. | 542 |
![]() | Line contains a tab character. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Line contains a tab character. | 554 |
![]() | Line contains a tab character. | 555 |
![]() | Line contains a tab character. | 557 |
![]() | Line contains a tab character. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 570 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line contains a tab character. | 574 |
![]() | Line contains a tab character. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | Line contains a tab character. | 584 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 589 |
![]() | Line contains a tab character. | 590 |
![]() | Line contains a tab character. | 591 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | Line contains a tab character. | 595 |
![]() | Line contains a tab character. | 596 |
![]() | Line contains a tab character. | 597 |
![]() | Line contains a tab character. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line contains a tab character. | 600 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Line contains a tab character. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 611 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 613 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 616 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line contains a tab character. | 622 |
![]() | Line contains a tab character. | 623 |
![]() | Line contains a tab character. | 624 |
![]() | Line contains a tab character. | 625 |
![]() | Line contains a tab character. | 627 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line contains a tab character. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | Line contains a tab character. | 632 |
![]() | Line contains a tab character. | 634 |
![]() | Line contains a tab character. | 635 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line contains a tab character. | 639 |
![]() | Line contains a tab character. | 640 |
![]() | Line contains a tab character. | 641 |
![]() | Line contains a tab character. | 642 |
![]() | Line contains a tab character. | 643 |
![]() | Line contains a tab character. | 644 |
![]() | Line contains a tab character. | 645 |
![]() | Line contains a tab character. | 646 |
![]() | Line contains a tab character. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | Line contains a tab character. | 650 |
![]() | Line contains a tab character. | 651 |
![]() | Line contains a tab character. | 652 |
![]() | Line contains a tab character. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 658 |
![]() | Line contains a tab character. | 659 |
![]() | Line contains a tab character. | 660 |
![]() | Line contains a tab character. | 661 |
![]() | Line contains a tab character. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line contains a tab character. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 674 |
![]() | Line contains a tab character. | 675 |
![]() | Line contains a tab character. | 677 |
![]() | Line contains a tab character. | 678 |
![]() | Line contains a tab character. | 679 |
![]() | Line contains a tab character. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | Line contains a tab character. | 682 |
![]() | Line contains a tab character. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Line contains a tab character. | 685 |
![]() | Line contains a tab character. | 686 |
![]() | Line contains a tab character. | 687 |
![]() | Line contains a tab character. | 689 |
![]() | Line contains a tab character. | 690 |
![]() | Line contains a tab character. | 691 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | Line contains a tab character. | 694 |
![]() | Line contains a tab character. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | Line contains a tab character. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line contains a tab character. | 706 |
![]() | Line contains a tab character. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line contains a tab character. | 712 |
![]() | Line contains a tab character. | 714 |
![]() | Line contains a tab character. | 715 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 720 |
![]() | Line contains a tab character. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Line contains a tab character. | 724 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 729 |
![]() | Line contains a tab character. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line contains a tab character. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | Line contains a tab character. | 735 |
![]() | Line contains a tab character. | 737 |
![]() | Line contains a tab character. | 738 |
![]() | Line contains a tab character. | 740 |
![]() | Line contains a tab character. | 741 |
![]() | Line contains a tab character. | 742 |
![]() | Line contains a tab character. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line contains a tab character. | 747 |
![]() | Line contains a tab character. | 748 |
![]() | Line contains a tab character. | 750 |
![]() | Line contains a tab character. | 751 |
![]() | Line contains a tab character. | 752 |
![]() | Line contains a tab character. | 753 |
![]() | Line contains a tab character. | 754 |
![]() | Line contains a tab character. | 756 |
![]() | Line contains a tab character. | 757 |
![]() | Line contains a tab character. | 758 |
![]() | Line contains a tab character. | 759 |
![]() | Line contains a tab character. | 760 |
![]() | Line contains a tab character. | 761 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 764 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 774 |
![]() | Line contains a tab character. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Line contains a tab character. | 780 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 782 |
![]() | Line contains a tab character. | 783 |
![]() | Line contains a tab character. | 785 |
![]() | Line contains a tab character. | 787 |
![]() | Line contains a tab character. | 788 |
![]() | Line contains a tab character. | 789 |
![]() | Line contains a tab character. | 790 |
![]() | Line contains a tab character. | 791 |
![]() | Line contains a tab character. | 792 |
![]() | Line contains a tab character. | 793 |
![]() | Line contains a tab character. | 794 |
![]() | Line contains a tab character. | 795 |
![]() | Line contains a tab character. | 796 |
![]() | Line contains a tab character. | 798 |
![]() | Line contains a tab character. | 799 |
![]() | Line contains a tab character. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | Line contains a tab character. | 802 |
![]() | Line contains a tab character. | 803 |
![]() | Line contains a tab character. | 804 |
![]() | Line contains a tab character. | 805 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line contains a tab character. | 810 |
![]() | Line contains a tab character. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Line contains a tab character. | 814 |
![]() | Line contains a tab character. | 815 |
![]() | Line contains a tab character. | 816 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 818 |
![]() | Line contains a tab character. | 819 |
![]() | Line contains a tab character. | 820 |
![]() | Line contains a tab character. | 821 |
![]() | Line contains a tab character. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 825 |
![]() | Line contains a tab character. | 826 |
![]() | Line contains a tab character. | 827 |
![]() | Line contains a tab character. | 828 |
![]() | Line contains a tab character. | 829 |
![]() | Line contains a tab character. | 830 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 833 |
![]() | Line contains a tab character. | 834 |
![]() | Line contains a tab character. | 835 |
![]() | Line contains a tab character. | 837 |
![]() | Line contains a tab character. | 838 |
![]() | Line contains a tab character. | 839 |
![]() | Line contains a tab character. | 840 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 845 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line contains a tab character. | 848 |
![]() | Line contains a tab character. | 850 |
![]() | Line contains a tab character. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | Line contains a tab character. | 853 |
![]() | Line contains a tab character. | 854 |
![]() | Line contains a tab character. | 855 |
![]() | Line contains a tab character. | 856 |
![]() | Line contains a tab character. | 858 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line contains a tab character. | 862 |
![]() | Line contains a tab character. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Line contains a tab character. | 865 |
![]() | Line contains a tab character. | 867 |
![]() | Line contains a tab character. | 868 |
![]() | Line contains a tab character. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line contains a tab character. | 875 |
![]() | Line contains a tab character. | 876 |
![]() | Line contains a tab character. | 877 |
![]() | Line contains a tab character. | 878 |
![]() | Line contains a tab character. | 879 |
![]() | Line contains a tab character. | 880 |
![]() | Line has trailing spaces. | 881 |
![]() | Line contains a tab character. | 882 |
![]() | Line contains a tab character. | 883 |
![]() | Line contains a tab character. | 884 |
![]() | Line contains a tab character. | 886 |
![]() | Line contains a tab character. | 888 |
![]() | Line contains a tab character. | 889 |
![]() | Line contains a tab character. | 890 |
![]() | Line contains a tab character. | 891 |
![]() | Line contains a tab character. | 893 |
![]() | Line contains a tab character. | 895 |
![]() | Line contains a tab character. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 899 |
![]() | Line contains a tab character. | 901 |
![]() | Line contains a tab character. | 902 |
![]() | Line contains a tab character. | 903 |
![]() | Line contains a tab character. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line contains a tab character. | 906 |
![]() | Line contains a tab character. | 907 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 910 |
![]() | Line contains a tab character. | 911 |
![]() | Line contains a tab character. | 912 |
![]() | Line contains a tab character. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | Line contains a tab character. | 916 |
![]() | Line contains a tab character. | 917 |
![]() | Line contains a tab character. | 918 |
![]() | Line contains a tab character. | 920 |
![]() | Line contains a tab character. | 921 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line contains a tab character. | 926 |
![]() | Line has trailing spaces. | 927 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 928 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Line contains a tab character. | 931 |
![]() | Line contains a tab character. | 932 |
![]() | Line contains a tab character. | 933 |
![]() | Line contains a tab character. | 934 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 937 |
![]() | Line contains a tab character. | 938 |
![]() | Line contains a tab character. | 940 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line contains a tab character. | 949 |
![]() | Line contains a tab character. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Line contains a tab character. | 954 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Line contains a tab character. | 960 |
![]() | Line contains a tab character. | 961 |
![]() | Line contains a tab character. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 965 |
![]() | Line contains a tab character. | 966 |
![]() | Line contains a tab character. | 967 |
![]() | Line contains a tab character. | 968 |
![]() | Line contains a tab character. | 969 |
![]() | Line contains a tab character. | 970 |
![]() | Line contains a tab character. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Line contains a tab character. | 975 |
![]() | Line contains a tab character. | 976 |
![]() | Line contains a tab character. | 977 |
![]() | Line contains a tab character. | 978 |
![]() | Line contains a tab character. | 979 |
![]() | Line contains a tab character. | 980 |
![]() | Line contains a tab character. | 981 |
![]() | Line contains a tab character. | 982 |
![]() | Line contains a tab character. | 983 |
![]() | Line contains a tab character. | 984 |
![]() | Line contains a tab character. | 985 |
![]() | Line contains a tab character. | 986 |
![]() | Line contains a tab character. | 987 |
![]() | Line contains a tab character. | 988 |
![]() | Line contains a tab character. | 989 |
![]() | Line contains a tab character. | 991 |
![]() | Line contains a tab character. | 992 |
![]() | Line contains a tab character. | 994 |
![]() | Line contains a tab character. | 996 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 998 |
![]() | Line contains a tab character. | 999 |
![]() | Line contains a tab character. | 1000 |
![]() | Line contains a tab character. | 1001 |
![]() | Line contains a tab character. | 1003 |
![]() | Line contains a tab character. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Line contains a tab character. | 1006 |
![]() | Line contains a tab character. | 1007 |
![]() | Line contains a tab character. | 1008 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | Line contains a tab character. | 1014 |
![]() | Line contains a tab character. | 1015 |
![]() | Line contains a tab character. | 1017 |
![]() | Line contains a tab character. | 1018 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1022 |
![]() | Line contains a tab character. | 1024 |
![]() | Line contains a tab character. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | Line contains a tab character. | 1027 |
![]() | Line contains a tab character. | 1028 |
![]() | Line contains a tab character. | 1029 |
![]() | Line contains a tab character. | 1030 |
![]() | Line contains a tab character. | 1031 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1035 |
![]() | Line contains a tab character. | 1036 |
![]() | Line contains a tab character. | 1037 |
![]() | Line contains a tab character. | 1038 |
![]() | Line contains a tab character. | 1040 |
![]() | Line contains a tab character. | 1041 |
![]() | Line contains a tab character. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line contains a tab character. | 1045 |
![]() | Line contains a tab character. | 1046 |
![]() | Line contains a tab character. | 1047 |
![]() | Line contains a tab character. | 1049 |
![]() | Line contains a tab character. | 1050 |
![]() | Line contains a tab character. | 1051 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 29 |
![]() | Expected an @return tag. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Expected @param tag for 'role'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @throws tag for 'ServletException'. | 51 |
![]() | Expected @throws tag for 'IOException'. | 51 |
![]() | Line is longer than 120 characters. | 55 |
![]() | Expected @param tag for 'tileContext'. | 58 |
![]() | Expected @param tag for 'request'. | 59 |
![]() | Expected @param tag for 'response'. | 60 |
![]() | Expected @param tag for 'servletContext'. | 61 |
![]() | Expected @throws tag for 'Exception'. | 62 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line has trailing spaces. | 2 |
![]() | Line has trailing spaces. | 5 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 11 |
![]() | '{' should be on the previous line. | 35 |
![]() | Array brackets at illegal position. | 49 |
![]() | '{' should be on the previous line. | 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 |
![]() | '+' is not preceded with whitespace. | 68 |
![]() | '+' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 70 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Expected @param tag for 'validating'. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() | Name 'DEFINITION_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
![]() | Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() | Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() | Line contains a tab character. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | Line contains a tab character. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
![]() | Name 'DEFINITION_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() | Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() | Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() | Name 'DEF_LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
![]() | Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() | Line contains a tab character. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Line contains a tab character. | 161 |
![]() | '(' is followed by whitespace. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | '(' is followed by whitespace. | 164 |
![]() | Line contains a tab character. | 167 |
![]() | '(' is followed by whitespace. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | Line contains a tab character. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | Name 'NESTED_LIST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | '(' is followed by whitespace. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | Name 'ADD_WILDCARD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | '(' is followed by whitespace. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | '(' is followed by whitespace. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | Name 'BEAN_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
![]() | Line contains a tab character. | 199 |
![]() | '(' is followed by whitespace. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '(' is followed by whitespace. | 213 |
![]() | ')' is preceded with whitespace. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Name 'PACKAGE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
![]() | Name 'INSTANCE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
![]() | Name 'PUT_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
![]() | Name 'PUTATTRIBUTE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
![]() | Name 'LIST_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
![]() | Name 'ADD_LIST_ELE_TAG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
![]() | Line contains a tab character. | 230 |
![]() | '(' is followed by whitespace. | 230 |
![]() | ')' is preceded with whitespace. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | '(' is followed by whitespace. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | Line contains a tab character. | 234 |
![]() | '(' is followed by whitespace. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | Line contains a tab character. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | '(' is followed by whitespace. | 240 |
![]() | Line contains a tab character. | 242 |
![]() | '(' is followed by whitespace. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | Line contains a tab character. | 248 |
![]() | '(' is followed by whitespace. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | '(' is followed by whitespace. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | '(' is followed by whitespace. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | '(' is followed by whitespace. | 259 |
![]() | ')' is preceded with whitespace. | 259 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | '(' is followed by whitespace. | 261 |
![]() | ')' is preceded with whitespace. | 261 |
![]() | '(' is followed by whitespace. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | Line contains a tab character. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | '}' should be on the same line. | 281 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 286 |
![]() | Expected @param tag for 'args'. | 293 |
![]() | '{' should be on the previous line. | 294 |
![]() | 'if' is not followed by whitespace. | 302 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | '{' should be on the previous line. | 303 |
![]() | '(' is followed by whitespace. | 307 |
![]() | '+' is not followed by whitespace. | 307 |
![]() | ')' is preceded with whitespace. | 307 |
![]() | '{' should be on the previous line. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | '(' is followed by whitespace. | 315 |
![]() | ')' is preceded with whitespace. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | '}' should be on the same line. | 318 |
![]() | 'catch' is not followed by whitespace. | 319 |
![]() | '(' is followed by whitespace. | 319 |
![]() | ')' is preceded with whitespace. | 319 |
![]() | '{' should be on the previous line. | 320 |
![]() | '(' is followed by whitespace. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | '{' should be on the previous line. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | '(' is followed by whitespace. | 329 |
![]() | ')' is preceded with whitespace. | 329 |
![]() | '(' is followed by whitespace. | 330 |
![]() | '(' is followed by whitespace. | 333 |
![]() | ')' is preceded with whitespace. | 333 |
![]() | '(' is followed by whitespace. | 334 |
![]() | ')' is preceded with whitespace. | 334 |
![]() | '}' should be on the same line. | 335 |
![]() | 'catch' is not followed by whitespace. | 336 |
![]() | '(' is followed by whitespace. | 336 |
![]() | ')' is preceded with whitespace. | 336 |
![]() | '{' should be on the previous line. | 337 |
![]() | '(' is followed by whitespace. | 338 |
![]() | ')' is preceded with whitespace. | 338 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 29 |
![]() | First sentence should end with a period. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 63 |
![]() | '{' should be on the previous line. | 68 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unclosed HTML tag found: <code>true<code> when in validating mode. | 162 |
![]() | 'public' modifier out of order with the JLS suggestions. | 271 |
![]() | Expected an @return tag. | 303 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | 'cast' is not followed by whitespace. | 82 |
![]() | '}' should be on the same line. | 84 |
![]() | 'else' construct must use '{}'s. | 85 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 93 |
![]() | Expected @param tag for 'value'. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | Expected an @return tag. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Expected an @return tag. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | Expected @param tag for 'ignore'. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Expected an @return tag. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | Expected an @return tag. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | '=' is not preceded with whitespace. | 170 |
![]() | '=' is not followed by whitespace. | 170 |
![]() | 'if' construct must use '{}'s. | 171 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | '==' is not preceded with whitespace. | 171 |
![]() | '==' is not followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | '=' is not preceded with whitespace. | 172 |
![]() | '=' is not followed by whitespace. | 172 |
![]() | Line is longer than 120 characters. | 174 |
![]() | 'cast' is not followed by whitespace. | 174 |
![]() | '(' is followed by whitespace. | 174 |
![]() | 'if' construct must use '{}'s. | 175 |
![]() | 'if' is not followed by whitespace. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | 'if' construct must use '{}'s. | 181 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | Line is longer than 120 characters. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | '+' is not preceded with whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | 'else' construct must use '{}'s. | 183 |
![]() | 'if' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | '(' is followed by whitespace. | 188 |
![]() | ')' is preceded with whitespace. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '!=' is not preceded with whitespace. | 189 |
![]() | '!=' is not followed by whitespace. | 189 |
![]() | '}' should be on the same line. | 191 |
![]() | 'else' construct must use '{}'s. | 192 |
![]() | Expected an @return tag. | 207 |
![]() | '{' should be on the previous line. | 208 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @param tag for 'name'. | 78 |
![]() | Expected an @return tag. | 85 |
![]() | Expected an @return tag. | 100 |
![]() | Expected an @return tag. | 107 |
![]() | Expected @param tag for 'value'. | 114 |
![]() | Expected @param tag for 'nestedTag'. | 129 |
![]() | Expected @throws tag for 'JspException'. | 129 |
![]() | Expected @param tag for 'nestedTag'. | 152 |
![]() | Expected @throws tag for 'JspException'. | 152 |
![]() | Expected an @return tag. | 176 |
![]() | Expected @throws tag for 'JspException'. | 176 |
![]() | Expected an @return tag. | 183 |
![]() | Expected @throws tag for 'JspException'. | 183 |
![]() | Expected an @return tag. | 195 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @throws tag for 'ServletException'. | 65 |
![]() | Expected @throws tag for 'IOException'. | 65 |
![]() | Line is longer than 120 characters. | 76 |
![]() | Expected @param tag for 'tileContext'. | 79 |
![]() | Expected @param tag for 'request'. | 80 |
![]() | Expected @param tag for 'response'. | 81 |
![]() | Expected @param tag for 'servletContext'. | 82 |
![]() | Expected @throws tag for 'Exception'. | 83 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected @param tag for 'value'. | 154 |
![]() | Expected an @return tag. | 161 |
![]() | Expected @param tag for 'value'. | 169 |
![]() | Expected an @return tag. | 177 |
![]() | Expected @param tag for 'value'. | 184 |
![]() | Expected @param tag for 'value'. | 192 |
![]() | Expected @param tag for 'value'. | 200 |
![]() | Expected an @return tag. | 208 |
![]() | Expected @param tag for 'value'. | 215 |
![]() | Expected @param tag for 'isDirect'. | 223 |
![]() | Expected @param tag for 'value'. | 230 |
![]() | Expected an @return tag. | 237 |
![]() | Expected @param tag for 'value'. | 244 |
![]() | Expected an @return tag. | 251 |
![]() | Expected @param tag for 'value'. | 258 |
![]() | Expected an @return tag. | 265 |
![]() | Expected @param tag for 'value'. | 272 |
![]() | Expected an @return tag. | 279 |
![]() | First sentence should end with a period. | 291 |
![]() | Expression can be simplified. | 342 |
![]() | Expected an @return tag. | 428 |
![]() | Expected @throws tag for 'JspException'. | 428 |
![]() | First sentence should end with a period. | 442 |
![]() | Expected an @return tag. | 447 |
![]() | Expected an @return tag. | 459 |
![]() | Expected @throws tag for 'JspException'. | 459 |
![]() | Expected an @return tag. | 483 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | ')' is preceded with whitespace. | 33 |
![]() | Expected @throws tag for 'JspException'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Expected an @return tag. | 90 |
![]() | Expected @param tag for 'response'. | 151 |
![]() | Expected @param tag for 'msg'. | 151 |
![]() | Expected @throws tag for 'IOException'. | 152 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 30 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Expected an @return tag. | 52 |
![]() | '{' should be on the previous line. | 54 |
![]() | 'cast' is not followed by whitespace. | 55 |
![]() | ',' is not followed by whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '}' should be on the same line. | 61 |
![]() | 'catch' is not followed by whitespace. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is followed by whitespace. | 64 |