The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 523 | ![]() |
RegexpSingleline
| 251 | ![]() |
JavadocMethod | 173 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 63 | ![]() |
JavadocStyle | 5 | ![]() |
ConstantName | 3 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 1 | ![]() |
UnusedImports | 10 | ![]() |
LineLength | 203 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 1 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 370 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 11 | ![]() |
WhitespaceAround | 386 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 87 | ![]() |
NeedBraces | 19 | ![]() |
RightCurly | 22 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 14 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 4 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 2 | ![]() |
SimplifyBooleanExpression | 1 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 49 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 19 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 85 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.io.IOException. | 21 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'hibernateConfig' must be private and have accessor methods. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | First sentence should end with a period. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'initLifeCycle' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | 'hibernateConfig' hides a field. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | First sentence should end with a period. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'configureContext' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter context should be final. | 85 |
![]() | Expected @param tag for 'context'. | 85 |
![]() | Parameter variables should be final. | 85 |
![]() | Expected @param tag for 'variables'. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | First sentence should end with a period. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'deployDatasource' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter deployLocation should be final. | 97 |
![]() | Expected @param tag for 'deployLocation'. | 97 |
![]() | Parameter dataSource should be final. | 97 |
![]() | Expected @param tag for 'dataSource'. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | '}' should be on the same line. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'runCommands' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line has trailing spaces. | 144 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 148 |
![]() | '9' is a magic number. | 158 |
![]() | Line has trailing spaces. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | First sentence should end with a period. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Expected an @return tag. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Parameter envVarName should be final. | 179 |
![]() | Parameter propertyName should be final. | 179 |
![]() | Parameter props should be final. | 179 |
![]() | Parameter def should be final. | 179 |
![]() | Line is longer than 80 characters. | 190 |
![]() | '{' is followed by whitespace. | 190 |
![]() | 'if' construct must use '{}'s. | 192 |
![]() | 'if' construct must use '{}'s. | 196 |
![]() | 'if' construct must use '{}'s. | 200 |
![]() | Line has trailing spaces. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Utility classes should not have a public or default constructor. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter args should be final. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line has trailing spaces. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '}' should be on the same line. | 233 |
![]() | Line contains a tab character. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | '7' is a magic number. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line has trailing spaces. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line contains a tab character. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | '}' should be on the same line. | 250 |
![]() | Line contains a tab character. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | '7' is a magic number. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line has trailing spaces. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | '}' should be on the same line. | 263 |
![]() | Line contains a tab character. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | '7' is a magic number. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '{' should be on the previous line. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'criteria' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'principalCriteria' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'idCriteria' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'principalProperty' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'idProperty' must be private and have accessor methods. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter operation should be final. | 41 |
![]() | Parameter entityClass should be final. | 41 |
![]() | Parameter rootCriteria should be final. | 41 |
![]() | Parameter principalCriteria should be final. | 41 |
![]() | 'principalCriteria' hides a field. | 41 |
![]() | Parameter idCriteria should be final. | 41 |
![]() | 'idCriteria' hides a field. | 41 |
![]() | Parameter principalProperty should be final. | 41 |
![]() | 'principalProperty' hides a field. | 41 |
![]() | Parameter idProperty should be final. | 41 |
![]() | 'idProperty' hides a field. | 41 |
![]() | Method 'getCriteria' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Parameter principal should be final. | 56 |
![]() | Parameter id should be final. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Method 'qualifyPermission' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter p should be final. | 67 |
![]() | 'cast' is not followed by whitespace. | 69 |
![]() | Line is longer than 80 characters. | 71 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'operation' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'entityClass' must be private and have accessor methods. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter operation should be final. | 30 |
![]() | 'operation' hides a field. | 30 |
![]() | Parameter entityClass should be final. | 30 |
![]() | 'entityClass' hides a field. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Method 'getEntityClass' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Method 'implies' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter permission should be final. | 49 |
![]() | Expected @param tag for 'permission'. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'cast' is not followed by whitespace. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line is longer than 80 characters. | 74 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is followed by whitespace. | 27 |
![]() | Parameter implied should be final. | 27 |
![]() | 'implied' hides a field. | 27 |
![]() | ')' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is followed by whitespace. | 32 |
![]() | Parameter operation should be final. | 32 |
![]() | ')' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | 'if' is not followed by whitespace. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | 'for' is not followed by whitespace. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | 'if' is not followed by whitespace. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <E> tag. | 26 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'id' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'entity' must be private and have accessor methods. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter operation should be final. | 32 |
![]() | Parameter id should be final. | 32 |
![]() | 'id' hides a field. | 32 |
![]() | Parameter entity should be final. | 32 |
![]() | 'entity' hides a field. | 32 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Expected an @return tag. | 47 |
![]() | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Expected an @return tag. | 55 |
![]() | Method 'implies' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter permission should be final. | 55 |
![]() | Expected @param tag for 'permission'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '{' should be on the previous line. | 62 |
![]() | Line is longer than 80 characters. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '{' should be on the previous line. | 70 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 'synchronized' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | 'for' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 88 |
![]() | '}' should be on the same line. | 90 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | '{' should be on the previous line. | 106 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | '(' is followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line has trailing spaces. | 110 |
![]() | 'synchronized' is not followed by whitespace. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | 'if' construct must use '{}'s. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line is longer than 80 characters. | 116 |
![]() | 'for' is not followed by whitespace. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | '}' should be on the same line. | 119 |
![]() | Line has trailing spaces. | 127 |
![]() | Line has trailing spaces. | 130 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 134 |
![]() | Parameter context should be final. | 134 |
![]() | Expected @param tag for 'context'. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 136 |
![]() | '(' is followed by whitespace. | 136 |
![]() | ')' is preceded with whitespace. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 144 |
![]() | 'cast' is not followed by whitespace. | 144 |
![]() | Line has trailing spaces. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 158 |
![]() | Parameter context should be final. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | 'if' is not followed by whitespace. | 160 |
![]() | '(' is followed by whitespace. | 160 |
![]() | Expression can be simplified. | 160 |
![]() | ')' is preceded with whitespace. | 160 |
![]() | Line has trailing spaces. | 165 |
![]() | Expected an @return tag. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | '(' is followed by whitespace. | 177 |
![]() | Parameter configuration should be final. | 177 |
![]() | Expected @param tag for 'configuration'. | 177 |
![]() | ')' is preceded with whitespace. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | 'synchronized' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line has trailing spaces. | 183 |
![]() | Expected an @return tag. | 187 |
![]() | Parameter resourcePath should be final. | 187 |
![]() | Expected @param tag for 'resourcePath'. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | '(' is followed by whitespace. | 195 |
![]() | Parameter name should be final. | 195 |
![]() | Expected @param tag for 'name'. | 195 |
![]() | Parameter configuration should be final. | 195 |
![]() | Expected @param tag for 'configuration'. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | 'synchronized' is not followed by whitespace. | 197 |
![]() | '(' is followed by whitespace. | 197 |
![]() | ')' is preceded with whitespace. | 197 |
![]() | 'if' is not followed by whitespace. | 198 |
![]() | '(' is followed by whitespace. | 198 |
![]() | ')' is preceded with whitespace. | 198 |
![]() | Line has trailing spaces. | 200 |
![]() | 'if' is not followed by whitespace. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
![]() | '}' should be on the same line. | 204 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | '(' is followed by whitespace. | 211 |
![]() | Parameter name should be final. | 211 |
![]() | Parameter configuration should be final. | 211 |
![]() | ')' is preceded with whitespace. | 211 |
![]() | Line is longer than 80 characters. | 214 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | '(' is followed by whitespace. | 216 |
![]() | ')' is preceded with whitespace. | 216 |
![]() | 'if' is not followed by whitespace. | 217 |
![]() | '(' is followed by whitespace. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | '+' is not preceded with whitespace. | 218 |
![]() | '+' is not followed by whitespace. | 218 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | '(' is followed by whitespace. | 224 |
![]() | Parameter name should be final. | 224 |
![]() | Parameter sessionFactory should be final. | 224 |
![]() | ')' is preceded with whitespace. | 224 |
![]() | 'synchronized' is not followed by whitespace. | 226 |
![]() | '(' is followed by whitespace. | 226 |
![]() | ')' is preceded with whitespace. | 226 |
![]() | Missing a Javadoc comment. | 241 |
![]() | '(' is followed by whitespace. | 241 |
![]() | Parameter name should be final. | 241 |
![]() | ')' is preceded with whitespace. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | 'synchronized' is not followed by whitespace. | 243 |
![]() | '(' is followed by whitespace. | 243 |
![]() | ')' is preceded with whitespace. | 243 |
![]() | 'if' is not followed by whitespace. | 244 |
![]() | '(' is followed by whitespace. | 244 |
![]() | ')' is preceded with whitespace. | 244 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Unused @throws tag for 'SessionFactoryNotFoundException'. | 255 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Unused @throws tag for 'SessionFactoryNotFoundException'. | 267 |
![]() | '(' is followed by whitespace. | 269 |
![]() | Parameter name should be final. | 269 |
![]() | ')' is preceded with whitespace. | 269 |
![]() | '{' should be on the previous line. | 270 |
![]() | 'synchronized' is not followed by whitespace. | 272 |
![]() | '(' is followed by whitespace. | 272 |
![]() | ')' is preceded with whitespace. | 272 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 273 |
![]() | ')' is preceded with whitespace. | 273 |
![]() | '=' is not preceded with whitespace. | 274 |
![]() | '=' is not followed by whitespace. | 274 |
![]() | 'if' is not followed by whitespace. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | ')' is preceded with whitespace. | 278 |
![]() | Missing a Javadoc comment. | 286 |
![]() | '{' should be on the previous line. | 287 |
![]() | 'synchronized' is not followed by whitespace. | 288 |
![]() | '(' is followed by whitespace. | 288 |
![]() | ')' is preceded with whitespace. | 288 |
![]() | Missing a Javadoc comment. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | Parameter sessionFactory should be final. | 293 |
![]() | ')' is preceded with whitespace. | 293 |
![]() | '{' should be on the previous line. | 294 |
![]() | 'synchronized' is not followed by whitespace. | 295 |
![]() | '(' is followed by whitespace. | 295 |
![]() | ')' is preceded with whitespace. | 295 |
![]() | Missing a Javadoc comment. | 300 |
![]() | '(' is followed by whitespace. | 300 |
![]() | Parameter configuration should be final. | 300 |
![]() | ')' is preceded with whitespace. | 300 |
![]() | '{' should be on the previous line. | 301 |
![]() | 'synchronized' is not followed by whitespace. | 302 |
![]() | '(' is followed by whitespace. | 302 |
![]() | ')' is preceded with whitespace. | 302 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line has trailing spaces. | 312 |
![]() | '=' is not preceded with whitespace. | 315 |
![]() | '=' is not followed by whitespace. | 315 |
![]() | Line is longer than 80 characters. | 321 |
![]() | '=' is not preceded with whitespace. | 326 |
![]() | '=' is not followed by whitespace. | 326 |
![]() | '(' is followed by whitespace. | 327 |
![]() | Parameter name should be final. | 327 |
![]() | Expected @param tag for 'name'. | 327 |
![]() | ')' is preceded with whitespace. | 327 |
![]() | 'synchronized' is not followed by whitespace. | 328 |
![]() | '(' is followed by whitespace. | 328 |
![]() | ')' is preceded with whitespace. | 328 |
![]() | 'if' is not followed by whitespace. | 329 |
![]() | '(' is followed by whitespace. | 329 |
![]() | ')' is preceded with whitespace. | 329 |
![]() | Missing a Javadoc comment. | 337 |
![]() | '(' is followed by whitespace. | 337 |
![]() | Parameter sessionFactory should be final. | 337 |
![]() | ')' is preceded with whitespace. | 337 |
![]() | '{' should be on the previous line. | 338 |
![]() | 'if' is not followed by whitespace. | 339 |
![]() | '(' is followed by whitespace. | 339 |
![]() | ')' is preceded with whitespace. | 339 |
![]() | '}' should be on the same line. | 342 |
![]() | 'catch' is not followed by whitespace. | 343 |
![]() | '(' is followed by whitespace. | 343 |
![]() | ')' is preceded with whitespace. | 343 |
![]() | 'if' is not followed by whitespace. | 344 |
![]() | '(' is followed by whitespace. | 344 |
![]() | ')' is preceded with whitespace. | 344 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'hql' must be private and have accessor methods. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter operation should be final. | 36 |
![]() | Parameter entityClass should be final. | 36 |
![]() | Parameter hql should be final. | 36 |
![]() | 'hql' hides a field. | 36 |
![]() | Method 'getHql' 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 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter query should be final. | 47 |
![]() | Parameter principal should be final. | 47 |
![]() | Parameter id should be final. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | 'for' is not followed by whitespace. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 'if' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | '}' should be on the same line. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | '}' should be on the same line. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'qualifyPermission' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter p should be final. | 65 |
![]() | 'cast' is not followed by whitespace. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Method 'getUserTransactionName' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'entityClass' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'operation' must be private and have accessor methods. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter operation should be final. | 33 |
![]() | 'operation' hides a field. | 33 |
![]() | Parameter entityClass should be final. | 33 |
![]() | 'entityClass' hides a field. | 33 |
![]() | Method 'getEntityClass' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'implies' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter p should be final. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | 'if' is not followed by whitespace. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | 'cast' is not followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Line is longer than 80 characters. | 57 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | '}' should be on the same line. | 67 |
![]() | 'catch' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'processResult' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Parameter queryResult should be final. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '(' is followed by whitespace. | 88 |
![]() | ')' is preceded with whitespace. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter properties should be final. | 65 |
![]() | Expected @param tag for 'properties'. | 65 |
![]() | Redundant throws: 'HibernateException' is unchecked exception. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 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 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | '+' is not preceded with whitespace. | 80 |
![]() | '+' is not followed by whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '}' should be on the same line. | 89 |
![]() | 'catch' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | '}' should be on the same line. | 96 |
![]() | 'catch' is not followed by whitespace. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | Must have at least one statement. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '{' should be on the previous line. | 110 |
![]() | '}' should be on the same line. | 116 |
![]() | 'catch' is not followed by whitespace. | 117 |
![]() | '(' is followed by whitespace. | 117 |
![]() | ')' is preceded with whitespace. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | '+' is not preceded with whitespace. | 119 |
![]() | '+' is not followed by whitespace. | 119 |
![]() | Line is longer than 80 characters. | 121 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' is not followed by whitespace. | 121 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' is not followed by whitespace. | 121 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | 'if' is not followed by whitespace. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 129 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' is not followed by whitespace. | 129 |
![]() | '+' is not preceded with whitespace. | 129 |
![]() | '+' is not followed by whitespace. | 129 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | ')' is preceded with whitespace. | 133 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | '+' is not preceded with whitespace. | 135 |
![]() | '+' is not followed by whitespace. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | '+' is not preceded with whitespace. | 137 |
![]() | '+' is not followed by whitespace. | 137 |
![]() | '+' is not preceded with whitespace. | 137 |
![]() | '+' is not followed by whitespace. | 137 |
![]() | '+' is not preceded with whitespace. | 137 |
![]() | '+' is not followed by whitespace. | 137 |
![]() | '+' is not preceded with whitespace. | 137 |
![]() | '+' is not followed by whitespace. | 137 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters. | 147 |
![]() | '{' should be on the previous line. | 152 |
![]() | '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 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '}' should be on the same line. | 159 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '{' should be on the previous line. | 175 |
![]() | '}' should be on the same line. | 178 |
![]() | Line has trailing spaces. | 179 |
![]() | 'catch' is not followed by whitespace. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | Parameter connection should be final. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | '{' should be on the previous line. | 196 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | Method 'supportsAggressiveRelease' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | '{' should be on the previous line. | 213 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hibernate.cfg.Configuration. | 18 |
![]() | Unused import - org.hibernate.event.Initializable. | 19 |
![]() | Unused import - org.xchain.framework.security.SecurityManager. | 28 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Expected an @return tag. | 40 |
![]() | Method 'onPreDelete' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter event should be final. | 40 |
![]() | Expected @param tag for 'event'. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'onPreInsert' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | Parameter event should be final. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'onPostLoad' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter event should be final. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Parameter event should be final. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Line is longer than 80 characters. | 75 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'qName' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is followed by whitespace. | 31 |
![]() | Parameter qName should be final. | 31 |
![]() | 'qName' hides a field. | 31 |
![]() | ')' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '+' is not preceded with whitespace. | 33 |
![]() | '+' is not followed by whitespace. | 33 |
![]() | '+' is not preceded with whitespace. | 33 |
![]() | '+' is not followed by whitespace. | 33 |
![]() | Method 'getQName' 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | '{' should be on the previous line. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Expected an @return tag. | 39 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | '}' is not preceded with whitespace. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Expected @param tag for 'context'. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 25 |
![]() | '{' should be on the previous line. | 31 |
![]() | Expected an @return tag. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | '(' is followed by whitespace. | 36 |
![]() | Expected @param tag for 'context'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Expected an @return tag. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Expected @param tag for 'context'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Expected an @return tag. | 50 |
![]() | Line is longer than 80 characters. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | Expected @param tag for 'context'. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Method 'storeValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter context should be final. | 53 |
![]() | Parameter value should be final. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 58 |
![]() | 'cast' is not followed by whitespace. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hibernate.Session. | 19 |
![]() | Unused import - org.xchain.annotations.PrefixMapping. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '(' is followed by whitespace. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
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. | 30 |
![]() | Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter context should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | 'if' is not followed by whitespace. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | '}' should be on the same line. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter session should be final. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | '=' is not preceded with whitespace. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 42 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | '{' should be on the previous line. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 51 |
![]() | Expected an @return tag. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Expected @param tag for 'context'. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 58 |
![]() | Expected an @return tag. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Expected @param tag for 'context'. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected an @return tag. | 67 |
![]() | Line is longer than 80 characters. | 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 |
![]() | Expected @param tag for 'context'. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Expected an @return tag. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Parameter context should be final. | 74 |
![]() | Expected @param tag for 'context'. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Expected @throws tag for 'Exception'. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | '{' should be on the previous line. | 76 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 45 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Expected an @return tag. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Expected @param tag for 'context'. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter context should be final. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | '{' should be on the previous line. | 62 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | 'if' construct must use '{}'s. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 48 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | '{' should be on the previous line. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Expected an @return tag. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Expected @param tag for 'context'. | 60 |
![]() | Expected @param tag for 'type'. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Expected an @return tag. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Expected @param tag for 'context'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Expected an @return tag. | 73 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | Expected @param tag for 'context'. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Expected an @return tag. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | Expected @param tag for 'context'. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Expected an @return tag. | 88 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 89 |
![]() | Expected @param tag for 'context'. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'storeValue' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter context should be final. | 91 |
![]() | Parameter value should be final. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | 'cast' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Expected an @return tag. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | Parameter context should be final. | 106 |
![]() | Expected @param tag for 'context'. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Expected @throws tag for 'Exception'. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | '{' should be on the previous line. | 108 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Expected an @return tag. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter context should be final. | 54 |
![]() | Expected @param tag for 'context'. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Expected @throws tag for 'Exception'. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | 'if' construct must use '{}'s. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 47 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Expected an @return tag. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter context should be final. | 59 |
![]() | Expected @param tag for 'context'. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Expected @throws tag for 'Exception'. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | 'if' is not followed by whitespace. | 66 |
![]() | '(' is followed by whitespace. | 66 |
![]() | ')' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 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 has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 45 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Expected an @return tag. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | Expected @param tag for 'context'. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter context should be final. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | '{' should be on the previous line. | 62 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | 'if' construct must use '{}'s. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 48 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Expected an @return tag. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Expected @param tag for 'context'. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Expected an @return tag. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Expected @param tag for 'context'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Parameter context should be final. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '{' should be on the previous line. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 43 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Expected an @return tag. | 54 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Expected @param tag for 'context'. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Expected an @return tag. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | Parameter context should be final. | 62 |
![]() | Expected @param tag for 'context'. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Expected @throws tag for 'Exception'. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | '{' should be on the previous line. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'log' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Expected @param tag for 'context'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Expected an @return tag. | 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 followed by whitespace. | 73 |
![]() | Expected @param tag for 'context'. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Parameter context should be final. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line has trailing spaces. | 82 |
![]() | 'if' construct must use '{}'s. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | 'if' construct must use '{}'s. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | '(' is followed by whitespace. | 89 |
![]() | ')' is preceded with whitespace. | 89 |
![]() | Line is longer than 80 characters. | 94 |
![]() | 'cast' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line has trailing spaces. | 96 |
![]() | '(' is followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | Line has trailing spaces. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 44 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Expected an @return tag. | 55 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | Expected @param tag for 'context'. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Expected an @return tag. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | Expected @param tag for 'context'. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Expected @throws tag for 'Exception'. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '{' should be on the previous line. | 65 |
![]() | 'if' construct must use '{}'s. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 'if' construct must use '{}'s. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.hibernate.Session. | 23 |
![]() | Unused import - org.xchain.framework.jxpath.ScopedQNameVariables. | 27 |
![]() | Unused import - org.xchain.framework.jxpath.Scope. | 28 |
![]() | Unused import - org.xchain.framework.hibernate.HibernateLifecycle. | 29 |
![]() | Duplicate import to line 18 - javax.xml.namespace.QName. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | 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 is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | '{' should be on the previous line. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'log' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Expected @param tag for 'context'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '=' 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 followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | 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 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 55 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'log' must be private and have accessor methods. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Expected an @return tag. | 67 |
![]() | '=' 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 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Expected @param tag for 'context'. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Expected an @return tag. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '(' is followed by whitespace. | 78 |
![]() | Expected @param tag for 'context'. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 81 |
![]() | '=' is not followed by whitespace. | 81 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | '(' is followed by whitespace. | 85 |
![]() | Parameter context should be final. | 85 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 87 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | '}' should be on the same line. | 113 |
![]() | 'catch' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | '{' should be on the previous line. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Expected an @return tag. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter context should be final. | 55 |
![]() | Expected @param tag for 'context'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Expected @throws tag for 'Exception'. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | '{' should be on the previous line. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | 'if' construct must use '{}'s. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Expected an @return tag. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | Parameter context should be final. | 54 |
![]() | Expected @param tag for 'context'. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Expected @throws tag for 'Exception'. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '{' should be on the previous line. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 51 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | '{' should be on the previous line. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'log' must be private and have accessor methods. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Expected an @return tag. | 68 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | '(' is followed by whitespace. | 69 |
![]() | Expected @param tag for 'context'. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Expected an @return tag. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Expected @param tag for 'context'. | 76 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line has trailing spaces. | 80 |
![]() | Expected an @return tag. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '=' is not followed by whitespace. | 82 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '=' is not followed by whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | Expected @param tag for 'context'. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Expected an @return tag. | 89 |
![]() | '=' is not preceded with whitespace. | 89 |
![]() | '=' is not followed by whitespace. | 89 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | '(' is followed by whitespace. | 92 |
![]() | Expected @param tag for 'context'. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is followed by whitespace. | 95 |
![]() | Parameter context should be final. | 95 |
![]() | ')' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | '(' is followed by whitespace. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | '(' is followed by whitespace. | 103 |
![]() | ')' is preceded with whitespace. | 103 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | ')' is preceded with whitespace. | 104 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '(' is followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | 'for' is not followed by whitespace. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | ';' is followed by whitespace. | 112 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | 'cast' is not followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | ')' is preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 'while' is not followed by whitespace. | 135 |
![]() | '(' is followed by whitespace. | 135 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 138 |
![]() | '(' is followed by whitespace. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
![]() | '}' should be on the same line. | 140 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '(' is followed by whitespace. | 141 |
![]() | ')' is preceded with whitespace. | 141 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | Parameter bean should be final. | 150 |
![]() | Parameter invalidValues should be final. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | '(' is followed by whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | ')' is preceded with whitespace. | 157 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | '}' should be on the same line. | 159 |
![]() | '(' is followed by whitespace. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | '(' is followed by whitespace. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | '(' is followed by whitespace. | 166 |
![]() | ')' is preceded with whitespace. | 166 |
![]() | '(' is followed by whitespace. | 172 |
![]() | ')' is preceded with whitespace. | 172 |
![]() | '(' is followed by whitespace. | 173 |
![]() | ')' is preceded with whitespace. | 173 |
![]() | '}' should be on the same line. | 177 |
![]() | '(' is followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | '+' is not preceded with whitespace. | 179 |
![]() | '+' is not followed by whitespace. | 179 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 188 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | '}' is not preceded with whitespace. | 188 |
![]() | '{' should be on the previous line. | 191 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | '=' is not preceded with whitespace. | 198 |
![]() | '=' is not followed by whitespace. | 198 |
![]() | '=' is not preceded with whitespace. | 198 |
![]() | '=' is not followed by whitespace. | 198 |
![]() | '=' is not preceded with whitespace. | 198 |
![]() | '=' is not followed by whitespace. | 198 |
![]() | '=' is not preceded with whitespace. | 198 |
![]() | '=' is not followed by whitespace. | 198 |
![]() | '}' is not preceded with whitespace. | 198 |
![]() | '{' should be on the previous line. | 201 |