The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 7 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 49 | ![]() |
RegexpSingleline
| 146 | ![]() |
JavadocMethod | 166 | ![]() |
JavadocType | 4 | ![]() |
JavadocVariable | 72 | ![]() |
JavadocStyle | 9 | ![]() |
ConstantName | 3 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 1 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 8 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 1 | ![]() |
UnusedImports | 12 | ![]() |
LineLength | 213 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 1 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 4 | ![]() |
ParenPad | 454 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 18 | ![]() |
WhitespaceAround | 373 | ![]() |
ModifierOrder | 3 | ![]() |
RedundantModifier | 3 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 5 | ![]() |
LeftCurly | 78 | ![]() |
NeedBraces | 19 | ![]() |
RightCurly | 36 | ![]() |
AvoidInlineConditionals | 3 | ![]() |
DoubleCheckedLocking | 1 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 8 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 3 | ![]() |
MagicNumber | 4 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 2 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 53 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 22 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 124 | ![]() |
TodoComment | 3 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'log' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'maxSize' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'sizeThreashold' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'repositoryPath' must be private and have accessor methods. | 57 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter filterConfig should be final. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | 'cast' is not followed by whitespace. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Name 'DEFAULT_REPOSITORY_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() | Avoid inline conditionals. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | Line is longer than 80 characters. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | '{' should be on the previous line. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter request should be final. | 87 |
![]() | Parameter response should be final. | 87 |
![]() | Parameter filterChain should be final. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | 'cast' is not followed by whitespace. | 94 |
![]() | 'cast' is not followed by whitespace. | 95 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | '}' should be on the same line. | 103 |
![]() | 'catch' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | 'if' is not followed by whitespace. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | '}' should be on the same line. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | 'if' is not followed by whitespace. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '}' should be on the same line. | 119 |
![]() | 'if' construct must use '{}'s. | 121 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter filterConfig should be final. | 137 |
![]() | Parameter parameterName should be final. | 137 |
![]() | Parameter defaultValue should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '}' should be on the same line. | 145 |
![]() | '+' should be on a new line. | 147 |
![]() | '+' should be on a new line. | 148 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '(' is followed by whitespace. | 155 |
![]() | Parameter filterConfig should be final. | 155 |
![]() | Parameter parameterName should be final. | 155 |
![]() | Parameter defaultValue should be final. | 155 |
![]() | ')' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 157 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | '}' should be on the same line. | 163 |
![]() | '+' should be on a new line. | 165 |
![]() | '+' should be on a new line. | 166 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '(' is followed by whitespace. | 173 |
![]() | Parameter filterConfig should be final. | 173 |
![]() | Parameter parameterName should be final. | 173 |
![]() | Parameter defaultValue should be final. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 175 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '{' should be on the previous line. | 106 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Name 'CONFIG_RESOURCE_URL_PARAM_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
![]() | Variable 'CONFIG_RESOURCE_URL_PARAM_NAME' must be private and have accessor methods. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Name 'ENABLED_PARAM_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() | Variable 'ENABLED_PARAM_NAME' must be private and have accessor methods. | 111 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | Parameter filterConfig should be final. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '{' should be on the previous line. | 119 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line has trailing spaces. | 124 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | 'else' construct must use '{}'s. | 129 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 140 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 153 |
![]() | Parameter configResourceUrl should be final. | 156 |
![]() | Expected @throws tag for 'Exception'. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | Line has trailing spaces. | 164 |
![]() | '{' should be on the previous line. | 170 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Name 'CONFIG_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Name 'ENTRY_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
![]() | Line has trailing spaces. | 173 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Name 'PATTERN_ATTRIBUTE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Name 'LOCATION_ATTRIBUTE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Name 'NAMESPACE_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | Parameter digester should be final. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | Missing a Javadoc comment. | 188 |
![]() | '{' should be on the previous line. | 190 |
![]() | '(' is followed by whitespace. | 192 |
![]() | Parameter namespace should be final. | 192 |
![]() | Parameter name should be final. | 192 |
![]() | Parameter attributes should be final. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | '{' should be on the previous line. | 194 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line has trailing spaces. | 202 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | Parameter namespace should be final. | 207 |
![]() | Parameter name should be final. | 207 |
![]() | Parameter attributes should be final. | 207 |
![]() | 'cast' is not followed by whitespace. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Line has trailing spaces. | 215 |
![]() | Line has trailing spaces. | 218 |
![]() | Parameter regEx should be final. | 222 |
![]() | Parameter location should be final. | 222 |
![]() | Line has trailing spaces. | 225 |
![]() | Line has trailing spaces. | 228 |
![]() | Line has trailing spaces. | 230 |
![]() | Parameter filterConfig should be final. | 233 |
![]() | Expected @throws tag for 'Exception'. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | Line has trailing spaces. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line has trailing spaces. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | Line has trailing spaces. | 244 |
![]() | Line has trailing spaces. | 245 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | '(' is followed by whitespace. | 249 |
![]() | Parameter request should be final. | 249 |
![]() | Parameter response should be final. | 249 |
![]() | Parameter chain should be final. | 249 |
![]() | ')' is preceded with whitespace. | 249 |
![]() | '{' should be on the previous line. | 251 |
![]() | 'cast' is not followed by whitespace. | 254 |
![]() | 'cast' is not followed by whitespace. | 255 |
![]() | Line has trailing spaces. | 271 |
![]() | 'for' is not followed by whitespace. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line has trailing spaces. | 276 |
![]() | Line has trailing spaces. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | 'if' is not followed by whitespace. | 301 |
![]() | '(' is followed by whitespace. | 301 |
![]() | ')' is preceded with whitespace. | 301 |
![]() | Line has trailing spaces. | 304 |
![]() | Line has trailing spaces. | 308 |
![]() | '1024' is a magic number. | 310 |
![]() | Line has trailing spaces. | 312 |
![]() | 'while' is not followed by whitespace. | 314 |
![]() | '(' is followed by whitespace. | 314 |
![]() | ')' is preceded with whitespace. | 314 |
![]() | '(' is followed by whitespace. | 315 |
![]() | ')' is preceded with whitespace. | 315 |
![]() | '}' should be on the same line. | 317 |
![]() | 'catch' is not followed by whitespace. | 318 |
![]() | '(' is followed by whitespace. | 318 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | '}' should be on the same line. | 320 |
![]() | 'catch' is not followed by whitespace. | 321 |
![]() | '(' is followed by whitespace. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' is not followed by whitespace. | 322 |
![]() | '+' is not preceded with whitespace. | 322 |
![]() | '+' is not followed by whitespace. | 322 |
![]() | '}' should be on the same line. | 323 |
![]() | 'if' is not followed by whitespace. | 326 |
![]() | '(' is followed by whitespace. | 326 |
![]() | ')' is preceded with whitespace. | 326 |
![]() | '}' should be on the same line. | 327 |
![]() | 'catch' is not followed by whitespace. | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | Must have at least one statement. | 328 |
![]() | 'if' is not followed by whitespace. | 330 |
![]() | '(' is followed by whitespace. | 330 |
![]() | ')' is preceded with whitespace. | 330 |
![]() | '}' should be on the same line. | 331 |
![]() | 'catch' is not followed by whitespace. | 332 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 332 |
![]() | Must have at least one statement. | 332 |
![]() | '}' should be on the same line. | 335 |
![]() | 'else' construct must use '{}'s. | 336 |
![]() | Line has trailing spaces. | 340 |
![]() | Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Missing a Javadoc comment. | 348 |
![]() | '{' should be on the previous line. | 349 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter manifestSystemId should be final. | 45 |
![]() | Parameter output should be final. | 45 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Inner assignments should be avoided. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Inner assignments should be avoided. | 65 |
![]() | 'while' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '2048' is a magic number. | 73 |
![]() | '}' should be on the same line. | 74 |
![]() | 'catch' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '+' is not preceded with whitespace. | 77 |
![]() | '+' is not followed by whitespace. | 77 |
![]() | '}' should be on the same line. | 80 |
![]() | '}' should be on the same line. | 85 |
![]() | 'catch' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | Avoid inline conditionals. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | '}' should be on the same line. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'catalogCacheUrlMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter strategy should be final. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter manifestSystemId should be final. | 70 |
![]() | Expected @param tag for 'manifestSystemId'. | 70 |
![]() | Parameter output should be final. | 70 |
![]() | Expected @param tag for 'output'. | 70 |
![]() | Expected @throws tag for 'Exception'. | 70 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter systemId should be final. | 82 |
![]() | Parameter manifestSystemId should be final. | 82 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | 'synchronized' is not followed by whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | The double-checked locking idiom is broken and should be avoided. | 88 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | 'catch' is not followed by whitespace. | 97 |
![]() | '{' is not preceded with whitespace. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 98 |
![]() | 'catch' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line has trailing spaces. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter systemId should be final. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not followed by whitespace. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not followed by whitespace. | 125 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Line has trailing spaces. | 129 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | 'if' is not followed by whitespace. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Line has trailing spaces. | 144 |
![]() | Line has trailing spaces. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter tempFile should be final. | 149 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | '+' is not preceded with whitespace. | 154 |
![]() | '+' is not followed by whitespace. | 154 |
![]() | '+' is not preceded with whitespace. | 154 |
![]() | '+' is not followed by whitespace. | 154 |
![]() | 'catch' is not followed by whitespace. | 156 |
![]() | '(' is followed by whitespace. | 156 |
![]() | ')' is preceded with whitespace. | 156 |
![]() | 'if' construct must use '{}'s. | 157 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | '+' is not preceded with whitespace. | 158 |
![]() | '+' is not followed by whitespace. | 158 |
![]() | 'if' construct must use '{}'s. | 160 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
![]() | '+' is not preceded with whitespace. | 161 |
![]() | '+' is not followed by whitespace. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter optimizationLevel should be final. | 30 |
![]() | 'optimizationLevel' hides a field. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter manifestSystemId should be final. | 34 |
![]() | Parameter output should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Expected @param tag for 'output'. | 37 |
![]() | Expected @throws tag for 'Exception'. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'DEFAULT_OPTIMIZATION_LEVEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter optimizationLevel should be final. | 56 |
![]() | 'optimizationLevel' hides a field. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'compress' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter javaScriptUrls should be final. | 68 |
![]() | Parameter output should be final. | 68 |
![]() | Expected @throws tag for 'IOException'. | 68 |
![]() | Line is longer than 80 characters. | 73 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | 'if' is not followed by whitespace. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | ')' is preceded with whitespace. | 81 |
![]() | 'else' construct must use '{}'s. | 83 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Expected an @return tag. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Expected @param tag for 'javaScriptUrls'. | 94 |
![]() | Expected @param tag for 'output'. | 94 |
![]() | Parameter cx should be final. | 96 |
![]() | Line has trailing spaces. | 103 |
![]() | Expected an @return tag. | 110 |
![]() | Parameter url should be final. | 110 |
![]() | Expected @param tag for 'url'. | 110 |
![]() | Expected @throws tag for 'IOException'. | 110 |
![]() | '2048' is a magic number. | 116 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Expected an @return tag. | 130 |
![]() | Parameter url should be final. | 130 |
![]() | Expected @param tag for 'url'. | 130 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Parameter cx should be final. | 145 |
![]() | Expected @param tag for 'cx'. | 145 |
![]() | Parameter jsUrls should be final. | 145 |
![]() | Expected @param tag for 'jsUrls'. | 145 |
![]() | Parameter output should be final. | 145 |
![]() | Expected @param tag for 'output'. | 145 |
![]() | Expected @throws tag for 'IOException'. | 145 |
![]() | 'for' is not followed by whitespace. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '+' is not preceded with whitespace. | 151 |
![]() | '+' is not followed by whitespace. | 151 |
![]() | 'if' construct must use '{}'s. | 153 |
![]() | Line is longer than 80 characters. | 153 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | '+' is not preceded with whitespace. | 153 |
![]() | '+' is not followed by whitespace. | 153 |
![]() | '2048' is a magic number. | 157 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 167 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line has trailing spaces. | 175 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Parameter cx should be final. | 180 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter manifestSystemId should be final. | 40 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Inner assignments should be avoided. | 48 |
![]() | 'while' is not followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.net.URL. | 18 |
![]() | Unused import - java.util.List. | 19 |
![]() | Unused import - java.util.ArrayList. | 20 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'jtaLookupStrategy' must be private and have accessor methods. | 28 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter strategy should be final. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Utility classes should not have a public or default constructor. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Parameter context should be final. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter context should be final. | 55 |
![]() | Expected @param tag for 'context'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | 'if' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | 'for' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ';' is followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | '(' 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 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line has trailing spaces. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '=' is not preceded with whitespace. | 94 |
![]() | '=' is not followed by whitespace. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter context should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | '(' is followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 26 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'log' must be private and have accessor methods. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Variable 'servletContext' must be private and have accessor methods. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter servletContext should be final. | 40 |
![]() | 'servletContext' hides a field. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'translateUrl' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter resourceUrl should be final. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | 'if' is not followed by whitespace. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '}' should be on the same line. | 52 |
![]() | 'catch' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
![]() | '+' is not preceded with whitespace. | 55 |
![]() | '+' is not followed by whitespace. | 55 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter url should be final. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'log' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'baseCatalogName' must be private and have accessor methods. | 63 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | Parameter config should be final. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters. | 72 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '+' is not preceded with whitespace. | 76 |
![]() | '+' is not followed by whitespace. | 76 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter request should be final. | 80 |
![]() | Parameter response should be final. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '}' should be on the same line. | 86 |
![]() | 'catch' is not followed by whitespace. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 91 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | '}' should be on the same line. | 94 |
![]() | '}' should be on the same line. | 98 |
![]() | 'catch' is not followed by whitespace. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | Parameter request should be final. | 115 |
![]() | Parameter response should be final. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Expected @throws tag for 'ServletException'. | 116 |
![]() | Expected @throws tag for 'IOException'. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | '(' is followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' is not followed by whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' is not followed by whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' is not followed by whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '+' is not followed by whitespace. | 127 |
![]() | Line has trailing spaces. | 129 |
![]() | '(' is followed by whitespace. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Expression can be simplified. | 137 |
![]() | Expression can be simplified. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Must have at least one statement. | 137 |
![]() | '}' should be on the same line. | 140 |
![]() | 'catch' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '(' is followed by whitespace. | 145 |
![]() | ')' is preceded with whitespace. | 145 |
![]() | '}' should be on the same line. | 146 |
![]() | 'catch' is not followed by whitespace. | 147 |
![]() | '(' is followed by whitespace. | 147 |
![]() | ')' is preceded with whitespace. | 147 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | '(' is followed by whitespace. | 151 |
![]() | ')' is preceded with whitespace. | 151 |
![]() | '}' should be on the same line. | 152 |
![]() | 'catch' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 165 |
![]() | Line has trailing spaces. | 167 |
![]() | Method 'catalogNameForRequest' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | Parameter request should be final. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | '(' is followed by whitespace. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | 'if' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '}' should be on the same line. | 181 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | ')' is preceded with whitespace. | 182 |
![]() | '}' should be on the same line. | 184 |
![]() | Line has trailing spaces. | 195 |
![]() | Line has trailing spaces. | 197 |
![]() | Method 'commandNameForRequest' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | Parameter request should be final. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | '{' should be on the previous line. | 201 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Line has trailing spaces. | 210 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Method 'jXPathContext' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | Parameter request should be final. | 214 |
![]() | Parameter response should be final. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | 'cast' is not followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | '(' is followed by whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | ')' is preceded with whitespace. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | 'cast' is not followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | 'cast' is not followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | '(' is followed by whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
![]() | ')' is preceded with whitespace. | 220 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'log' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter request should be final. | 57 |
![]() | Parameter maxSize should be final. | 57 |
![]() | Parameter sizeThreshold should be final. | 57 |
![]() | Parameter repositoryPath should be final. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | 'parameterMap' hides a field. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | 'fileItemMap' hides a field. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | 'while' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 84 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | Method 'getFileItem' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter name should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Method 'getFileItemNames' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'getFileItemMap' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Method 'getFileItemValues' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | Parameter name should be final. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | Parameter name should be final. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Method 'getParameterNames' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Method 'getParameterMap' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | Parameter name should be final. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | ',' is not followed by whitespace. | 139 |
![]() | Parameter listMap should be final. | 139 |
![]() | Parameter arrayMap should be final. | 139 |
![]() | Parameter elementType should be final. | 139 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | Line has trailing spaces. | 140 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | ')' is preceded with whitespace. | 140 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | Parameter map should be final. | 149 |
![]() | Parameter key should be final. | 149 |
![]() | Parameter value should be final. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '(' is followed by whitespace. | 153 |
![]() | ')' is preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | Parameter sizeThreshold should be final. | 160 |
![]() | Parameter repositoryPath should be final. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line has trailing spaces. | 162 |
![]() | Line has trailing spaces. | 166 |
![]() | Line has trailing spaces. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line is longer than 80 characters. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | 'if' is not followed by whitespace. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '(' is followed by whitespace. | 176 |
![]() | ')' is preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Method 'logFileItemMap' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | '+' is not preceded with whitespace. | 187 |
![]() | '+' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | 'while' is not followed by whitespace. | 189 |
![]() | '(' is followed by whitespace. | 189 |
![]() | ')' is preceded with whitespace. | 189 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | '+' is not preceded with whitespace. | 194 |
![]() | '+' is not followed by whitespace. | 194 |
![]() | 'for' is not followed by whitespace. | 196 |
![]() | '(' is followed by whitespace. | 196 |
![]() | ')' is preceded with whitespace. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | '+' is not preceded with whitespace. | 197 |
![]() | '+' is not followed by whitespace. | 197 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Variable 'wrappedIterator' must be private and have accessor methods. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | '(' is followed by whitespace. | 207 |
![]() | Parameter wrappedIterator should be final. | 207 |
![]() | 'wrappedIterator' hides a field. | 207 |
![]() | ')' is preceded with whitespace. | 207 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Missing a Javadoc comment. | 209 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'request' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'response' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter request should be final. | 31 |
![]() | 'request' hides a field. | 31 |
![]() | Parameter response should be final. | 31 |
![]() | 'response' hides a field. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' should be on the previous line. | 43 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 33 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'log' must be private and have accessor methods. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | First sentence should end with a period. | 47 |
![]() | Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter event should be final. | 50 |
![]() | Expected @param tag for 'event'. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line has trailing spaces. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | '}' should be on the same line. | 64 |
![]() | 'catch' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | '}' should be on the same line. | 75 |
![]() | 'catch' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Must have at least one statement. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Method 'initialBootStrappingConfig' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter context should be final. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 95 |
![]() | 'if' construct must use '{}'s. | 96 |
![]() | Line has trailing spaces. | 96 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | 'else' construct must use '{}'s. | 98 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | First sentence should end with a period. | 116 |
![]() | Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter event should be final. | 119 |
![]() | Expected @param tag for 'event'. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | '}' should be on the same line. | 131 |
![]() | 'catch' is not followed by whitespace. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.PrintStream. | 22 |
![]() | Unused import - java.util.HashMap. | 27 |
![]() | Unused import - javax.xml.namespace.QName. | 39 |
![]() | Unused import - org.apache.commons.jxpath.JXPathContext. | 41 |
![]() | Unused import - org.xchain.CatalogNotFoundException. | 48 |
![]() | Unused import - org.xchain.CommandNotFoundException. | 49 |
![]() | Unused import - org.xchain.framework.factory.CatalogFactory. | 50 |
![]() | Unused import - org.xchain.framework.jxpath.QNameVariables. | 51 |
![]() | Unused import - org.xchain.namespaces.servlet.Constants. | 54 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '{' should be on the previous line. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'log' must be private and have accessor methods. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Variable 'baseCatalogName' must be private and have accessor methods. | 81 |
![]() | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Parameter config should be final. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | Parameter request should be final. | 89 |
![]() | Parameter response should be final. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 91 |
![]() | 'cast' is not followed by whitespace. | 92 |
![]() | 'cast' is not followed by whitespace. | 92 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'service' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter request should be final. | 95 |
![]() | Parameter response should be final. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '(' is followed by whitespace. | 105 |
![]() | ')' is preceded with whitespace. | 105 |
![]() | 'if' is not followed by whitespace. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 110 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Method 'managementScreen' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | Parameter request should be final. | 119 |
![]() | Expected @param tag for 'request'. | 119 |
![]() | Parameter response should be final. | 119 |
![]() | Expected @param tag for 'response'. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Expected @throws tag for 'ServletException'. | 120 |
![]() | Expected @throws tag for 'IOException'. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | Parameter request should be final. | 136 |
![]() | Expected @param tag for 'request'. | 136 |
![]() | Parameter response should be final. | 136 |
![]() | Expected @param tag for 'response'. | 136 |
![]() | Parameter pathSegments should be final. | 136 |
![]() | Expected @param tag for 'pathSegments'. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | Expected @throws tag for 'ServletException'. | 137 |
![]() | Expected @throws tag for 'IOException'. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | ')' is preceded with whitespace. | 142 |
![]() | '(' is followed by whitespace. | 154 |
![]() | ')' is preceded with whitespace. | 154 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | Line is longer than 80 characters. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | ')' is preceded with whitespace. | 171 |
![]() | '}' should be on the same line. | 177 |
![]() | 'catch' is not followed by whitespace. | 178 |
![]() | '(' is followed by whitespace. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | '}' should be on the same line. | 180 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Method 'unknownCommand' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | Parameter request should be final. | 190 |
![]() | Expected @param tag for 'request'. | 190 |
![]() | Parameter response should be final. | 190 |
![]() | Expected @param tag for 'response'. | 190 |
![]() | Parameter commandName should be final. | 190 |
![]() | Expected @param tag for 'commandName'. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Expected @throws tag for 'ServletException'. | 191 |
![]() | Expected @throws tag for 'IOException'. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | '+' is not preceded with whitespace. | 198 |
![]() | '+' is not followed by whitespace. | 198 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Method 'errorScreen' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '(' is followed by whitespace. | 203 |
![]() | Parameter request should be final. | 203 |
![]() | Parameter response should be final. | 203 |
![]() | Parameter t should be final. | 203 |
![]() | ')' is preceded with whitespace. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Parameter request should be final. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | 'if' is not followed by whitespace. | 214 |
![]() | '(' is followed by whitespace. | 214 |
![]() | ')' is preceded with whitespace. | 214 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Missing a Javadoc comment. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | Parameter inputSource should be final. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | '(' is followed by whitespace. | 229 |
![]() | ')' is preceded with whitespace. | 229 |
![]() | '}' should be on the same line. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | 'if' is not followed by whitespace. | 232 |
![]() | '(' is followed by whitespace. | 232 |
![]() | ')' is preceded with whitespace. | 232 |
![]() | '}' should be on the same line. | 235 |
![]() | 'catch' is not followed by whitespace. | 236 |
![]() | '(' is followed by whitespace. | 236 |
![]() | ')' is preceded with whitespace. | 236 |
![]() | 'if' is not followed by whitespace. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | ')' is preceded with whitespace. | 237 |
![]() | Missing a Javadoc comment. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | Parameter in should be final. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | 'if' is not followed by whitespace. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | '}' should be on the same line. | 249 |
![]() | 'catch' is not followed by whitespace. | 250 |
![]() | '(' is followed by whitespace. | 250 |
![]() | ')' is preceded with whitespace. | 250 |
![]() | 'if' is not followed by whitespace. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Missing a Javadoc comment. | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | Parameter reader should be final. | 257 |
![]() | ')' is preceded with whitespace. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | 'if' is not followed by whitespace. | 260 |
![]() | '(' is followed by whitespace. | 260 |
![]() | ')' is preceded with whitespace. | 260 |
![]() | '}' should be on the same line. | 263 |
![]() | 'catch' is not followed by whitespace. | 264 |
![]() | '(' is followed by whitespace. | 264 |
![]() | ')' is preceded with whitespace. | 264 |
![]() | 'if' is not followed by whitespace. | 265 |
![]() | '(' is followed by whitespace. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Missing a Javadoc comment. | 271 |
![]() | '(' is followed by whitespace. | 271 |
![]() | Parameter out should be final. | 271 |
![]() | ')' is preceded with whitespace. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | 'if' is not followed by whitespace. | 274 |
![]() | '(' is followed by whitespace. | 274 |
![]() | ')' is preceded with whitespace. | 274 |
![]() | '}' should be on the same line. | 277 |
![]() | 'catch' is not followed by whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | 'if' is not followed by whitespace. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | ')' is preceded with whitespace. | 279 |
![]() | Missing a Javadoc comment. | 286 |
![]() | '{' should be on the previous line. | 288 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Parameter exception should be final. | 289 |
![]() | '{' should be on the previous line. | 291 |
![]() | 'if' is not followed by whitespace. | 292 |
![]() | '(' is followed by whitespace. | 292 |
![]() | ')' is preceded with whitespace. | 292 |
![]() | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Parameter exception should be final. | 297 |
![]() | '{' should be on the previous line. | 299 |
![]() | 'if' is not followed by whitespace. | 300 |
![]() | '(' is followed by whitespace. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Parameter exception should be final. | 306 |
![]() | '{' should be on the previous line. | 308 |
![]() | 'if' is not followed by whitespace. | 309 |
![]() | '(' is followed by whitespace. | 309 |
![]() | ')' is preceded with whitespace. | 309 |
![]() | Line is longer than 80 characters. | 310 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'getTransactionManager' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | ')' is preceded with whitespace. | 37 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'getUserTransaction' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | '{' should be on the previous line. | 46 |
![]() | Line is longer than 80 characters. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'protected' modifier out of order with the JLS suggestions. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - org.xchain.framework.transaction.AbstractJtaLookupStrategy. | 18 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Method 'getTransactionManagerName' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Method 'getUserTransactionName' is not designed for extension - needs to be abstract, final or empty. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' is not followed by whitespace. | 32 |
![]() | '}' is not preceded with whitespace. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | '{' should be on the previous line. | 36 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter props should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | 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 |
![]() | First sentence should end with a period. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Comment matches to-do format 'TODO:'. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Expected an @return tag. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Parameter properties should be final. | 60 |
![]() | Expected @param tag for 'properties'. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '}' is not preceded with whitespace. | 63 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '=' is not preceded with whitespace. | 67 |
![]() | '=' is not followed by whitespace. | 67 |
![]() | '=' is not preceded with whitespace. | 67 |
![]() | '=' is not followed by whitespace. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Method 'createMergeStrategy' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Parameter context should be final. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'if' construct must use '{}'s. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is followed by whitespace. | 87 |
![]() | Parameter context should be final. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 89 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 17 |
![]() | '=' is not preceded with whitespace. | 21 |
![]() | '=' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'log' must be private and have accessor methods. | 48 |
![]() | First sentence should end with a period. | 50 |
![]() | Expected an @return tag. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Expected @param tag for 'context'. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'cast' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | '}' should be on the same line. | 96 |
![]() | Must have at least one statement. | 97 |
![]() | Comment matches to-do format 'TODO:'. | 98 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Comment matches to-do format 'TODO:'. | 101 |
![]() | Line is longer than 80 characters. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 17 |
![]() | '=' is not preceded with whitespace. | 21 |
![]() | '=' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'log' must be private and have accessor methods. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | '}' is not preceded with whitespace. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | '}' is not preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '=' is not preceded with whitespace. | 67 |
![]() | '=' is not followed by whitespace. | 67 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '}' is not preceded with whitespace. | 70 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter context should be final. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 76 |
![]() | Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter context should be final. | 50 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'log' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '}' is not preceded with whitespace. | 51 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter context should be final. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | '{' should be on the previous line. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'log' must be private and have accessor methods. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Expected an @return tag. | 61 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Expected @param tag for 'context'. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Expected an @return tag. | 68 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | '}' is not preceded with whitespace. | 72 |
![]() | Expected @param tag for 'context'. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Expected an @return tag. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Expected @param tag for 'context'. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 85 |
![]() | '=' is not followed by whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | '}' is not preceded with whitespace. | 86 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | Parameter context should be final. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Avoid inline conditionals. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | 'cast' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line has trailing spaces. | 130 |
![]() | Method 'disableCaching' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter response should be final. | 131 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter context should be final. | 60 |