The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 10 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 235 | ![]() |
RegexpSingleline
| 19 | ![]() |
JavadocMethod | 652 | ![]() |
JavadocType | 4 | ![]() |
JavadocVariable | 410 | ![]() |
JavadocStyle | 290 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 2 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 3 | ![]() |
UnusedImports | 6 | ![]() |
LineLength | 259 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 4547 | ![]() |
NoWhitespaceAfter | 97 | ![]() |
NoWhitespaceBefore | 23 | ![]() |
OperatorWrap | 49 | ![]() |
ParenPad | 95 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 97 | ![]() |
WhitespaceAround | 3 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 21 | ![]() |
AvoidNestedBlocks | 1 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 1682 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 26 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 330 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 7 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 615 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 18 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 616 | ![]() |
TodoComment | 18 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Utility classes should not have a public or default constructor. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Parameter model should be final. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 66 |
![]() | '++' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | Parameter args should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | Parameter cause should be final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Parameter message should be final. | 30 |
![]() | Parameter cause should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter message should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | Parameter cause should be final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Parameter message should be final. | 30 |
![]() | Parameter cause should be final. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter message should be final. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 19 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | First sentence should end with a period. | 47 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | Parameter id should be final. | 52 |
![]() | 'id' hides a field. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | First sentence should end with a period. | 59 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | First sentence should end with a period. | 69 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | Parameter key should be final. | 74 |
![]() | 'key' hides a field. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | First sentence should end with a period. | 81 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | First sentence should end with a period. | 91 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | Parameter desc should be final. | 96 |
![]() | 'desc' hides a field. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Missing a Javadoc comment. | 101 |
![]() | First sentence should end with a period. | 103 |
![]() | Method 'getServerSide' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | First sentence should end with a period. | 113 |
![]() | Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | Parameter serverSide should be final. | 118 |
![]() | 'serverSide' hides a field. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Missing a Javadoc comment. | 123 |
![]() | First sentence should end with a period. | 125 |
![]() | Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | First sentence should end with a period. | 135 |
![]() | Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | Parameter minLength should be final. | 140 |
![]() | 'minLength' hides a field. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | Missing a Javadoc comment. | 145 |
![]() | First sentence should end with a period. | 147 |
![]() | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | First sentence should end with a period. | 157 |
![]() | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | Parameter maxLength should be final. | 162 |
![]() | 'maxLength' hides a field. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | Missing a Javadoc comment. | 167 |
![]() | First sentence should end with a period. | 169 |
![]() | Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | First sentence should end with a period. | 179 |
![]() | Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | Parameter minValue should be final. | 184 |
![]() | 'minValue' hides a field. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Missing a Javadoc comment. | 189 |
![]() | First sentence should end with a period. | 191 |
![]() | Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | First sentence should end with a period. | 201 |
![]() | Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | Parameter maxValue should be final. | 206 |
![]() | 'maxValue' hides a field. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Variable 'minOccurs' must be private and have accessor methods. | 211 |
![]() | First sentence should end with a period. | 213 |
![]() | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '{' should be on the previous line. | 219 |
![]() | First sentence should end with a period. | 223 |
![]() | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | Parameter minOccurs should be final. | 228 |
![]() | 'minOccurs' hides a field. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | Missing a Javadoc comment. | 233 |
![]() | First sentence should end with a period. | 235 |
![]() | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | First sentence should end with a period. | 245 |
![]() | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | Parameter maxOccurs should be final. | 250 |
![]() | 'maxOccurs' hides a field. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Missing a Javadoc comment. | 255 |
![]() | First sentence should end with a period. | 257 |
![]() | Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | '(' is preceded with whitespace. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | First sentence should end with a period. | 267 |
![]() | Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | '(' is preceded with whitespace. | 272 |
![]() | Parameter validChars should be final. | 272 |
![]() | 'validChars' hides a field. | 272 |
![]() | '{' should be on the previous line. | 273 |
![]() | Missing a Javadoc comment. | 277 |
![]() | First sentence should end with a period. | 279 |
![]() | Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '{' should be on the previous line. | 285 |
![]() | First sentence should end with a period. | 289 |
![]() | Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | Parameter lookup should be final. | 294 |
![]() | 'lookup' hides a field. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Variable 'lookupContext' must be private and have accessor methods. | 299 |
![]() | First sentence should end with a period. | 301 |
![]() | Method 'getLookupContext' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '{' should be on the previous line. | 307 |
![]() | First sentence should end with a period. | 311 |
![]() | Method 'setLookupContext' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | Parameter lookupContext should be final. | 316 |
![]() | 'lookupContext' hides a field. | 316 |
![]() | '{' should be on the previous line. | 317 |
![]() | Missing a Javadoc comment. | 321 |
![]() | First sentence should end with a period. | 323 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() | '(' is preceded with whitespace. | 328 |
![]() | '{' should be on the previous line. | 329 |
![]() | First sentence should end with a period. | 333 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | Parameter comments should be final. | 338 |
![]() | 'comments' hides a field. | 338 |
![]() | '{' should be on the previous line. | 339 |
![]() | Missing a Javadoc comment. | 343 |
![]() | First sentence should end with a period. | 345 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '{' should be on the previous line. | 351 |
![]() | First sentence should end with a period. | 355 |
![]() | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | '(' is preceded with whitespace. | 360 |
![]() | Parameter className should be final. | 360 |
![]() | 'className' hides a field. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() | Missing a Javadoc comment. | 367 |
![]() | '(' is preceded with whitespace. | 367 |
![]() | '{' should be on the previous line. | 368 |
![]() | Method 'setMessageId' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() | Missing a Javadoc comment. | 372 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | Parameter messageId should be final. | 372 |
![]() | 'messageId' hides a field. | 372 |
![]() | '{' should be on the previous line. | 373 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | Missing a Javadoc comment. | 379 |
![]() | '(' is preceded with whitespace. | 379 |
![]() | '{' should be on the previous line. | 380 |
![]() | Method 'setInline' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Missing a Javadoc comment. | 384 |
![]() | '(' is preceded with whitespace. | 384 |
![]() | Parameter inline should be final. | 384 |
![]() | 'inline' hides a field. | 384 |
![]() | '{' should be on the previous line. | 385 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 18 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name 'IMPLEMENTATION_TYPE_STATE_WHEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Variable 'IMPLEMENTATION_TYPE_STATE_WHEN' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | First sentence should end with a period. | 43 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Parameter id should be final. | 48 |
![]() | 'id' hides a field. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | First sentence should end with a period. | 55 |
![]() | Method 'getImplementation' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | First sentence should end with a period. | 65 |
![]() | Method 'setImplementation' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Parameter implementation should be final. | 70 |
![]() | 'implementation' hides a field. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | First sentence should end with a period. | 77 |
![]() | Method 'getDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | First sentence should end with a period. | 87 |
![]() | Method 'setDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | Parameter dictionaryId should be final. | 92 |
![]() | 'dictionaryId' hides a field. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | First sentence should end with a period. | 99 |
![]() | Method 'getObject1' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | First sentence should end with a period. | 109 |
![]() | Method 'setObject1' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | Parameter object1 should be final. | 114 |
![]() | 'object1' hides a field. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Missing a Javadoc comment. | 119 |
![]() | First sentence should end with a period. | 121 |
![]() | Method 'getType1' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | First sentence should end with a period. | 131 |
![]() | Method 'setType1' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | Parameter type1 should be final. | 136 |
![]() | 'type1' hides a field. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | Missing a Javadoc comment. | 141 |
![]() | First sentence should end with a period. | 143 |
![]() | Method 'getState1' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | First sentence should end with a period. | 153 |
![]() | Method 'setState1' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | Parameter state1 should be final. | 158 |
![]() | 'state1' hides a field. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | Missing a Javadoc comment. | 163 |
![]() | First sentence should end with a period. | 165 |
![]() | Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | First sentence should end with a period. | 175 |
![]() | Method 'setRelationType' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | Parameter relationType should be final. | 180 |
![]() | 'relationType' hides a field. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Missing a Javadoc comment. | 185 |
![]() | First sentence should end with a period. | 187 |
![]() | Method 'getCardinalityType' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | First sentence should end with a period. | 197 |
![]() | Method 'setCardinalityType' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | Parameter cardinalityType should be final. | 202 |
![]() | 'cardinalityType' hides a field. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | Missing a Javadoc comment. | 207 |
![]() | First sentence should end with a period. | 209 |
![]() | Method 'getObject2' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | First sentence should end with a period. | 219 |
![]() | Method 'setObject2' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | Parameter object2 should be final. | 224 |
![]() | 'object2' hides a field. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Missing a Javadoc comment. | 229 |
![]() | First sentence should end with a period. | 231 |
![]() | Method 'getType2' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | First sentence should end with a period. | 241 |
![]() | Method 'setType2' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | Parameter type2 should be final. | 246 |
![]() | 'type2' hides a field. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | Missing a Javadoc comment. | 251 |
![]() | First sentence should end with a period. | 253 |
![]() | Method 'getState2' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | '(' is preceded with whitespace. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | First sentence should end with a period. | 263 |
![]() | Method 'setState2' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | Parameter state2 should be final. | 268 |
![]() | 'state2' hides a field. | 268 |
![]() | '{' should be on the previous line. | 269 |
![]() | Missing a Javadoc comment. | 273 |
![]() | First sentence should end with a period. | 275 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | First sentence should end with a period. | 285 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | Parameter desc should be final. | 290 |
![]() | 'desc' hides a field. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | Missing a Javadoc comment. | 295 |
![]() | First sentence should end with a period. | 297 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | '(' is preceded with whitespace. | 302 |
![]() | '{' should be on the previous line. | 303 |
![]() | First sentence should end with a period. | 307 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | '(' is preceded with whitespace. | 312 |
![]() | Parameter comments should be final. | 312 |
![]() | 'comments' hides a field. | 312 |
![]() | '{' should be on the previous line. | 313 |
![]() | Missing a Javadoc comment. | 317 |
![]() | First sentence should end with a period. | 319 |
![]() | Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | '(' is preceded with whitespace. | 324 |
![]() | '{' should be on the previous line. | 325 |
![]() | First sentence should end with a period. | 329 |
![]() | Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | '(' is preceded with whitespace. | 334 |
![]() | Parameter minOccurs should be final. | 334 |
![]() | 'minOccurs' hides a field. | 334 |
![]() | '{' should be on the previous line. | 335 |
![]() | Missing a Javadoc comment. | 339 |
![]() | First sentence should end with a period. | 341 |
![]() | Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '{' should be on the previous line. | 347 |
![]() | First sentence should end with a period. | 351 |
![]() | Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | Parameter maxOccurs should be final. | 356 |
![]() | 'maxOccurs' hides a field. | 356 |
![]() | '{' should be on the previous line. | 357 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - java.util.Stack. | 20 |
![]() | First sentence should end with a period. | 22 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | First sentence should end with a period. | 46 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Parameter id should be final. | 51 |
![]() | 'id' hides a field. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | First sentence should end with a period. | 68 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | Parameter type should be final. | 73 |
![]() | 'type' hides a field. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | Missing a Javadoc comment. | 79 |
![]() | First sentence should end with a period. | 81 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | First sentence should end with a period. | 91 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | Parameter state should be final. | 96 |
![]() | 'state' hides a field. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | Parameter parent should be final. | 108 |
![]() | 'parent' hides a field. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | First sentence should end with a period. | 116 |
![]() | Method 'getSubType' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | First sentence should end with a period. | 126 |
![]() | Method 'setSubType' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Parameter subType should be final. | 131 |
![]() | 'subType' hides a field. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Missing a Javadoc comment. | 136 |
![]() | First sentence should end with a period. | 138 |
![]() | Method 'getSubState' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | First sentence should end with a period. | 148 |
![]() | Method 'setSubState' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Parameter subState should be final. | 153 |
![]() | 'subState' hides a field. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Missing a Javadoc comment. | 158 |
![]() | First sentence should end with a period. | 160 |
![]() | Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | First sentence should end with a period. | 170 |
![]() | Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | Parameter xmlObject should be final. | 175 |
![]() | 'xmlObject' hides a field. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | Missing a Javadoc comment. | 180 |
![]() | First sentence should end with a period. | 182 |
![]() | Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | First sentence should end with a period. | 192 |
![]() | Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | Parameter shortName should be final. | 197 |
![]() | 'shortName' hides a field. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | Missing a Javadoc comment. | 202 |
![]() | First sentence should end with a period. | 204 |
![]() | Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | First sentence should end with a period. | 214 |
![]() | Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | Parameter primitive should be final. | 219 |
![]() | 'primitive' hides a field. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | Missing a Javadoc comment. | 224 |
![]() | First sentence should end with a period. | 226 |
![]() | Method 'getBaseConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | First sentence should end with a period. | 236 |
![]() | Method 'setBaseConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | Parameter baseConstraintDescription should be final. | 241 |
![]() | 'baseConstraintDescription' hides a field. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | Missing a Javadoc comment. | 246 |
![]() | First sentence should end with a period. | 248 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | First sentence should end with a period. | 258 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | '(' is preceded with whitespace. | 263 |
![]() | Parameter name should be final. | 263 |
![]() | 'name' hides a field. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Variable 'desc' must be private and have accessor methods. | 268 |
![]() | First sentence should end with a period. | 270 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '{' should be on the previous line. | 276 |
![]() | First sentence should end with a period. | 280 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | Parameter desc should be final. | 285 |
![]() | 'desc' hides a field. | 285 |
![]() | '{' should be on the previous line. | 286 |
![]() | Missing a Javadoc comment. | 291 |
![]() | First sentence should end with a period. | 293 |
![]() | Method 'isSelector' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '{' should be on the previous line. | 299 |
![]() | First sentence should end with a period. | 303 |
![]() | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | Parameter selector should be final. | 308 |
![]() | 'selector' hides a field. | 308 |
![]() | '{' should be on the previous line. | 309 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Missing a Javadoc comment. | 316 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | '{' should be on the previous line. | 317 |
![]() | Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | Missing a Javadoc comment. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | Parameter dynamic should be final. | 321 |
![]() | 'dynamic' hides a field. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | Missing a Javadoc comment. | 327 |
![]() | First sentence should end with a period. | 329 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | '(' is preceded with whitespace. | 334 |
![]() | '{' should be on the previous line. | 335 |
![]() | First sentence should end with a period. | 339 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | Parameter comments should be final. | 344 |
![]() | 'comments' hides a field. | 344 |
![]() | '{' should be on the previous line. | 345 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Variable 'additionalConstraintIds' must be private and have accessor methods. | 349 |
![]() | First sentence should end with a period. | 351 |
![]() | Method 'getAdditionalConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | '{' should be on the previous line. | 357 |
![]() | First sentence should end with a period. | 361 |
![]() | Method 'setAdditionalConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | '(' is preceded with whitespace. | 366 |
![]() | Parameter additionalConstraintIds should be final. | 366 |
![]() | 'additionalConstraintIds' hides a field. | 366 |
![]() | '{' should be on the previous line. | 367 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Variable 'additionalConstraintDescription' must be private and have accessor methods. | 371 |
![]() | First sentence should end with a period. | 373 |
![]() | Method 'getAdditionalConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | First sentence should end with a period. | 383 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Method 'setAdditionalConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | Parameter additionalConstraintDescription should be final. | 389 |
![]() | 'additionalConstraintDescription' hides a field. | 389 |
![]() | '{' should be on the previous line. | 390 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Variable 'combinedConstraintDescription' must be private and have accessor methods. | 394 |
![]() | First sentence should end with a period. | 396 |
![]() | Method 'getCombinedConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | '(' is preceded with whitespace. | 401 |
![]() | '{' should be on the previous line. | 402 |
![]() | First sentence should end with a period. | 406 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Method 'setCombinedConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | '(' is preceded with whitespace. | 411 |
![]() | Parameter combinedConstraintDescription should be final. | 412 |
![]() | 'combinedConstraintDescription' hides a field. | 412 |
![]() | '{' should be on the previous line. | 413 |
![]() | Missing a Javadoc comment. | 417 |
![]() | First sentence should end with a period. | 419 |
![]() | Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | '(' is preceded with whitespace. | 424 |
![]() | '{' should be on the previous line. | 425 |
![]() | First sentence should end with a period. | 429 |
![]() | Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() | '(' is preceded with whitespace. | 434 |
![]() | Parameter inlineConstraint should be final. | 434 |
![]() | 'inlineConstraint' hides a field. | 434 |
![]() | '{' should be on the previous line. | 435 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | '(' is preceded with whitespace. | 440 |
![]() | '{' should be on the previous line. | 442 |
![]() | '(' is preceded with whitespace. | 443 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | First sentence should end with a period. | 28 |
![]() | Expected an @return tag. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Expected an @return tag. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Expected an @return tag. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | Expected an @return tag. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | First sentence should end with a period. | 53 |
![]() | Expected an @return tag. | 57 |
![]() | Redundant 'public' modifier. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | First sentence should end with a period. | 59 |
![]() | Expected an @return tag. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | First sentence should end with a period. | 65 |
![]() | Expected an @return tag. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | First sentence should end with a period. | 71 |
![]() | Expected an @return tag. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | First sentence should end with a period. | 78 |
![]() | Redundant 'public' modifier. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 21 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | First sentence should end with a period. | 44 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Parameter id should be final. | 49 |
![]() | 'id' hides a field. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | First sentence should end with a period. | 66 |
![]() | Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | Parameter xmlObject should be final. | 71 |
![]() | 'xmlObject' hides a field. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | First sentence should end with a period. | 78 |
![]() | Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | First sentence should end with a period. | 88 |
![]() | Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Parameter shortName should be final. | 93 |
![]() | 'shortName' hides a field. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Missing a Javadoc comment. | 98 |
![]() | First sentence should end with a period. | 100 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | First sentence should end with a period. | 110 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | Parameter name should be final. | 115 |
![]() | 'name' hides a field. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Missing a Javadoc comment. | 120 |
![]() | First sentence should end with a period. | 122 |
![]() | Method 'getXmlType' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | First sentence should end with a period. | 132 |
![]() | Method 'setXmlType' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Parameter xmlType should be final. | 137 |
![]() | 'xmlType' hides a field. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Missing a Javadoc comment. | 142 |
![]() | First sentence should end with a period. | 144 |
![]() | Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | First sentence should end with a period. | 154 |
![]() | Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | Parameter primitive should be final. | 159 |
![]() | 'primitive' hides a field. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Missing a Javadoc comment. | 166 |
![]() | First sentence should end with a period. | 168 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | First sentence should end with a period. | 178 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | Parameter desc should be final. | 183 |
![]() | 'desc' hides a field. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | Missing a Javadoc comment. | 188 |
![]() | First sentence should end with a period. | 190 |
![]() | Method 'getConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | First sentence should end with a period. | 200 |
![]() | Method 'setConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | Parameter constraintIds should be final. | 205 |
![]() | 'constraintIds' hides a field. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | Missing a Javadoc comment. | 210 |
![]() | First sentence should end with a period. | 212 |
![]() | Method 'getConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '{' should be on the previous line. | 218 |
![]() | First sentence should end with a period. | 222 |
![]() | Method 'setConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | Parameter constraintDescription should be final. | 227 |
![]() | 'constraintDescription' hides a field. | 227 |
![]() | '{' should be on the previous line. | 228 |
![]() | Missing a Javadoc comment. | 233 |
![]() | First sentence should end with a period. | 235 |
![]() | Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | First sentence should end with a period. | 245 |
![]() | Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | Parameter dynamic should be final. | 250 |
![]() | 'dynamic' hides a field. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Line has trailing spaces. | 254 |
![]() | Missing a Javadoc comment. | 255 |
![]() | First sentence should end with a period. | 257 |
![]() | Method 'isSelector' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | '(' is preceded with whitespace. | 262 |
![]() | '{' should be on the previous line. | 263 |
![]() | First sentence should end with a period. | 267 |
![]() | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | '(' is preceded with whitespace. | 272 |
![]() | Parameter selector should be final. | 272 |
![]() | 'selector' hides a field. | 272 |
![]() | '{' should be on the previous line. | 273 |
![]() | Missing a Javadoc comment. | 277 |
![]() | First sentence should end with a period. | 279 |
![]() | Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '{' should be on the previous line. | 285 |
![]() | First sentence should end with a period. | 289 |
![]() | Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | Parameter inlineConstraint should be final. | 294 |
![]() | 'inlineConstraint' hides a field. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | Missing a Javadoc comment. | 299 |
![]() | First sentence should end with a period. | 301 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '{' should be on the previous line. | 307 |
![]() | First sentence should end with a period. | 311 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | Parameter comments should be final. | 316 |
![]() | 'comments' hides a field. | 316 |
![]() | '{' should be on the previous line. | 317 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter id should be final. | 32 |
![]() | 'id' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | Parameter xmlObject should be final. | 43 |
![]() | 'xmlObject' hides a field. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Parameter shortName should be final. | 54 |
![]() | 'shortName' hides a field. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Parameter name should be final. | 65 |
![]() | 'name' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | Parameter type should be final. | 76 |
![]() | 'type' hides a field. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Parameter url should be final. | 87 |
![]() | 'url' hides a field. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | Parameter description should be final. | 98 |
![]() | 'description' hides a field. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'getRequired' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | Parameter required should be final. | 109 |
![]() | 'required' hides a field. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Method 'getOptional' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | Parameter optional should be final. | 120 |
![]() | 'optional' hides a field. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Method 'getCardinality' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'setCardinality' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Parameter cardinality should be final. | 131 |
![]() | 'cardinality' hides a field. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Method 'getXmlAttribute' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | Method 'setXmlAttribute' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | Parameter xmlAttribute should be final. | 142 |
![]() | 'xmlAttribute' hides a field. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Parameter status should be final. | 153 |
![]() | 'status' hides a field. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Method 'getFeedback' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | Method 'setFeedback' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | Parameter feedback should be final. | 164 |
![]() | 'feedback' hides a field. | 164 |
![]() | '{' should be on the previous line. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter parent should be final. | 34 |
![]() | 'parent' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getCard1' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'setCard1' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Parameter card1 should be final. | 46 |
![]() | 'card1' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'getChild' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Method 'setChild' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Parameter child should be final. | 58 |
![]() | 'child' hides a field. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'getCard2' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Method 'setCard2' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Parameter card2 should be final. | 70 |
![]() | 'card2' hides a field. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getGrandChild' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'setGrandChild' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Parameter grandChild should be final. | 82 |
![]() | 'grandChild' hides a field. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | Parameter desc should be final. | 94 |
![]() | 'desc' hides a field. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Method 'getXmlType' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'setXmlType' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter xmlType should be final. | 106 |
![]() | 'xmlType' hides a field. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method 'getRecursions' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Method 'setRecursions' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | Parameter recursions should be final. | 118 |
![]() | 'recursions' hides a field. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Parameter status should be final. | 131 |
![]() | 'status' hides a field. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | Parameter defaultValue should be final. | 143 |
![]() | 'defaultValue' hides a field. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | Parameter defaultValuePath should be final. | 155 |
![]() | 'defaultValuePath' hides a field. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | Parameter lookup should be final. | 167 |
![]() | 'lookup' hides a field. | 167 |
![]() | '{' should be on the previous line. | 168 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | Parameter lookupContextPath should be final. | 179 |
![]() | 'lookupContextPath' hides a field. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Method 'getDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Method 'setDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | Parameter dictionaryId should be final. | 192 |
![]() | 'dictionaryId' hides a field. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Method 'getConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Method 'setConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | Parameter constraintIds should be final. | 204 |
![]() | 'constraintIds' hides a field. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Method 'getMessageStructureKey' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | Method 'setMessageStructureKey' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | Parameter messageStructureKey should be final. | 216 |
![]() | 'messageStructureKey' hides a field. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Method 'getSelector' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | Parameter selector should be final. | 230 |
![]() | 'selector' hides a field. | 230 |
![]() | '{' should be on the previous line. | 231 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | '{' should be on the previous line. | 239 |
![]() | Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | '(' is preceded with whitespace. | 243 |
![]() | Parameter inlineConstraint should be final. | 243 |
![]() | 'inlineConstraint' hides a field. | 243 |
![]() | '{' should be on the previous line. | 244 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Missing a Javadoc comment. | 250 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | Parameter comments should be final. | 255 |
![]() | 'comments' hides a field. | 255 |
![]() | '{' should be on the previous line. | 256 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | Missing a Javadoc comment. | 263 |
![]() | '(' is preceded with whitespace. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Missing a Javadoc comment. | 268 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | Parameter id should be final. | 268 |
![]() | 'id' hides a field. | 268 |
![]() | '{' should be on the previous line. | 269 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Missing a Javadoc comment. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | '(' is preceded with whitespace. | 281 |
![]() | Parameter writeAccess should be final. | 281 |
![]() | 'writeAccess' hides a field. | 281 |
![]() | '{' should be on the previous line. | 282 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 16 |
![]() | First sentence should end with a period. | 18 |
![]() | Expected an @return tag. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | '(' is preceded with whitespace. | 22 |
![]() | First sentence should end with a period. | 24 |
![]() | Expected an @return tag. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter name should be final. | 35 |
![]() | 'name' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter fields should be final. | 45 |
![]() | 'fields' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'hasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Method 'setHasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | Parameter hasOwnCreateUpdate should be final. | 62 |
![]() | 'hasOwnCreateUpdate' hides a field. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Method 'getInlineField' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'setInlineField' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | Parameter inlineField should be final. | 74 |
![]() | 'inlineField' hides a field. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Method 'getOrchestrationPackagePath' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Method 'setOrchestrationPackagePath' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Parameter packagePath should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Method 'getInfoPackagePath' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Method 'setInfoPackagePath' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | Parameter infoPackagePath should be final. | 100 |
![]() | 'infoPackagePath' hides a field. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | Method 'getJavaClassInfoName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | Method 'getFullyQualifiedJavaClassInfoName' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '{' should be on the previous line. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | Method 'getJavaClassHelperName' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | Method 'getFullyQualifiedJavaClassHelperName' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | Method 'getJavaClassConstantsName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '{' should be on the previous line. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Method 'getFullyQualifiedJavaClassConstantsName' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | Method 'getJavaClassMetadataName' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | '{' should be on the previous line. | 149 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Method 'getFullyQualifiedJavaClassMetadataName' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | Method 'getJavaClassAssemblerName' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | '{' should be on the previous line. | 164 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | Method 'getFullyQualifiedJavaClassAssemblerName' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '{' should be on the previous line. | 180 |
![]() | Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | Parameter source should be final. | 184 |
![]() | 'source' hides a field. | 184 |
![]() | '{' should be on the previous line. | 185 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Parameter parent should be final. | 51 |
![]() | 'parent' hides a field. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Parameter name should be final. | 56 |
![]() | 'name' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | Method 'getProperName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | Parameter type should be final. | 76 |
![]() | 'type' hides a field. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Method 'getFieldTypeCategory' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | Method 'setFieldTypeCategory' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Parameter fieldTypeCategory should be final. | 94 |
![]() | 'fieldTypeCategory' hides a field. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Method 'getInlineObject' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'setInlineObject' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter inlineObject should be final. | 106 |
![]() | 'inlineObject' hides a field. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | Parameter constraints should be final. | 122 |
![]() | 'constraints' hides a field. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | Parameter defaultValue should be final. | 134 |
![]() | 'defaultValue' hides a field. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | Parameter defaultValuePath should be final. | 146 |
![]() | 'defaultValuePath' hides a field. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Method 'getFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Comment matches to-do format 'TODO:'. | 153 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | Missing a Javadoc comment. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | Parameter writeAccess should be final. | 173 |
![]() | 'writeAccess' hides a field. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | Parameter lookup should be final. | 185 |
![]() | 'lookup' hides a field. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '{' should be on the previous line. | 193 |
![]() | Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | Parameter additionalLookups should be final. | 197 |
![]() | 'additionalLookups' hides a field. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | Parameter lookupContextPath should be final. | 209 |
![]() | 'lookupContextPath' hides a field. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Method 'getMaxRecursions' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | Method 'setMaxRecursions' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | Parameter maxRecursions should be final. | 221 |
![]() | 'maxRecursions' hides a field. | 221 |
![]() | '{' should be on the previous line. | 222 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter key should be final. | 32 |
![]() | 'key' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Parameter type should be final. | 44 |
![]() | 'type' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Parameter name should be final. | 56 |
![]() | 'name' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Parameter description should be final. | 70 |
![]() | 'description' hides a field. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Parameter directory should be final. | 82 |
![]() | 'directory' hides a field. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Method 'getJavaDirectory' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Method 'setJavaDirectory' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | Parameter javaDirectory should be final. | 95 |
![]() | 'javaDirectory' hides a field. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Method 'getResourcesDirectory' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | Method 'setResourcesDirectory' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | Parameter resourcesDirectory should be final. | 107 |
![]() | 'resourcesDirectory' hides a field. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | Parameter status should be final. | 119 |
![]() | 'status' hides a field. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Parameter comments should be final. | 131 |
![]() | 'comments' hides a field. | 131 |
![]() | '{' should be on the previous line. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'parameters' must be private and have accessor methods. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | First sentence should end with a period. | 44 |
![]() | Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Parameter parameters should be final. | 49 |
![]() | 'parameters' hides a field. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Line has trailing spaces. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | '{' should be on the previous line. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '(' is preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Expected an @return tag. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | First sentence should end with a period. | 34 |
![]() | Method 'getResultColumns' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | First sentence should end with a period. | 44 |
![]() | Method 'setResultColumns' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Parameter resultColumns should be final. | 49 |
![]() | 'resultColumns' hides a field. | 49 |
![]() | '{' should be on the previous line. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | '{' should be on the previous line. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Method 'getRowNumber' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Method 'setRowNumber' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | Parameter rowNumber should be final. | 50 |
![]() | 'rowNumber' hides a field. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | First sentence should end with a period. | 69 |
![]() | Method 'getLookupKey' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | First sentence should end with a period. | 79 |
![]() | Method 'setLookupKey' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Parameter lookupKey should be final. | 84 |
![]() | 'lookupKey' hides a field. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | First sentence should end with a period. | 91 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | First sentence should end with a period. | 101 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter type should be final. | 106 |
![]() | 'type' hides a field. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | First sentence should end with a period. | 111 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | Parameter key should be final. | 116 |
![]() | 'key' hides a field. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Missing a Javadoc comment. | 121 |
![]() | First sentence should end with a period. | 123 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | First sentence should end with a period. | 133 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | Parameter name should be final. | 138 |
![]() | 'name' hides a field. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | First sentence should end with a period. | 146 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | First sentence should end with a period. | 156 |
![]() | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | Parameter dataType should be final. | 161 |
![]() | 'dataType' hides a field. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | Missing a Javadoc comment. | 166 |
![]() | First sentence should end with a period. | 168 |
![]() | Method 'getHidden' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | Missing a Javadoc comment. | 178 |
![]() | First sentence should end with a period. | 180 |
![]() | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | Missing a Javadoc comment. | 190 |
![]() | First sentence should end with a period. | 192 |
![]() | Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | First sentence should end with a period. | 202 |
![]() | Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | Parameter widget should be final. | 207 |
![]() | 'widget' hides a field. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | Missing a Javadoc comment. | 212 |
![]() | First sentence should end with a period. | 214 |
![]() | Method 'getOptional' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | Missing a Javadoc comment. | 224 |
![]() | First sentence should end with a period. | 226 |
![]() | Method 'getCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | First sentence should end with a period. | 236 |
![]() | Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | Parameter caseSensitive should be final. | 241 |
![]() | 'caseSensitive' hides a field. | 241 |
![]() | '{' should be on the previous line. | 242 |
![]() | Missing a Javadoc comment. | 246 |
![]() | First sentence should end with a period. | 248 |
![]() | Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | First sentence should end with a period. | 258 |
![]() | Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | '(' is preceded with whitespace. | 263 |
![]() | Parameter writeAccess should be final. | 263 |
![]() | 'writeAccess' hides a field. | 263 |
![]() | '{' should be on the previous line. | 264 |
![]() | Missing a Javadoc comment. | 268 |
![]() | First sentence should end with a period. | 270 |
![]() | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '{' should be on the previous line. | 276 |
![]() | First sentence should end with a period. | 280 |
![]() | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | Parameter defaultValue should be final. | 285 |
![]() | 'defaultValue' hides a field. | 285 |
![]() | '{' should be on the previous line. | 286 |
![]() | Missing a Javadoc comment. | 290 |
![]() | First sentence should end with a period. | 292 |
![]() | Method 'getChildLookup' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '{' should be on the previous line. | 298 |
![]() | First sentence should end with a period. | 302 |
![]() | Method 'setChildLookup' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | '(' is preceded with whitespace. | 307 |
![]() | Parameter childLookup should be final. | 307 |
![]() | 'childLookup' hides a field. | 307 |
![]() | '{' should be on the previous line. | 308 |
![]() | First sentence should end with a period. | 312 |
![]() | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | Parameter optional should be final. | 317 |
![]() | 'optional' hides a field. | 317 |
![]() | '{' should be on the previous line. | 318 |
![]() | First sentence should end with a period. | 322 |
![]() | Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | Parameter usage should be final. | 327 |
![]() | 'usage' hides a field. | 327 |
![]() | '{' should be on the previous line. | 328 |
![]() | First sentence should end with a period. | 332 |
![]() | Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | '(' is preceded with whitespace. | 337 |
![]() | Parameter hidden should be final. | 337 |
![]() | 'hidden' hides a field. | 337 |
![]() | '{' should be on the previous line. | 338 |
![]() | First sentence should end with a period. | 342 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | First sentence should end with a period. | 352 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | '(' is preceded with whitespace. | 357 |
![]() | Parameter description should be final. | 357 |
![]() | 'description' hides a field. | 357 |
![]() | '{' should be on the previous line. | 358 |
![]() | Missing a Javadoc comment. | 362 |
![]() | First sentence should end with a period. | 364 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | '{' should be on the previous line. | 370 |
![]() | First sentence should end with a period. | 374 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | '(' is preceded with whitespace. | 379 |
![]() | Parameter status should be final. | 379 |
![]() | 'status' hides a field. | 379 |
![]() | '{' should be on the previous line. | 380 |
![]() | Missing a Javadoc comment. | 384 |
![]() | First sentence should end with a period. | 386 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | '(' is preceded with whitespace. | 391 |
![]() | '{' should be on the previous line. | 392 |
![]() | First sentence should end with a period. | 396 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | '(' is preceded with whitespace. | 401 |
![]() | Parameter comments should be final. | 401 |
![]() | 'comments' hides a field. | 401 |
![]() | '{' should be on the previous line. | 402 |
![]() | Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | '(' is preceded with whitespace. | 407 |
![]() | '{' should be on the previous line. | 409 |
![]() | '(' is preceded with whitespace. | 410 |
![]() | Missing a Javadoc comment. | 413 |
![]() | First sentence should end with a period. | 415 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | '(' is preceded with whitespace. | 420 |
![]() | '{' should be on the previous line. | 421 |
![]() | First sentence should end with a period. | 425 |
![]() | Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | '(' is preceded with whitespace. | 430 |
![]() | Parameter service should be final. | 430 |
![]() | 'service' hides a field. | 430 |
![]() | '{' should be on the previous line. | 431 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'implementation' must be private and have accessor methods. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Method 'getImplementation' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | First sentence should end with a period. | 42 |
![]() | Method 'setImplementation' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Parameter implementation should be final. | 47 |
![]() | 'implementation' hides a field. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'criteria' must be private and have accessor methods. | 52 |
![]() | First sentence should end with a period. | 54 |
![]() | Method 'getSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | First sentence should end with a period. | 64 |
![]() | Method 'setSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | Parameter criteria should be final. | 69 |
![]() | 'criteria' hides a field. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | First sentence should end with a period. | 76 |
![]() | Method 'getSearchResult' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | First sentence should end with a period. | 86 |
![]() | Unused @param tag for 'results'. | 89 |
![]() | Method 'setSearchResult' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | Parameter result should be final. | 91 |
![]() | 'result' hides a field. | 91 |
![]() | Expected @param tag for 'result'. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | Line has trailing spaces. | 96 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter key should be final. | 32 |
![]() | 'key' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Parameter name should be final. | 44 |
![]() | 'name' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getImplProject' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'setImplProject' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Parameter implProject should be final. | 56 |
![]() | 'implProject' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | Parameter status should be final. | 68 |
![]() | 'status' hides a field. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Parameter comments should be final. | 80 |
![]() | 'comments' hides a field. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | Parameter version should be final. | 92 |
![]() | 'version' hides a field. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | Parameter url should be final. | 104 |
![]() | 'url' hides a field. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Missing a Javadoc comment. | 110 |
![]() | First sentence should end with a period. | 112 |
![]() | Expected an @return tag. | 117 |
![]() | Method 'getIncludedServices' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | First sentence should end with a period. | 122 |
![]() | Method 'setIncludedServices' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | Parameter includedServices should be final. | 126 |
![]() | 'includedServices' hides a field. | 126 |
![]() | Expected @param tag for 'includedServices'. | 126 |
![]() | '{' should be on the previous line. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Redundant 'public' modifier. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | First sentence should end with a period. | 36 |
![]() | Expected an @return tag. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Expected an @return tag. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | Expected an @return tag. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter service should be final. | 34 |
![]() | 'service' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | First sentence should end with a period. | 42 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | First sentence should end with a period. | 52 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Parameter name should be final. | 57 |
![]() | 'name' hides a field. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | Parameter url should be final. | 69 |
![]() | 'url' hides a field. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Parameter description should be final. | 82 |
![]() | 'description' hides a field. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '{' should be on the previous line. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | Parameter parameters should be final. | 99 |
![]() | 'parameters' hides a field. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Method 'getReturnValue' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Method 'setReturnValue' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | Parameter returnValue should be final. | 111 |
![]() | 'returnValue' hides a field. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | '{' should be on the previous line. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | Method 'setErrors' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | Parameter errors should be final. | 127 |
![]() | 'errors' hides a field. | 127 |
![]() | '{' should be on the previous line. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '{' should be on the previous line. | 31 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter type should be final. | 35 |
![]() | 'type' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter description should be final. | 45 |
![]() | 'description' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | Parameter packageName should be final. | 55 |
![]() | 'packageName' hides a field. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Parameter className should be final. | 65 |
![]() | 'className' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Line has trailing spaces. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | First sentence should end with a period. | 27 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | First sentence should end with a period. | 37 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | 'name' hides a field. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'type' must be private and have accessor methods. | 47 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Parameter type should be final. | 54 |
![]() | 'type' hides a field. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Parameter description should be final. | 67 |
![]() | 'description' hides a field. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | Parameter url should be final. | 79 |
![]() | 'url' hides a field. | 79 |
![]() | '{' should be on the previous line. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'type' must be private and have accessor methods. | 25 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter type should be final. | 32 |
![]() | 'type' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter description should be final. | 45 |
![]() | 'description' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Parameter url should be final. | 57 |
![]() | 'url' hides a field. | 57 |
![]() | '{' should be on the previous line. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getRowNumber' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'setRowNumber' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter rowNumber should be final. | 32 |
![]() | 'rowNumber' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Parameter service should be final. | 44 |
![]() | 'service' hides a field. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Parameter key should be final. | 56 |
![]() | 'key' hides a field. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | Parameter shortName should be final. | 68 |
![]() | 'shortName' hides a field. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Variable 'longName' must be private and have accessor methods. | 73 |
![]() | First sentence should end with a period. | 75 |
![]() | Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | First sentence should end with a period. | 85 |
![]() | Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | Parameter longName should be final. | 90 |
![]() | 'longName' hides a field. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | Parameter description should be final. | 102 |
![]() | 'description' hides a field. | 102 |
![]() | '{' should be on the previous line. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 23 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Method 'getXmlTypeState' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | First sentence should end with a period. | 50 |
![]() | Unused @param tag for 'objectType'. | 53 |
![]() | Method 'setXmlTypeState' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | Parameter xmlTypeState should be final. | 55 |
![]() | 'xmlTypeState' hides a field. | 55 |
![]() | Expected @param tag for 'xmlTypeState'. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | First sentence should end with a period. | 72 |
![]() | Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Parameter xmlObject should be final. | 77 |
![]() | 'xmlObject' hides a field. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | First sentence should end with a period. | 84 |
![]() | Method 'getXmlObjectDesc' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | First sentence should end with a period. | 94 |
![]() | Method 'setXmlObjectDesc' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | Parameter xmlObjectDesc should be final. | 99 |
![]() | 'xmlObjectDesc' hides a field. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | Missing a Javadoc comment. | 104 |
![]() | First sentence should end with a period. | 106 |
![]() | Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | First sentence should end with a period. | 116 |
![]() | Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | Parameter include should be final. | 121 |
![]() | 'include' hides a field. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | Missing a Javadoc comment. | 126 |
![]() | First sentence should end with a period. | 128 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | First sentence should end with a period. | 138 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | Parameter name should be final. | 143 |
![]() | 'name' hides a field. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | Missing a Javadoc comment. | 148 |
![]() | First sentence should end with a period. | 150 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | First sentence should end with a period. | 160 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | Parameter desc should be final. | 165 |
![]() | 'desc' hides a field. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | Missing a Javadoc comment. | 170 |
![]() | First sentence should end with a period. | 172 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | First sentence should end with a period. | 182 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | Parameter status should be final. | 187 |
![]() | 'status' hides a field. | 187 |
![]() | '{' should be on the previous line. | 188 |
![]() | Missing a Javadoc comment. | 192 |
![]() | First sentence should end with a period. | 194 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | First sentence should end with a period. | 204 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | Parameter comments should be final. | 209 |
![]() | 'comments' hides a field. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '{' should be on the previous line. | 217 |
![]() | '{' should be on the previous line. | 219 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | Parameter attributes should be final. | 225 |
![]() | 'attributes' hides a field. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Missing a Javadoc comment. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | Parameter effectiveDate should be final. | 237 |
![]() | 'effectiveDate' hides a field. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Missing a Javadoc comment. | 249 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | Parameter expirationDate should be final. | 249 |
![]() | 'expirationDate' hides a field. | 249 |
![]() | '{' should be on the previous line. | 250 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Method 'getStateKey' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Missing a Javadoc comment. | 256 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | '{' should be on the previous line. | 257 |
![]() | Method 'setStateKey' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | Parameter stateKey should be final. | 261 |
![]() | 'stateKey' hides a field. | 261 |
![]() | '{' should be on the previous line. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 23 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | First sentence should end with a period. | 48 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | Parameter name should be final. | 53 |
![]() | 'name' hides a field. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | First sentence should end with a period. | 60 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | First sentence should end with a period. | 70 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | Parameter desc should be final. | 75 |
![]() | 'desc' hides a field. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | First sentence should end with a period. | 82 |
![]() | Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | First sentence should end with a period. | 92 |
![]() | Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | Parameter xmlObject should be final. | 97 |
![]() | 'xmlObject' hides a field. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | Missing a Javadoc comment. | 102 |
![]() | First sentence should end with a period. | 104 |
![]() | Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '{' should be on the previous line. | 110 |
![]() | First sentence should end with a period. | 114 |
![]() | Unused @param tag for 'xmlTypeDesc'. | 117 |
![]() | Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | Parameter primitive should be final. | 119 |
![]() | 'primitive' hides a field. | 119 |
![]() | Expected @param tag for 'primitive'. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | Missing a Javadoc comment. | 124 |
![]() | First sentence should end with a period. | 126 |
![]() | Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | First sentence should end with a period. | 136 |
![]() | Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | Parameter include should be final. | 141 |
![]() | 'include' hides a field. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | Missing a Javadoc comment. | 146 |
![]() | First sentence should end with a period. | 148 |
![]() | Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | First sentence should end with a period. | 158 |
![]() | Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | Parameter typeKey should be final. | 163 |
![]() | 'typeKey' hides a field. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | Missing a Javadoc comment. | 168 |
![]() | First sentence should end with a period. | 170 |
![]() | Method 'getAliases' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | First sentence should end with a period. | 180 |
![]() | Method 'setAliases' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | Parameter aliases should be final. | 185 |
![]() | 'aliases' hides a field. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | Missing a Javadoc comment. | 190 |
![]() | First sentence should end with a period. | 192 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | First sentence should end with a period. | 202 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | Parameter status should be final. | 207 |
![]() | 'status' hides a field. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | Missing a Javadoc comment. | 212 |
![]() | First sentence should end with a period. | 214 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | First sentence should end with a period. | 224 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | Parameter comments should be final. | 229 |
![]() | 'comments' hides a field. | 229 |
![]() | '{' should be on the previous line. | 230 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | '{' should be on the previous line. | 239 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | Missing a Javadoc comment. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | Parameter attributes should be final. | 245 |
![]() | 'attributes' hides a field. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | '(' is preceded with whitespace. | 252 |
![]() | '{' should be on the previous line. | 253 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | '(' is preceded with whitespace. | 257 |
![]() | Parameter effectiveDate should be final. | 257 |
![]() | 'effectiveDate' hides a field. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Missing a Javadoc comment. | 264 |
![]() | '(' is preceded with whitespace. | 264 |
![]() | '{' should be on the previous line. | 265 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | Parameter expirationDate should be final. | 269 |
![]() | 'expirationDate' hides a field. | 269 |
![]() | '{' should be on the previous line. | 270 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Redundant import from the same package - org.kuali.student.contract.model.CrossObjectConstraint. | 18 |
![]() | First sentence should end with a period. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter typeStateWhens should be final. | 32 |
![]() | 'typeStateWhens' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Method 'getTypeStateWhens' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | ':' is not preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Redundant import from the same package - org.kuali.student.contract.model.Constraint. | 18 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | Parameter type should be final. | 27 |
![]() | 'type' hides a field. | 27 |
![]() | Parameter state should be final. | 27 |
![]() | 'state' hides a field. | 27 |
![]() | Parameter constraint should be final. | 27 |
![]() | 'constraint' hides a field. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter type should be final. | 42 |
![]() | 'type' hides a field. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Parameter state should be final. | 54 |
![]() | 'state' hides a field. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | Method 'setConstraint' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | Parameter constraint should be final. | 66 |
![]() | 'constraint' hides a field. | 66 |
![]() | '{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | First sentence should end with a period. | 35 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Unused @param tag for 'object'. | 48 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | Parameter name should be final. | 50 |
![]() | 'name' hides a field. | 50 |
![]() | Expected @param tag for 'name'. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | First sentence should end with a period. | 67 |
![]() | Unused @param tag for 'description'. | 70 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | Parameter desc should be final. | 72 |
![]() | 'desc' hides a field. | 72 |
![]() | Expected @param tag for 'desc'. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | First sentence should end with a period. | 89 |
![]() | Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | Parameter primitive should be final. | 94 |
![]() | 'primitive' hides a field. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter url should be final. | 106 |
![]() | 'url' hides a field. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | Missing a Javadoc comment. | 112 |
![]() | First sentence should end with a period. | 114 |
![]() | Method 'getExamples' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | First sentence should end with a period. | 124 |
![]() | Method 'setExamples' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Parameter examples should be final. | 129 |
![]() | 'examples' hides a field. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | Missing a Javadoc comment. | 134 |
![]() | First sentence should end with a period. | 136 |
![]() | Method 'hasOwnType' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | First sentence should end with a period. | 146 |
![]() | Method 'setHasOwnType' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | Parameter hasOwnType should be final. | 151 |
![]() | 'hasOwnType' hides a field. | 151 |
![]() | '{' should be on the previous line. | 152 |
![]() | Missing a Javadoc comment. | 158 |
![]() | First sentence should end with a period. | 160 |
![]() | Method 'hasOwnState' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | First sentence should end with a period. | 170 |
![]() | Method 'setHasOwnState' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | Parameter hasOwnState should be final. | 175 |
![]() | 'hasOwnState' hides a field. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | Missing a Javadoc comment. | 182 |
![]() | First sentence should end with a period. | 184 |
![]() | Method 'hasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '{' should be on the previous line. | 190 |
![]() | First sentence should end with a period. | 194 |
![]() | Method 'setHasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | Parameter hasOwnCreateUpdate should be final. | 199 |
![]() | 'hasOwnCreateUpdate' hides a field. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | Parameter service should be final. | 211 |
![]() | 'service' hides a field. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | Missing a Javadoc comment. | 217 |
![]() | First sentence should end with a period. | 219 |
![]() | Method 'getJavaPackage' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | First sentence should end with a period. | 229 |
![]() | Method 'setJavaPackage' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | Parameter javaPackage should be final. | 234 |
![]() | 'javaPackage' hides a field. | 234 |
![]() | '{' should be on the previous line. | 235 |
![]() | Missing a Javadoc comment. | 239 |
![]() | First sentence should end with a period. | 241 |
![]() | Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | First sentence should end with a period. | 251 |
![]() | Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | Parameter comments should be final. | 256 |
![]() | 'comments' hides a field. | 256 |
![]() | '{' should be on the previous line. | 257 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Missing a Javadoc comment. | 264 |
![]() | '(' is preceded with whitespace. | 264 |
![]() | '{' should be on the previous line. | 265 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | Parameter version should be final. | 269 |
![]() | 'version' hides a field. | 269 |
![]() | '{' should be on the previous line. | 270 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Parameter model should be final. | 36 |
![]() | 'model' hides a field. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'getServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'getXmlTypes' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'getMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Method 'getSourceNames' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Parameter sourceDirectories should be final. | 65 |
![]() | 'sourceDirectories' hides a field. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | Method 'getServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | Method 'getSourceNames' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | Method 'getXmlTypes' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '{' should be on the previous line. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | Method 'getMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | Parameter tag should be final. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 124 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '}' should be on the same line. | 134 |
![]() | '{' should be on the previous line. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '{' should be on the previous line. | 159 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | '{' should be on the previous line. | 165 |
![]() | '(' is followed by whitespace. | 166 |
![]() | '!' is followed by whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | Missing a Javadoc comment. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | Parameter javaClass should be final. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | '(' is followed by whitespace. | 245 |
![]() | '!' is followed by whitespace. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '{' should be on the previous line. | 246 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | '{' should be on the previous line. | 250 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | '(' is preceded with whitespace. | 258 |
![]() | '{' should be on the previous line. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '{' should be on the previous line. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Missing a Javadoc comment. | 273 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | Parameter javaClass should be final. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Missing a Javadoc comment. | 344 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | Parameter method should be final. | 344 |
![]() | Parameter parameterName should be final. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '{' should be on the previous line. | 350 |
![]() | '(' is preceded with whitespace. | 351 |
![]() | '(' is preceded with whitespace. | 351 |
![]() | '{' should be on the previous line. | 352 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | Missing a Javadoc comment. | 360 |
![]() | '(' is preceded with whitespace. | 360 |
![]() | Parameter serviceMethod should be final. | 360 |
![]() | Parameter exceptionType should be final. | 361 |
![]() | '{' should be on the previous line. | 362 |
![]() | '(' is preceded with whitespace. | 363 |
![]() | '{' should be on the previous line. | 364 |
![]() | '(' is preceded with whitespace. | 365 |
![]() | '(' is preceded with whitespace. | 365 |
![]() | '{' should be on the previous line. | 366 |
![]() | '(' is preceded with whitespace. | 367 |
![]() | '(' is preceded with whitespace. | 367 |
![]() | '{' should be on the previous line. | 368 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | Missing a Javadoc comment. | 376 |
![]() | '(' is preceded with whitespace. | 376 |
![]() | Parameter serviceMethod should be final. | 376 |
![]() | '{' should be on the previous line. | 377 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | '(' is preceded with whitespace. | 380 |
![]() | '(' is preceded with whitespace. | 380 |
![]() | '{' should be on the previous line. | 381 |
![]() | '(' is preceded with whitespace. | 382 |
![]() | Missing a Javadoc comment. | 388 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | Parameter serviceClass should be final. | 388 |
![]() | '{' should be on the previous line. | 389 |
![]() | '(' is preceded with whitespace. | 390 |
![]() | '{' should be on the previous line. | 391 |
![]() | '(' is preceded with whitespace. | 392 |
![]() | '(' is preceded with whitespace. | 392 |
![]() | '{' should be on the previous line. | 393 |
![]() | '(' is preceded with whitespace. | 394 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Missing a Javadoc comment. | 400 |
![]() | '(' is preceded with whitespace. | 400 |
![]() | Parameter messageStructureJavaClass should be final. | 400 |
![]() | Parameter serviceKey should be final. | 401 |
![]() | '{' should be on the previous line. | 402 |
![]() | '(' is preceded with whitespace. | 403 |
![]() | '(' is preceded with whitespace. | 404 |
![]() | '{' should be on the previous line. | 406 |
![]() | '(' is preceded with whitespace. | 407 |
![]() | '(' is preceded with whitespace. | 408 |
![]() | '(' is preceded with whitespace. | 409 |
![]() | '(' is preceded with whitespace. | 410 |
![]() | '(' is preceded with whitespace. | 410 |
![]() | '(' is preceded with whitespace. | 411 |
![]() | '(' is preceded with whitespace. | 412 |
![]() | '(' is preceded with whitespace. | 413 |
![]() | '(' is preceded with whitespace. | 413 |
![]() | '(' is preceded with whitespace. | 414 |
![]() | '(' is preceded with whitespace. | 414 |
![]() | '{' should be on the previous line. | 415 |
![]() | '(' is preceded with whitespace. | 416 |
![]() | '}' should be on the same line. | 418 |
![]() | '{' should be on the previous line. | 420 |
![]() | '(' is preceded with whitespace. | 421 |
![]() | Missing a Javadoc comment. | 425 |
![]() | '(' is preceded with whitespace. | 425 |
![]() | Parameter javaClass should be final. | 425 |
![]() | '{' should be on the previous line. | 426 |
![]() | '(' is preceded with whitespace. | 427 |
![]() | '{' should be on the previous line. | 428 |
![]() | Missing a Javadoc comment. | 434 |
![]() | '(' is preceded with whitespace. | 434 |
![]() | Parameter messageStructureJavaClass should be final. | 434 |
![]() | '{' should be on the previous line. | 435 |
![]() | '(' is preceded with whitespace. | 436 |
![]() | '(' is preceded with whitespace. | 437 |
![]() | '{' should be on the previous line. | 438 |
![]() | '(' is preceded with whitespace. | 439 |
![]() | '(' is preceded with whitespace. | 439 |
![]() | '{' should be on the previous line. | 440 |
![]() | '(' is preceded with whitespace. | 441 |
![]() | '(' is preceded with whitespace. | 442 |
![]() | '(' is preceded with whitespace. | 445 |
![]() | '(' is preceded with whitespace. | 445 |
![]() | '{' should be on the previous line. | 446 |
![]() | '(' is preceded with whitespace. | 447 |
![]() | '(' is preceded with whitespace. | 448 |
![]() | Missing a Javadoc comment. | 455 |
![]() | '(' is preceded with whitespace. | 455 |
![]() | Parameter messageStructureJavaClass should be final. | 455 |
![]() | Parameter serviceKey should be final. | 456 |
![]() | '{' should be on the previous line. | 457 |
![]() | '(' is preceded with whitespace. | 458 |
![]() | '(' is preceded with whitespace. | 459 |
![]() | '{' should be on the previous line. | 460 |
![]() | '(' is preceded with whitespace. | 461 |
![]() | '(' is preceded with whitespace. | 463 |
![]() | '{' should be on the previous line. | 466 |
![]() | Line is longer than 80 characters. | 467 |
![]() | '(' is preceded with whitespace. | 467 |
![]() | '(' is preceded with whitespace. | 468 |
![]() | '(' is preceded with whitespace. | 471 |
![]() | '{' should be on the previous line. | 474 |
![]() | '(' is preceded with whitespace. | 475 |
![]() | '(' is preceded with whitespace. | 476 |
![]() | '{' should be on the previous line. | 477 |
![]() | Line is longer than 80 characters. | 478 |
![]() | '(' is preceded with whitespace. | 478 |
![]() | '(' is preceded with whitespace. | 479 |
![]() | '(' is preceded with whitespace. | 480 |
![]() | '{' should be on the previous line. | 486 |
![]() | '(' is preceded with whitespace. | 487 |
![]() | '{' should be on the previous line. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | '(' is preceded with whitespace. | 489 |
![]() | '(' is preceded with whitespace. | 489 |
![]() | '(' is preceded with whitespace. | 489 |
![]() | '(' is preceded with whitespace. | 489 |
![]() | '(' is preceded with whitespace. | 491 |
![]() | '{' should be on the previous line. | 493 |
![]() | '(' is preceded with whitespace. | 494 |
![]() | '(' is preceded with whitespace. | 494 |
![]() | '(' is preceded with whitespace. | 499 |
![]() | '(' is preceded with whitespace. | 500 |
![]() | '(' is preceded with whitespace. | 501 |
![]() | '(' is preceded with whitespace. | 501 |
![]() | '(' is preceded with whitespace. | 502 |
![]() | '(' is preceded with whitespace. | 503 |
![]() | '(' is preceded with whitespace. | 503 |
![]() | '(' is preceded with whitespace. | 503 |
![]() | '(' is preceded with whitespace. | 504 |
![]() | '(' is preceded with whitespace. | 505 |
![]() | '(' is preceded with whitespace. | 505 |
![]() | '(' is preceded with whitespace. | 506 |
![]() | '(' is preceded with whitespace. | 506 |
![]() | '{' should be on the previous line. | 507 |
![]() | '(' is preceded with whitespace. | 508 |
![]() | '(' is preceded with whitespace. | 508 |
![]() | '(' is preceded with whitespace. | 510 |
![]() | '}' should be on the same line. | 511 |
![]() | '(' is preceded with whitespace. | 512 |
![]() | '(' is preceded with whitespace. | 512 |
![]() | '{' should be on the previous line. | 513 |
![]() | '(' is preceded with whitespace. | 514 |
![]() | '+' should be on a new line. | 514 |
![]() | '(' is preceded with whitespace. | 515 |
![]() | '(' is preceded with whitespace. | 517 |
![]() | '(' is preceded with whitespace. | 519 |
![]() | '(' is preceded with whitespace. | 519 |
![]() | '(' is preceded with whitespace. | 520 |
![]() | '(' is preceded with whitespace. | 521 |
![]() | '(' is preceded with whitespace. | 521 |
![]() | '(' is preceded with whitespace. | 522 |
![]() | '(' is preceded with whitespace. | 522 |
![]() | '(' is preceded with whitespace. | 522 |
![]() | '(' is preceded with whitespace. | 524 |
![]() | '(' is preceded with whitespace. | 525 |
![]() | '(' is preceded with whitespace. | 526 |
![]() | '(' is followed by whitespace. | 527 |
![]() | '!' is followed by whitespace. | 527 |
![]() | '(' is preceded with whitespace. | 527 |
![]() | '{' should be on the previous line. | 528 |
![]() | '(' is followed by whitespace. | 529 |
![]() | '!' is followed by whitespace. | 529 |
![]() | '(' is preceded with whitespace. | 529 |
![]() | '(' is preceded with whitespace. | 529 |
![]() | '{' should be on the previous line. | 530 |
![]() | '(' is followed by whitespace. | 531 |
![]() | '!' is followed by whitespace. | 531 |
![]() | '(' is preceded with whitespace. | 531 |
![]() | '(' is preceded with whitespace. | 531 |
![]() | '{' should be on the previous line. | 532 |
![]() | '(' is followed by whitespace. | 533 |
![]() | '!' is followed by whitespace. | 533 |
![]() | '(' is preceded with whitespace. | 533 |
![]() | '(' is preceded with whitespace. | 533 |
![]() | '{' should be on the previous line. | 534 |
![]() | '(' is preceded with whitespace. | 535 |
![]() | '{' should be on the previous line. | 543 |
![]() | '(' is preceded with whitespace. | 544 |
![]() | '(' is preceded with whitespace. | 544 |
![]() | '{' should be on the previous line. | 546 |
![]() | '(' is preceded with whitespace. | 547 |
![]() | '}' should be on the same line. | 548 |
![]() | '{' should be on the previous line. | 550 |
![]() | '(' is preceded with whitespace. | 551 |
![]() | Missing a Javadoc comment. | 557 |
![]() | '(' is preceded with whitespace. | 557 |
![]() | Parameter getterMethod should be final. | 557 |
![]() | Parameter setterMethod should be final. | 558 |
![]() | Parameter beanField should be final. | 558 |
![]() | '{' should be on the previous line. | 559 |
![]() | '(' is preceded with whitespace. | 561 |
![]() | '(' is preceded with whitespace. | 562 |
![]() | '{' should be on the previous line. | 563 |
![]() | '{' should be on the previous line. | 567 |
![]() | '(' is preceded with whitespace. | 568 |
![]() | '(' is preceded with whitespace. | 569 |
![]() | '{' should be on the previous line. | 570 |
![]() | '{' should be on the previous line. | 575 |
![]() | '(' is preceded with whitespace. | 576 |
![]() | '(' is preceded with whitespace. | 577 |
![]() | '{' should be on the previous line. | 578 |
![]() | '(' is preceded with whitespace. | 582 |
![]() | '(' is preceded with whitespace. | 583 |
![]() | '{' should be on the previous line. | 584 |
![]() | '(' is preceded with whitespace. | 587 |
![]() | '(' is preceded with whitespace. | 588 |
![]() | '{' should be on the previous line. | 589 |
![]() | Missing a Javadoc comment. | 595 |
![]() | '(' is preceded with whitespace. | 595 |
![]() | Parameter method should be final. | 595 |
![]() | '{' should be on the previous line. | 596 |
![]() | '{' should be on the previous line. | 598 |
![]() | '(' is preceded with whitespace. | 601 |
![]() | '(' is preceded with whitespace. | 602 |
![]() | '{' should be on the previous line. | 603 |
![]() | '(' is preceded with whitespace. | 606 |
![]() | '(' is preceded with whitespace. | 606 |
![]() | '(' is preceded with whitespace. | 607 |
![]() | '{' should be on the previous line. | 608 |
![]() | '(' is preceded with whitespace. | 611 |
![]() | '(' is preceded with whitespace. | 611 |
![]() | '(' is preceded with whitespace. | 612 |
![]() | '{' should be on the previous line. | 613 |
![]() | Missing a Javadoc comment. | 619 |
![]() | '(' is preceded with whitespace. | 619 |
![]() | Parameter method should be final. | 619 |
![]() | '{' should be on the previous line. | 620 |
![]() | ':' should be on a new line. | 621 |
![]() | '(' is preceded with whitespace. | 622 |
![]() | '(' is preceded with whitespace. | 622 |
![]() | '{' should be on the previous line. | 623 |
![]() | '(' is preceded with whitespace. | 624 |
![]() | '{' should be on the previous line. | 625 |
![]() | '(' is preceded with whitespace. | 626 |
![]() | '(' is preceded with whitespace. | 626 |
![]() | '(' is preceded with whitespace. | 626 |
![]() | '{' should be on the previous line. | 627 |
![]() | Missing a Javadoc comment. | 635 |
![]() | '(' is preceded with whitespace. | 635 |
![]() | Parameter method should be final. | 635 |
![]() | '{' should be on the previous line. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | '(' is preceded with whitespace. | 638 |
![]() | '(' is preceded with whitespace. | 638 |
![]() | '{' should be on the previous line. | 639 |
![]() | '(' is preceded with whitespace. | 640 |
![]() | '{' should be on the previous line. | 641 |
![]() | '(' is preceded with whitespace. | 644 |
![]() | '(' is preceded with whitespace. | 644 |
![]() | '(' is preceded with whitespace. | 644 |
![]() | '{' should be on the previous line. | 645 |
![]() | Missing a Javadoc comment. | 654 |
![]() | '(' is preceded with whitespace. | 654 |
![]() | Parameter desc should be final. | 654 |
![]() | '{' should be on the previous line. | 655 |
![]() | '{' should be on the previous line. | 657 |
![]() | '(' is preceded with whitespace. | 660 |
![]() | '(' is preceded with whitespace. | 660 |
![]() | '{' should be on the previous line. | 661 |
![]() | '(' is preceded with whitespace. | 664 |
![]() | '{' should be on the previous line. | 665 |
![]() | Missing a Javadoc comment. | 671 |
![]() | '(' is preceded with whitespace. | 671 |
![]() | Parameter method should be final. | 671 |
![]() | '{' should be on the previous line. | 672 |
![]() | '(' is preceded with whitespace. | 673 |
![]() | '(' is preceded with whitespace. | 673 |
![]() | '{' should be on the previous line. | 675 |
![]() | '(' is preceded with whitespace. | 678 |
![]() | '(' is preceded with whitespace. | 678 |
![]() | '(' is preceded with whitespace. | 678 |
![]() | Missing a Javadoc comment. | 682 |
![]() | '(' is preceded with whitespace. | 682 |
![]() | Parameter annotations should be final. | 682 |
![]() | '{' should be on the previous line. | 683 |
![]() | '{' should be on the previous line. | 685 |
![]() | '(' is preceded with whitespace. | 686 |
![]() | '(' is preceded with whitespace. | 686 |
![]() | '(' is preceded with whitespace. | 686 |
![]() | '(' is preceded with whitespace. | 686 |
![]() | '{' should be on the previous line. | 688 |
![]() | '(' is preceded with whitespace. | 691 |
![]() | '(' is preceded with whitespace. | 691 |
![]() | Missing a Javadoc comment. | 697 |
![]() | '(' is preceded with whitespace. | 697 |
![]() | Parameter str should be final. | 697 |
![]() | '{' should be on the previous line. | 698 |
![]() | '(' is preceded with whitespace. | 699 |
![]() | '{' should be on the previous line. | 700 |
![]() | '(' is preceded with whitespace. | 701 |
![]() | '(' is preceded with whitespace. | 703 |
![]() | '{' should be on the previous line. | 704 |
![]() | '(' is preceded with whitespace. | 705 |
![]() | '(' is preceded with whitespace. | 705 |
![]() | Missing a Javadoc comment. | 710 |
![]() | '(' is preceded with whitespace. | 710 |
![]() | Parameter str should be final. | 710 |
![]() | '{' should be on the previous line. | 711 |
![]() | '{' should be on the previous line. | 713 |
![]() | '(' is preceded with whitespace. | 716 |
![]() | '(' is preceded with whitespace. | 716 |
![]() | '{' should be on the previous line. | 717 |
![]() | Missing a Javadoc comment. | 723 |
![]() | '(' is preceded with whitespace. | 723 |
![]() | Parameter xmlType should be final. | 723 |
![]() | Parameter serviceKey should be final. | 723 |
![]() | '{' should be on the previous line. | 724 |
![]() | '(' is followed by whitespace. | 725 |
![]() | '!' is followed by whitespace. | 725 |
![]() | '(' is preceded with whitespace. | 725 |
![]() | '(' is preceded with whitespace. | 725 |
![]() | '{' should be on the previous line. | 726 |
![]() | '(' is preceded with whitespace. | 727 |
![]() | '(' is preceded with whitespace. | 727 |
![]() | Missing a Javadoc comment. | 731 |
![]() | '(' is preceded with whitespace. | 731 |
![]() | Parameter beanField should be final. | 731 |
![]() | '{' should be on the previous line. | 732 |
![]() | '{' should be on the previous line. | 734 |
![]() | Comment matches to-do format 'TODO:'. | 735 |
![]() | Line is longer than 80 characters. | 735 |
![]() | '(' is preceded with whitespace. | 738 |
![]() | '{' should be on the previous line. | 739 |
![]() | '(' is preceded with whitespace. | 740 |
![]() | '(' is preceded with whitespace. | 740 |
![]() | '(' is preceded with whitespace. | 740 |
![]() | '(' is preceded with whitespace. | 740 |
![]() | Missing a Javadoc comment. | 748 |
![]() | '(' is preceded with whitespace. | 748 |
![]() | Parameter javaClass should be final. | 748 |
![]() | Parameter shortName should be final. | 748 |
![]() | Parameter setterMethod should be final. | 749 |
![]() | '{' should be on the previous line. | 750 |
![]() | '(' is preceded with whitespace. | 751 |
![]() | '{' should be on the previous line. | 753 |
![]() | '{' should be on the previous line. | 757 |
![]() | '(' is preceded with whitespace. | 758 |
![]() | '(' is preceded with whitespace. | 758 |
![]() | '(' is preceded with whitespace. | 759 |
![]() | '{' should be on the previous line. | 760 |
![]() | '(' is preceded with whitespace. | 763 |
![]() | Missing a Javadoc comment. | 768 |
![]() | '(' is preceded with whitespace. | 768 |
![]() | Parameter javaClass should be final. | 768 |
![]() | Parameter name should be final. | 768 |
![]() | '{' should be on the previous line. | 769 |
![]() | '{' should be on the previous line. | 771 |
![]() | '(' is preceded with whitespace. | 774 |
![]() | '{' should be on the previous line. | 775 |
![]() | '(' is preceded with whitespace. | 776 |
![]() | '(' is preceded with whitespace. | 776 |
![]() | '{' should be on the previous line. | 777 |
![]() | Comment matches to-do format 'TODO:'. | 780 |
![]() | Line is longer than 80 characters. | 780 |
![]() | '(' is preceded with whitespace. | 781 |
![]() | '(' is preceded with whitespace. | 781 |
![]() | '{' should be on the previous line. | 782 |
![]() | '(' is preceded with whitespace. | 786 |
![]() | '{' should be on the previous line. | 788 |
![]() | '(' is preceded with whitespace. | 791 |
![]() | Missing a Javadoc comment. | 794 |
![]() | '(' is preceded with whitespace. | 794 |
![]() | Parameter msClass should be final. | 794 |
![]() | Parameter shortName should be final. | 794 |
![]() | '{' should be on the previous line. | 795 |
![]() | '(' is preceded with whitespace. | 796 |
![]() | '{' should be on the previous line. | 797 |
![]() | '(' is preceded with whitespace. | 798 |
![]() | '(' is preceded with whitespace. | 798 |
![]() | '{' should be on the previous line. | 799 |
![]() | Comment matches to-do format 'TODO:'. | 802 |
![]() | Line is longer than 80 characters. | 802 |
![]() | '(' is preceded with whitespace. | 803 |
![]() | '(' is preceded with whitespace. | 803 |
![]() | '{' should be on the previous line. | 804 |
![]() | Comment matches to-do format 'TODO:'. | 807 |
![]() | '(' is preceded with whitespace. | 808 |
![]() | '(' is preceded with whitespace. | 808 |
![]() | '(' is preceded with whitespace. | 808 |
![]() | '{' should be on the previous line. | 810 |
![]() | Missing a Javadoc comment. | 817 |
![]() | '(' is preceded with whitespace. | 817 |
![]() | Parameter msClass should be final. | 817 |
![]() | Parameter shortName should be final. | 817 |
![]() | '{' should be on the previous line. | 818 |
![]() | '(' is preceded with whitespace. | 819 |
![]() | '{' should be on the previous line. | 820 |
![]() | '(' is preceded with whitespace. | 821 |
![]() | '(' is preceded with whitespace. | 821 |
![]() | '{' should be on the previous line. | 822 |
![]() | Comment matches to-do format 'TODO:'. | 825 |
![]() | Line is longer than 80 characters. | 825 |
![]() | '(' is preceded with whitespace. | 826 |
![]() | '(' is preceded with whitespace. | 826 |
![]() | '{' should be on the previous line. | 827 |
![]() | Comment matches to-do format 'TODO:'. | 830 |
![]() | '(' is preceded with whitespace. | 831 |
![]() | '(' is preceded with whitespace. | 831 |
![]() | '(' is preceded with whitespace. | 831 |
![]() | '{' should be on the previous line. | 833 |
![]() | Missing a Javadoc comment. | 839 |
![]() | Line is longer than 80 characters. | 844 |
![]() | Line is longer than 80 characters. | 848 |
![]() | Line is longer than 80 characters. | 856 |
![]() | Missing a Javadoc comment. | 863 |
![]() | Line is longer than 80 characters. | 868 |
![]() | Line is longer than 80 characters. | 872 |
![]() | Line is longer than 80 characters. | 880 |
![]() | Missing a Javadoc comment. | 888 |
![]() | '(' is preceded with whitespace. | 888 |
![]() | Parameter method should be final. | 888 |
![]() | Parameter className should be final. | 888 |
![]() | '{' should be on the previous line. | 889 |
![]() | '(' is followed by whitespace. | 890 |
![]() | '!' is followed by whitespace. | 890 |
![]() | '(' is preceded with whitespace. | 890 |
![]() | '(' is preceded with whitespace. | 890 |
![]() | '{' should be on the previous line. | 891 |
![]() | '(' is preceded with whitespace. | 894 |
![]() | '{' should be on the previous line. | 895 |
![]() | '(' is preceded with whitespace. | 898 |
![]() | '{' should be on the previous line. | 899 |
![]() | '(' is preceded with whitespace. | 902 |
![]() | '{' should be on the previous line. | 903 |
![]() | '(' is preceded with whitespace. | 906 |
![]() | '{' should be on the previous line. | 907 |
![]() | '(' is preceded with whitespace. | 910 |
![]() | '(' is preceded with whitespace. | 910 |
![]() | '(' is preceded with whitespace. | 910 |
![]() | '{' should be on the previous line. | 911 |
![]() | '(' is preceded with whitespace. | 914 |
![]() | '{' should be on the previous line. | 916 |
![]() | '(' is preceded with whitespace. | 917 |
![]() | '{' should be on the previous line. | 918 |
![]() | '(' is preceded with whitespace. | 926 |
![]() | '{' should be on the previous line. | 927 |
![]() | '(' is preceded with whitespace. | 928 |
![]() | '(' is preceded with whitespace. | 928 |
![]() | '(' is preceded with whitespace. | 928 |
![]() | '(' is preceded with whitespace. | 928 |
![]() | Missing a Javadoc comment. | 936 |
![]() | '(' is preceded with whitespace. | 936 |
![]() | Parameter method should be final. | 936 |
![]() | Parameter className should be final. | 936 |
![]() | '{' should be on the previous line. | 937 |
![]() | '(' is followed by whitespace. | 938 |
![]() | '!' is followed by whitespace. | 938 |
![]() | '(' is preceded with whitespace. | 938 |
![]() | '(' is preceded with whitespace. | 938 |
![]() | '{' should be on the previous line. | 939 |
![]() | '(' is followed by whitespace. | 940 |
![]() | '!' is followed by whitespace. | 940 |
![]() | '(' is preceded with whitespace. | 940 |
![]() | '(' is preceded with whitespace. | 940 |
![]() | '{' should be on the previous line. | 941 |
![]() | '(' is preceded with whitespace. | 945 |
![]() | '{' should be on the previous line. | 946 |
![]() | '(' is preceded with whitespace. | 949 |
![]() | '{' should be on the previous line. | 950 |
![]() | '(' is preceded with whitespace. | 953 |
![]() | '{' should be on the previous line. | 954 |
![]() | '(' is preceded with whitespace. | 957 |
![]() | '{' should be on the previous line. | 958 |
![]() | '(' is preceded with whitespace. | 961 |
![]() | '(' is preceded with whitespace. | 961 |
![]() | '(' is preceded with whitespace. | 961 |
![]() | '{' should be on the previous line. | 962 |
![]() | '(' is preceded with whitespace. | 965 |
![]() | '{' should be on the previous line. | 967 |
![]() | '(' is preceded with whitespace. | 968 |
![]() | '{' should be on the previous line. | 969 |
![]() | '(' is preceded with whitespace. | 977 |
![]() | '{' should be on the previous line. | 978 |
![]() | '(' is preceded with whitespace. | 979 |
![]() | '(' is preceded with whitespace. | 979 |
![]() | '(' is preceded with whitespace. | 979 |
![]() | '(' is preceded with whitespace. | 979 |
![]() | Missing a Javadoc comment. | 987 |
![]() | '(' is preceded with whitespace. | 987 |
![]() | Parameter method should be final. | 987 |
![]() | '{' should be on the previous line. | 988 |
![]() | '(' is preceded with whitespace. | 989 |
![]() | '(' is preceded with whitespace. | 989 |
![]() | '3' is a magic number. | 989 |
![]() | Missing a Javadoc comment. | 992 |
![]() | '(' is preceded with whitespace. | 992 |
![]() | Parameter method should be final. | 992 |
![]() | '{' should be on the previous line. | 993 |
![]() | '(' is preceded with whitespace. | 994 |
![]() | '(' is preceded with whitespace. | 994 |
![]() | '{' should be on the previous line. | 995 |
![]() | '(' is preceded with whitespace. | 996 |
![]() | '(' is preceded with whitespace. | 996 |
![]() | '3' is a magic number. | 996 |
![]() | '(' is preceded with whitespace. | 998 |
![]() | '(' is preceded with whitespace. | 998 |
![]() | '{' should be on the previous line. | 999 |
![]() | '(' is preceded with whitespace. | 1000 |
![]() | '(' is preceded with whitespace. | 1000 |
![]() | '(' is preceded with whitespace. | 1002 |
![]() | '(' is preceded with whitespace. | 1002 |
![]() | Missing a Javadoc comment. | 1006 |
![]() | '(' is preceded with whitespace. | 1006 |
![]() | Parameter getterMethod should be final. | 1006 |
![]() | '{' should be on the previous line. | 1007 |
![]() | '(' is preceded with whitespace. | 1008 |
![]() | '{' should be on the previous line. | 1009 |
![]() | Missing a Javadoc comment. | 1015 |
![]() | '(' is preceded with whitespace. | 1015 |
![]() | Parameter method should be final. | 1015 |
![]() | '{' should be on the previous line. | 1016 |
![]() | '(' is preceded with whitespace. | 1017 |
![]() | '(' is preceded with whitespace. | 1017 |
![]() | Missing a Javadoc comment. | 1020 |
![]() | '(' is preceded with whitespace. | 1020 |
![]() | Parameter type should be final. | 1020 |
![]() | '{' should be on the previous line. | 1021 |
![]() | '(' is preceded with whitespace. | 1022 |
![]() | '(' is preceded with whitespace. | 1023 |
![]() | Missing a Javadoc comment. | 1026 |
![]() | '(' is preceded with whitespace. | 1026 |
![]() | Parameter javaClass should be final. | 1026 |
![]() | '{' should be on the previous line. | 1027 |
![]() | '(' is preceded with whitespace. | 1028 |
![]() | '(' is preceded with whitespace. | 1028 |
![]() | '{' should be on the previous line. | 1029 |
![]() | '(' is preceded with whitespace. | 1032 |
![]() | '(' is preceded with whitespace. | 1032 |
![]() | '{' should be on the previous line. | 1033 |
![]() | '(' is preceded with whitespace. | 1036 |
![]() | '(' is preceded with whitespace. | 1036 |
![]() | '(' is preceded with whitespace. | 1036 |
![]() | '{' should be on the previous line. | 1037 |
![]() | '(' is preceded with whitespace. | 1040 |
![]() | '(' is preceded with whitespace. | 1040 |
![]() | '(' is preceded with whitespace. | 1040 |
![]() | '{' should be on the previous line. | 1041 |
![]() | '(' is preceded with whitespace. | 1044 |
![]() | '(' is preceded with whitespace. | 1044 |
![]() | '(' is preceded with whitespace. | 1044 |
![]() | '{' should be on the previous line. | 1045 |
![]() | Missing a Javadoc comment. | 1051 |
![]() | '(' is preceded with whitespace. | 1051 |
![]() | Parameter getterMethod should be final. | 1051 |
![]() | '{' should be on the previous line. | 1052 |
![]() | '(' is preceded with whitespace. | 1053 |
![]() | '(' is preceded with whitespace. | 1054 |
![]() | Missing a Javadoc comment. | 1057 |
![]() | '(' is preceded with whitespace. | 1057 |
![]() | Parameter setterMethod should be final. | 1057 |
![]() | '{' should be on the previous line. | 1058 |
![]() | '(' is preceded with whitespace. | 1059 |
![]() | '(' is preceded with whitespace. | 1060 |
![]() | Missing a Javadoc comment. | 1063 |
![]() | '(' is preceded with whitespace. | 1063 |
![]() | Parameter parameter should be final. | 1063 |
![]() | '{' should be on the previous line. | 1064 |
![]() | '(' is preceded with whitespace. | 1065 |
![]() | '(' is preceded with whitespace. | 1065 |
![]() | Missing a Javadoc comment. | 1068 |
![]() | '(' is preceded with whitespace. | 1068 |
![]() | Parameter type should be final. | 1068 |
![]() | '{' should be on the previous line. | 1069 |
![]() | '(' is preceded with whitespace. | 1070 |
![]() | '(' is preceded with whitespace. | 1070 |
![]() | '{' should be on the previous line. | 1071 |
![]() | '(' is preceded with whitespace. | 1072 |
![]() | '(' is preceded with whitespace. | 1072 |
![]() | '(' is preceded with whitespace. | 1074 |
![]() | '(' is preceded with whitespace. | 1074 |
![]() | Missing a Javadoc comment. | 1077 |
![]() | '(' is preceded with whitespace. | 1077 |
![]() | Parameter javaClass should be final. | 1077 |
![]() | '{' should be on the previous line. | 1078 |
![]() | '(' is preceded with whitespace. | 1079 |
![]() | '{' should be on the previous line. | 1080 |
![]() | '(' is preceded with whitespace. | 1081 |
![]() | '(' is preceded with whitespace. | 1081 |
![]() | '{' should be on the previous line. | 1082 |
![]() | '(' is preceded with whitespace. | 1085 |
![]() | '(' is preceded with whitespace. | 1085 |
![]() | '{' should be on the previous line. | 1086 |
![]() | '(' is preceded with whitespace. | 1089 |
![]() | '(' is preceded with whitespace. | 1089 |
![]() | '{' should be on the previous line. | 1090 |
![]() | '(' is preceded with whitespace. | 1093 |
![]() | '(' is preceded with whitespace. | 1093 |
![]() | '{' should be on the previous line. | 1094 |
![]() | '(' is preceded with whitespace. | 1097 |
![]() | '(' is preceded with whitespace. | 1097 |
![]() | '{' should be on the previous line. | 1098 |
![]() | '(' is preceded with whitespace. | 1101 |
![]() | '(' is preceded with whitespace. | 1101 |
![]() | '{' should be on the previous line. | 1102 |
![]() | '(' is preceded with whitespace. | 1105 |
![]() | '(' is preceded with whitespace. | 1105 |
![]() | '{' should be on the previous line. | 1106 |
![]() | Line is longer than 80 characters. | 1110 |
![]() | '(' is preceded with whitespace. | 1111 |
![]() | '(' is preceded with whitespace. | 1111 |
![]() | '{' should be on the previous line. | 1112 |
![]() | '(' is preceded with whitespace. | 1115 |
![]() | '(' is preceded with whitespace. | 1115 |
![]() | '{' should be on the previous line. | 1116 |
![]() | Comment matches to-do format 'TODO:'. | 1119 |
![]() | '(' is preceded with whitespace. | 1120 |
![]() | '(' is preceded with whitespace. | 1120 |
![]() | '{' should be on the previous line. | 1121 |
![]() | '(' is preceded with whitespace. | 1124 |
![]() | '(' is preceded with whitespace. | 1124 |
![]() | '{' should be on the previous line. | 1125 |
![]() | Comment matches to-do format 'TODO:'. | 1126 |
![]() | '(' is preceded with whitespace. | 1129 |
![]() | Missing a Javadoc comment. | 1132 |
![]() | '(' is preceded with whitespace. | 1132 |
![]() | Parameter getterMethod should be final. | 1132 |
![]() | '{' should be on the previous line. | 1133 |
![]() | '(' is preceded with whitespace. | 1134 |
![]() | '(' is preceded with whitespace. | 1135 |
![]() | Missing a Javadoc comment. | 1138 |
![]() | '(' is preceded with whitespace. | 1138 |
![]() | Parameter setterMethod should be final. | 1138 |
![]() | '(' is preceded with whitespace. | 1140 |
![]() | '(' is preceded with whitespace. | 1141 |
![]() | Missing a Javadoc comment. | 1144 |
![]() | '(' is preceded with whitespace. | 1144 |
![]() | Parameter param should be final. | 1144 |
![]() | '{' should be on the previous line. | 1145 |
![]() | '(' is preceded with whitespace. | 1146 |
![]() | '(' is preceded with whitespace. | 1147 |
![]() | Missing a Javadoc comment. | 1150 |
![]() | '(' is preceded with whitespace. | 1150 |
![]() | Parameter type should be final. | 1150 |
![]() | '{' should be on the previous line. | 1151 |
![]() | '(' is preceded with whitespace. | 1152 |
![]() | '(' is preceded with whitespace. | 1153 |
![]() | '(' is preceded with whitespace. | 1153 |
![]() | '{' should be on the previous line. | 1154 |
![]() | '(' is preceded with whitespace. | 1157 |
![]() | '(' is preceded with whitespace. | 1157 |
![]() | '{' should be on the previous line. | 1158 |
![]() | '(' is followed by whitespace. | 1161 |
![]() | '!' is followed by whitespace. | 1161 |
![]() | '(' is preceded with whitespace. | 1161 |
![]() | '{' should be on the previous line. | 1162 |
![]() | '(' is preceded with whitespace. | 1172 |
![]() | '(' is preceded with whitespace. | 1173 |
![]() | Missing a Javadoc comment. | 1176 |
![]() | '(' is preceded with whitespace. | 1176 |
![]() | Parameter javaClass should be final. | 1176 |
![]() | '{' should be on the previous line. | 1177 |
![]() | '(' is preceded with whitespace. | 1178 |
![]() | '{' should be on the previous line. | 1179 |
![]() | '(' is preceded with whitespace. | 1182 |
![]() | '(' is preceded with whitespace. | 1182 |
![]() | '(' is preceded with whitespace. | 1182 |
![]() | '{' should be on the previous line. | 1183 |
![]() | '(' is preceded with whitespace. | 1186 |
![]() | '(' is preceded with whitespace. | 1186 |
![]() | '(' is preceded with whitespace. | 1186 |
![]() | '{' should be on the previous line. | 1187 |
![]() | '(' is preceded with whitespace. | 1190 |
![]() | '(' is preceded with whitespace. | 1190 |
![]() | '(' is preceded with whitespace. | 1190 |
![]() | '{' should be on the previous line. | 1191 |
![]() | '(' is preceded with whitespace. | 1194 |
![]() | '(' is preceded with whitespace. | 1194 |
![]() | '(' is preceded with whitespace. | 1194 |
![]() | '{' should be on the previous line. | 1195 |
![]() | '(' is preceded with whitespace. | 1198 |
![]() | '(' is preceded with whitespace. | 1198 |
![]() | '(' is preceded with whitespace. | 1198 |
![]() | '{' should be on the previous line. | 1199 |
![]() | '(' is preceded with whitespace. | 1202 |
![]() | '(' is preceded with whitespace. | 1202 |
![]() | '(' is preceded with whitespace. | 1202 |
![]() | '{' should be on the previous line. | 1203 |
![]() | '(' is preceded with whitespace. | 1206 |
![]() | '(' is preceded with whitespace. | 1206 |
![]() | '(' is preceded with whitespace. | 1206 |
![]() | '{' should be on the previous line. | 1207 |
![]() | '(' is preceded with whitespace. | 1210 |
![]() | '(' is preceded with whitespace. | 1210 |
![]() | '(' is preceded with whitespace. | 1210 |
![]() | '{' should be on the previous line. | 1211 |
![]() | '(' is preceded with whitespace. | 1214 |
![]() | '(' is preceded with whitespace. | 1214 |
![]() | '(' is preceded with whitespace. | 1214 |
![]() | '{' should be on the previous line. | 1215 |
![]() | '(' is preceded with whitespace. | 1218 |
![]() | '(' is preceded with whitespace. | 1218 |
![]() | '(' is preceded with whitespace. | 1218 |
![]() | '{' should be on the previous line. | 1219 |
![]() | '(' is preceded with whitespace. | 1222 |
![]() | '(' is preceded with whitespace. | 1222 |
![]() | '(' is preceded with whitespace. | 1222 |
![]() | '{' should be on the previous line. | 1223 |
![]() | '(' is preceded with whitespace. | 1226 |
![]() | '(' is preceded with whitespace. | 1226 |
![]() | '(' is preceded with whitespace. | 1226 |
![]() | '{' should be on the previous line. | 1227 |
![]() | '(' is preceded with whitespace. | 1230 |
![]() | '(' is preceded with whitespace. | 1230 |
![]() | '(' is preceded with whitespace. | 1230 |
![]() | '{' should be on the previous line. | 1231 |
![]() | '(' is preceded with whitespace. | 1235 |
![]() | '(' is preceded with whitespace. | 1235 |
![]() | '(' is preceded with whitespace. | 1235 |
![]() | '{' should be on the previous line. | 1236 |
![]() | '(' is preceded with whitespace. | 1239 |
![]() | '(' is preceded with whitespace. | 1239 |
![]() | '(' is preceded with whitespace. | 1239 |
![]() | '{' should be on the previous line. | 1240 |
![]() | '(' is preceded with whitespace. | 1243 |
![]() | '(' is preceded with whitespace. | 1243 |
![]() | '(' is preceded with whitespace. | 1243 |
![]() | '{' should be on the previous line. | 1244 |
![]() | '(' is preceded with whitespace. | 1247 |
![]() | '(' is preceded with whitespace. | 1247 |
![]() | '(' is preceded with whitespace. | 1247 |
![]() | '{' should be on the previous line. | 1248 |
![]() | '(' is preceded with whitespace. | 1251 |
![]() | '(' is preceded with whitespace. | 1251 |
![]() | '(' is preceded with whitespace. | 1251 |
![]() | '{' should be on the previous line. | 1252 |
![]() | '(' is preceded with whitespace. | 1255 |
![]() | '(' is preceded with whitespace. | 1255 |
![]() | '(' is preceded with whitespace. | 1255 |
![]() | '{' should be on the previous line. | 1256 |
![]() | '(' is preceded with whitespace. | 1259 |
![]() | '(' is preceded with whitespace. | 1259 |
![]() | '(' is preceded with whitespace. | 1259 |
![]() | '{' should be on the previous line. | 1260 |
![]() | '(' is preceded with whitespace. | 1263 |
![]() | '(' is preceded with whitespace. | 1263 |
![]() | '(' is preceded with whitespace. | 1263 |
![]() | '{' should be on the previous line. | 1264 |
![]() | '(' is preceded with whitespace. | 1267 |
![]() | '(' is preceded with whitespace. | 1267 |
![]() | '(' is preceded with whitespace. | 1267 |
![]() | '{' should be on the previous line. | 1268 |
![]() | '(' is preceded with whitespace. | 1271 |
![]() | '(' is preceded with whitespace. | 1271 |
![]() | '(' is preceded with whitespace. | 1271 |
![]() | '{' should be on the previous line. | 1272 |
![]() | '(' is preceded with whitespace. | 1275 |
![]() | '(' is preceded with whitespace. | 1275 |
![]() | '(' is preceded with whitespace. | 1275 |
![]() | '{' should be on the previous line. | 1276 |
![]() | '(' is preceded with whitespace. | 1279 |
![]() | '(' is preceded with whitespace. | 1279 |
![]() | '(' is preceded with whitespace. | 1279 |
![]() | '{' should be on the previous line. | 1280 |
![]() | '(' is preceded with whitespace. | 1283 |
![]() | '(' is preceded with whitespace. | 1283 |
![]() | '(' is preceded with whitespace. | 1283 |
![]() | '{' should be on the previous line. | 1284 |
![]() | '(' is preceded with whitespace. | 1287 |
![]() | '(' is preceded with whitespace. | 1287 |
![]() | '{' should be on the previous line. | 1288 |
![]() | '(' is preceded with whitespace. | 1291 |
![]() | '(' is preceded with whitespace. | 1291 |
![]() | '{' should be on the previous line. | 1292 |
![]() | '(' is preceded with whitespace. | 1295 |
![]() | '(' is preceded with whitespace. | 1295 |
![]() | '{' should be on the previous line. | 1296 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - org.kuali.student.contract.exception.DictionaryExecutionException. | 23 |
![]() | '{' should be on the previous line. | 30 |
![]() | Method 'asYMD' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter date should be final. | 32 |
![]() | '{' should be on the previous line. | 34 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Method 'asDate' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter date should be final. | 42 |
![]() | '{' should be on the previous line. | 44 |
![]() | '{' should be on the previous line. | 46 |
![]() | '++' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '}' should be on the same line. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | Method 'asYMD' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Parameter date should be final. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.contract.model.*. | 19 |
![]() | Redundant import from the same package - org.kuali.student.contract.model.util.ModelFinder. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Parameter spreadsheet should be final. | 38 |
![]() | 'spreadsheet' hides a field. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Method 'expand' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '3' is a magic number. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '}' should be on the same line. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Missing a Javadoc comment. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Parameter dict should be final. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '+' should be on a new line. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Parameter d should be final. | 82 |
![]() | Parameter type should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '{' should be on the previous line. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '+' should be on a new line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '}' should be on the same line. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 102 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | Parameter model should be final. | 25 |
![]() | 'model' hides a field. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '++' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter index should be final. | 41 |
![]() | Parameter child should be final. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 78 |
![]() | Line is longer than 80 characters. | 80 |
![]() | '(' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '--' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | '--' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | Parameter type should be final. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 18 |
![]() | '{' should be on the previous line. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | Parameter pattern should be final. | 28 |
![]() | 'pattern' hides a field. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter key should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | Parameter xmlType should be final. | 40 |
![]() | 'xmlType' hides a field. | 40 |
![]() | Parameter directory should be final. | 40 |
![]() | Parameter model should be final. | 41 |
![]() | 'model' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is followed by whitespace. | 114 |
![]() | '!' is followed by whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | Parameter xmlType should be final. | 143 |
![]() | 'xmlType' hides a field. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | Missing a Javadoc comment. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | Parameter xmlType should be final. | 165 |
![]() | 'xmlType' hides a field. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | Missing a Javadoc comment. | 170 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | Parameter mdl should be final. | 170 |
![]() | Parameter xmlType should be final. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '{' should be on the previous line. | 177 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | Missing a Javadoc comment. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | Parameter ms should be final. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '{' should be on the previous line. | 195 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '{' should be on the previous line. | 197 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '}' should be on the same line. | 211 |
![]() | '{' should be on the previous line. | 213 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is preceded with whitespace. | 218 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | Missing a Javadoc comment. | 231 |
![]() | '(' is preceded with whitespace. | 231 |
![]() | Parameter str should be final. | 231 |
![]() | '{' should be on the previous line. | 232 |
![]() | '{' should be on the previous line. | 234 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | Missing a Javadoc comment. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | Parameter type should be final. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | Method 'writeStyleSheet' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | '(' is preceded with whitespace. | 257 |
![]() | '(' is preceded with whitespace. | 258 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is preceded with whitespace. | 260 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 262 |
![]() | '(' is preceded with whitespace. | 263 |
![]() | '(' is preceded with whitespace. | 264 |
![]() | '(' is preceded with whitespace. | 265 |
![]() | '(' is preceded with whitespace. | 266 |
![]() | '(' is preceded with whitespace. | 267 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | '(' is preceded with whitespace. | 272 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '(' is preceded with whitespace. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is preceded with whitespace. | 283 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '(' is preceded with whitespace. | 289 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '(' is preceded with whitespace. | 291 |
![]() | '(' is preceded with whitespace. | 292 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | '(' is preceded with whitespace. | 295 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '(' is preceded with whitespace. | 299 |
![]() | '(' is preceded with whitespace. | 300 |
![]() | '(' is preceded with whitespace. | 301 |
![]() | '(' is preceded with whitespace. | 302 |
![]() | '(' is preceded with whitespace. | 303 |
![]() | '(' is preceded with whitespace. | 304 |
![]() | '(' is preceded with whitespace. | 305 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 307 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | '(' is preceded with whitespace. | 309 |
![]() | '(' is preceded with whitespace. | 310 |
![]() | '(' is preceded with whitespace. | 311 |
![]() | '(' is preceded with whitespace. | 312 |
![]() | '(' is preceded with whitespace. | 313 |
![]() | '(' is preceded with whitespace. | 314 |
![]() | '(' is preceded with whitespace. | 315 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | '(' is preceded with whitespace. | 318 |
![]() | '(' is preceded with whitespace. | 319 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 322 |
![]() | '(' is preceded with whitespace. | 323 |
![]() | '(' is preceded with whitespace. | 324 |
![]() | '(' is preceded with whitespace. | 325 |
![]() | '(' is preceded with whitespace. | 326 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 328 |
![]() | '(' is preceded with whitespace. | 329 |
![]() | '(' is preceded with whitespace. | 330 |
![]() | '(' is preceded with whitespace. | 331 |
![]() | '(' is preceded with whitespace. | 332 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | '(' is preceded with whitespace. | 334 |
![]() | '(' is preceded with whitespace. | 335 |
![]() | '(' is preceded with whitespace. | 336 |
![]() | '(' is preceded with whitespace. | 337 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | '(' is preceded with whitespace. | 339 |
![]() | '(' is preceded with whitespace. | 340 |
![]() | '(' is preceded with whitespace. | 341 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 343 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '(' is preceded with whitespace. | 348 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '(' is preceded with whitespace. | 351 |
![]() | '(' is preceded with whitespace. | 352 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | '(' is preceded with whitespace. | 354 |
![]() | '(' is preceded with whitespace. | 355 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | '(' is preceded with whitespace. | 357 |
![]() | '(' is preceded with whitespace. | 358 |
![]() | '(' is preceded with whitespace. | 359 |
![]() | '(' is preceded with whitespace. | 360 |
![]() | '(' is preceded with whitespace. | 361 |
![]() | '(' is preceded with whitespace. | 362 |
![]() | '(' is preceded with whitespace. | 363 |
![]() | '(' is preceded with whitespace. | 364 |
![]() | '(' is preceded with whitespace. | 365 |
![]() | '(' is preceded with whitespace. | 366 |
![]() | '(' is preceded with whitespace. | 367 |
![]() | '(' is preceded with whitespace. | 368 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | '(' is preceded with whitespace. | 370 |
![]() | '(' is preceded with whitespace. | 371 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | '(' is preceded with whitespace. | 373 |
![]() | '(' is preceded with whitespace. | 374 |
![]() | '(' is preceded with whitespace. | 375 |
![]() | '(' is preceded with whitespace. | 376 |
![]() | '(' is preceded with whitespace. | 377 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '(' is preceded with whitespace. | 379 |
![]() | '(' is preceded with whitespace. | 380 |
![]() | '(' is preceded with whitespace. | 381 |
![]() | '(' is preceded with whitespace. | 382 |
![]() | '(' is preceded with whitespace. | 383 |
![]() | '(' is preceded with whitespace. | 384 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter service should be final. | 41 |
![]() | 'service' hides a field. | 41 |
![]() | Parameter directory should be final. | 41 |
![]() | Parameter model should be final. | 42 |
![]() | 'model' hides a field. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Parameter mdl should be final. | 137 |
![]() | Parameter serviceOptionaFilter should be final. | 137 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '{' should be on the previous line. | 144 |
![]() | '(' is followed by whitespace. | 145 |
![]() | '!' is followed by whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '{' should be on the previous line. | 152 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | '{' should be on the previous line. | 160 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '{' should be on the previous line. | 163 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | Method 'writeMethod' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Missing a Javadoc comment. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | Parameter method should be final. | 175 |
![]() | '{' should be on the previous line. | 176 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '(' is preceded with whitespace. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '}' should be on the same line. | 203 |
![]() | '{' should be on the previous line. | 205 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '{' should be on the previous line. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is preceded with whitespace. | 236 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '{' should be on the previous line. | 240 |
![]() | '(' is preceded with whitespace. | 241 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '(' is preceded with whitespace. | 243 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '}' should be on the same line. | 246 |
![]() | '{' should be on the previous line. | 248 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | '{' should be on the previous line. | 251 |
![]() | '(' is preceded with whitespace. | 252 |
![]() | '{' should be on the previous line. | 254 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is preceded with whitespace. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 262 |
![]() | '(' is preceded with whitespace. | 265 |
![]() | '(' is preceded with whitespace. | 266 |
![]() | '(' is preceded with whitespace. | 267 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | Missing a Javadoc comment. | 271 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | Parameter type should be final. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '{' should be on the previous line. | 274 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | Method 'writeStyleSheet' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Missing a Javadoc comment. | 280 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '{' should be on the previous line. | 281 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is preceded with whitespace. | 283 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '(' is preceded with whitespace. | 289 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '(' is preceded with whitespace. | 291 |
![]() | '(' is preceded with whitespace. | 292 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | '(' is preceded with whitespace. | 295 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '(' is preceded with whitespace. | 299 |
![]() | '(' is preceded with whitespace. | 300 |
![]() | '(' is preceded with whitespace. | 301 |
![]() | '(' is preceded with whitespace. | 302 |
![]() | '(' is preceded with whitespace. | 303 |
![]() | '(' is preceded with whitespace. | 304 |
![]() | '(' is preceded with whitespace. | 305 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 307 |
![]() | '(' is preceded with whitespace. | 310 |
![]() | '(' is preceded with whitespace. | 311 |
![]() | '(' is preceded with whitespace. | 312 |
![]() | '(' is preceded with whitespace. | 313 |
![]() | '(' is preceded with whitespace. | 314 |
![]() | '(' is preceded with whitespace. | 315 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | '(' is preceded with whitespace. | 318 |
![]() | '(' is preceded with whitespace. | 319 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 322 |
![]() | '(' is preceded with whitespace. | 323 |
![]() | '(' is preceded with whitespace. | 324 |
![]() | '(' is preceded with whitespace. | 325 |
![]() | '(' is preceded with whitespace. | 326 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 328 |
![]() | '(' is preceded with whitespace. | 329 |
![]() | '(' is preceded with whitespace. | 330 |
![]() | '(' is preceded with whitespace. | 331 |
![]() | '(' is preceded with whitespace. | 332 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | '(' is preceded with whitespace. | 334 |
![]() | '(' is preceded with whitespace. | 335 |
![]() | '(' is preceded with whitespace. | 336 |
![]() | '(' is preceded with whitespace. | 337 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | '(' is preceded with whitespace. | 339 |
![]() | '(' is preceded with whitespace. | 340 |
![]() | '(' is preceded with whitespace. | 341 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 343 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '(' is preceded with whitespace. | 348 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '(' is preceded with whitespace. | 351 |
![]() | '(' is preceded with whitespace. | 352 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | '(' is preceded with whitespace. | 354 |
![]() | '(' is preceded with whitespace. | 355 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | '(' is preceded with whitespace. | 357 |
![]() | '(' is preceded with whitespace. | 358 |
![]() | '(' is preceded with whitespace. | 359 |
![]() | '(' is preceded with whitespace. | 360 |
![]() | '(' is preceded with whitespace. | 361 |
![]() | '(' is preceded with whitespace. | 362 |
![]() | '(' is preceded with whitespace. | 363 |
![]() | '(' is preceded with whitespace. | 364 |
![]() | '(' is preceded with whitespace. | 365 |
![]() | '(' is preceded with whitespace. | 366 |
![]() | '(' is preceded with whitespace. | 367 |
![]() | '(' is preceded with whitespace. | 368 |
![]() | '(' is preceded with whitespace. | 369 |
![]() | '(' is preceded with whitespace. | 370 |
![]() | '(' is preceded with whitespace. | 371 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | '(' is preceded with whitespace. | 373 |
![]() | '(' is preceded with whitespace. | 374 |
![]() | '(' is preceded with whitespace. | 375 |
![]() | '(' is preceded with whitespace. | 376 |
![]() | '(' is preceded with whitespace. | 377 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '(' is preceded with whitespace. | 379 |
![]() | '(' is preceded with whitespace. | 380 |
![]() | '(' is preceded with whitespace. | 381 |
![]() | '(' is preceded with whitespace. | 382 |
![]() | '(' is preceded with whitespace. | 383 |
![]() | '(' is preceded with whitespace. | 384 |
![]() | '(' is preceded with whitespace. | 385 |
![]() | '(' is preceded with whitespace. | 386 |
![]() | '(' is preceded with whitespace. | 387 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | '(' is preceded with whitespace. | 389 |
![]() | '(' is preceded with whitespace. | 390 |
![]() | '(' is preceded with whitespace. | 391 |
![]() | '(' is preceded with whitespace. | 392 |
![]() | '(' is preceded with whitespace. | 393 |
![]() | '(' is preceded with whitespace. | 394 |
![]() | '(' is preceded with whitespace. | 395 |
![]() | '(' is preceded with whitespace. | 396 |
![]() | '(' is preceded with whitespace. | 397 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter directory should be final. | 42 |
![]() | 'directory' hides a field. | 42 |
![]() | Parameter model should be final. | 43 |
![]() | 'model' hides a field. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Parameter e1 should be final. | 77 |
![]() | Parameter e2 should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Parameter e1 should be final. | 87 |
![]() | Parameter e2 should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '{' should be on the previous line. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | Missing a Javadoc comment. | 125 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '(' is followed by whitespace. | 141 |
![]() | '!' is followed by whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Parameter name should be final. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | Line has trailing spaces. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | Parameter type should be final. | 162 |
![]() | Parameter stack should be final. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is followed by whitespace. | 168 |
![]() | '!' is followed by whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '{' should be on the previous line. | 169 |
![]() | '{' should be on the previous line. | 173 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is followed by whitespace. | 178 |
![]() | '!' is followed by whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is followed by whitespace. | 185 |
![]() | '!' is followed by whitespace. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | Missing a Javadoc comment. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | Parameter type should be final. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | Missing a Javadoc comment. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '{' should be on the previous line. | 200 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 201 |
![]() | '(' is preceded with whitespace. | 202 |
![]() | '{' should be on the previous line. | 203 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | '{' should be on the previous line. | 205 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | Missing a Javadoc comment. | 213 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | Parameter xmlType should be final. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | '(' is followed by whitespace. | 215 |
![]() | '!' is followed by whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | Missing a Javadoc comment. | 223 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '(' is preceded with whitespace. | 233 |
![]() | '{' should be on the previous line. | 234 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | Missing a Javadoc comment. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | '(' is preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | '(' is preceded with whitespace. | 250 |
![]() | '(' is preceded with whitespace. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 255 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | '(' is preceded with whitespace. | 258 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is preceded with whitespace. | 260 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '(' is preceded with whitespace. | 21 |
![]() | Parameter messageStructure should be final. | 21 |
![]() | 'messageStructure' hides a field. | 21 |
![]() | Parameter out should be final. | 22 |
![]() | 'out' hides a field. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Parameter str should be final. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | Parameter out should be final. | 25 |
![]() | 'out' hides a field. | 25 |
![]() | Parameter model should be final. | 26 |
![]() | 'model' hides a field. | 26 |
![]() | '{' should be on the previous line. | 27 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | Parameter str should be final. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '++' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 70 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '++' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Method 'calcId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Parameter ms should be final. | 87 |
![]() | Parameter parents should be final. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | Avoid nested blocks. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | Parameter ms should be final. | 101 |
![]() | Parameter parents should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | '(' is followed by whitespace. | 130 |
![]() | '!' is followed by whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | Parameter type should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.contract.model.*. | 19 |
![]() | Comment matches to-do format 'TODO:'. | 28 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Parameter model should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter model should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | Parameter model should be final. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'findXmlType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | Parameter xmlTypeName should be final. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | Method 'findStates' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Parameter xmlObject should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | Method 'findTypes' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Parameter xmlObject should be final. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | Method 'findType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Parameter xmlObject should be final. | 93 |
![]() | Parameter typeName should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | Method 'findType' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | Parameter typeKey should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '{' should be on the previous line. | 117 |
![]() | Method 'findState' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | Parameter xmlObject should be final. | 124 |
![]() | Parameter stateName should be final. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | Method 'findState' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | Parameter stateKey should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '{' should be on the previous line. | 146 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | Method 'findRoot' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | Parameter dict should be final. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '{' should be on the previous line. | 159 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | First sentence should end with a period. | 165 |
![]() | Expected an @return tag. | 169 |
![]() | Method 'findDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | Parameter dictId should be final. | 169 |
![]() | Expected @param tag for 'dictId'. | 169 |
![]() | '{' should be on the previous line. | 170 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | First sentence should end with a period. | 181 |
![]() | Expected an @return tag. | 185 |
![]() | Method 'findChildDictionaryEntries' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | Parameter parent should be final. | 185 |
![]() | Expected @param tag for 'parent'. | 185 |
![]() | '{' should be on the previous line. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '{' should be on the previous line. | 195 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | First sentence should end with a period. | 202 |
![]() | Expected an @return tag. | 206 |
![]() | Method 'findDefaultDictionary' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '{' should be on the previous line. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '{' should be on the previous line. | 212 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | Method 'findDictionaryEntriees' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | Parameter xmlTypeName should be final. | 219 |
![]() | '{' should be on the previous line. | 220 |
![]() | '(' is preceded with whitespace. | 221 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '{' should be on the previous line. | 223 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | Method 'findDefaultDictionaryEntriees' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Missing a Javadoc comment. | 232 |
![]() | '(' is preceded with whitespace. | 232 |
![]() | Parameter xmlTypeName should be final. | 232 |
![]() | '{' should be on the previous line. | 233 |
![]() | '(' is preceded with whitespace. | 234 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | '{' should be on the previous line. | 236 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '(' is preceded with whitespace. | 237 |
![]() | '{' should be on the previous line. | 238 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | First sentence should end with a period. | 245 |
![]() | Expected an @return tag. | 249 |
![]() | Method 'findStateOverrideDictionary' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | '{' should be on the previous line. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | '(' is preceded with whitespace. | 251 |
![]() | '(' is preceded with whitespace. | 251 |
![]() | '(' is preceded with whitespace. | 251 |
![]() | '(' is preceded with whitespace. | 252 |
![]() | '{' should be on the previous line. | 253 |
![]() | '(' is followed by whitespace. | 254 |
![]() | '!' is followed by whitespace. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | Expected an @return tag. | 268 |
![]() | Method 'expandType' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | '(' is preceded with whitespace. | 268 |
![]() | Parameter type should be final. | 268 |
![]() | Expected @param tag for 'type'. | 268 |
![]() | '{' should be on the previous line. | 269 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '(' is followed by whitespace. | 271 |
![]() | '!' is followed by whitespace. | 271 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '{' should be on the previous line. | 280 |
![]() | '{' should be on the previous line. | 283 |
![]() | '(' is followed by whitespace. | 287 |
![]() | '!' is followed by whitespace. | 287 |
![]() | '(' is preceded with whitespace. | 287 |
![]() | '{' should be on the previous line. | 288 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '{' should be on the previous line. | 294 |
![]() | '(' is preceded with whitespace. | 295 |
![]() | '(' is preceded with whitespace. | 295 |
![]() | '{' should be on the previous line. | 296 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '(' is preceded with whitespace. | 297 |
![]() | '{' should be on the previous line. | 298 |
![]() | Comment matches to-do format 'TODO:'. | 299 |
![]() | '(' is preceded with whitespace. | 300 |
![]() | '(' is preceded with whitespace. | 300 |
![]() | '}' should be on the same line. | 301 |
![]() | '{' should be on the previous line. | 303 |
![]() | '(' is preceded with whitespace. | 304 |
![]() | Expected an @return tag. | 318 |
![]() | Method 'expandState' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | '(' is preceded with whitespace. | 318 |
![]() | Parameter state should be final. | 318 |
![]() | Expected @param tag for 'state'. | 318 |
![]() | '{' should be on the previous line. | 319 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is followed by whitespace. | 321 |
![]() | '!' is followed by whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | '(' is preceded with whitespace. | 323 |
![]() | '(' is preceded with whitespace. | 326 |
![]() | '(' is preceded with whitespace. | 328 |
![]() | '(' is preceded with whitespace. | 329 |
![]() | '{' should be on the previous line. | 330 |
![]() | '{' should be on the previous line. | 333 |
![]() | '(' is followed by whitespace. | 337 |
![]() | '!' is followed by whitespace. | 337 |
![]() | '(' is preceded with whitespace. | 337 |
![]() | '{' should be on the previous line. | 338 |
![]() | '(' is preceded with whitespace. | 343 |
![]() | '(' is preceded with whitespace. | 343 |
![]() | '(' is preceded with whitespace. | 343 |
![]() | '{' should be on the previous line. | 344 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '{' should be on the previous line. | 346 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '{' should be on the previous line. | 348 |
![]() | Comment matches to-do format 'TODO:'. | 349 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '}' should be on the same line. | 351 |
![]() | '{' should be on the previous line. | 353 |
![]() | '(' is preceded with whitespace. | 354 |
![]() | Method 'findConstraint' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | '(' is preceded with whitespace. | 362 |
![]() | Parameter id should be final. | 362 |
![]() | '{' should be on the previous line. | 363 |
![]() | '(' is preceded with whitespace. | 364 |
![]() | '{' should be on the previous line. | 365 |
![]() | '(' is preceded with whitespace. | 366 |
![]() | '(' is preceded with whitespace. | 366 |
![]() | '{' should be on the previous line. | 367 |
![]() | Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Missing a Javadoc comment. | 374 |
![]() | '(' is preceded with whitespace. | 374 |
![]() | Parameter id should be final. | 374 |
![]() | '{' should be on the previous line. | 375 |
![]() | '(' is preceded with whitespace. | 376 |
![]() | '{' should be on the previous line. | 377 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '(' is preceded with whitespace. | 378 |
![]() | '{' should be on the previous line. | 379 |
![]() | Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() | Missing a Javadoc comment. | 386 |
![]() | '(' is preceded with whitespace. | 386 |
![]() | Parameter xmlTypeName should be final. | 386 |
![]() | Parameter shortName should be final. | 386 |
![]() | '{' should be on the previous line. | 387 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | Missing a Javadoc comment. | 391 |
![]() | '(' is preceded with whitespace. | 391 |
![]() | Parameter dict should be final. | 391 |
![]() | '{' should be on the previous line. | 392 |
![]() | '(' is preceded with whitespace. | 393 |
![]() | '{' should be on the previous line. | 394 |
![]() | '(' is preceded with whitespace. | 395 |
![]() | '(' is preceded with whitespace. | 395 |
![]() | '(' is preceded with whitespace. | 397 |
![]() | '(' is preceded with whitespace. | 397 |
![]() | '(' is preceded with whitespace. | 397 |
![]() | Method 'findFields' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Missing a Javadoc comment. | 400 |
![]() | '(' is preceded with whitespace. | 400 |
![]() | Parameter xmlTypeName should be final. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | '(' is preceded with whitespace. | 402 |
![]() | '(' is preceded with whitespace. | 403 |
![]() | '{' should be on the previous line. | 404 |
![]() | '(' is preceded with whitespace. | 405 |
![]() | '(' is preceded with whitespace. | 405 |
![]() | '{' should be on the previous line. | 406 |
![]() | '(' is preceded with whitespace. | 407 |
![]() | Method 'findService' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Missing a Javadoc comment. | 413 |
![]() | '(' is preceded with whitespace. | 413 |
![]() | Parameter key should be final. | 413 |
![]() | '{' should be on the previous line. | 414 |
![]() | '(' is preceded with whitespace. | 415 |
![]() | '{' should be on the previous line. | 416 |
![]() | '(' is preceded with whitespace. | 417 |
![]() | '(' is preceded with whitespace. | 417 |
![]() | '{' should be on the previous line. | 418 |
![]() | Method 'findProject' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() | Missing a Javadoc comment. | 425 |
![]() | '(' is preceded with whitespace. | 425 |
![]() | Parameter key should be final. | 425 |
![]() | '{' should be on the previous line. | 426 |
![]() | '(' is preceded with whitespace. | 427 |
![]() | '{' should be on the previous line. | 428 |
![]() | '(' is preceded with whitespace. | 429 |
![]() | '(' is preceded with whitespace. | 429 |
![]() | '{' should be on the previous line. | 430 |
![]() | Method 'findSearchType' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | '(' is preceded with whitespace. | 437 |
![]() | Parameter key should be final. | 437 |
![]() | '{' should be on the previous line. | 438 |
![]() | '(' is preceded with whitespace. | 439 |
![]() | '{' should be on the previous line. | 440 |
![]() | '(' is preceded with whitespace. | 441 |
![]() | '(' is preceded with whitespace. | 441 |
![]() | '{' should be on the previous line. | 442 |
![]() | Method 'findServiceMethod' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Missing a Javadoc comment. | 449 |
![]() | '(' is preceded with whitespace. | 449 |
![]() | Parameter service should be final. | 449 |
![]() | Parameter name should be final. | 449 |
![]() | '{' should be on the previous line. | 450 |
![]() | '(' is preceded with whitespace. | 451 |
![]() | '{' should be on the previous line. | 452 |
![]() | '(' is preceded with whitespace. | 453 |
![]() | '(' is preceded with whitespace. | 453 |
![]() | '{' should be on the previous line. | 454 |
![]() | '(' is preceded with whitespace. | 455 |
![]() | '(' is preceded with whitespace. | 455 |
![]() | '{' should be on the previous line. | 456 |
![]() | Method 'getServiceMethodsInService' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Missing a Javadoc comment. | 464 |
![]() | '(' is preceded with whitespace. | 464 |
![]() | Parameter service should be final. | 464 |
![]() | '{' should be on the previous line. | 465 |
![]() | '(' is preceded with whitespace. | 466 |
![]() | '(' is preceded with whitespace. | 467 |
![]() | '{' should be on the previous line. | 468 |
![]() | '(' is preceded with whitespace. | 469 |
![]() | '(' is preceded with whitespace. | 469 |
![]() | '{' should be on the previous line. | 470 |
![]() | '(' is preceded with whitespace. | 471 |
![]() | Method 'findMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() | Missing a Javadoc comment. | 477 |
![]() | '(' is preceded with whitespace. | 477 |
![]() | Parameter xmlType should be final. | 477 |
![]() | '{' should be on the previous line. | 478 |
![]() | '(' is preceded with whitespace. | 479 |
![]() | '(' is preceded with whitespace. | 480 |
![]() | '{' should be on the previous line. | 481 |
![]() | '(' is preceded with whitespace. | 482 |
![]() | '(' is preceded with whitespace. | 482 |
![]() | '{' should be on the previous line. | 483 |
![]() | '(' is preceded with whitespace. | 484 |
![]() | Missing a Javadoc comment. | 490 |
![]() | Method 'getDefaultType' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() | Missing a Javadoc comment. | 492 |
![]() | '(' is preceded with whitespace. | 492 |
![]() | '{' should be on the previous line. | 493 |
![]() | '{' should be on the previous line. | 495 |
![]() | '(' is preceded with whitespace. | 498 |
![]() | '(' is preceded with whitespace. | 499 |
![]() | '{' should be on the previous line. | 500 |
![]() | '(' is preceded with whitespace. | 501 |
![]() | '(' is preceded with whitespace. | 503 |
![]() | '{' should be on the previous line. | 504 |
![]() | '(' is preceded with whitespace. | 505 |
![]() | '(' is preceded with whitespace. | 507 |
![]() | Missing a Javadoc comment. | 511 |
![]() | Method 'getDefaultState' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | Missing a Javadoc comment. | 513 |
![]() | '(' is preceded with whitespace. | 513 |
![]() | '{' should be on the previous line. | 514 |
![]() | '{' should be on the previous line. | 516 |
![]() | '(' is preceded with whitespace. | 519 |
![]() | '(' is preceded with whitespace. | 520 |
![]() | '{' should be on the previous line. | 521 |
![]() | '(' is preceded with whitespace. | 522 |
![]() | '(' is preceded with whitespace. | 524 |
![]() | '{' should be on the previous line. | 525 |
![]() | '(' is preceded with whitespace. | 526 |
![]() | '(' is preceded with whitespace. | 528 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '(' is preceded with whitespace. | 21 |
![]() | Parameter service should be final. | 21 |
![]() | 'service' hides a field. | 21 |
![]() | Parameter out should be final. | 21 |
![]() | 'out' hides a field. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '(' is preceded with whitespace. | 23 |
![]() | Parameter method should be final. | 23 |
![]() | 'method' hides a field. | 23 |
![]() | Parameter out should be final. | 23 |
![]() | 'out' hides a field. | 23 |
![]() | '{' should be on the previous line. | 24 |
![]() | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | '{' should be on the previous line. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '}' should be on the same line. | 100 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '{' should be on the previous line. | 137 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'keys' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter keys should be final. | 34 |
![]() | 'keys' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '++' is preceded with whitespace. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Parameter services should be final. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Parameter service1 should be final. | 54 |
![]() | Parameter service2 should be final. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 59 |
![]() | '{' should be on the previous line. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'keys' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | Parameter keys should be final. | 31 |
![]() | 'keys' hides a field. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Parameter services should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | Parameter filters should be final. | 31 |
![]() | 'filters' hides a field. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Parameter services should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | Parameter services should be final. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Method 'shouldInclude' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter version should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | Parameter services should be final. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Parameter source should be final. | 51 |
![]() | Parameter target should be final. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '+' is followed by whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Parameter list should be final. | 64 |
![]() | Parameter key should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '++' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
![]() | '{' should be on the previous line. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '(' is preceded with whitespace. | 21 |
![]() | Parameter xmlType should be final. | 21 |
![]() | 'xmlType' hides a field. | 21 |
![]() | Parameter out should be final. | 22 |
![]() | 'out' hides a field. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - java.util.List. | 22 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter cons should be final. | 33 |
![]() | 'cons' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is followed by whitespace. | 52 |
![]() | '!' is followed by whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is followed by whitespace. | 59 |
![]() | '!' is followed by whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '(' is followed by whitespace. | 77 |
![]() | '!' is followed by whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 84 |
![]() | '!' is followed by whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is followed by whitespace. | 101 |
![]() | '!' is followed by whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '{' should be on the previous line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is followed by whitespace. | 108 |
![]() | '!' is followed by whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '{' should be on the previous line. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | Parameter value should be final. | 123 |
![]() | Parameter field should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '{' should be on the previous line. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '}' should be on the same line. | 133 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | Parameter msg should be final. | 141 |
![]() | '{' should be on the previous line. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is followed by whitespace. | 149 |
![]() | '!' is followed by whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | '(' is preceded with whitespace. | 151 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - org.kuali.student.contract.model.XmlType. | 22 |
![]() | First sentence should end with a period. | 31 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter model should be final. | 41 |
![]() | 'model' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'errors' must be private and have accessor methods. | 47 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | '(' is followed by whitespace. | 120 |
![]() | '!' is followed by whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '{' should be on the previous line. | 126 |
![]() | '(' is followed by whitespace. | 127 |
![]() | '!' is followed by whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Missing a Javadoc comment. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | Parameter msg should be final. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is followed by whitespace. | 137 |
![]() | '!' is followed by whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | Parameter cause should be final. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | '(' is preceded with whitespace. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Parameter cause should be final. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Parameter message should be final. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 31 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter dict should be final. | 41 |
![]() | 'dict' hides a field. | 41 |
![]() | Parameter model should be final. | 41 |
![]() | 'model' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Missing a Javadoc comment. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '{' should be on the previous line. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | Parameter id should be final. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '{' should be on the previous line. | 124 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '+' is not preceded with whitespace. | 127 |
![]() | '{' should be on the previous line. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '}' should be on the same line. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '{' should be on the previous line. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '}' should be on the same line. | 135 |
![]() | '{' should be on the previous line. | 137 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '{' should be on the previous line. | 140 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '+' should be on a new line. | 145 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '+' should be on a new line. | 157 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | Parameter cons should be final. | 162 |
![]() | '{' should be on the previous line. | 163 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '(' is preceded with whitespace. | 164 |
![]() | '{' should be on the previous line. | 165 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | Parameter cons should be final. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '(' is followed by whitespace. | 173 |
![]() | '!' is followed by whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '+' should be on a new line. | 175 |
![]() | '(' is followed by whitespace. | 178 |
![]() | '!' is followed by whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '+' should be on a new line. | 180 |
![]() | '(' is followed by whitespace. | 183 |
![]() | '!' is followed by whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '+' should be on a new line. | 185 |
![]() | '(' is followed by whitespace. | 188 |
![]() | '!' is followed by whitespace. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '{' should be on the previous line. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '+' should be on a new line. | 190 |
![]() | '(' is followed by whitespace. | 193 |
![]() | '!' is followed by whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '+' should be on a new line. | 195 |
![]() | '(' is followed by whitespace. | 198 |
![]() | '!' is followed by whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '{' should be on the previous line. | 199 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | '+' should be on a new line. | 200 |
![]() | Missing a Javadoc comment. | 205 |
![]() | '(' is preceded with whitespace. | 205 |
![]() | '{' should be on the previous line. | 206 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 208 |
![]() | '{' should be on the previous line. | 209 |
![]() | '(' is followed by whitespace. | 210 |
![]() | '!' is followed by whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '{' should be on the previous line. | 211 |
![]() | '(' is followed by whitespace. | 214 |
![]() | '!' is followed by whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '{' should be on the previous line. | 215 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | Missing a Javadoc comment. | 222 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | Parameter msg should be final. | 222 |
![]() | '{' should be on the previous line. | 223 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '(' is followed by whitespace. | 225 |
![]() | '!' is followed by whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '{' should be on the previous line. | 226 |
![]() | '(' is preceded with whitespace. | 227 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 26 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Parameter field should be final. | 36 |
![]() | 'field' hides a field. | 36 |
![]() | Parameter sheet should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Parameter id should be final. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '+' should be on a new line. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Parameter cons should be final. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | '!' is followed by whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is followed by whitespace. | 83 |
![]() | '!' is followed by whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is followed by whitespace. | 87 |
![]() | '!' is followed by whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is followed by whitespace. | 91 |
![]() | '!' is followed by whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is followed by whitespace. | 95 |
![]() | '!' is followed by whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '!' is followed by whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | Missing a Javadoc comment. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | Parameter msg should be final. | 105 |
![]() | '{' should be on the previous line. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is followed by whitespace. | 108 |
![]() | '!' is followed by whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | '(' is preceded with whitespace. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - java.util.List. | 22 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter orch should be final. | 33 |
![]() | 'orch' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Comment matches to-do format 'TODO:'. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | Parameter msg should be final. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is followed by whitespace. | 60 |
![]() | '!' is followed by whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 26 |
![]() | '{' should be on the previous line. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Parameter model should be final. | 36 |
![]() | 'model' hides a field. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'errors' must be private and have accessor methods. | 42 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | Parameter msg should be final. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is followed by whitespace. | 69 |
![]() | '!' is followed by whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter criteria should be final. | 34 |
![]() | 'criteria' hides a field. | 34 |
![]() | Parameter searchType should be final. | 34 |
![]() | 'searchType' hides a field. | 34 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is followed by whitespace. | 60 |
![]() | '!' is followed by whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is followed by whitespace. | 72 |
![]() | '!' is followed by whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | Parameter msg should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '+' should be on a new line. | 80 |
![]() | '(' is followed by whitespace. | 82 |
![]() | '!' is followed by whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 32 |
![]() | '{' should be on the previous line. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter model should be final. | 41 |
![]() | 'model' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'errors' must be private and have accessor methods. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '{' should be on the previous line. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is followed by whitespace. | 79 |
![]() | '!' is followed by whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '+' should be on a new line. | 93 |
![]() | Missing a Javadoc comment. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | Parameter st1 should be final. | 100 |
![]() | Parameter st2 should be final. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '{' should be on the previous line. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '++' is preceded with whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '++' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | Parameter differences should be final. | 159 |
![]() | Parameter val1 should be final. | 159 |
![]() | Parameter val2 should be final. | 159 |
![]() | Parameter difference should be final. | 160 |
![]() | '{' should be on the previous line. | 161 |
![]() | '{' should be on the previous line. | 163 |
![]() | '{' should be on the previous line. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is followed by whitespace. | 171 |
![]() | '!' is followed by whitespace. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '{' should be on the previous line. | 172 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | Missing a Javadoc comment. | 177 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | Parameter validate should be final. | 177 |
![]() | '{' should be on the previous line. | 178 |
![]() | '(' is preceded with whitespace. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 181 |
![]() | '{' should be on the previous line. | 182 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '}' should be on the same line. | 186 |
![]() | '{' should be on the previous line. | 188 |
![]() | '{' should be on the previous line. | 190 |
![]() | '{' should be on the previous line. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | Missing a Javadoc comment. | 204 |
![]() | '(' is preceded with whitespace. | 204 |
![]() | Parameter result1 should be final. | 204 |
![]() | Parameter result2 should be final. | 204 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is preceded with whitespace. | 206 |
![]() | '(' is followed by whitespace. | 207 |
![]() | '!' is followed by whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '+' should be on a new line. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is preceded with whitespace. | 210 |
![]() | '(' is followed by whitespace. | 212 |
![]() | '!' is followed by whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '{' should be on the previous line. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | '(' is preceded with whitespace. | 214 |
![]() | '+' should be on a new line. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | Line is longer than 80 characters. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | '(' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | '(' is preceded with whitespace. | 219 |
![]() | '+' should be on a new line. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '{' should be on the previous line. | 224 |
![]() | '(' is followed by whitespace. | 225 |
![]() | '!' is followed by whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | '(' is preceded with whitespace. | 225 |
![]() | Line is longer than 80 characters. | 227 |
![]() | '(' is preceded with whitespace. | 227 |
![]() | '+' should be on a new line. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '+' should be on a new line. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | '(' is preceded with whitespace. | 229 |
![]() | '++' is preceded with whitespace. | 231 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '(' is preceded with whitespace. | 235 |
![]() | Parameter validate should be final. | 236 |
![]() | '{' should be on the previous line. | 237 |
![]() | '(' is preceded with whitespace. | 238 |
![]() | '(' is preceded with whitespace. | 239 |
![]() | '(' is preceded with whitespace. | 240 |
![]() | '{' should be on the previous line. | 241 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '{' should be on the previous line. | 245 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '}' should be on the same line. | 247 |
![]() | '{' should be on the previous line. | 249 |
![]() | '{' should be on the previous line. | 251 |
![]() | '{' should be on the previous line. | 253 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '(' is preceded with whitespace. | 254 |
![]() | '{' should be on the previous line. | 255 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | Missing a Javadoc comment. | 266 |
![]() | '(' is preceded with whitespace. | 266 |
![]() | Parameter col1 should be final. | 266 |
![]() | Parameter col2 should be final. | 267 |
![]() | '{' should be on the previous line. | 268 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | '(' is preceded with whitespace. | 269 |
![]() | '(' is followed by whitespace. | 270 |
![]() | '!' is followed by whitespace. | 270 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '(' is preceded with whitespace. | 270 |
![]() | '{' should be on the previous line. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | '(' is preceded with whitespace. | 272 |
![]() | '+' should be on a new line. | 272 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '+' should be on a new line. | 273 |
![]() | '(' is preceded with whitespace. | 274 |
![]() | '(' is followed by whitespace. | 276 |
![]() | '!' is followed by whitespace. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '(' is preceded with whitespace. | 276 |
![]() | '{' should be on the previous line. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | '+' should be on a new line. | 278 |
![]() | '(' is preceded with whitespace. | 279 |
![]() | '+' should be on a new line. | 279 |
![]() | '(' is preceded with whitespace. | 280 |
![]() | '(' is followed by whitespace. | 282 |
![]() | '!' is followed by whitespace. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '+' should be on a new line. | 284 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '+' should be on a new line. | 285 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | Missing a Javadoc comment. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | Parameter validate should be final. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | '(' is preceded with whitespace. | 292 |
![]() | '(' is preceded with whitespace. | 293 |
![]() | '(' is preceded with whitespace. | 294 |
![]() | '{' should be on the previous line. | 295 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '(' is preceded with whitespace. | 296 |
![]() | '{' should be on the previous line. | 297 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '(' is preceded with whitespace. | 298 |
![]() | '}' should be on the same line. | 299 |
![]() | '{' should be on the previous line. | 301 |
![]() | '{' should be on the previous line. | 303 |
![]() | '{' should be on the previous line. | 305 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '{' should be on the previous line. | 307 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | Missing a Javadoc comment. | 317 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | Parameter criteria1 should be final. | 317 |
![]() | Parameter criteria2 should be final. | 318 |
![]() | '{' should be on the previous line. | 319 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is followed by whitespace. | 321 |
![]() | '!' is followed by whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '{' should be on the previous line. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | '(' is preceded with whitespace. | 323 |
![]() | '+' should be on a new line. | 323 |
![]() | '(' is preceded with whitespace. | 324 |
![]() | '+' should be on a new line. | 324 |
![]() | '(' is preceded with whitespace. | 325 |
![]() | '(' is followed by whitespace. | 327 |
![]() | '!' is followed by whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '{' should be on the previous line. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | '(' is preceded with whitespace. | 329 |
![]() | '+' should be on a new line. | 329 |
![]() | '(' is preceded with whitespace. | 330 |
![]() | '+' should be on a new line. | 330 |
![]() | '(' is preceded with whitespace. | 331 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | '(' is preceded with whitespace. | 333 |
![]() | Line is longer than 80 characters. | 335 |
![]() | '(' is preceded with whitespace. | 335 |
![]() | '+' should be on a new line. | 335 |
![]() | '(' is preceded with whitespace. | 336 |
![]() | '+' should be on a new line. | 336 |
![]() | '(' is preceded with whitespace. | 337 |
![]() | '(' is preceded with whitespace. | 340 |
![]() | '{' should be on the previous line. | 341 |
![]() | '(' is followed by whitespace. | 342 |
![]() | '!' is followed by whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | '(' is preceded with whitespace. | 342 |
![]() | Line is longer than 80 characters. | 344 |
![]() | '(' is preceded with whitespace. | 344 |
![]() | '+' should be on a new line. | 344 |
![]() | '(' is preceded with whitespace. | 345 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '+' should be on a new line. | 346 |
![]() | '(' is preceded with whitespace. | 347 |
![]() | '++' is preceded with whitespace. | 349 |
![]() | Missing a Javadoc comment. | 353 |
![]() | '(' is preceded with whitespace. | 353 |
![]() | Parameter validate should be final. | 354 |
![]() | '{' should be on the previous line. | 355 |
![]() | '(' is preceded with whitespace. | 356 |
![]() | '(' is preceded with whitespace. | 357 |
![]() | '(' is preceded with whitespace. | 358 |
![]() | '{' should be on the previous line. | 359 |
![]() | '(' is preceded with whitespace. | 360 |
![]() | '{' should be on the previous line. | 361 |
![]() | '(' is preceded with whitespace. | 362 |
![]() | '(' is preceded with whitespace. | 362 |
![]() | '{' should be on the previous line. | 363 |
![]() | '(' is preceded with whitespace. | 364 |
![]() | '}' should be on the same line. | 365 |
![]() | '{' should be on the previous line. | 367 |
![]() | '{' should be on the previous line. | 369 |
![]() | '{' should be on the previous line. | 371 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | '(' is preceded with whitespace. | 372 |
![]() | '{' should be on the previous line. | 373 |
![]() | '(' is preceded with whitespace. | 374 |
![]() | Missing a Javadoc comment. | 384 |
![]() | '(' is preceded with whitespace. | 384 |
![]() | Parameter param1 should be final. | 384 |
![]() | Parameter param2 should be final. | 385 |
![]() | '{' should be on the previous line. | 386 |
![]() | '(' is preceded with whitespace. | 387 |
![]() | '(' is preceded with whitespace. | 387 |
![]() | '(' is preceded with whitespace. | 387 |
![]() | '(' is followed by whitespace. | 388 |
![]() | '!' is followed by whitespace. | 388 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | '(' is preceded with whitespace. | 388 |
![]() | '{' should be on the previous line. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | '(' is preceded with whitespace. | 390 |
![]() | '+' should be on a new line. | 390 |
![]() | '(' is preceded with whitespace. | 391 |
![]() | '+' should be on a new line. | 391 |
![]() | '(' is preceded with whitespace. | 392 |
![]() | '(' is followed by whitespace. | 394 |
![]() | '!' is followed by whitespace. | 394 |
![]() | '(' is preceded with whitespace. | 394 |
![]() | '(' is preceded with whitespace. | 394 |
![]() | '(' is preceded with whitespace. | 394 |
![]() | '{' should be on the previous line. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | '(' is preceded with whitespace. | 396 |
![]() | '+' should be on a new line. | 396 |
![]() | '(' is preceded with whitespace. | 397 |
![]() | '+' should be on a new line. | 397 |
![]() | '(' is preceded with whitespace. | 398 |
![]() | '(' is followed by whitespace. | 400 |
![]() | '!' is followed by whitespace. | 400 |
![]() | '(' is preceded with whitespace. | 400 |
![]() | '(' is preceded with whitespace. | 400 |
![]() | '(' is preceded with whitespace. | 400 |
![]() | '{' should be on the previous line. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | '(' is preceded with whitespace. | 402 |
![]() | '+' should be on a new line. | 402 |
![]() | '(' is preceded with whitespace. | 403 |
![]() | '+' should be on a new line. | 403 |
![]() | '(' is preceded with whitespace. | 404 |
![]() | Missing a Javadoc comment. | 408 |
![]() | '(' is preceded with whitespace. | 408 |
![]() | Parameter msg should be final. | 408 |
![]() | '{' should be on the previous line. | 409 |
![]() | '(' is followed by whitespace. | 411 |
![]() | '!' is followed by whitespace. | 411 |
![]() | '(' is preceded with whitespace. | 411 |
![]() | '{' should be on the previous line. | 412 |
![]() | '(' is preceded with whitespace. | 413 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter result should be final. | 34 |
![]() | 'result' hides a field. | 34 |
![]() | Parameter searchType should be final. | 34 |
![]() | 'searchType' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '{' should be on the previous line. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is followed by whitespace. | 64 |
![]() | '!' is followed by whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is followed by whitespace. | 76 |
![]() | '!' is followed by whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | Parameter msg should be final. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '+' should be on a new line. | 84 |
![]() | '(' is followed by whitespace. | 86 |
![]() | '!' is followed by whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '{' should be on the previous line. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 27 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | Parameter searchType should be final. | 37 |
![]() | 'searchType' hides a field. | 37 |
![]() | Parameter model should be final. | 37 |
![]() | 'model' hides a field. | 37 |
![]() | '{' should be on the previous line. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '{' should be on the previous line. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is followed by whitespace. | 77 |
![]() | '!' is followed by whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is followed by whitespace. | 89 |
![]() | '!' is followed by whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is followed by whitespace. | 93 |
![]() | '!' is followed by whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | Parameter service should be final. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | '(' is followed by whitespace. | 106 |
![]() | '!' is followed by whitespace. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | Parameter msg should be final. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '+' should be on a new line. | 115 |
![]() | '(' is followed by whitespace. | 117 |
![]() | '!' is followed by whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 25 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter model should be final. | 34 |
![]() | 'model' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | Parameter msg should be final. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is followed by whitespace. | 82 |
![]() | '!' is followed by whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter error should be final. | 34 |
![]() | 'error' hides a field. | 34 |
![]() | Parameter method should be final. | 35 |
![]() | 'method' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | Parameter msg should be final. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | 'error' hides a field. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '+' should be on a new line. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '+' should be on a new line. | 66 |
![]() | '(' is followed by whitespace. | 68 |
![]() | '!' is followed by whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter parameter should be final. | 34 |
![]() | 'parameter' hides a field. | 34 |
![]() | Parameter method should be final. | 35 |
![]() | 'method' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Parameter msg should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '+' should be on a new line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '+' should be on a new line. | 70 |
![]() | '(' is followed by whitespace. | 72 |
![]() | '!' is followed by whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 24 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Parameter returnValue should be final. | 34 |
![]() | 'returnValue' hides a field. | 34 |
![]() | Parameter serviceMethod should be final. | 35 |
![]() | 'serviceMethod' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Parameter msg should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is followed by whitespace. | 68 |
![]() | '!' is followed by whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Unused import - org.kuali.student.contract.model.DictionaryModel. | 18 |
![]() | First sentence should end with a period. | 29 |
![]() | '{' should be on the previous line. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Parameter method should be final. | 39 |
![]() | 'method' hides a field. | 39 |
![]() | Parameter model should be final. | 39 |
![]() | 'model' hides a field. | 39 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '{' should be on the previous line. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '}' should be on the same line. | 70 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '+' should be on a new line. | 75 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '{' should be on the previous line. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Parameter service should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is followed by whitespace. | 96 |
![]() | '!' is followed by whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | Parameter msg should be final. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '+' should be on a new line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is followed by whitespace. | 107 |
![]() | '!' is followed by whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Parameter xmlType should be final. | 36 |
![]() | 'xmlType' hides a field. | 36 |
![]() | Parameter model should be final. | 36 |
![]() | 'model' hides a field. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is followed by whitespace. | 67 |
![]() | '!' is followed by whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Parameter msg should be final. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is followed by whitespace. | 83 |
![]() | '!' is followed by whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 24 |
![]() | '{' should be on the previous line. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | Parameter directory should be final. | 39 |
![]() | 'directory' hides a field. | 39 |
![]() | Parameter fileName should be final. | 39 |
![]() | 'fileName' hides a field. | 39 |
![]() | Parameter title should be final. | 39 |
![]() | 'title' hides a field. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '1000' is a magic number. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | Method 'writeHeaderBodyAndFooterOutToFile' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | '(' is followed by whitespace. | 80 |
![]() | '!' is followed by whitespace. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is followed by whitespace. | 82 |
![]() | '!' is followed by whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '}' should be on the same line. | 92 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | Method 'writeTable' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | Parameter headers should be final. | 104 |
![]() | Parameter rows should be final. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '{' should be on the previous line. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is preceded with whitespace. | 29 |
![]() | Parameter rootDirectory should be final. | 29 |
![]() | 'rootDirectory' hides a field. | 29 |
![]() | Parameter packageName should be final. | 30 |
![]() | 'packageName' hides a field. | 30 |
![]() | Parameter className should be final. | 31 |
![]() | 'className' hides a field. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Method 'buildDirectory' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '(' is followed by whitespace. | 42 |
![]() | '!' is followed by whitespace. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | Parameter rootDirectory should be final. | 45 |
![]() | 'rootDirectory' hides a field. | 45 |
![]() | Parameter packageName should be final. | 45 |
![]() | 'packageName' hides a field. | 45 |
![]() | Parameter className should be final. | 46 |
![]() | 'className' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '1000' is a magic number. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Line is longer than 80 characters. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '{' should be on the previous line. | 65 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '{' should be on the previous line. | 75 |
![]() | Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '{' should be on the previous line. | 80 |
![]() | Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | Method 'getRootDirectory' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | Method 'importsAdd' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | Parameter pack should be final. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | Method 'writeImports' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '{' should be on the previous line. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '{' should be on the previous line. | 123 |
![]() | '{' should be on the previous line. | 129 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '{' should be on the previous line. | 132 |
![]() | '(' is followed by whitespace. | 134 |
![]() | '!' is followed by whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | Method 'writeJavaClassAndImportsOutToFile' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '(' is followed by whitespace. | 150 |
![]() | '!' is followed by whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '(' is followed by whitespace. | 152 |
![]() | '!' is followed by whitespace. | 152 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | '{' should be on the previous line. | 153 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '{' should be on the previous line. | 159 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '}' should be on the same line. | 162 |
![]() | '{' should be on the previous line. | 164 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | Method 'openBrace' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '{' should be on the previous line. | 175 |
![]() | '(' is preceded with whitespace. | 176 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | Method 'closeBrace' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | Method 'indentPrintWrappedComment' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | Parameter str should be final. | 186 |
![]() | '{' should be on the previous line. | 187 |
![]() | '(' is preceded with whitespace. | 188 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is preceded with whitespace. | 190 |
![]() | '{' should be on the previous line. | 191 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '{' should be on the previous line. | 194 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is preceded with whitespace. | 198 |
![]() | '(' is preceded with whitespace. | 198 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '(' is preceded with whitespace. | 27 |
![]() | Parameter name should be final. | 27 |
![]() | 'name' hides a field. | 27 |
![]() | '{' should be on the previous line. | 28 |
![]() | Method 'calc' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | '3' is a magic number. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '++' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '(' is followed by whitespace. | 44 |
![]() | '!' is followed by whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '}' should be on the same line. | 49 |
![]() | '{' should be on the previous line. | 51 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Method 'reverse' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '++' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '}' should be on the same line. | 72 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 78 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Utility classes should not have a public or default constructor. | 22 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '(' is preceded with whitespace. | 25 |
![]() | Parameter value should be final. | 25 |
![]() | '{' should be on the previous line. | 26 |
![]() | '{' should be on the previous line. | 28 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '3' is a magic number. | 31 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | '++' is preceded with whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '{' should be on the previous line. | 38 |
![]() | '(' is followed by whitespace. | 40 |
![]() | '!' is followed by whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '(' is followed by whitespace. | 47 |
![]() | '!' is followed by whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '(' is preceded with whitespace. | 28 |
![]() | Parameter name should be final. | 28 |
![]() | 'name' hides a field. | 28 |
![]() | Parameter javaPackage should be final. | 28 |
![]() | 'javaPackage' hides a field. | 28 |
![]() | '{' should be on the previous line. | 29 |
![]() | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | '(' is preceded with whitespace. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | First sentence should end with a period. | 20 |
![]() | '{' should be on the previous line. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '(' is preceded with whitespace. | 31 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter out should be final. | 35 |
![]() | 'out' hides a field. | 35 |
![]() | Parameter indent should be final. | 35 |
![]() | 'indent' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'setOut' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter out should be final. | 41 |
![]() | 'out' hides a field. | 41 |
![]() | '{' should be on the previous line. | 42 |
![]() | Method 'setIndent' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Parameter indent should be final. | 46 |
![]() | 'indent' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Method 'getIndent' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '{' should be on the previous line. | 52 |
![]() | Method 'incrementIndent' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '++' is preceded with whitespace. | 58 |
![]() | Method 'decrementIndent' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '{' should be on the previous line. | 62 |
![]() | '--' is preceded with whitespace. | 63 |
![]() | Method 'getOut' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | Parameter o should be final. | 76 |
![]() | Parameter indentCharacter should be final. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '++' is preceded with whitespace. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Method 'println' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | Parameter str should be final. | 84 |
![]() | '{' should be on the previous line. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | Method 'indentPrintln' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | Parameter str should be final. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | Method 'indentPrint' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | Parameter str should be final. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | Parameter str should be final. | 101 |
![]() | '{' should be on the previous line. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | Method 'writeAttribute' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter attribute should be final. | 106 |
![]() | Parameter value should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | Parameter tag should be final. | 123 |
![]() | Parameter value should be final. | 123 |
![]() | '{' should be on the previous line. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | Parameter tag should be final. | 128 |
![]() | Parameter modifiers should be final. | 128 |
![]() | Parameter value should be final. | 128 |
![]() | '{' should be on the previous line. | 129 |
![]() | '{' should be on the previous line. | 131 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '!' is followed by whitespace. | 140 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '{' should be on the previous line. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | Method 'writeComment' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | Parameter comment should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '{' should be on the previous line. | 153 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | Method 'escapeXML' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | Parameter s should be final. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '++' is preceded with whitespace. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | '{' should be on the previous line. | 175 |
![]() | '(' is preceded with whitespace. | 177 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 189 |
![]() | '(' is preceded with whitespace. | 196 |
![]() | '(' is preceded with whitespace. | 200 |
![]() | Method 'writeCommentBox' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | '(' is preceded with whitespace. | 203 |
![]() | Parameter comment should be final. | 203 |
![]() | '{' should be on the previous line. | 204 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '(' is preceded with whitespace. | 207 |
![]() | '{' should be on the previous line. | 208 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '(' is preceded with whitespace. | 214 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter out should be final. | 32 |
![]() | Parameter indent should be final. | 32 |
![]() | Parameter parm should be final. | 33 |
![]() | 'parm' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Comment matches to-do format 'TODO:'. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter out should be final. | 33 |
![]() | Parameter indent should be final. | 33 |
![]() | Parameter searchCriteria should be final. | 34 |
![]() | 'searchCriteria' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Comment matches to-do format 'TODO:'. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | Parameter id should be final. | 68 |
![]() | '{' should be on the previous line. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 25 |
![]() | First sentence should end with a period. | 36 |
![]() | '{' should be on the previous line. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | Parameter out should be final. | 46 |
![]() | Parameter model should be final. | 46 |
![]() | 'model' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | First sentence should end with a period. | 52 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '+' should be on a new line. | 62 |
![]() | '{' should be on the previous line. | 66 |
![]() | '++' is preceded with whitespace. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | Parameter str should be final. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | Parameter str should be final. | 88 |
![]() | '{' should be on the previous line. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | Parameter str should be final. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | Parameter str should be final. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '{' should be on the previous line. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '{' should be on the previous line. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | Parameter tag should be final. | 112 |
![]() | Parameter value should be final. | 112 |
![]() | '{' should be on the previous line. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | Parameter attribute should be final. | 117 |
![]() | Parameter value should be final. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | First sentence should end with a period. | 123 |
![]() | Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '{' should be on the previous line. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '{' should be on the previous line. | 148 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | Method 'writeFooter' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '{' should be on the previous line. | 158 |
![]() | '(' is preceded with whitespace. | 159 |
![]() | First sentence should end with a period. | 162 |
![]() | Method 'writeSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '{' should be on the previous line. | 167 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is preceded with whitespace. | 170 |
![]() | '{' should be on the previous line. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | First sentence should end with a period. | 176 |
![]() | Method 'writeSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '{' should be on the previous line. | 181 |
![]() | '(' is preceded with whitespace. | 182 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | '(' is preceded with whitespace. | 184 |
![]() | '{' should be on the previous line. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | Missing a Javadoc comment. | 191 |
![]() | '(' is preceded with whitespace. | 191 |
![]() | '{' should be on the previous line. | 192 |
![]() | '(' is preceded with whitespace. | 193 |
![]() | '(' is preceded with whitespace. | 194 |
![]() | '(' is preceded with whitespace. | 195 |
![]() | '{' should be on the previous line. | 196 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '(' is preceded with whitespace. | 197 |
![]() | '{' should be on the previous line. | 198 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | '(' is preceded with whitespace. | 199 |
![]() | First sentence should end with a period. | 205 |
![]() | Method 'writeSearchResultColumns' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | '(' is preceded with whitespace. | 209 |
![]() | '{' should be on the previous line. | 210 |
![]() | '(' is preceded with whitespace. | 211 |
![]() | '(' is preceded with whitespace. | 212 |
![]() | '(' is preceded with whitespace. | 213 |
![]() | '{' should be on the previous line. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 215 |
![]() | '(' is preceded with whitespace. | 216 |
![]() | Missing a Javadoc comment. | 220 |
![]() | '(' is preceded with whitespace. | 220 |
![]() | '{' should be on the previous line. | 221 |
![]() | '(' is preceded with whitespace. | 222 |
![]() | '(' is preceded with whitespace. | 223 |
![]() | '(' is preceded with whitespace. | 224 |
![]() | '{' should be on the previous line. | 225 |
![]() | '(' is preceded with whitespace. | 226 |
![]() | '{' should be on the previous line. | 227 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '(' is preceded with whitespace. | 228 |
![]() | '{' should be on the previous line. | 229 |
![]() | '(' is preceded with whitespace. | 230 |
![]() | First sentence should end with a period. | 238 |
![]() | Method 'writeSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | '(' is preceded with whitespace. | 242 |
![]() | '{' should be on the previous line. | 243 |
![]() | '(' is preceded with whitespace. | 244 |
![]() | '(' is preceded with whitespace. | 245 |
![]() | '(' is preceded with whitespace. | 246 |
![]() | '{' should be on the previous line. | 247 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is preceded with whitespace. | 248 |
![]() | '(' is preceded with whitespace. | 249 |
![]() | Missing a Javadoc comment. | 253 |
![]() | '(' is preceded with whitespace. | 253 |
![]() | '{' should be on the previous line. | 254 |
![]() | '(' is preceded with whitespace. | 255 |
![]() | '(' is preceded with whitespace. | 256 |
![]() | '(' is preceded with whitespace. | 257 |
![]() | '{' should be on the previous line. | 258 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '(' is preceded with whitespace. | 259 |
![]() | '{' should be on the previous line. | 260 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | '(' is preceded with whitespace. | 261 |
![]() | First sentence should end with a period. | 267 |
![]() | Method 'writeSearchCriteriaParameters' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | '(' is preceded with whitespace. | 271 |
![]() | '{' should be on the previous line. | 272 |
![]() | '(' is preceded with whitespace. | 273 |
![]() | '(' is preceded with whitespace. | 274 |
![]() | '(' is preceded with whitespace. | 275 |
![]() | '{' should be on the previous line. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is preceded with whitespace. | 277 |
![]() | '(' is preceded with whitespace. | 278 |
![]() | Missing a Javadoc comment. | 282 |
![]() | '(' is preceded with whitespace. | 282 |
![]() | '{' should be on the previous line. | 283 |
![]() | '(' is preceded with whitespace. | 284 |
![]() | '(' is preceded with whitespace. | 285 |
![]() | '(' is preceded with whitespace. | 286 |
![]() | '{' should be on the previous line. | 287 |
![]() | '(' is preceded with whitespace. | 288 |
![]() | '{' should be on the previous line. | 289 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | '{' should be on the previous line. | 291 |
![]() | '(' is preceded with whitespace. | 292 |
![]() | First sentence should end with a period. | 300 |
![]() | Method 'writeSqlQueryMap' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | '(' is preceded with whitespace. | 304 |
![]() | '{' should be on the previous line. | 305 |
![]() | '(' is preceded with whitespace. | 306 |
![]() | '(' is preceded with whitespace. | 307 |
![]() | '(' is preceded with whitespace. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | '(' is preceded with whitespace. | 309 |
![]() | '(' is preceded with whitespace. | 310 |
![]() | '(' is preceded with whitespace. | 311 |
![]() | '(' is preceded with whitespace. | 312 |
![]() | '(' is preceded with whitespace. | 313 |
![]() | '{' should be on the previous line. | 314 |
![]() | '(' is preceded with whitespace. | 315 |
![]() | '(' is preceded with whitespace. | 316 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | '(' is preceded with whitespace. | 317 |
![]() | '(' is preceded with whitespace. | 318 |
![]() | '(' is preceded with whitespace. | 319 |
![]() | '(' is preceded with whitespace. | 319 |
![]() | '(' is preceded with whitespace. | 320 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 321 |
![]() | '(' is preceded with whitespace. | 322 |
![]() | '(' is preceded with whitespace. | 323 |
![]() | '(' is preceded with whitespace. | 325 |
![]() | '(' is preceded with whitespace. | 326 |
![]() | '(' is preceded with whitespace. | 327 |
![]() | '(' is preceded with whitespace. | 328 |
![]() | '(' is preceded with whitespace. | 329 |
![]() | Missing a Javadoc comment. | 332 |
![]() | '(' is preceded with whitespace. | 332 |
![]() | '{' should be on the previous line. | 333 |
![]() | '(' is preceded with whitespace. | 334 |
![]() | '(' is preceded with whitespace. | 335 |
![]() | '(' is preceded with whitespace. | 336 |
![]() | '{' should be on the previous line. | 337 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | '(' is preceded with whitespace. | 338 |
![]() | '{' should be on the previous line. | 339 |
![]() | '(' is preceded with whitespace. | 340 |
![]() | '(' is preceded with whitespace. | 340 |
![]() | Missing a Javadoc comment. | 346 |
![]() | '(' is preceded with whitespace. | 346 |
![]() | '{' should be on the previous line. | 347 |
![]() | '(' is preceded with whitespace. | 348 |
![]() | '(' is preceded with whitespace. | 349 |
![]() | '(' is preceded with whitespace. | 350 |
![]() | '{' should be on the previous line. | 351 |
![]() | '(' is preceded with whitespace. | 352 |
![]() | '(' is preceded with whitespace. | 352 |
![]() | '{' should be on the previous line. | 353 |
![]() | '(' is preceded with whitespace. | 354 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter out should be final. | 32 |
![]() | Parameter indent should be final. | 32 |
![]() | Parameter column should be final. | 33 |
![]() | 'column' hides a field. | 33 |
![]() | '{' should be on the previous line. | 34 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is preceded with whitespace. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Comment matches to-do format 'TODO:'. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter out should be final. | 33 |
![]() | Parameter indent should be final. | 33 |
![]() | Parameter searchResult should be final. | 34 |
![]() | 'searchResult' hides a field. | 34 |
![]() | '{' should be on the previous line. | 35 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '{' should be on the previous line. | 41 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Comment matches to-do format 'TODO:'. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '{' should be on the previous line. | 57 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | Parameter id should be final. | 66 |
![]() | '{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '(' is preceded with whitespace. | 32 |
![]() | Parameter out should be final. | 32 |
![]() | Parameter indent should be final. | 32 |
![]() | Parameter searchType should be final. | 32 |
![]() | 'searchType' hides a field. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | '(' is preceded with whitespace. | 34 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | '{' should be on the previous line. | 39 |
![]() | '(' is preceded with whitespace. | 40 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Comment matches to-do format 'TODO:'. | 42 |
![]() | '(' is preceded with whitespace. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 45 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '(' is preceded with whitespace. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Parameter id should be final. | 64 |
![]() | '{' should be on the previous line. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is preceded with whitespace. | 33 |
![]() | Parameter ms should be final. | 33 |
![]() | 'ms' hides a field. | 33 |
![]() | Parameter writer should be final. | 34 |
![]() | 'writer' hides a field. | 34 |
![]() | Parameter model should be final. | 35 |
![]() | 'model' hides a field. | 35 |
![]() | '{' should be on the previous line. | 36 |
![]() | Method 'calcGetter' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | '{' should be on the previous line. | 43 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | '{' should be on the previous line. | 45 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '(' is preceded with whitespace. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | '(' is preceded with whitespace. | 52 |
![]() | Method 'calcSetter' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '{' should be on the previous line. | 56 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 61 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Parameter name should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | Parameter name should be final. | 72 |
![]() | '{' should be on the previous line. | 73 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | Method 'calcFieldTypeToUse' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | Parameter type should be final. | 78 |
![]() | '{' should be on the previous line. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | Parameter str should be final. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Utility classes should not have a public or default constructor. | 32 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is preceded with whitespace. | 35 |
![]() | Parameter model should be final. | 35 |
![]() | Parameter type should be final. | 36 |
![]() | Parameter realType should be final. | 36 |
![]() | '{' should be on the previous line. | 37 |
![]() | '(' is preceded with whitespace. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter writer should be final. | 41 |
![]() | Parameter model should be final. | 42 |
![]() | Parameter type should be final. | 43 |
![]() | Parameter realType should be final. | 44 |
![]() | Parameter importPackage should be final. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | '(' is preceded with whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '{' should be on the previous line. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '{' should be on the previous line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '{' should be on the previous line. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '{' should be on the previous line. | 82 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '{' should be on the previous line. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '{' should be on the previous line. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | Parameter writer should be final. | 119 |
![]() | Parameter importStr should be final. | 119 |
![]() | '{' should be on the previous line. | 120 |
![]() | '{' should be on the previous line. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter model should be final. | 42 |
![]() | 'model' hides a field. | 42 |
![]() | Parameter directory should be final. | 43 |
![]() | 'directory' hides a field. | 43 |
![]() | Parameter rootPackage should be final. | 44 |
![]() | 'rootPackage' hides a field. | 44 |
![]() | Parameter service should be final. | 45 |
![]() | 'service' hides a field. | 45 |
![]() | Parameter type should be final. | 46 |
![]() | 'type' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 49 |
![]() | '(' is preceded with whitespace. | 51 |
![]() | Missing a Javadoc comment. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Parameter service should be final. | 58 |
![]() | Parameter rootPackage should be final. | 58 |
![]() | '{' should be on the previous line. | 59 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Parameter name should be final. | 67 |
![]() | '{' should be on the previous line. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '{' should be on the previous line. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | First sentence should end with a period. | 78 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '{' should be on the previous line. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '{' should be on the previous line. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '{' should be on the previous line. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 123 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | '(' is preceded with whitespace. | 147 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | Parameter str should be final. | 150 |
![]() | '{' should be on the previous line. | 151 |
![]() | '(' is preceded with whitespace. | 152 |
![]() | Missing a Javadoc comment. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | Parameter str should be final. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '{' should be on the previous line. | 158 |
![]() | '(' is preceded with whitespace. | 161 |
![]() | '{' should be on the previous line. | 162 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | Missing a Javadoc comment. | 173 |
![]() | '(' is preceded with whitespace. | 173 |
![]() | Parameter ms should be final. | 173 |
![]() | '{' should be on the previous line. | 174 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | Missing a Javadoc comment. | 178 |
![]() | '(' is preceded with whitespace. | 178 |
![]() | Parameter ms should be final. | 178 |
![]() | '{' should be on the previous line. | 179 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | '(' is preceded with whitespace. | 180 |
![]() | Missing a Javadoc comment. | 183 |
![]() | '(' is preceded with whitespace. | 183 |
![]() | Parameter type should be final. | 183 |
![]() | 'type' hides a field. | 183 |
![]() | Parameter realType should be final. | 183 |
![]() | '{' should be on the previous line. | 184 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 185 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 186 |
![]() | '(' is preceded with whitespace. | 187 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Parameter model should be final. | 41 |
![]() | 'model' hides a field. | 41 |
![]() | Parameter directory should be final. | 42 |
![]() | 'directory' hides a field. | 42 |
![]() | Parameter rootPackage should be final. | 43 |
![]() | 'rootPackage' hides a field. | 43 |
![]() | Parameter service should be final. | 44 |
![]() | 'service' hides a field. | 44 |
![]() | Parameter xmlType should be final. | 45 |
![]() | 'xmlType' hides a field. | 45 |
![]() | '{' should be on the previous line. | 46 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | ';' is preceded with whitespace. | 51 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Parameter service should be final. | 57 |
![]() | Parameter rootPackage should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | '{' should be on the previous line. | 60 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | Parameter name should be final. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '{' should be on the previous line. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '}' should be on the same line. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | First sentence should end with a period. | 81 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '{' should be on the previous line. | 86 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 105 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | Parameter str should be final. | 133 |
![]() | '{' should be on the previous line. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | Missing a Javadoc comment. | 138 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | Parameter str should be final. | 138 |
![]() | '{' should be on the previous line. | 139 |
![]() | '(' is preceded with whitespace. | 140 |
![]() | Missing a Javadoc comment. | 143 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | Parameter ms should be final. | 143 |
![]() | '{' should be on the previous line. | 144 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | Missing a Javadoc comment. | 148 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | Parameter ms should be final. | 148 |
![]() | '{' should be on the previous line. | 149 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | '(' is preceded with whitespace. | 150 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Parameter type should be final. | 153 |
![]() | Parameter realType should be final. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | '{' should be on the previous line. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '(' is preceded with whitespace. | 42 |
![]() | Parameter model should be final. | 42 |
![]() | 'model' hides a field. | 42 |
![]() | Parameter directory should be final. | 43 |
![]() | 'directory' hides a field. | 43 |
![]() | Parameter rootPackage should be final. | 44 |
![]() | 'rootPackage' hides a field. | 44 |
![]() | Parameter servKey should be final. | 45 |
![]() | 'servKey' hides a field. | 45 |
![]() | Parameter methods should be final. | 46 |
![]() | 'methods' hides a field. | 46 |
![]() | '{' should be on the previous line. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Parameter servKey should be final. | 57 |
![]() | Parameter rootPackage should be final. | 57 |
![]() | '{' should be on the previous line. | 58 |
![]() | '(' is preceded with whitespace. | 59 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is preceded with whitespace. | 80 |
![]() | Parameter servKey should be final. | 80 |
![]() | '{' should be on the previous line. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | First sentence should end with a period. | 85 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '{' should be on the previous line. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '{' should be on the previous line. | 101 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 102 |
![]() | '(' is preceded with whitespace. | 103 |
![]() | '(' is preceded with whitespace. | 104 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | '(' is preceded with whitespace. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '{' should be on the previous line. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 119 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '{' should be on the previous line. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 135 |
![]() | '(' is preceded with whitespace. | 138 |
![]() | '(' is preceded with whitespace. | 139 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | Missing a Javadoc comment. | 149 |
![]() | '(' is preceded with whitespace. | 149 |
![]() | Parameter str should be final. | 149 |
![]() | '{' should be on the previous line. | 150 |
![]() | '(' is preceded with whitespace. | 151 |
![]() | Missing a Javadoc comment. | 154 |
![]() | '(' is preceded with whitespace. | 154 |
![]() | Parameter error should be final. | 154 |
![]() | '{' should be on the previous line. | 155 |
![]() | '(' is preceded with whitespace. | 156 |
![]() | '{' should be on the previous line. | 157 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '(' is preceded with whitespace. | 158 |
![]() | '(' is preceded with whitespace. | 160 |
![]() | Missing a Javadoc comment. | 163 |
![]() | '(' is preceded with whitespace. | 163 |
![]() | Parameter error should be final. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '{' should be on the previous line. | 166 |
![]() | '(' is preceded with whitespace. | 167 |
![]() | '(' is preceded with whitespace. | 169 |
![]() | Missing a Javadoc comment. | 172 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | Parameter type should be final. | 172 |
![]() | Parameter realType should be final. | 172 |
![]() | '{' should be on the previous line. | 173 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 175 |
![]() | '(' is preceded with whitespace. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | '{' should be on the previous line. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | '(' is preceded with whitespace. | 47 |
![]() | Parameter model should be final. | 47 |
![]() | 'model' hides a field. | 47 |
![]() | Parameter directory should be final. | 48 |
![]() | 'directory' hides a field. | 48 |
![]() | Parameter rootPackage should be final. | 49 |
![]() | 'rootPackage' hides a field. | 49 |
![]() | Parameter filter should be final. | 50 |
![]() | 'filter' hides a field. | 50 |
![]() | '{' should be on the previous line. | 51 |
![]() | First sentence should end with a period. | 58 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '{' should be on the previous line. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '{' should be on the previous line. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '{' should be on the previous line. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '{' should be on the previous line. | 95 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '{' should be on the previous line. | 97 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | '{' should be on the previous line. | 99 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 100 |
![]() | '(' is preceded with whitespace. | 101 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 109 |
![]() | '(' is preceded with whitespace. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | '(' is preceded with whitespace. | 115 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '(' is preceded with whitespace. | 121 |
![]() | '{' should be on the previous line. | 122 |
![]() | '{' should be on the previous line. | 124 |
![]() | '(' is preceded with whitespace. | 125 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | '(' is preceded with whitespace. | 127 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '{' should be on the previous line. | 131 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '{' should be on the previous line. | 135 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '(' is preceded with whitespace. | 137 |
![]() | '{' should be on the previous line. | 140 |
![]() | '++' is preceded with whitespace. | 141 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | '(' is preceded with whitespace. | 143 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '(' is preceded with whitespace. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line is longer than 80 characters. | 29 |
![]() | '{' should be on the previous line. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '(' is preceded with whitespace. | 44 |
![]() | Parameter model should be final. | 44 |
![]() | 'model' hides a field. | 44 |
![]() | Parameter directory should be final. | 45 |
![]() | 'directory' hides a field. | 45 |
![]() | Parameter rootPackage should be final. | 46 |
![]() | 'rootPackage' hides a field. | 46 |
![]() | Parameter servKey should be final. | 47 |
![]() | 'servKey' hides a field. | 47 |
![]() | '{' should be on the previous line. | 48 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | First sentence should end with a period. | 56 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | '(' is preceded with whitespace. | 60 |
![]() | '{' should be on the previous line. | 61 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '(' is preceded with whitespace. | 63 |
![]() | '{' should be on the previous line. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 74 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '{' should be on the previous line. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '{' should be on the previous line. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | '(' is preceded with whitespace. | 86 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '{' should be on the previous line. | 91 |
![]() | '(' is preceded with whitespace. | 92 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '{' should be on the previous line. | 94 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '{' should be on the previous line. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '{' should be on the previous line. | 98 |
![]() | '(' is preceded with whitespace. | 99 |
![]() | Missing a Javadoc comment. | 106 |
![]() | '(' is preceded with whitespace. | 106 |
![]() | Parameter methods should be final. | 106 |
![]() | '{' should be on the previous line. | 107 |
![]() | '(' is preceded with whitespace. | 108 |
![]() | '{' should be on the previous line. | 110 |
![]() | '(' is preceded with whitespace. | 111 |
![]() | '{' should be on the previous line. | 112 |
![]() | '(' is preceded with whitespace. | 113 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '(' is preceded with whitespace. | 114 |
![]() | '{' should be on the previous line. | 116 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 117 |
![]() | '(' is preceded with whitespace. | 118 |
![]() | '(' is preceded with whitespace. | 120 |
![]() | '(' is preceded with whitespace. | 122 |
![]() | '(' is preceded with whitespace. | 124 |
![]() | '{' should be on the previous line. | 125 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '(' is preceded with whitespace. | 126 |
![]() | '{' should be on the previous line. | 128 |
![]() | '(' is preceded with whitespace. | 129 |
![]() | '(' is preceded with whitespace. | 130 |
![]() | '(' is preceded with whitespace. | 131 |
![]() | '(' is preceded with whitespace. | 132 |
![]() | '(' is preceded with whitespace. | 134 |
![]() | '(' is preceded with whitespace. | 136 |
![]() | Missing a Javadoc comment. | 142 |
![]() | '(' is preceded with whitespace. | 142 |
![]() | Parameter set should be final. | 142 |
![]() | Parameter xmlType should be final. | 142 |
![]() | '{' should be on the previous line. | 143 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '(' is preceded with whitespace. | 144 |
![]() | '{' should be on the previous line. | 145 |
![]() | '(' is preceded with whitespace. | 146 |
![]() | '{' should be on the previous line. | 147 |
![]() | '(' is preceded with whitespace. | 148 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '(' is preceded with whitespace. | 153 |
![]() | Parameter type should be final. | 153 |
![]() | '{' should be on the previous line. | 154 |
![]() | '(' is preceded with whitespace. | 155 |
![]() | '{' should be on the previous line. | 156 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | '(' is preceded with whitespace. | 157 |
![]() | Missing a Javadoc comment. | 162 |
![]() | '(' is preceded with whitespace. | 162 |
![]() | Parameter set should be final. | 162 |
![]() | Parameter xmlType should be final. | 163 |
![]() | '{' should be on the previous line. | 164 |
![]() | 'finder' hides a field. | 165 |
![]() | '(' is preceded with whitespace. | 165 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 166 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '(' is preceded with whitespace. | 168 |
![]() | '{' should be on the previous line. | 170 |
![]() | '(' is preceded with whitespace. | 171 |
![]() | '(' is preceded with whitespace. | 172 |
![]() | '(' is preceded with whitespace. | 174 |
![]() | '(' is preceded with whitespace. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 6 |
![]() | Line contains a tab character. | 8 |
![]() | Line has trailing spaces. | 26 |
![]() | '{' should be on the previous line. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Parameter model should be final. | 36 |
![]() | 'model' hides a field. | 36 |
![]() | Parameter directory should be final. | 37 |
![]() | 'directory' hides a field. | 37 |
![]() | Parameter rootPackage should be final. | 38 |
![]() | 'rootPackage' hides a field. | 38 |
![]() | Parameter error should be final. | 39 |
![]() | 'error' hides a field. | 39 |
![]() | '{' should be on the previous line. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | '(' is preceded with whitespace. | 41 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Parameter rootPackage should be final. | 48 |
![]() | '{' should be on the previous line. | 49 |
![]() | '(' is preceded with whitespace. | 50 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '(' is preceded with whitespace. | 53 |
![]() | Parameter type should be final. | 53 |
![]() | '{' should be on the previous line. | 54 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | '(' is preceded with whitespace. | 55 |
![]() | First sentence should end with a period. | 58 |
![]() | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | '(' is preceded with whitespace. | 62 |
![]() | '{' should be on the previous line. | 63 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 64 |
![]() | '(' is preceded with whitespace. | 65 |
![]() | '(' is preceded with whitespace. | 66 |
![]() | '(' is preceded with whitespace. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | '(' is preceded with whitespace. | 68 |
![]() | '(' is preceded with whitespace. | 69 |
![]() | '(' is preceded with whitespace. | 70 |
![]() | '(' is preceded with whitespace. | 71 |
![]() | '(' is preceded with whitespace. | 72 |
![]() | '(' is preceded with whitespace. | 73 |
![]() | '(' is preceded with whitespace. | 75 |
![]() | '(' is preceded with whitespace. | 76 |
![]() | '(' is preceded with whitespace. | 77 |
![]() | '(' is preceded with whitespace. | 78 |
![]() | '(' is preceded with whitespace. | 79 |
![]() | '(' is preceded with whitespace. | 81 |
![]() | '(' is preceded with whitespace. | 82 |
![]() | '(' is preceded with whitespace. | 83 |
![]() | '(' is preceded with whitespace. | 84 |
![]() | '(' is preceded with whitespace. | 85 |
![]() | '(' is preceded with whitespace. | 87 |
![]() | '(' is preceded with whitespace. | 88 |
![]() | '(' is preceded with whitespace. | 89 |
![]() | '(' is preceded with whitespace. | 90 |
![]() | '(' is preceded with whitespace. | 91 |
![]() | '(' is preceded with whitespace. | 93 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | '(' is preceded with whitespace. | 96 |
![]() | '(' is preceded with whitespace. | 97 |
![]() | '(' is preceded with whitespace. | 97 |